* {
  box-sizing: border-box;
}
@font-face {
  font-family: '__HiraginoSansGB-W3';
  src: url('font/__HiraginoSansGB-W3.eot');
  src: url('font/__HiraginoSansGB-W3.eot?#font-spider') format('embedded-opentype'), url('font/__HiraginoSansGB-W3.woff2') format('woff2'), url('font/__HiraginoSansGB-W3.woff') format('woff'), url('font/__HiraginoSansGB-W3.ttf') format('truetype'), url('font/__HiraginoSansGB-W3.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: '__HiraginoSansGB-W6';
  src: url('font/__HiraginoSansGB-W6.eot');
  src: url('font/__HiraginoSansGB-W6.eot?#font-spider') format('embedded-opentype'), url('font/__HiraginoSansGB-W6.woff2') format('woff2'), url('font/__HiraginoSansGB-W6.woff') format('woff'), url('font/__HiraginoSansGB-W6.ttf') format('truetype'), url('font/__HiraginoSansGB-W6.svg') format('svg');
}
body {
  margin: 0;
  font-family: "__HiraginoSansGB-W3";
}
ul {
  margin-bottom: 0;
  padding: 0;
}
li {
  list-style: none;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
}
.navbar {
  background-color: #693;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #666;
  z-index: 111;
}
.navbar .container {
  width: 1085px;
  margin: 0 auto;
}
.navbar .container .navbar-header .navbar-toggle {
  margin: 15px;
  border-color: rgba(41, 92, 10, 0.3) !important;
}
.navbar .container .navbar-header .navbar-toggle:hover,
.navbar .container .navbar-header .navbar-toggle.active,
.navbar .container .navbar-header .navbar-toggle:focus {
  background-color: rgba(41, 92, 10, 0.3) !important;
}
.navbar .container .navbar-header .logo {
  float: left;
  width: 65px;
  height: 24px;
  margin: 19px 20px;
  text-indent: -9999px;
  background: url("../images/logo.png") center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.navbar .container .navbar-header .logo:focus {
  outline: none;
}
.navbar .container .navbar-header ul {
  white-space: nowrap;
  font-size: 0;
  margin: 0;
}
.navbar .container .navbar-header ul li {
  display: inline-block;
  vertical-align: middle;
}
.navbar .container .navbar-header ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 32px 24px 16px 24px;
  text-decoration: none;
}
.navbar .container .navbar-header ul li a:focus {
  outline: none;
}
.navbar .container .navbar-header ul li:hover a,
.navbar .container .navbar-header ul li.active a {
  background-color: rgba(41, 92, 10, 0.3) !important;
}
.navbar .container .navbar-header ul li:last-child {
  display: none;
}
.navbar .container nav:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.navbar .container nav ul {
  float: right;
  font-size: 0;
}
.navbar .container nav ul li {
  display: inline-block;
  margin: 24px 12px 10px 12px;
}
.navbar .container nav ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #693;
  border-radius: 4px;
  min-width: 95px;
}
.navbar .container nav ul li a:focus {
  outline: none;
}
.navbar .container nav ul li:hover a {
  border-color: #9c6;
}
.search-wrapper {
  margin-top: 70px;
  padding: 40px 0;
  background-color: #693;
}
.search-wrapper form {
  text-align: center;
  font-size: 0;
}
.search-wrapper form:before {
  content: attr(data-before);
  display: block;
  font-size: 28px;
  margin-top: 12px;
  margin-bottom: 35px;
  color: #cf9;
}
.search-wrapper form input,
.search-wrapper form button {
  font-size: 16px;
  vertical-align: middle;
}
.search-wrapper form input {
  width: 420px !important;
  height: 45px;
  border-color: transparent;
}
.search-wrapper form button {
  width: 115px;
  height: 45px;
  background-color: transparent;
  border-color: #9c6;
  margin: 0 23px;
  color: #fff;
}
.search-wrapper form button:focus {
  outline: none;
}
.footer {
  width: 100%;
  background-color: #693;
  border-top: 6px solid #b7d291;
}
.footer .container {
  width: 1128px;
  margin: 0 auto;
  font-size: 0;
}
.footer .container ul {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 16px 32px;
}
.footer .container ul:before {
  content: attr(data-before);
  display: block;
  border-bottom: 2px solid #99bf62;
  font-size: 18px;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.footer .container ul li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
.footer .container ul li:hover a {
  color: #666;
}
.footer .p-group {
  background-color: #99bf62;
}
.footer .p-group p {
  text-align: center;
  font-size: 14px;
  color: #47820b;
  padding: 27px 0 26px;
  margin: 0;
}
@media (max-width: 1366px) {
  .footer .container ul {
    padding: 10px 20px;
  }
  .footer .container ul:before {
    border-bottom: 2px solid #99bf62;
    font-size: 16px;
  }
  .footer .container ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .p-group p {
    padding: 14px 0;
  }
}
@media (max-width: 1024px) {
  .navbar .container {
    width: auto;
  }
  .footer .container {
    width: auto;
  }
}
@media (max-width: 768px) {
  .navbar .container nav {
    padding: 0;
  }
  .navbar .container nav ul {
    position: absolute;
    right: 74px;
    top: 0;
    margin: 0;
  }
  .navbar .container nav ul li {
    margin: 16px 12px;
  }
  .navbar .container .navbar-header .logo {
    margin: 9px 20px;
  }
  .navbar .container .navbar-header ul {
    float: none;
    position: absolute;
    width: 100%;
    margin-top: 64px;
    padding: 0;
    background-color: #693;
  }
  .navbar .container .navbar-header ul li {
    display: block;
  }
  .navbar .container .navbar-header ul li a {
    padding: 16px 18px;
  }
  .search-wrapper {
    padding: 30px 0;
  }
  .search-wrapper form:before {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 25px;
  }
  .search-wrapper form .form-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .search-wrapper form input,
  .search-wrapper form button {
    font-size: 16px;
  }
  .search-wrapper form input {
    width: 175px !important;
  }
  .search-wrapper form button {
    width: 85px;
    margin: 0 5px;
  }
  .footer .container ul {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .navbar .container .navbar-header .logo {
    margin: 17px 20px;
  }
  .footer .container {
    padding: 0;
  }
  .footer .container ul {
    width: 100%;
    padding: 50px 20px;
    border-top: 1px solid #477a1e;
  }
  .footer .container ul:first-child {
    border-top: none;
  }
  .footer .container ul li {
    display: inline-block;
    padding-right: 25px;
  }
}
@media (max-width: 736px) {
  .footer .container {
    margin: 20px auto;
    padding: 0;
  }
}
@media (max-width: 360px) {
  .navbar .container nav ul {
    right: 64px;
  }
  .navbar .container nav ul li {
    margin: 16px 5px;
  }
  .navbar .container nav ul li a {
    min-width: 60px;
  }
  .navbar .container .navbar-header .logo {
    margin: 17px 10px;
  }
  .navbar .container .navbar-header .navbar-toggle {
    margin: 15px 10px;
  }
  .footer .container {
    margin: 0;
  }
  .footer .container ul {
    padding: 15px 10px;
  }
}
html {
  font-size: 62.5%;
}
.home-main section.home-section-plan {
  background: url("../images/img-home-01-lg.jpg") bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home-main section.home-section-plan h1,
.home-main section.home-section-plan h4,
.home-main section.home-section-plan h2,
.home-main section.home-section-plan .p-group {
  position: absolute;
  transition: all 1s ease-in-out 0s;
}
.home-main section.home-section-plan h1,
.home-main section.home-section-plan h4,
.home-main section.home-section-plan h2 {
  margin: 0;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  transform: translateX(1000px);
}
.home-main section.home-section-plan h1 {
  font-size: 88px;
  font-weight: bold;
  color: #fff;
  top: 186px;
  left: 415px;
  transition-delay: 0.3s;
}
.home-main section.home-section-plan h1 span {
  font-size: 24px;
}
.home-main section.home-section-plan h4 {
  font-size: 44px;
  color: #693;
  top: 312px;
  left: 420px;
  transition-delay: 0.5s;
}
.home-main section.home-section-plan h2 {
  font-size: 88px;
  color: #666;
  top: 388px;
  left: 474px;
  transition-delay: 0.7s;
}
.home-main section.home-section-plan .p-group {
  width: 680px;
  left: 50%;
  margin-left: -340px;
  bottom: 234px;
  -webkit-transform: translateX(-1500px);
  -moz-transform: translateX(-1500px);
  transform: translateX(-1500px);
  transition-delay: 0.7s;
}
.home-main section.home-section-plan .p-group p {
  font-size: 40px;
  color: #fff;
}
.home-main section.home-section-plan nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 455px;
}
.home-main section.home-section-plan nav:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: rgba(153, 255, 51, 0.2);
}
.home-main section.home-section-plan nav ul {
  font-size: 0;
  padding: 0;
  position: relative;
  z-index: 11;
  text-align: center;
}
.home-main section.home-section-plan nav ul li {
  display: inline-block;
  margin: 0 3.3%;
  position: relative;
  z-index: 111;
}
.home-main section.home-section-plan nav ul li:before {
  content: attr(data-before);
  font-size: 32px;
  color: #9f3;
  position: absolute;
  width: 104px;
  height: 142px;
  left: 50%;
  margin-left: -52px;
  top: -160px;
  text-align: center;
  padding: 34px 0;
  background: url("../images/bg-home-time.png") top center no-repeat;
  opacity: 0;
}
.home-main section.home-section-plan nav ul li a {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}
.home-main section.home-section-plan nav ul li a:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.home-main section.home-section-plan nav ul li:hover:before {
  animation: opacity .5s forwards;
  -webkit-animation: opacity .5s forwards;
  -moz-animation: opacity .5s forwards;
}
.home-main section.home-section-plan nav ul li:first-child + li + li + li + li + li + li + li:before {
  opacity: 1;
}
.home-main section.home-section-plan.active h1,
.home-main section.home-section-plan.active h4,
.home-main section.home-section-plan.active h2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.home-main section.home-section-plan.active .p-group {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.home-main section.home-section-service {
  background: url("../images/img-home-02-lg.jpg") bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home-main section.home-section-service .p-group,
.home-main section.home-section-service h1 {
  position: absolute;
  transition: all 1s ease 0s;
}
.home-main section.home-section-service .p-group {
  left: 760px;
  top: 180px;
  transition-delay: 0.7s;
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  transform: translateY(1000px);
}
.home-main section.home-section-service .p-group p {
  font-size: 40px;
  color: #39c;
}
.home-main section.home-section-service h1 {
  font-size: 70px;
  color: #369;
  right: 270px;
  bottom: 250px;
  transition-delay: 0.8s;
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  transform: translateY(1000px);
}
.home-main section.home-section-service.active .p-group {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.home-main section.home-section-service.active h1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.home-main section.home-section-help {
  background: url("../images/img-home-03-lg.jpg") bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home-main section.home-section-help .left,
.home-main section.home-section-help .count-group,
.home-main section.home-section-help .right {
  position: absolute;
  transition: all 1s ease 0s;
}
.home-main section.home-section-help .left {
  font-size: 60px;
  color: #000;
  top: 235px;
  left: 408px;
  transition-delay: 0.2s;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  transform: translateX(1000px);
}
.home-main section.home-section-help .count-group {
  top: 197px;
  left: 50%;
  margin-left: -232px;
  transition-delay: 0.4s;
  -webkit-transform: translateY(1000px);
  -moz-transform: translateY(1000px);
  transform: translateY(1000px);
}
.home-main section.home-section-help .count-group p {
  margin: 14px 0;
  font-size: 50px;
  color: #666;
  text-align: right;
}
.home-main section.home-section-help .count-group p strong {
  font-size: 90px;
  color: #ffb400;
}
.home-main section.home-section-help .right {
  top: 532px;
  right: 250px;
  margin: 0;
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.9);
  transition-delay: 0.3s;
  -webkit-transform: translateX(-1000px);
  -moz-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.home-main section.home-section-help.active .left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.home-main section.home-section-help.active .count-group {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.home-main section.home-section-help.active .right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.home-main section.home-section-aboutus {
  background: url("../images/img-home-04-lg.jpg") bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home-main section.home-section-aboutus .p1,
.home-main section.home-section-aboutus .p2 {
  position: absolute;
  transition: all 1s ease 0s;
  margin: 0;
}
.home-main section.home-section-aboutus .p1 {
  font-size: 50px;
  color: #333;
  top: 272px;
  left: 602px;
  transition-delay: 0.2s;
  -webkit-transform: translateX(1100px);
  -moz-transform: translateX(1100px);
  transform: translateX(1100px);
}
.home-main section.home-section-aboutus .p2 {
  font-size: 40px;
  color: #333;
  top: 454px;
  left: 968px;
  transition-delay: 0.3s;
  -webkit-transform: translateX(-1100px);
  -moz-transform: translateX(-1100px);
  transform: translateX(-1100px);
}
.home-main section.home-section-aboutus.active .p1 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.home-main section.home-section-aboutus.active .p2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.home-main section.home-section-download {
  background: url("../images/img-home-05-lg.jpg") bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.home-main section.home-section-download p,
.home-main section.home-section-download .btn-group {
  position: absolute;
  transition: all 1s ease 0s;
}
.home-main section.home-section-download p {
  font-size: 48px;
  color: #333;
  letter-spacing: 5px;
  top: 285px;
  left: 50%;
  margin-left: -442px;
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  transform: translateX(1000px);
}
.home-main section.home-section-download p img {
  display: inline-block;
  vertical-align: bottom;
}
.home-main section.home-section-download .btn-group {
  left: 50%;
  margin-left: -242px;
  bottom: 402px;
  -webkit-transform: translateX(-1000px);
  -moz-transform: translateX(-1000px);
  transform: translateX(-1000px);
}
.home-main section.home-section-download .btn-group .btn-apply {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 484px;
  height: 90px;
  font-size: 0;
  line-height: 45px;
  background: url("../images/btn-apply.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  -webkit-transition: all .4s ease .2s;
  -moz-transition: all .4s ease .2s;
  -ms-transition: all .4s ease .2s;
  -o-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}
.home-main section.home-section-download .btn-group .btn-apply:hover {
  background: url("../images/btn-apply-hover.png") no-repeat;
}
.home-main section.home-section-download .btn-group .btn-apply:before,
.home-main section.home-section-download .btn-group .btn-apply span {
  display: inline-block;
  vertical-align: middle;
}
.home-main section.home-section-download .btn-group .btn-apply:before {
  content: '';
  width: 104px;
  height: 40px;
  margin-left: 45px;
  margin-right: 32px;
  background: url("../images/logo.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.home-main section.home-section-download .btn-group .btn-apply span {
  font-size: 40px;
  padding: 19px 0 19px 86px;
  border-left: 1px solid rgba(155, 155, 146, 0.7);
}
.home-main section.home-section-download.active p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.home-main section.home-section-download.active .btn-group {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1920px) {
  .home-main section.home-section-plan nav {
    bottom: 355px;
  }
  .home-main section.home-section-plan .p-group {
    bottom: 134px;
  }
}
@media (max-width: 1680px) {
  .home-main section.home-section-plan h1 {
    font-size: 60px;
    top: 135px;
    left: 290px;
  }
  .home-main section.home-section-plan h4 {
    font-size: 30px;
    top: 216px;
    left: 295px;
  }
  .home-main section.home-section-plan h2 {
    font-size: 60px;
    top: 270px;
    left: 320px;
  }
  .home-main section.home-section-plan .p-group {
    right: 140px;
    bottom: 168px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size: 20px;
  }
  .home-main section.home-section-plan nav {
    bottom: 295px;
  }
  .home-main section.home-section-plan nav ul li:before {
    content: attr(data-before);
    font-size: 18px;
    width: 70px;
    height: 100px;
    margin-left: -35px;
    top: -110px;
    padding: 30px 0;
    background: url("../images/bg-home-time.png") top center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-plan nav ul li a {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }
  .home-main section.home-section-plan nav ul li a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
  }
  .home-main section.home-section-plan nav ul li:hover:before {
    display: block;
  }
  .home-main section.home-section-service .p-group {
    left: 585px;
  }
  .home-main section.home-section-service .p-group p {
    font-size: 22px;
  }
  .home-main section.home-section-service h1 {
    font-size: 38px;
    bottom: 166px;
  }
  .home-main section.home-section-help .left {
    font-size: 30px;
    top: 180px;
    left: 270px;
  }
  .home-main section.home-section-help .count-group {
    top: 146px;
    left: 50%;
    margin-left: -112px;
  }
  .home-main section.home-section-help .count-group p {
    margin: 14px 0;
    font-size: 25px;
    color: #666;
    text-align: right;
  }
  .home-main section.home-section-help .count-group p strong {
    font-size: 45px;
  }
  .home-main section.home-section-help .right {
    top: 340px;
    right: 165px;
    font-size: 30px;
  }
  .home-main section.home-section-aboutus .p1 {
    font-size: 27px;
    top: 222px;
    left: 528px;
  }
  .home-main section.home-section-aboutus .p2 {
    font-size: 22px;
    top: 365px;
    left: 850px;
  }
  .home-main section.home-section-download p {
    font-size: 24px;
    margin-left: -310px;
    top: 150px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 320px;
    margin-left: -121px;
  }
  .home-main section.home-section-download .btn-group .btn-apply {
    width: 242px;
    height: 45px;
    line-height: 22px;
    background: url("../images/btn-apply.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-download .btn-group .btn-apply:hover {
    background: url("../images/btn-apply-hover.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-download .btn-group .btn-apply:before {
    content: '';
    width: 52px;
    height: 20px;
    margin-left: 22px;
    margin-right: 16px;
  }
  .home-main section.home-section-download .btn-group .btn-apply span {
    font-size: 20px;
    padding: 10px 0 10px 43px;
  }
}
@media (max-width: 1440px) {
  .home-main section.home-section-plan h1 {
    font-size: 56px;
    top: 130px;
  }
  .home-main section.home-section-plan h4 {
    font-size: 26px;
    top: 200px;
  }
  .home-main section.home-section-plan h2 {
    font-size: 56px;
    top: 245px;
  }
  .home-main section.home-section-plan .p-group {
    right: 140px;
    bottom: 168px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size:22px;
  }
  .home-main section.home-section-aboutus .p1 {
    top: 184px;
    left: 458px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 300px;
    left: 730px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 260px;
  }
}
@media (max-width: 1366px) {
  .home-main section.home-section-plan h1 {
    font-size: 40px;
    top: 100px;
    left: 160px;
  }
  .home-main section.home-section-plan h4 {
    font-size: 22px;
    top: 158px;
    left: 165px;
  }
  .home-main section.home-section-plan h2 {
    font-size: 40px;
    top: 186px;
    left: 190px;
  }
  .home-main section.home-section-plan .p-group {
    right: 140px;
    bottom: 168px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size: 20px;
  }
  .home-main section.home-section-plan nav {
    bottom: 295px;
  }
  .home-main section.home-section-plan nav ul li:before {
    content: attr(data-before);
    font-size: 18px;
    width: 70px;
    height: 100px;
    margin-left: -35px;
    top: -110px;
    padding: 30px 0;
    background: url("../images/bg-home-time.png") top center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-plan nav ul li a {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
  }
  .home-main section.home-section-plan nav ul li a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.4);
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
  }
  .home-main section.home-section-plan nav ul li:hover:before {
    display: block;
  }
  .home-main section.home-section-service .p-group {
    top: 140px;
    left: 585px;
  }
  .home-main section.home-section-service .p-group p {
    font-size: 20px;
  }
  .home-main section.home-section-service h1 {
    font-size: 35px;
    bottom: 166px;
  }
  .home-main section.home-section-help .left {
    font-size: 30px;
    top: 150px;
    left: 270px;
  }
  .home-main section.home-section-help .count-group {
    top: 126px;
    left: 50%;
    margin-left: -112px;
  }
  .home-main section.home-section-help .count-group p {
    margin: 14px 0;
    font-size: 25px;
    color: #666;
    text-align: right;
  }
  .home-main section.home-section-help .count-group p strong {
    font-size: 45px;
  }
  .home-main section.home-section-help .right {
    top: 310px;
    right: 165px;
    font-size: 30px;
  }
  .home-main section.home-section-aboutus .p1 {
    font-size: 25px;
    top: 202px;
    left: 438px;
  }
  .home-main section.home-section-aboutus .p2 {
    font-size: 20px;
    top: 328px;
    left: 690px;
  }
  .home-main section.home-section-download p {
    font-size: 24px;
    margin-left: -310px;
    top: 100px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 290px;
    margin-left: -121px;
  }
  .home-main section.home-section-download .btn-group .btn-apply {
    width: 242px;
    height: 45px;
    line-height: 22px;
    background: url("../images/btn-apply.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-download .btn-group .btn-apply:hover {
    background: url("../images/btn-apply-hover.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .home-main section.home-section-download .btn-group .btn-apply:before {
    content: '';
    width: 52px;
    height: 20px;
    margin-left: 22px;
    margin-right: 16px;
  }
  .home-main section.home-section-download .btn-group .btn-apply span {
    font-size: 20px;
    padding: 10px 0 10px 43px;
  }
}
@media (max-width: 1280px) {
  .home-main section.home-section-plan h4 {
    top: 150px;
  }
  .home-main section.home-section-plan .p-group {
    bottom: 128px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size: 20px;
  }
  .home-main section.home-section-plan nav {
    bottom: 235px;
  }
  .home-main section.home-section-service .p-group {
    top: 120px;
    left: 545px;
  }
  .home-main section.home-section-service h1 {
    right: 228px;
    bottom: 136px;
  }
  .home-main section.home-section-help .count-group {
    top: 116px;
  }
  .home-main section.home-section-help .count-group p strong {
    font-size: 32px;
  }
  .home-main section.home-section-help .right {
    top: 255px;
  }
  .home-main section.home-section-aboutus .p1 {
    top: 156px;
    left: 408px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 258px;
    left: 650px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 230px;
  }
  .home-main section.home-section-download .btn-group .btn-apply {
    line-height: 22px;
  }
}
@media (max-width: 1024px) {
  .home-main section {
    width: 100%;
  }
  .home-main section.home-section-plan h1 {
    font-size: 32px;
    left: 25px;
    top: 80px;
  }
  .home-main section.home-section-plan h4 {
    font-size: 16px;
    left: 30px;
    top: 118px;
  }
  .home-main section.home-section-plan h2 {
    font-size: 32px;
    top: 140px;
    left: 40px;
  }
  .home-main section.home-section-plan nav {
    bottom: 175px;
  }
  .home-main section.home-section-plan .p-group {
    bottom: 78px;
    right: 100px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size: 18px;
    bottom: 118px;
  }
  .home-main section.home-section-service .p-group {
    left: 405px;
  }
  .home-main section.home-section-service .p-group p {
    font-size: 18px;
  }
  .home-main section.home-section-service h1 {
    font-size: 28px;
    right: 150px;
    bottom: 100px;
  }
  .home-main section.home-section-help .left {
    left: 135px;
  }
  .home-main section.home-section-help .count-group {
    top: 126px;
  }
  .home-main section.home-section-help .count-group p {
    font-size: 22px;
    margin: 10px 0;
  }
  .home-main section.home-section-help .right {
    right: 135px;
    font-size: 26px;
  }
  .home-main section.home-section-aboutus .p1 {
    top: 116px;
    left: 328px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 188px;
    left: 520px;
  }
  .home-main section.home-section-download p {
    font-size: 20px;
    margin-left: -282px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 170px;
  }
}
@media (max-width: 960px) {
  .home-main section.home-section-plan h1 {
    top: 120px;
  }
  .home-main section.home-section-plan h4 {
    top: 172px;
  }
  .home-main section.home-section-plan h2 {
    top: 206px;
  }
  .home-main section.home-section-plan .p-group {
    right: 80px;
    bottom: 110px;
  }
  .home-main section.home-section-plan nav {
    bottom: 218px;
  }
  .home-main section.home-section-aboutus .p1 {
    left: 306px;
  }
  .home-main section.home-section-aboutus .p2 {
    left: 488px;
  }
}
@media (max-width: 800px) {
  .home-main section.home-section-plan h1 {
    top: 110px;
    font-size: 30px;
  }
  .home-main section.home-section-plan h4 {
    top: 152px;
    font-size: 16px;
  }
  .home-main section.home-section-plan h2 {
    top: 176px;
    font-size: 30px;
  }
  .home-main section.home-section-plan .p-group {
    right: 60px;
    bottom: 70px;
  }
  .home-main section.home-section-plan nav {
    bottom: 172px;
  }
  .home-main section.home-section-plan nav ul li a {
    width: 10px;
    height: 10px;
  }
  .home-main section.home-section-plan nav ul li a:before {
    width: 10px;
    height: 10px;
  }
  .home-main section.home-section-service .p-group {
    left: 325px;
  }
  .home-main section.home-section-service h1 {
    right: 130px;
  }
  .home-main section.home-section-help .left {
    top: 120px;
    left: 80px;
  }
  .home-main section.home-section-help .count-group {
    top: 120px;
  }
  .home-main section.home-section-help .right {
    right: 80px;
    top: 250px;
  }
  .home-main section.home-section-aboutus .p1 {
    left: 250px;
  }
  .home-main section.home-section-aboutus .p2 {
    left: 410px;
  }
}
@media (max-width: 768px) {
  .home-main section.home-section-service .p-group {
    left: 295px;
  }
  .home-main section.home-section-service h1 {
    bottom: 60px;
  }
  .home-main section.home-section-aboutus .p1 {
    left: 238px;
  }
  .home-main section.home-section-aboutus .p2 {
    left: 386px;
  }
}
@media (max-width: 750px) {
  .home-main section.home-section-plan {
    background: url("../images/img-home-01-sm.jpg") bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .home-main section.home-section-plan h1 {
    font-size: 40px;
  }
  .home-main section.home-section-plan h4 {
    font-size: 22px;
    top: 172px;
  }
  .home-main section.home-section-plan h2 {
    font-size: 40px;
    top: 206px;
  }
  .home-main section.home-section-plan .p-group {
    right: auto;
    left: 40px;
    bottom: 112px;
  }
  .home-main section.home-section-plan .p-group p {
    font-size: 18px;
    margin: 16px 0;
  }
  .home-main section.home-section-plan nav {
    bottom: 235px;
  }
  .home-main section.home-section-plan nav ul li {
    margin: 0 3%;
  }
  .home-main section.home-section-plan nav ul li a {
    width: 7px;
    height: 7px;
  }
  .home-main section.home-section-plan nav ul li a:before {
    width: 7px;
    height: 7px;
  }
  .home-main section.home-section-service {
    background: url("../images/img-home-02-sm.jpg") bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .home-main section.home-section-service .p-group {
    left: 92px;
  }
  .home-main section.home-section-service .p-group p {
    font-size: 20px;
    margin: 10px 0;
  }
  .home-main section.home-section-service h1 {
    font-size: 30px;
    bottom: 120px;
    right: 48px;
  }
  .home-main section.home-section-help {
    background: url("../images/img-home-03-sm.jpg") bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .home-main section.home-section-help .left {
    font-size: 30px;
    top: 102px;
    left: 60px;
  }
  .home-main section.home-section-help .count-group {
    top: 160px;
    margin-left: -115px;
  }
  .home-main section.home-section-help .count-group p {
    margin: 10px 0;
    font-size: 25px;
  }
  .home-main section.home-section-help .count-group p strong {
    font-size: 45px;
  }
  .home-main section.home-section-help .right {
    right: 60px;
    top: auto;
    bottom: 146px;
    font-size: 30px;
  }
  .home-main section.home-section-aboutus {
    background: url("../images/img-home-04-sm.jpg") bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .home-main section.home-section-aboutus .p1 {
    font-size: 30px;
    top: 164px;
    left: 72px;
  }
  .home-main section.home-section-aboutus .p2 {
    font-size: 20px;
    top: 276px;
    left: 136px;
  }
  .home-main section.home-section-download {
    background: url("../images/img-home-05-sm.jpg") bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
  .home-main section.home-section-download p {
    width: 256px;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-left: -128px;
    top: 162px;
  }
  .home-main section.home-section-download p img {
    width: 130px;
  }
  .home-main section.home-section-download .btn-group {
    margin-left: -121px;
    bottom: 130px;
  }
  .home-main section.home-section-download .btn-group .btn-apply {
    line-height: 42px;
  }
  .home-main section.home-section-download .btn-group .btn-apply:before {
    content: '';
    width: 52px;
    height: 20px;
    margin-left: 22px;
    margin-right: 16px;
  }
  .home-main section.home-section-download .btn-group .btn-apply span {
    font-size: 20px;
    padding: 0 0 0 22px;
  }
}
@media (max-width: 424px) {
  .home-main section.home-section-aboutus .p1 {
    top: 194px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 326px;
    left: 146px;
  }
  .home-main section.home-section-download .btn-group {
    bottom: 150px;
  }
}
@media (max-width: 384px) {
  .home-main section.home-section-plan nav ul li {
    margin: 0 2.4%;
  }
  .home-main section.home-section-aboutus .p1 {
    top: 166px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 280px;
    left: 136px;
  }
}
@media (max-width: 375px) {
  .home-main section.home-section-aboutus .p2 {
    top: 275px;
  }
}
@media (max-width: 320px) {
  .home-main section.home-section-plan .p-group {
    left: 10px;
  }
  .home-main section.home-section-plan .p-group p {
    margin: 10px 0;
  }
  .home-main section.home-section-service .p-group {
    top: 100px;
    left: 62px;
  }
  .home-main section.home-section-service h1 {
    right: 20px;
  }
  .home-main section.home-section-help .left {
    left: 30px;
  }
  .home-main section.home-section-help .count-group p strong {
    font-size: 36px;
  }
  .home-main section.home-section-help .right {
    right: 30px;
  }
  .home-main section.home-section-aboutus .p1 {
    top: 148px;
    left: 58px;
  }
  .home-main section.home-section-aboutus .p2 {
    top: 246px;
    left: 116px;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.login-main {
  background: url("../images/bg-login.jpg") center no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.login-main .login-container {
  position: relative;
  width: 1024px;
  min-height: 1044px;
  margin: 0 auto;
}
.login-main .login-container .login {
  width: 342px;
  height: 342px;
  padding: 35px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -171px;
  z-index: 1;
}
.login-main .login-container .login:before {
  content: '';
  display: block;
  vertical-align: middle;
  width: 80px;
  height: 40px;
  margin: 10px auto;
  background: url("../images/login-logo.png") no-repeat;
}
.login-main .login-container .login:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-color: rgba(250, 248, 246, 0.8);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.17);
  z-index: -1;
}
.login-main .login-container .login ul:before {
  content: attr(data-before);
  display: block;
  text-align: center;
  letter-spacing: 4px;
  font-size: 20px;
  color: #666;
  margin: 20px 0;
}
.login-main .login-container .login ul li .input-group {
  width: 100%;
  margin-bottom: 13px;
}
.login-main .login-container .login ul li .input-group input {
  width: 100%;
  border-radius: 2px;
  color: #ccc;
  font-size: 12px;
}
.login-main .login-container .login ul li .btn-group {
  width: 100%;
}
.login-main .login-container .login ul li .btn-group button {
  outline: none;
  width: 100%;
  background-color: #693;
  font-size: 16px;
  color: #fff;
}
@media (max-width: 1680px) {
  .login-main .login-container {
    min-height: 872px;
  }
}
@media (max-width: 1440px) {
  .login-main .login-container {
    min-height: 750px;
  }
}
@media (max-width: 1366px) {
  .login-main .login-container {
    min-height: 736px;
  }
}
@media (max-width: 1280px) {
  .login-main .login-container {
    min-height: 666px;
  }
}
@media (max-width: 1024px) {
  .login-main {
    -webkit-background-size: 120%;
    background-size: 120%;
  }
  .login-main .login-container {
    width: 960px;
    min-height: 646px;
  }
}
@media (max-width: 960px) {
  .login-main {
    -webkit-background-size: 130%;
    background-size: 130%;
  }
  .login-main .login-container {
    width: 800px;
  }
}
@media (max-width: 800px) {
  .login-main {
    -webkit-background-size: 160%;
    background-size: 160%;
  }
  .login-main .login-container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .login-main .login-container {
    width: auto;
    min-height: 644px;
  }
  .login-main .login-container .login {
    left: 50%;
    margin-left: -171px;
  }
}
@media (max-width: 736px) {
  .login-main {
    -webkit-background-size: 180%;
    background-size: 180%;
  }
}
@media (max-width: 667px) {
  .login-main {
    -webkit-background-size: 200%;
    background-size: 200%;
  }
}
@media (max-width: 569px) {
  .login-main {
    -webkit-background-size: 240%;
    background-size: 240%;
  }
}
@media (max-width: 480px) {
  .login-main {
    -webkit-background-size: 350%;
    background-size: 350%;
  }
}
@media (max-width: 320px) {
  .login-main {
    -webkit-background-size: 380%;
    background-size: 380%;
  }
  .login-main .login-container {
    min-height: 544px;
  }
  .login-main .login-container .login {
    width: 280px;
    height: 280px;
    padding: 10px 20px;
    margin-left: -140px;
    margin-top: -140px;
  }
  .login-main .login-container .login ul:before {
    margin: 10px 0;
  }
}
.course-list-wrapper {
  background-color: #ebebeb;
}
.course-list-wrapper .course-list-container {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.course-list-wrapper .course-list-container:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.course-list-wrapper .course-list-container aside {
  position: relative;
  float: left;
  width: 216px;
  margin-right: 32px;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17), -1px -1px 1px rgba(0, 0, 0, 0.17);
}
.course-list-wrapper .course-list-container aside .navbar-container:before {
  content: attr(data-before);
  display: block;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 28px;
  color: #666;
}
.course-list-wrapper .course-list-container aside .navbar-container:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #eee;
}
.course-list-wrapper .course-list-container aside .navbar-container .navbar-toggle {
  background-color: #693 !important;
}
.course-list-wrapper .course-list-container aside .navbar-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
.course-list-wrapper .course-list-container aside .aside-container {
  padding: 0 35px;
}
.course-list-wrapper .course-list-container aside .aside-container.collapse {
  display: block;
}
.course-list-wrapper .course-list-container aside .aside-container ul {
  position: relative;
  margin-top: 30px;
  padding-bottom: 25px;
}
.course-list-wrapper .course-list-container aside .aside-container ul:before {
  content: attr(data-before);
  display: block;
  font-size: 18px;
  padding: 4px 20px;
  margin-bottom: 8px;
  color: #75a347;
  border-bottom: 1px dashed #cdcdcd;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.course-list-wrapper .course-list-container aside .aside-container ul:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #75a347;
  left: 0;
  top: 10px;
}
.course-list-wrapper .course-list-container aside .aside-container ul li a {
  display: block;
  font-size: 14px;
  padding-left: 22px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
  color: #666;
  text-decoration: none;
}
.course-list-wrapper .course-list-container article {
  float: left;
  width: 752px;
}
.course-list-wrapper .course-list-container article .label-lists ul {
  font-size: 0;
}
.course-list-wrapper .course-list-container article .label-lists ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}
.course-list-wrapper .course-list-container article .label-lists ul li a {
  font-size: 18px;
  color: #666;
  display: block;
  padding: 8px 15px 7px;
  text-decoration: none;
}
.course-list-wrapper .course-list-container article .label-lists ul li:hover,
.course-list-wrapper .course-list-container article .label-lists ul li.active {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3), inset 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: box-shadow 0.8s ease 0.4s;
  -moz-transition: box-shadow 0.8s ease 0.4s;
  -ms-transition: box-shadow 0.8s ease 0.4s;
  -o-transition: box-shadow 0.8s ease 0.4s;
  transition: box-shadow 0.8s ease 0.4s;
}
.course-list-wrapper .course-list-container article .label-lists ul li:hover a,
.course-list-wrapper .course-list-container article .label-lists ul li.active a {
  color: #693;
}
.course-list-wrapper .course-list-container article .course-list-module,
.course-list-wrapper .course-list-container article .course-detail-module {
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 30px 54px;
  margin: 10px 0;
}
.course-list-wrapper .course-list-container article .course-list-module h1,
.course-list-wrapper .course-list-container article .course-detail-module h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
}
.course-list-wrapper .course-list-container article .course-list-module nav,
.course-list-wrapper .course-list-container article .course-detail-module nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.course-list-wrapper .course-list-container article .course-list-module nav:after,
.course-list-wrapper .course-list-container article .course-detail-module nav:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.course-list-wrapper .course-list-container article .course-list-module nav .sub-label,
.course-list-wrapper .course-list-container article .course-detail-module nav .sub-label {
  float: left;
  margin: 8px 0;
}
.course-list-wrapper .course-list-container article .course-list-module nav .sub-label span,
.course-list-wrapper .course-list-container article .course-detail-module nav .sub-label span {
  font-size: 12px;
  color: #999;
}
.course-list-wrapper .course-list-container article .course-list-module nav .sub-label em,
.course-list-wrapper .course-list-container article .course-detail-module nav .sub-label em {
  color: #999;
}
.course-list-wrapper .course-list-container article .course-list-module nav ul,
.course-list-wrapper .course-list-container article .course-detail-module nav ul {
  float: right;
  font-size: 0;
}
.course-list-wrapper .course-list-container article .course-list-module nav ul li,
.course-list-wrapper .course-list-container article .course-detail-module nav ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-left: -1px;
  border-radius: 2px;
}
.course-list-wrapper .course-list-container article .course-list-module nav ul li a,
.course-list-wrapper .course-list-container article .course-detail-module nav ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  text-decoration: none;
  padding: 7px 12px 6px;
  outline: none;
}
.course-list-wrapper .course-list-container article .course-list-module nav ul li.active:after,
.course-list-wrapper .course-list-container article .course-detail-module nav ul li.active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -2px;
  background-color: #fff;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target figure,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require figure,
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .text-wrapper,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .text-wrapper {
  float: left;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target figure,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require figure {
  width: 222px;
  height: 154px;
}
.course-list-wrapper .course-list-container article .course-detail-module figure {
  text-align: center;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require {
  position: relative;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target:after,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target:after,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require:after,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target figure img,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target figure img,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require figure img,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require figure img {
  max-width: 100%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .text-wrapper,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .text-wrapper,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .text-wrapper,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .text-wrapper {
  padding: 0 15px;
  max-width: 420px;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .text-wrapper p,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .text-wrapper p,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .text-wrapper p,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .text-wrapper p {
  font-size: 16px;
  margin: 6px 0;
  color: #666;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .btn-gray,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .btn-gray,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .btn-gray,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .btn-gray,
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .btn-light,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .btn-light,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .btn-light,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .btn-light {
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 0;
  bottom: 0;
  min-width: 90px;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .btn-gray,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .btn-gray,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .btn-gray,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .btn-gray {
  background-color: #ccc;
  cursor: not-allowed;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .target .btn-light,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .target .btn-light,
.course-list-wrapper .course-list-container article .course-list-module .course-content .require .btn-light,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require .btn-light {
  background-color: #693;
}
.course-list-wrapper .course-list-container article .course-list-module .course-content .require,
.course-list-wrapper .course-list-container article .course-detail-module .course-content .require {
  display: none;
}
.course-uploading {
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.17), -1px -1px 1px rgba(0, 0, 0, 0.17);
  min-height: 900px;
}
.course-uploading p {
  font-size: 26px;
  font-style: italic;
  color: #333;
  text-align: center;
  padding: 150px 0;
}
.course-uploading p:before {
  content: attr(data-before);
}
.course-uploading p:after {
  content: attr(data-after);
}
.course-uploading p:before,
.course-uploading p:after {
  display: block;
  font-size: 26px;
  font-style: italic;
  color: #333;
}
.course-nojurisdiction img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .course-list-wrapper .course-list-container {
    width: auto;
    padding: 10px 0;
  }
  .course-list-wrapper .course-list-container aside {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .course-list-wrapper .course-list-container aside .navbar-container:before {
    float: left;
    padding: 14px 10px 10px;
    font-size: 18px;
    border-bottom: none;
  }
  .course-list-wrapper .course-list-container aside .aside-container {
    padding: 0 15px;
  }
  .course-list-wrapper .course-list-container aside .aside-container.collapse {
    display: none;
  }
  .course-list-wrapper .course-list-container aside .aside-container.collapse.in {
    display: block;
  }
  .course-list-wrapper .course-list-container aside .aside-container ul {
    margin-top: 15px;
    padding-bottom: 12px;
  }
  .course-list-wrapper .course-list-container aside .aside-container ul:before {
    font-size: 16px;
    padding: 2px 10px;
    margin-bottom: 4px;
  }
  .course-list-wrapper .course-list-container aside .aside-container ul:after {
    width: 6px;
    height: 6px;
    top: 10px;
  }
  .course-list-wrapper .course-list-container aside .aside-container ul li a {
    padding-left: 12px;
  }
  .course-list-wrapper .course-list-container article {
    float: none;
    width: 100%;
  }
  .course-list-wrapper .course-list-container article .label-lists {
    padding: 0 5px 5px;
  }
  .course-list-wrapper .course-list-container article .label-lists ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .course-list-wrapper .course-list-container article .label-lists ul li a {
    font-size: 14px;
    padding: 4px 8px 3px;
  }
  .course-list-wrapper .course-list-container article .course-list-module,
  .course-list-wrapper .course-list-container article .course-detail-module {
    padding: 15px 27px;
  }
  .course-list-wrapper .course-list-container article .course-list-module h1,
  .course-list-wrapper .course-list-container article .course-detail-module h1 {
    font-size: 18px;
  }
  .course-list-wrapper .course-list-container article .course-list-module nav,
  .course-list-wrapper .course-list-container article .course-detail-module nav {
    margin-bottom: 15px;
  }
  .course-list-wrapper .course-list-container article .course-list-module nav .sub-label,
  .course-list-wrapper .course-list-container article .course-detail-module nav .sub-label {
    margin: 4px 0;
  }
  .course-list-wrapper .course-list-container article .course-list-module nav ul li a,
  .course-list-wrapper .course-list-container article .course-detail-module nav ul li a {
    font-size: 14px;
    padding: 4px 6px 3px;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content figure {
    width: 222px;
    height: 154px;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content .text-wrapper,
  .course-list-wrapper .course-list-container article .course-detail-module .course-content .text-wrapper {
    padding: 0 8px;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content .text-wrapper p,
  .course-list-wrapper .course-list-container article .course-detail-module .course-content .text-wrapper p {
    font-size: 14px;
    margin: 3px 0;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content .btn-gray,
  .course-list-wrapper .course-list-container article .course-detail-module .course-content .btn-gray,
  .course-list-wrapper .course-list-container article .course-list-module .course-content .btn-light,
  .course-list-wrapper .course-list-container article .course-detail-module .course-content .btn-light {
    min-width: 70px;
  }
}
@media (max-width: 540px) {
  .course-list-wrapper .course-list-container article .course-list-module {
    padding: 10px;
  }
  .course-list-wrapper .course-list-container article .course-list-module h1 {
    margin: 10px 0;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content figure {
    float: none;
    margin: 10px auto;
  }
  .course-list-wrapper .course-list-container article .course-list-module .course-content .text-wrapper {
    margin: 10px 0;
  }
}
.aboutus-banner {
  padding-top: 70px;
}
.aboutus-banner img {
  max-width: 100%;
}
.aboutus-main {
  background-color: #ebebeb;
}
.aboutus-main .nav-wrapper {
  background-color: #fff;
}
.aboutus-main .nav-wrapper .aboutus-navbar {
  width: 1000px;
  margin: 0 auto;
}
.aboutus-main .nav-wrapper .aboutus-navbar:before {
  content: attr(data-before);
  float: left;
  font-size: 22px;
  color: #666;
  padding: 12px 50px 7px 50px;
}
.aboutus-main .nav-wrapper .aboutus-navbar:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul {
  float: right;
  font-size: 0;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul li {
  display: inline-block;
  vertical-align: middle;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul li a {
  font-size: 16px;
  color: #3c7009;
  display: block;
  padding: 14px 30px;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul li a:hover {
  text-decoration: none;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul li.active {
  background-color: #ebebeb;
}
.aboutus-main .nav-wrapper .aboutus-navbar ul li.active a {
  color: #693;
}
.aboutus-main section {
  width: 1000px;
  margin: 20px auto 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.aboutus-main section .aboutus-introduce {
  position: relative;
  padding-bottom: 300px;
}
.aboutus-main section .aboutus-introduce:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 389px;
  height: 798px;
  background: url("../images/img-group-01.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.aboutus-main section .aboutus-introduce:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 352px;
  height: 721px;
  background: url("../images/img-group-02.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.aboutus-main section .aboutus-introduce h2 {
  position: absolute;
  font-size: 45px;
  color: #dcf3dd;
  top: 60px;
  left: 35px;
}
.aboutus-main section .aboutus-introduce h2:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 25px;
  margin-right: 10px;
  background: url(../images/bg-arrow.png) no-repeat;
  background-position: 0 0;
}
.aboutus-main section .aboutus-introduce h2:after {
  content: attr(data-after);
  display: block;
  font-size: 26px;
  color: #a2d9a3;
  margin: 10px 46px;
}
.aboutus-main section .aboutus-introduce h1 {
  position: absolute;
  right: 90px;
  bottom: 118px;
  z-index: 11;
}
.aboutus-main section .aboutus-introduce h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 48px;
  margin-right: 10px;
  background: url(../images/bg-arrow.png) no-repeat;
  background-position: 0 -25px;
}
.aboutus-main section .aboutus-introduce h1 em {
  font-size: 34px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.aboutus-main section .aboutus-introduce h1 em strong {
  font-size: 126px;
  color: #8abb58;
}
.aboutus-main section .aboutus-introduce h1 em strong:first-child {
  color: #693;
}
.aboutus-main section .aboutus-introduce h1 em strong:first-child + strong {
  color: #8abb58;
}
.aboutus-main section .aboutus-introduce h1 em i {
  font-size: 42px;
  color: #a3d174;
}
.aboutus-main section .aboutus-introduce .text-wrapper {
  position: relative;
  padding: 80px 50px;
  z-index: 11;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer {
  float: left;
  clear: left;
  position: relative;
  margin-right: 40px;
  border-top: 50px solid transparent;
  border-right: 24px solid #fff;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-01 {
  width: 300px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-02 {
  width: 276px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-03 {
  width: 252px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-04 {
  width: 227px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-05 {
  width: 203px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-06 {
  width: 180px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-07 {
  width: 154px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-08 {
  width: 128px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-09 {
  width: 105px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-10 {
  width: 80px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-11 {
  width: 56px;
}
.aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-12 {
  width: 32px;
}
.aboutus-main section .aboutus-introduce .text-wrapper p {
  font-size:16px;
  color: #666;
  margin: 15px 0;
  text-indent: 30px;
  line-height: 33px;
}
.aboutus-main section .aboutus-introduce .dot-wrapper {
  clear: both;
}
.aboutus-main section .aboutus-introduce .dot-wrapper a {
  font-size: 0;
  display: block;
  width: 19px;
  height: 19px;
  margin: 50px auto;
  position: relative;
  border-radius: 50%;
  background-color: #bababa;
}
.aboutus-main section .aboutus-introduce .dot-wrapper a:before,
.aboutus-main section .aboutus-introduce .dot-wrapper a:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ccc;
}
.aboutus-main section .aboutus-introduce .dot-wrapper a:before {
  left: 34px;
}
.aboutus-main section .aboutus-introduce .dot-wrapper a:after {
  right: 34px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper {
  position: relative;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line {
  position: relative;
  padding-bottom: 30px;
  max-width: 500px;
  margin: 0 auto;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul {
  position: relative;
  padding-left: 200px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul:before {
  content: attr(data-before);
  position: absolute;
  top: 0;
  color: #ade1af;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul li a {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:before,
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:after {
  content: attr(data-before);
  position: absolute;
  top: 0;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:before {
  border-radius: 50%;
  background-color: #ade1af;
  z-index: 11;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:after {
  width: 1px;
  height: 100%;
  background-color: #d2e9ba;
  z-index: 1;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:before {
  width: 10px;
  height: 10px;
  left: 158px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:after {
  left: 163px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child ul:before {
  font-size: 20px;
  left: 80px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:before {
  width: 13px;
  height: 13px;
  left: 157px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:after {
  left: 163px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line ul:before {
  font-size: 24px;
  left: 70px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:before {
  width: 16px;
  height: 16px;
  left: 155px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:after {
  left: 163px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line ul:before {
  font-size: 26px;
  left: 65px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:before {
  width: 19px;
  height: 19px;
  left: 154px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:after {
  left: 163px;
}
.aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line ul:before {
  font-size: 30px;
  left: 55px;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper:before {
  content: attr(data-before);
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e2feb9;
  padding: 40px 0;
  background-color: #693;
  border-bottom: 11px solid #b6d18f;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item {
  display: inline-block;
  vertical-align: top;
  margin: 65px 18px;
  position: relative;
  width: 275px;
  z-index: 11;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content {
  position: relative;
  z-index: 11;
  width: 100%;
  min-height: 320px;
  background: url("../images/bg-polygon.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 50px 30px;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content:before {
  content: attr(data-before);
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0;
  color: #74a92d;
  border-bottom: 1px solid #74a92d;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content:after {
  content: '';
  position: absolute;
  left: 50%;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content ul {
  min-height: 88px;
  padding: 8px 0;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #74a92d;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child .content:after {
  width: 102px;
  height: 102px;
  margin-left: -51px;
  bottom: 30px;
  background: url("../images/bg-industry.png") no-repeat;
  background-position: 0 0;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child + .industry-item .content:after {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  bottom: 30px;
  background: url("../images/bg-industry.png") no-repeat;
  background-position: 0 -114px;
}
.aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child + .industry-item + .industry-item .content:after {
  width: 106px;
  height: 111px;
  margin-left: -53px;
  bottom: 50px;
  background: url("../images/bg-industry.png") no-repeat;
  background-position: 0 -224px;
}
.aboutus-main section .aboutus-infomation {
  background-color: #ebebeb;
}
.aboutus-main section .aboutus-infomation .infomation-list-module {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 35px 54px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.aboutus-main section .aboutus-infomation .infomation-list-module:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-infomation .infomation-list-module h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
}
.aboutus-main section .aboutus-infomation .infomation-list-module nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.aboutus-main section .aboutus-infomation .infomation-list-module nav:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-infomation .infomation-list-module nav .sub-label {
  float: left;
  margin: 8px 0;
}
.aboutus-main section .aboutus-infomation .infomation-list-module nav .sub-label span {
  font-size: 12px;
  color: #999;
}
.aboutus-main section .aboutus-infomation .infomation-list-module nav .sub-label em {
  color: #999;
}
.aboutus-main section .aboutus-infomation .infomation-list-module figure,
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content {
  float: left;
}
.aboutus-main section .aboutus-infomation .infomation-list-module figure {
  width: 340px;
  height: 246px;
}
.aboutus-main section .aboutus-infomation .infomation-list-module figure img {
  max-width: 100%;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content {
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content figure img {
  max-width: 100%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content .text-wrapper {
  padding: 0 15px;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content .text-wrapper p {
  font-size: 16px;
  margin: 6px 0;
  color: #666;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .btn-gray,
.aboutus-main section .aboutus-infomation .infomation-list-module .btn-light {
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 55px;
  bottom: 35px;
  min-width: 90px;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .btn-gray {
  cursor: not-allowed;
  background-color: #ccc;
}
.aboutus-main section .aboutus-infomation .infomation-list-module .btn-light {
  background-color: #693;
}
.aboutus-main section .aboutus-infomation-detail {
  background-color: #ebebeb;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module {
  width: 1000px;
  background-color: #f9f9f9;
  margin: 0 auto;
  padding: 56px 100px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-return {
  font-size: 18px;
  color: #333;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-return:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  margin-right: 10px;
  background: url("../images/bg-arrow.png") no-repeat;
  background-position: -53px 0;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption {
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h2 {
  font-size: 26px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
  font-size: 18px;
  line-height: 25px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h2,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
  color: #333;
  margin: 10px 0;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p {
  font-size: 12px;
  color: #999;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p span {
  margin: 4px 5px;
  display: inline-block;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p em {
  font-style: normal;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i {
  margin: 0 3px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-time {
  width: 12px;
  height: 12px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-eye {
  width: 16px;
  height: 8px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-comment {
  width: 13px;
  height: 12px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-like {
  width: 12px;
  height: 10px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module article {
  padding: 10px 0;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module article p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module article img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ccc;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul {
  font-size: 0;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 4px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a {
  display: block;
  color: #666;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a span,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a:hover,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a:hover {
  text-decoration: none;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right {
  text-align: right;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li {
  margin: 11px 6px 11px 7px;
  padding: 7px 12px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a {
  font-size: 16px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-weibo,
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-wechat {
  width: 29px;
  height: 24px;
  margin-right: 10px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center {
  text-align: center;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
  margin: 45px 17px;
  padding: 4px 12px;
  width: 175px;
  height: 56px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a {
  font-size: 22px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-thumb {
  width: 52px;
  height: 44px;
  margin-right: 20px;
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -490px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-like-lg {
  width: 43px;
  height: 40px;
  margin-right: 20px;
}
.aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a em {
  font-style: normal;
}
.aboutus-main section .aboutus-contact .contact-wrapper,
.aboutus-main section .aboutus-contact .join-wrapper {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.aboutus-main section .aboutus-contact .contact-wrapper:before,
.aboutus-main section .aboutus-contact .join-wrapper:before {
  content: attr(data-before);
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e2feb9;
  padding: 60px 0 20px;
  background-color: #693;
  border-bottom: 11px solid #b6d18f;
}
.aboutus-main section .aboutus-contact .contact-wrapper {
  padding-bottom: 50px;
}
.aboutus-main section .aboutus-contact .contact-wrapper:before {
  background: url("../images/contact.jpg") no-repeat;
}
.aboutus-main section .aboutus-contact .join-wrapper:before {
  background: url("../images/join.jpg") no-repeat;
}
.aboutus-main section .aboutus-contact .public-platform {
  padding: 50px;
  text-align: left;
}
.aboutus-main section .aboutus-contact .public-platform:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  margin-bottom: 20px;
}
.aboutus-main section .aboutus-contact .public-platform p {
  font-size: 20px;
  color: #666;
}
.aboutus-main section .aboutus-contact .public-platform .public-number {
  font-size: 0;
}
.aboutus-main section .aboutus-contact .public-platform .public-number:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number {
  padding: 30px 0;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number:before,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number:before {
  content: attr(data-before);
  display: block;
  min-height: 46px;
  font-size: 18px;
  color: #666;
  padding: 10px 50px;
  border-bottom: 1px solid #ccc;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number:after,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li a,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li a {
  display: block;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li a:hover,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li a:hover {
  text-decoration: none;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li a:after,
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li a:after {
  content: attr(data-after);
  display: block;
  font-size: 20px;
  color: #666;
  text-align: center;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number {
  float: left;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li {
  padding: 10px 34px;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number {
  float: right;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul {
  padding: 0 15px;
}
.aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 22px;
}
.aboutus-main section .aboutus-contact .photo-number {
  text-align: left;
  padding: 20px 50px;
}
.aboutus-main section .aboutus-contact .photo-number p {
  font-size: 30px;
  color: #666;
  font-weight: bold;
}
.aboutus-main section .aboutus-contact .photo-number p:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  font-weight: bold;
}
.aboutus-main section .aboutus-contact .photo-number p:after {
  content: attr(data-after);
  display: block;
  font-size: 30px;
  color: #666;
  font-weight: bold;
}
.aboutus-main section .aboutus-contact .address {
  text-align: left;
  padding: 20px 50px;
}
.aboutus-main section .aboutus-contact .address p {
  font-size: 20px;
  color: #666;
  margin: 15px 0;
}
.aboutus-main section .aboutus-contact .address p:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  font-weight: bold;
}
.aboutus-main section .aboutus-contact .navigation-map {
  text-align: left;
  padding: 20px 50px;
}
.aboutus-main section .aboutus-contact .navigation-map a {
  display: block;
  font-size: 24px;
  color: #06f;
}
.aboutus-main section .aboutus-contact .navigation-map a:hover {
  text-decoration: none;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos:before {
  content: attr(data-before);
  display: block;
  background-color: #d5f8a3;
  font-size: 26px;
  font-weight: bold;
  color: #693;
  text-align: left;
  padding: 15px 55px;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul {
  margin: 0 55px;
  padding: 15px 0;
  font-size: 0;
  border-bottom: 1px dashed #cfcfcf;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  line-height: 35px;
  padding-right: 40px;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li a:before {
  content: attr(data-before);
}
.aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li a:hover {
  text-decoration: none;
}
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities,
.aboutus-main section .aboutus-contact .join-wrapper .qualification {
  text-align: left;
  margin: 15px 55px;
}
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities:before,
.aboutus-main section .aboutus-contact .join-wrapper .qualification:before {
  content: attr(data-before);
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #693;
  padding-top: 15px;
}
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities h1,
.aboutus-main section .aboutus-contact .join-wrapper .qualification h1,
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities p,
.aboutus-main section .aboutus-contact .join-wrapper .qualification p {
  font-size: 20px;
  color: #666;
}
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities h1,
.aboutus-main section .aboutus-contact .join-wrapper .qualification h1 {
  font-weight: bold;
}
.aboutus-main section .aboutus-contact .join-wrapper .responsibilities {
  border-bottom: 1px solid #cfcfcf;
}
.aboutus-main section .aboutus-contact .join-wrapper .qualification {
  padding-bottom: 30px;
}
.aboutus-main section .aboutus-industry,
.aboutus-main section .aboutus-infomation,
.aboutus-main section .aboutus-contact {
  display: none;
}
@media (max-width: 768px) {
  .aboutus-banner {
    padding-top: 65px;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar {
    width: auto;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar:before {
    font-size: 18px;
    padding: 7px 25px 4px 25px;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar ul li a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .aboutus-main section {
    width: auto;
    margin: 10px auto 0 auto;
  }
  .aboutus-main section .aboutus-introduce:before {
    width: 321px;
    height: 658px;
    background: url("../images/img-group-01-m.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .aboutus-main section .aboutus-introduce:after {
    width: 282px;
    height: 578px;
    background: url("../images/img-group-02-m.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .aboutus-main section .aboutus-introduce h2 {
    font-size: 22px;
    top: 60px;
    left: 35px;
  }
  .aboutus-main section .aboutus-introduce h2:before {
    width: 33px;
    height: 25px;
    margin-right: 10px;
    background: url(../images/bg-arrow.png) no-repeat;
    background-position: 0 0;
  }
  .aboutus-main section .aboutus-introduce h2:after {
    font-size: 26px;
    margin: 10px 46px;
  }
  .aboutus-main section .aboutus-introduce h1 {
    right: 115px;
    bottom: 40px;
  }
  .aboutus-main section .aboutus-introduce h1:before {
    width: 63px;
    height: 48px;
    margin-right: 10px;
    background: url(../images/bg-arrow.png) no-repeat;
    background-position: 0 -25px;
  }
  .aboutus-main section .aboutus-introduce h1 em {
    font-size: 24px;
  }
  .aboutus-main section .aboutus-introduce h1 em strong {
    font-size: 72px;
  }
  .aboutus-main section .aboutus-introduce h1 em i {
    font-size: 30px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper {
    padding: 40px 25px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer {
    margin-right: 40px;
    border-top: 50px solid transparent;
    border-right: 24px solid #fff;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-01 {
    width: 276px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-02 {
    width: 252px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-03 {
    width: 227px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-04 {
    width: 203px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-05 {
    width: 180px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-06 {
    width: 154px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-07 {
    width: 128px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-08 {
    width: 105px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-09 {
    width: 80px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-10 {
    width: 56px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-11 {
    width: 32px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-12 {
    width: 32px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper p {
    font-size: 16px;
    margin: 8px 0;
    text-indent: 20px;
  }
  .aboutus-main section .aboutus-introduce .dot-wrapper a {
    width: 9px;
    height: 9px;
    margin: 25px auto;
  }
  .aboutus-main section .aboutus-introduce .dot-wrapper a:before,
  .aboutus-main section .aboutus-introduce .dot-wrapper a:after {
    margin-top: -3px;
    width: 6px;
    height: 6px;
  }
  .aboutus-main section .aboutus-introduce .dot-wrapper a:before {
    left: 17px;
  }
  .aboutus-main section .aboutus-introduce .dot-wrapper a:after {
    right: 17px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul {
    padding-left: 160px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:before {
    left: 129px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:after {
    left: 134px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child ul:before {
    left: 60px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:before {
    left: 128px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:after {
    left: 134px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line ul:before {
    left: 50px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:before {
    left: 126px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:after {
    left: 134px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line ul:before {
    left: 45px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:before {
    left: 125px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:after {
    left: 134px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line ul:before {
    left: 35px;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper:before {
    padding: 20px 0;
    border-bottom: 5px solid #b6d18f;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item {
    display: block;
    margin: 10px auto;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content {
    min-height: 320px;
    background: url("../images/bg-polygon.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    padding: 50px 30px;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content:before {
    content: attr(data-before);
    font-size: 26px;
    padding: 7px 0;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content ul {
    min-height: 88px;
    padding: 8px 0;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item .content ul li a {
    font-size: 14px;
    line-height: 23px;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child .content:after {
    width: 102px;
    height: 102px;
    margin-left: -51px;
    bottom: 30px;
    background: url("../images/bg-industry.png") no-repeat;
    background-position: 0 0;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child + .industry-item .content:after {
    width: 100px;
    height: 100px;
    margin-left: -50px;
    bottom: 30px;
    background: url("../images/bg-industry.png") no-repeat;
    background-position: 0 -114px;
  }
  .aboutus-main section .aboutus-industry .industry-item-wrapper .industry-item:first-child + .industry-item + .industry-item .content:after {
    width: 106px;
    height: 111px;
    margin-left: -53px;
    bottom: 50px;
    background: url("../images/bg-industry.png") no-repeat;
    background-position: 0 -224px;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 18px 27px;
    margin-bottom: 10px;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module h1 {
    font-size: 24px;
    color: #333;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module nav {
    margin-bottom: 30px;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module nav .sub-label {
    margin: 8px 0;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module figure {
    width: 100%;
    height: 190px;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content {
    width: 100%;
    padding-left: 0;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module .infomation-content .text-wrapper {
    padding: 0;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module .btn-gray,
  .aboutus-main section .aboutus-infomation .infomation-list-module .btn-light {
    right: 28px;
    bottom: 20px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module {
    width: auto;
    padding: 28px 50px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption {
    padding-top: 10px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h2 {
    font-size: 26px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h2,
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
    margin: 10px 0;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p span {
    margin: 4px 5px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i {
    margin: 0 3px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-time {
    width: 12px;
    height: 12px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-eye {
    width: 16px;
    height: 8px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-comment {
    width: 13px;
    height: 12px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module figcaption p i.icon-like {
    width: 12px;
    height: 10px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module article {
    padding: 10px 0;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module article p {
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li,
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    border-radius: 4px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li {
    margin: 11px 6px 11px 7px;
    padding: 7px 12px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-weibo,
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-wechat {
    width: 29px;
    height: 24px;
    margin-right: 10px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center {
    text-align: center;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    margin: 45px 17px;
    padding: 4px 12px;
    width: 175px;
    height: 56px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a {
    font-size: 22px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-thumb {
    width: 52px;
    height: 44px;
    margin-right: 20px;
    background: url("../images/bg-weedu.png") no-repeat;
    background-position: 0 -490px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-like-lg {
    width: 43px;
    height: 40px;
    margin-right: 20px;
  }
  .aboutus-main section .aboutus-contact .contact-wrapper:before,
  .aboutus-main section .aboutus-contact .join-wrapper:before {
    font-size: 20px;
    padding: 30px 0 10px;
    border-bottom: 5px solid #b6d18f;
  }
  .aboutus-main section .aboutus-contact .contact-wrapper {
    padding-bottom: 25px;
  }
  .aboutus-main section .aboutus-contact .public-platform {
    padding: 25px;
  }
  .aboutus-main section .aboutus-contact .public-platform:before {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .aboutus-main section .aboutus-contact .public-platform p {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .service-number,
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number {
    padding: 15px 0;
    float: none;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .service-number:before,
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number:before {
    font-size: 16px;
    padding: 5px 25px;
    border-bottom: 1px solid #ccc;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li a:after,
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li a:after {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li {
    display: inline-block;
    padding: 5px 16px;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul {
    padding: 0 8px;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li {
    padding: 5px 11px;
  }
  .aboutus-main section .aboutus-contact .photo-number {
    padding: 10px 25px;
  }
  .aboutus-main section .aboutus-contact .photo-number p {
    font-size: 20px;
  }
  .aboutus-main section .aboutus-contact .photo-number p:before {
    font-size: 18px;
  }
  .aboutus-main section .aboutus-contact .photo-number p:after {
    font-size: 20px;
  }
  .aboutus-main section .aboutus-contact .address {
    padding: 10px 25px;
  }
  .aboutus-main section .aboutus-contact .address p {
    font-size: 16px;
    margin: 8px 0;
  }
  .aboutus-main section .aboutus-contact .address p:before {
    font-size: 18px;
  }
  .aboutus-main section .aboutus-contact .navigation-map {
    padding: 10px 25px;
  }
  .aboutus-main section .aboutus-contact .navigation-map a {
    font-size: 18px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos:before {
    font-size: 20px;
    padding: 8px 27px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos ul {
    margin: 0 27px;
    padding: 8px 0;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li {
    padding-right: 20px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li a {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .responsibilities,
  .aboutus-main section .aboutus-contact .join-wrapper .qualification {
    margin: 4px 27px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .responsibilities:before,
  .aboutus-main section .aboutus-contact .join-wrapper .qualification:before {
    font-size: 16px;
    padding-top: 8px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .responsibilities h1,
  .aboutus-main section .aboutus-contact .join-wrapper .qualification h1,
  .aboutus-main section .aboutus-contact .join-wrapper .responsibilities p,
  .aboutus-main section .aboutus-contact .join-wrapper .qualification p {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .qualification {
    padding-bottom: 8px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module {
    width: auto;
    padding: 28px 50px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption {
    padding-top: 5px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption h2 {
    font-size: 20px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
    font-size: 16px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption h2,
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption h3 {
    margin: 5px 0;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module figcaption p span {
    margin: 2px 3px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module article {
    padding: 5px 0;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module article p {
    margin: 8px 0;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li,
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    border-radius: 2px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li {
    margin: 5px 3px;
    padding: 3px 6px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a {
    font-size: 14px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-weibo,
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-wechat {
    margin-right: 5px;
  }
  .aboutus-main .aboutus-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    margin: 22px 8px;
    padding: 2px 6px;
  }
}
@media (max-width: 667px) {
  .aboutus-main section .aboutus-introduce:before {
    width: 250px;
    height: 510px;
  }
  .aboutus-main section .aboutus-introduce:after {
    width: 212px;
    height: 434px;
  }
  .aboutus-main section .aboutus-introduce h2 {
    top: 30px;
    left: 12px;
  }
  .aboutus-main section .aboutus-introduce h1 {
    right: 45px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper {
    padding: 25px 10px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer {
    margin-right: 20px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-01 {
    width: 205px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-02 {
    width: 182px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-03 {
    width: 157px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-04 {
    width: 133px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-05 {
    width: 107px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-06 {
    width: 84px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-07 {
    width: 60px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-08 {
    width: 35px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-09 {
    width: 0;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-10 {
    width: 0;
    display: none;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-11 {
    width: 0;
    display: none;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-12 {
    width: 0;
    display: none;
  }
}
@media (max-width: 540px) {
  .aboutus-main section .aboutus-industry .industry-item-wrapper:before {
    padding: 10px 5px;
    font-size: 14px;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar:before {
    float: none;
    display: block;
    padding: 7px 8px 4px 8px;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar ul {
    float: none;
  }
  .aboutus-main .nav-wrapper .aboutus-navbar ul li a {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .aboutus-main section .aboutus-introduce:before {
    width: 180px;
    height: 366px;
  }
  .aboutus-main section .aboutus-introduce:after {
    width: 152px;
    height: 310px;
  }
  .aboutus-main section .aboutus-introduce h2 {
    top: 15px;
  }
  .aboutus-main section .aboutus-introduce h2:before {
    width: 16px;
    height: 12px;
    background: url(../images/bg-arrow.png) no-repeat;
    -webkit-background-size: 32px 37px;
    background-size: 32px 37px;
  }
  .aboutus-main section .aboutus-introduce h2:after {
    font-size: 18px;
    margin: 10px 28px;
  }
  .aboutus-main section .aboutus-introduce h1 {
    right: 45px;
  }
  .aboutus-main section .aboutus-introduce h1:before {
    width: 32px;
    height: 24px;
    background: url(../images/bg-arrow.png) no-repeat;
    -webkit-background-size: 32px 37px;
    background-size: 32px 37px;
    background-position: 0 -12px;
  }
  .aboutus-main section .aboutus-introduce h1 em {
    font-size: 16px;
  }
  .aboutus-main section .aboutus-introduce h1 em strong {
    font-size: 48px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer {
    margin-right: 20px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-01 {
    width: 157px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-02 {
    width: 133px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-03 {
    width: 109px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-04 {
    width: 84px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-05 {
    width: 60px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-06 {
    width: 36px;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-07 {
    width: 0;
    display: none;
  }
  .aboutus-main section .aboutus-introduce .text-wrapper .transparent-layer.transparent-layer-08 {
    width: 0;
    display: none;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .service-number ul li img {
    width: 150px;
  }
  .aboutus-main section .aboutus-contact .public-platform .public-number .subscription-number ul li img {
    width: 100px;
  }
  .aboutus-main section .aboutus-infomation-detail .infomation-detail-module {
    width: auto;
    padding: 14px 10px;
  }
  .aboutus-main section .aboutus-infomation .infomation-list-module {
    padding: 10px;
  }
  .aboutus-main section .aboutus-contact .public-platform {
    padding: 10px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos ul {
    margin: 0 10px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .require-infos ul li a {
    font-size: 14px;
  }
  .aboutus-main section .aboutus-contact .join-wrapper .responsibilities,
  .aboutus-main section .aboutus-contact .join-wrapper .qualification {
    margin: 4px 10px;
  }
}
@media (max-width: 320px) {
  .aboutus-main section .aboutus-introduce {
    padding-bottom: 250px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul {
    padding-left: 100px;
    padding-right: 10px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:before {
    left: 75px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child:after {
    left: 80px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child ul:before {
    left: 30px;
    font-size: 14px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:before {
    left: 73px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line:after {
    left: 80px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line ul:before {
    left: 25px;
    font-size: 16px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:before {
    left: 72px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line:after {
    left: 80px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line ul:before {
    left: 20px;
    font-size: 18px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:before {
    left: 70px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line:after {
    left: 80px;
  }
  .aboutus-main section .aboutus-introduce .time-line-wrapper .time-line:first-child + .time-line + .time-line + .time-line ul:before {
    left: 15px;
    font-size: 20px;
  }
}
.icon-weedu {
  display: inline-block;
  vertical-align: middle;
}
.icon-weedu.icon-search {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 0;
}
.icon-weedu.icon-arrow-up,
.icon-weedu.icon-arrow-down {
  width: 32px;
  height: 29px;
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -22px 0;
}
.icon-weedu.icon-arrow-down {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.icon-weedu.icon-base-education {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -34px;
}
.icon-weedu.icon-school {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -141px;
}
.icon-weedu.icon-industry {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -248px;
}
.icon-weedu.icon-aboutus {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -355px;
}
.icon-weedu.icon-time {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -56px 0;
}
.icon-weedu.icon-eye {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -70px 0;
}
.icon-weedu.icon-comment {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -56px -14px;
}
.icon-weedu.icon-like {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -72px -13px;
}
.icon-weedu.icon-weibo {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -461px;
}
.icon-weedu.icon-wechat {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -34px -461px;
}
.icon-weedu.icon-thumb {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -490px;
}
.icon-weedu.icon-like-lg {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: -58px -490px;
}
.icon-weedu.icon-group {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -538px;
}
.icon-weedu.icon-develop {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -645px;
}
.icon-weedu.icon-partner {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -752px;
}
.icon-weedu.icon-primary {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -859px;
}
.icon-weedu.icon-junior {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -969px;
}
.icon-weedu.icon-senior {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -1079px;
}
.icon-weedu.icon-vocational {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -1187px;
}
.icon-weedu.icon-university {
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -1294px;
}
.solution-carousel-wrapper {
  padding-top: 70px;
}
.solution-carousel-wrapper img {
  max-width: 100%;
}
.nav-wrapper {
  background-color: #fff;
}
.nav-wrapper .solution-navbar {
  width: 1000px;
  margin: 0 auto;
}
.nav-wrapper .solution-navbar:before {
  content: attr(data-before);
  float: left;
  font-size: 22px;
  color: #666;
  padding: 12px 50px 7px 50px;
}
.nav-wrapper .solution-navbar:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.nav-wrapper .solution-navbar ul {
  float: right;
  font-size: 0;
}
.nav-wrapper .solution-navbar ul li {
  display: inline-block;
  vertical-align: middle;
}
.nav-wrapper .solution-navbar ul li a {
  font-size: 16px;
  color: #3c7009;
  display: block;
  padding: 14px 30px;
}
.nav-wrapper .solution-navbar ul li a:hover {
  text-decoration: none;
}
.nav-wrapper .solution-navbar ul li.active {
  background-color: #ebebeb;
}
.nav-wrapper .solution-navbar ul li.active a {
  color: #693;
}
.solution-main {
  overflow: hidden;
  background-color: #ebebeb;
}
.solution-main .basic-education-container,
.solution-main .higher-education-container {
  width: 1000px;
  display: table;
  margin: 20px auto;
  padding: 0 50px;
  overflow: hidden;
  background-color: #fff;
}
.solution-main .basic-education-container article,
.solution-main .higher-education-container article {
  margin-bottom: 30px;
}
.solution-main .basic-education-container .basic-education-article article:before {
  content: attr(data-before);
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-indent: 36px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.solution-main .basic-education-container .basic-education-article article p {
  font-size: 16px;
  line-height: 35px;
  color: #666;
  text-indent: 36px;
}
.solution-main .basic-education-container .basic-education-article article .topic-design,
.solution-main .basic-education-container .basic-education-article article .topic-support {
  overflow: hidden;
}
.solution-main .basic-education-container .basic-education-article article .topic-design:before,
.solution-main .basic-education-container .basic-education-article article .topic-support:before {
  content: attr(data-before);
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  text-indent: 36px;
  font-weight: bold;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul,
.solution-main .basic-education-container .basic-education-article article .topic-support ul {
  float: left;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul:before,
.solution-main .basic-education-container .basic-education-article article .topic-support ul:before {
  content: attr(data-before);
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  font-weight: bold;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul li span,
.solution-main .basic-education-container .basic-education-article article .topic-support ul li span {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul {
  min-height: 150px;
  border-left: 1px solid #a0a0a0;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child {
  border-left: 0px;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul:before,
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul:before,
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul + ul:before {
  padding-left: 15px;
}
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul li,
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul li,
.solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul + ul li {
  padding-left: 15px;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul {
  min-height: 170px;
  border-left: 1px solid #a0a0a0;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child {
  border-left: 0;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul:before {
  padding: 0 15px;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul li {
  padding: 0 15px;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul + ul:before {
  padding: 0 15px;
}
.solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul + ul li {
  padding: 0 15px;
}
.solution-main .higher-education-container {
  display: none;
}
.solution-main .higher-education-container .higher-education-article article:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
  color: #65d4ef;
  text-indent: 36px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.solution-main .higher-education-container .higher-education-article article p {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  text-indent: 36px;
}
.solution-main .higher-education-container .higher-education-article article:first-child + article:before {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .solution-carousel-wrapper {
    padding-top: 65px;
  }
  .nav-wrapper .solution-navbar {
    width: auto;
  }
  .nav-wrapper .solution-navbar:before {
    font-size: 18px;
    padding: 7px 25px 4px 25px;
  }
  .nav-wrapper .solution-navbar ul li a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .solution-main .basic-education-container,
  .solution-main .higher-education-container {
    width: auto;
    padding: 0 25px;
  }
  .solution-main .basic-education-container article,
  .solution-main .higher-education-container article {
    margin-bottom: 15px;
  }
  .solution-main .basic-education-container .basic-education-article {
    padding: 0;
  }
  .solution-main .basic-education-container .basic-education-article article:before {
    content: attr(data-before);
    font-size: 18px;
    line-height: 20px;
    text-indent: 0;
    margin-top: 27px;
    margin-bottom: 5px;
  }
  .solution-main .basic-education-container .basic-education-article article .teacher-manage-tools:before,
  .solution-main .basic-education-container .basic-education-article article .manager-tools:before {
    font-size: 14px;
    line-height: 20px;
    text-indent: 0;
    margin-top: 24px;
    margin-bottom: 5px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design:before,
  .solution-main .basic-education-container .basic-education-article article .topic-support:before {
    font-size: 16px;
    line-height: 20px;
    text-indent: 30px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul,
  .solution-main .basic-education-container .basic-education-article article .topic-support ul {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:before,
  .solution-main .basic-education-container .basic-education-article article .topic-support ul:before {
    font-size: 14px;
    line-height: 24px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul li,
  .solution-main .basic-education-container .basic-education-article article .topic-support ul li {
    padding-left: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul li span,
  .solution-main .basic-education-container .basic-education-article article .topic-support ul li span {
    font-size: 14px;
    line-height: 24px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul {
    min-height: 120px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul:before,
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul:before,
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul + ul:before {
    padding-left: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul li,
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul li,
  .solution-main .basic-education-container .basic-education-article article .topic-design ul:first-child + ul + ul + ul li {
    padding-left: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-support ul {
    min-height: 130px;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul:before {
    padding: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul li {
    padding: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul + ul:before {
    padding: 0;
  }
  .solution-main .basic-education-container .basic-education-article article .topic-support ul:first-child + ul + ul li {
    padding: 0;
  }
  .solution-main .basic-education-container .basic-education-article article p {
    font-size: 14px;
    line-height: 25px;
    text-indent: 30px;
  }
  .solution-main .basic-education-container .basic-education-article article:first-child + article:before {
    margin-bottom: 24px;
  }
  .solution-main .higher-education-container .higher-education-article {
    padding: 0;
  }
  .solution-main .higher-education-container .higher-education-article article:before {
    font-size: 16px;
    line-height: 20px;
    text-indent: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .solution-main .higher-education-container .higher-education-article article p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 30px;
  }
}
@media (max-width: 540px) {
  .nav-wrapper .solution-navbar:before {
    float: none;
    display: block;
    padding: 7px 8px 4px 8px;
  }
  .nav-wrapper .solution-navbar ul {
    float: none;
  }
  .nav-wrapper .solution-navbar ul li a {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .solution-main .basic-education-container,
  .solution-main .higher-education-container {
    padding: 0 10px;
  }
}
.resultsshow-carousel-wrapper {
  padding-top: 70px;
}
.resultsshow-carousel-wrapper img {
  max-width: 100%;
}
.nav-wrapper {
  background-color: #fff;
}
.nav-wrapper .resultsshow-navbar {
  width: 1000px;
  margin: 0 auto;
}
.nav-wrapper .resultsshow-navbar:before {
  content: attr(data-before);
  float: left;
  font-size: 22px;
  color: #666;
  padding: 12px 50px 7px 50px;
}
.nav-wrapper .resultsshow-navbar:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.nav-wrapper .resultsshow-navbar ul {
  float: right;
  font-size: 0;
}
.nav-wrapper .resultsshow-navbar ul li {
  display: inline-block;
  vertical-align: middle;
}
.nav-wrapper .resultsshow-navbar ul li a {
  font-size: 16px;
  color: #3c7009;
  display: block;
  padding: 14px 30px;
}
.nav-wrapper .resultsshow-navbar ul li a:hover {
  text-decoration: none;
}
.nav-wrapper .resultsshow-navbar ul li.active {
  background-color: #ebebeb;
}
.nav-wrapper .resultsshow-navbar ul li.active a {
  color: #693;
}
.resultsshow-main {
  overflow: hidden;
  background-color: #ebebeb;
}
.resultsshow-main .resultsshow-region-section,
.resultsshow-main .resultsshow-teaching-section,
.resultsshow-main .resultsshow-students-section {
  width: 1000px;
  margin: 20px auto;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  margin-bottom: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module nav:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module nav .sub-label {
  float: left;
  margin: 8px 0;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module nav .sub-label span {
  font-size: 12px;
  color: #999;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module nav .sub-label em {
  color: #999;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module figure,
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content {
  float: left;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module figure {
  width: 340px;
  height: 246px;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module figure img {
  max-width: 100%;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content {
  width: 550px;
  position: relative;
  padding-left: 30px;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content figure img {
  max-width: 100%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1);
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content .text-wrapper {
  padding: 0 15px;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content .text-wrapper p {
  font-size: 16px;
  margin: 6px 0;
  color: #666;
  -ms-word-break: break-all;
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .btn-gray,
.resultsshow-main .resultsshow-region-section .infomation-list-module .btn-light {
  position: absolute;
  font-size: 14px;
  color: #fff;
  right: 55px;
  bottom: 35px;
  min-width: 90px;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .btn-gray {
  cursor: not-allowed;
  background-color: #ccc;
}
.resultsshow-main .resultsshow-region-section .infomation-list-module .btn-light {
  background-color: #693;
}
.resultsshow-main .resultsshow-teaching-section,
.resultsshow-main .resultsshow-students-section {
  overflow: hidden;
  padding: 0 50px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17), 0 0 4px rgba(0, 0, 0, 0.17);
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module {
  margin: 0 75px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module:first-child {
  border-top: none;
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 {
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 span {
  font-size: 12px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: bottom;
  color: #999;
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 span em {
  margin: 0 5px;
  font-style: normal;
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module .video-wrapper {
  width: 748px;
  margin: 0 auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.46), 0 0 7px rgba(0, 0, 0, 0.46);
}
.resultsshow-main .resultsshow-teaching-section .teaching-list-module .video-wrapper img,
.resultsshow-main .resultsshow-teaching-section .teaching-list-module .video-wrapper video {
  max-width: 100%;
}
.resultsshow-main .resultsshow-students-section .students-list-module {
  overflow: hidden;
  margin: 0 75px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}
.resultsshow-main .resultsshow-students-section .students-list-module:first-child {
  border-top: none;
}
.resultsshow-main .resultsshow-students-section .students-list-module h1 {
  font-size: 24px;
  color: #333;
  margin: 15px 0;
}
.resultsshow-main .resultsshow-students-section .students-list-module h1 span {
  font-size: 12px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: bottom;
  color: #999;
}
.resultsshow-main .resultsshow-students-section .students-list-module h1 span em {
  margin: 0 5px;
  font-style: normal;
}
.resultsshow-main .resultsshow-students-section .students-list-module .video-wrapper {
  width: 748px;
  margin: 0 auto;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.46), 0 0 7px rgba(0, 0, 0, 0.46);
}
.resultsshow-main .resultsshow-students-section .students-list-module .video-wrapper img,
.resultsshow-main .resultsshow-students-section .students-list-module .video-wrapper video {
  max-width: 100%;
}
.resultsshow-main .resultsshow-teaching-section,
.resultsshow-main .resultsshow-students-section {
  display: none;
}
.resultsshow-main .resultsshow-infomation-detail {
  background-color: #ebebeb;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module {
  width: 1000px;
  background-color: #f9f9f9;
  margin: 20px auto;
  padding: 56px 100px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-return {
  font-size: 18px;
  color: #333;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-return:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  margin-right: 10px;
  background: url("../images/bg-arrow.png") no-repeat;
  background-position: -53px 0;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption {
  text-align: center;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h2 {
  font-size: 26px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h3 {
  font-size: 18px;
  line-height: 25px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h2,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h3 {
  color: #333;
  margin: 10px 0;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p {
  font-size: 12px;
  color: #999;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p span {
  margin: 4px 5px;
  display: inline-block;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p em {
  font-style: normal;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p i {
  margin: 0 3px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p i.icon-time {
  width: 12px;
  height: 12px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p i.icon-eye {
  width: 16px;
  height: 8px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p i.icon-comment {
  width: 13px;
  height: 12px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p i.icon-like {
  width: 12px;
  height: 10px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module article {
  padding: 10px 0;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module article p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 15px 0;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module article img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ccc;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul {
  font-size-size: 0;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 4px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a {
  display: block;
  color: #666;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a span,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a:hover,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a:hover {
  text-decoration: none;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right {
  text-align: right;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li {
  margin: 11px 6px 11px 7px;
  padding: 7px 12px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a {
  font-size: 16px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-weibo,
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-wechat {
  width: 29px;
  height: 24px;
  margin-right: 10px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center {
  text-align: center;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
  margin: 45px 17px;
  padding: 4px 12px;
  width: 175px;
  height: 56px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a {
  font-size: 22px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-thumb {
  width: 52px;
  height: 44px;
  margin-right: 20px;
  background: url("../images/bg-weedu.png") no-repeat;
  background-position: 0 -490px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a .icon-like-lg {
  width: 43px;
  height: 40px;
  margin-right: 20px;
}
.resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li a em {
  font-style: normal;
}
@media (max-width: 768px) {
  .resultsshow-carousel-wrapper {
    padding-top: 65px;
  }
  .nav-wrapper .resultsshow-navbar {
    width: auto;
  }
  .nav-wrapper .resultsshow-navbar:before {
    font-size: 18px;
    padding: 7px 25px 4px 25px;
  }
  .nav-wrapper .resultsshow-navbar ul li a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .resultsshow-main .resultsshow-region-section,
  .resultsshow-main .resultsshow-teaching-section,
  .resultsshow-main .resultsshow-students-section {
    width: auto;
    margin: 10px auto;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module figure,
  .resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content {
    float: none;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 18px 25px;
    margin-bottom: 10px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module h1 {
    font-size: 20px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module nav {
    margin-bottom: 15px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module nav .sub-label {
    margin: 4px 0;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module figure {
    width: 100%;
    height: 190px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module figure img {
    max-width: 100%;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content {
    width: 100%;
    padding-left: 0;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content .text-wrapper {
    padding: 0 8px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module .infomation-content .text-wrapper p {
    font-size: 14px;
    margin: 3px 0;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module .btn-gray,
  .resultsshow-main .resultsshow-region-section .infomation-list-module .btn-light {
    right: 30px;
    bottom: 20px;
  }
  .resultsshow-main .resultsshow-teaching-section,
  .resultsshow-main .resultsshow-students-section {
    padding: 0 25px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.17), 0 0 2px rgba(0, 0, 0, 0.17);
  }
  .resultsshow-main .resultsshow-teaching-section .teaching-list-module {
    margin: 0;
    padding-bottom: 15px;
  }
  .resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 {
    font-size: 18px;
    margin: 8px 0;
  }
  .resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 span {
    margin-left: 10px;
  }
  .resultsshow-main .resultsshow-teaching-section .teaching-list-module h1 span em {
    margin: 0 2px;
  }
  .resultsshow-main .resultsshow-teaching-section .teaching-list-module .video-wrapper {
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.46), 0 0 3px rgba(0, 0, 0, 0.46);
  }
  .resultsshow-main .resultsshow-students-section .students-list-module {
    margin: 0;
    padding-bottom: 15px;
  }
  .resultsshow-main .resultsshow-students-section .students-list-module h1 {
    font-size: 18px;
    margin: 8px 0;
  }
  .resultsshow-main .resultsshow-students-section .students-list-module h1 span {
    margin-left: 10px;
  }
  .resultsshow-main .resultsshow-students-section .students-list-module h1 span em {
    margin: 0 2px;
  }
  .resultsshow-main .resultsshow-students-section .students-list-module .video-wrapper {
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.46), 0 0 3px rgba(0, 0, 0, 0.46);
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module {
    width: auto;
    padding: 28px 50px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption {
    padding-top: 5px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h2 {
    font-size: 20px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h3 {
    font-size: 16px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h2,
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption h3 {
    margin: 5px 0;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module figcaption p span {
    margin: 2px 3px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module article {
    padding: 5px 0;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module article p {
    margin: 8px 0;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li,
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    border-radius: 2px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li {
    margin: 5px 3px;
    padding: 3px 6px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a {
    font-size: 14px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-weibo,
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-right ul li a .icon-wechat {
    margin-right: 5px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module .btn-group .btn-group-center ul li {
    margin: 22px 8px;
    padding: 2px 6px;
  }
}
@media (max-width: 540px) {
  .nav-wrapper .resultsshow-navbar:before {
    float: none;
    display: block;
    padding: 7px 8px 4px 8px;
  }
  .nav-wrapper .resultsshow-navbar ul {
    float: none;
  }
  .nav-wrapper .resultsshow-navbar ul li a {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .resultsshow-main .resultsshow-region-section .resultsshow-region-infomation .infomation-list-module {
    padding: 10px;
  }
  .resultsshow-main .resultsshow-region-section .infomation-list-module {
    padding: 15px 10px;
  }
  .resultsshow-main .resultsshow-teaching-section,
  .resultsshow-main .resultsshow-students-section {
    padding: 0 10px;
  }
  .resultsshow-main .resultsshow-infomation-detail .infomation-detail-module {
    padding: 14px 10px;
  }
}
.helpcenter-carousel-wrapper {
  padding-top: 70px;
}
.helpcenter-carousel-wrapper img {
  max-width: 100%;
}
.nav-wrapper {
  background-color: #fff;
}
.nav-wrapper .helpcenter-navbar {
  width: 1000px;
  margin: 0 auto;
}
.nav-wrapper .helpcenter-navbar:before {
  content: attr(data-before);
  float: left;
  font-size: 22px;
  color: #666;
  padding: 12px 50px 7px 50px;
}
.nav-wrapper .helpcenter-navbar:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.nav-wrapper .helpcenter-navbar ul {
  float: right;
  font-size: 0;
}
.nav-wrapper .helpcenter-navbar ul li {
  display: inline-block;
  vertical-align: middle;
}
.nav-wrapper .helpcenter-navbar ul li a {
  font-size: 16px;
  color: #3c7009;
  display: block;
  padding: 14px 30px;
}
.nav-wrapper .helpcenter-navbar ul li a:hover {
  text-decoration: none;
}
.nav-wrapper .helpcenter-navbar ul li.active {
  background-color: #ebebeb;
}
.nav-wrapper .helpcenter-navbar ul li.active a {
  color: #693;
}
.helpcenter-main {
  overflow: hidden;
  background-color: #ebebeb;
}
.helpcenter-main .helpcenter-install,
.helpcenter-main .helpcenter-pay-online,
.helpcenter-main .helpcenter-questions {
  width: 1000px;
  margin: 20px auto;
  background-color: #fff;
}
.helpcenter-main .helpcenter-install {
  padding: 20px 30px;
}
.helpcenter-main .helpcenter-install:before {
  content: '';
  display: block;
  width: 100%;
  height: 118px;
  background: url("../images/bg-question.jpg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog:before {
  content: attr(data-before);
  display: block;
  text-align: center;
  font-size: 48px;
  color: #75a92b;
  margin-top: 100px;
  margin-bottom: 20px;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog ul:before {
  content: attr(data-before);
  display: block;
  text-align: center;
  font-weight: bold;
  font: 48px 'Arial';
  color: #75a92b;
  margin-bottom: 100px;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog ul li {
  margin: 40px 0;
  padding: 0 20px;
  position: relative;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog ul li:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 8px;
  left: 0;
  background-color: #75a92b;
  border-radius: 50%;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog ul li a {
  font-size: 28px;
  color: #75a92b;
}
.helpcenter-main .helpcenter-install .helpcenter-install-catalog ul li a:after {
  content: attr(data-after);
  display: block;
  font-weight: bold;
  font: 24px 'Arial';
  color: #75a92b;
  margin: 20px 0;
}
.helpcenter-main .helpcenter-install .helpcenter-install-straight-matter ul li {
  margin: 20px 0;
}
.helpcenter-main .helpcenter-install .helpcenter-install-straight-matter ul li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.helpcenter-main .helpcenter-questions {
  padding: 20px 30px;
}
.helpcenter-main .helpcenter-questions:before {
  content: '';
  display: block;
  width: 100%;
  height: 118px;
  background: url("../images/bg-question.jpg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-catalog:before {
  content: attr(data-before);
  display: block;
  text-align: center;
  font-size: 48px;
  color: #75a92b;
  margin-top: 100px;
  margin-bottom: 20px;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-catalog ul li {
  margin: 20px 0;
  padding: 0 20px;
  position: relative;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-catalog ul li a {
  font-size: 22px;
  color: #75a92b;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-catalog ul li a:after {
  content: attr(data-after);
  display: block;
  font-weight: bold;
  font: 24px 'Arial';
  color: #75a92b;
  margin: 20px 0;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-catalog ul li ul {
  padding-left: 20px;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-straight-matter ul li {
  margin: 20px 0;
}
.helpcenter-main .helpcenter-questions .helpcenter-questions-straight-matter ul li img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.helpcenter-main .helpcenter-pay-online:before {
  content: attr(data-before);
  display: block;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e2feb9;
  padding: 40px 0;
  background-color: #693;
  border-bottom: 11px solid #b6d18f;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper {
  padding: 0 50px;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform {
  padding: 50px;
  text-align: left;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  margin-bottom: 20px;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform p {
  font-size: 20px;
  color: #666;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number {
  font-size: 0;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number {
  float: left;
  padding: 30px 0;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number:after {
  content: '';
  display: table;
  width: 100%;
  clear: both;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li {
  padding: 10px 34px;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li a {
  display: block;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li a:hover {
  text-decoration: none;
}
.helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li a:after {
  content: attr(data-after);
  display: block;
  font-size: 20px;
  color: #666;
  text-align: center;
}
.helpcenter-main .helpcenter-pay-online .photo-number {
  text-align: left;
  padding: 20px 50px;
}
.helpcenter-main .helpcenter-pay-online .photo-number p {
  font-size: 30px;
  color: #666;
  font-weight: bold;
}
.helpcenter-main .helpcenter-pay-online .photo-number p:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  font-weight: bold;
}
.helpcenter-main .helpcenter-pay-online .photo-number p:after {
  content: attr(data-after);
  display: block;
  font-size: 30px;
  color: #666;
  font-weight: bold;
}
.helpcenter-main .helpcenter-pay-online .address {
  text-align: left;
  padding: 20px 50px;
}
.helpcenter-main .helpcenter-pay-online .address p {
  font-size: 20px;
  color: #666;
  margin: 15px 0;
}
.helpcenter-main .helpcenter-pay-online .address p:before {
  content: attr(data-before);
  display: block;
  font-size: 24px;
  color: #693;
  font-weight: bold;
}
.helpcenter-main .helpcenter-pay-online,
.helpcenter-main .helpcenter-questions {
  display: none;
}
@media (max-width: 768px) {
  .helpcenter-carousel-wrapper {
    padding-top: 65px;
  }
  .nav-wrapper .helpcenter-navbar {
    width: auto;
  }
  .nav-wrapper .helpcenter-navbar:before {
    font-size: 18px;
    padding: 7px 25px 4px 25px;
  }
  .nav-wrapper .helpcenter-navbar ul li a {
    font-size: 14px;
    padding: 8px 15px;
  }
  .helpcenter-main .helpcenter-install,
  .helpcenter-main .helpcenter-pay-online,
  .helpcenter-main .helpcenter-questions {
    width: auto;
    margin: 10px auto;
  }
  .helpcenter-main .helpcenter-install ul li,
  .helpcenter-main .helpcenter-questions ul li {
    margin: 10px 0;
  }
  .helpcenter-main .helpcenter-pay-online:before {
    font-size: 20px;
    padding: 20px 0;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper {
    padding: 0 25px;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform {
    padding: 25px 0;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform:before {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform p {
    font-size: 16px;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number {
    padding: 15px 0;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li {
    padding: 0;
  }
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper .public-platform .public-number .service-number ul li a:after {
    font-size: 16px;
  }
  .helpcenter-main .helpcenter-pay-online .photo-number {
    padding: 10px 0;
  }
  .helpcenter-main .helpcenter-pay-online .photo-number p {
    font-size: 20px;
  }
  .helpcenter-main .helpcenter-pay-online .photo-number p:before {
    font-size: 18px;
  }
  .helpcenter-main .helpcenter-pay-online .photo-number p:after {
    font-size: 20px;
  }
  .helpcenter-main .helpcenter-pay-online .address {
    padding: 10px 0;
  }
  .helpcenter-main .helpcenter-pay-online .address p {
    font-size: 16px;
    margin: 8px 0;
  }
  .helpcenter-main .helpcenter-pay-online .address p:before {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .nav-wrapper .helpcenter-navbar:before {
    float: none;
    display: block;
    padding: 7px 8px 4px 8px;
  }
  .nav-wrapper .helpcenter-navbar ul {
    float: none;
  }
  .nav-wrapper .helpcenter-navbar ul li a {
    padding: 8px 10px;
  }
}
@media (max-width: 480px) {
  .helpcenter-main .helpcenter-pay-online .helpcenter-pay-online-wrapper {
    padding: 0 10px;
  }
}
.building-main {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 111;
  background: url("../images/bg-building-lg.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center top;
}
.building-main .btn-return {
  width: inherit;
  height: inherit;
  position: absolute;
  font-size: 0;
}
@media (max-width: 750px) {
  .building-main {
    background: url("../images/bg-building-sm.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }
}


/*soliction css*/
.fn-clear{zoom:1;}
.fn-clear:after{content: "";height:0;font-size:0;clear: both;line-height: 0;display: block;}
.fn-l{float: left;}
.fn-r{float: right;}
.mg-cen{max-width:660px;margin:0 auto;padding-top:50px;}
.solution-main{
  background: #ebebeb;
}
.solution-main section{width:1000px;margin:20px auto;background: #fff;box-shadow:0 0 2px #dcdcdc;-webkit-box-shadow:0 0 2px #dcdcdc;-moz-box-shadow:0 0 2px #dcdcdc;-ms-box-shadow:0 0 2px #dcdcdc;}
.solution-main h1{height:118px;font-size:38px;line-height: 26px;color:#669933;padding-top:50px;text-align: center;border-bottom:7px solid #e1edd6;margin:0;}
/*.effect-text ul{float: left;max-width:68%;}
.effect-text li{font-size:14px;color:#221815;line-height: 22px;padding-left:25px;position: relative;font-weight: bold;}
.effect-text li:after{content: '';width:12px;height:16px;position: absolute;top:5px;left:0;background: url(images/soluction-cx-icon.png) no-repeat;}
.effect-img{float: right;display: block;width:162px;height:206px; background: url(images/solution-cx.png) no-repeat;background-size: 100% 100%;}
.effect-list h2{font-size:14px;line-height: 17px;color:#effect-list;margin-bottom:10px;}
.effect-list p{font-size:12px;line-height: 24px;color:#221815;padding-left:10px;position: relative;}
.effect-list p:after{content: "";position: absolute;top:50%;left:0;width:4px;height:4px;background: #53a11b;border-radius: 50%;margin-top:-2px;}
.effect-list .fn-r>div{margin-left:45px;}*/


.obj-intro{width:100%;background: #e1edd6;font-size:14px;line-height: 26px;color:#727171;position: relative;background:#e1edd6;}
.obj-intro img{width:100%;}
/*.obj-intro:before{content: attr(data-intr);font-size:24px;color:#4a4c48;position: absolute;top:20px;left:80px; height:110px;line-height: 110px;border-right:3px solid #6ba730;padding-right:35px;}*/
.intro-box{padding:70px;}
.intro-goal{width:856px;height:920px;border-bottom:2px solid #6ba730;padding-bottom:30px;margin-top:50px;}
.intro-goal img{width:100%;}
.area-box{padding-bottom:30px;border-bottom:2px solid #6ba730;margin-bottom:50px;}
.area-box h2{font-size:30px;color:#53a11b;line-height: 30px;margin-bottom:30px;text-indent: 5px;}
.area-box dl{font-size:0;}
.area-box dt{font-size:20px;color:#595757;font-weight: bold;padding-left:25px;position: relative;line-height: 20px;margin-bottom:20px;width:98%;background:url('../images/soluction-cx-icon.png') no-repeat left center ;background-size: 12px 16px;}
.area-box dt span{display: inline-block;background:#fff;padding-right:10px;position: relative;z-index: 10;word-wrap:break-word;word-break:break-all;}
.area-box dt:after,.area-box dt:before{position: absolute;display: block;}

.area-box dt:after{content: "";border-bottom:1px dashed #6ba730;z-index: 1;width:90%;right:0; top:10px;}
.area-box dd{display: inline-block;vertical-align: top;*zoom:1;*display: inline;width:200px;margin-right:15px; overflow: hidden;}
.area-box dd cite{display: block;overflow: hidden;width:100%;}
.area-box dd img{width:100%;display: block;border-radius: 10px;-webkit-border-radius:10px; }
.area-box dd font{display:block;width:90%;margin:0 auto; font-size:12px;line-height: 14px;color:#313131;font-style: normal;padding:10px 0 15px 0;}
.show-box h2{font-size:30px;color:#53a11b;margin-bottom:30px;}
.show-list{font-size:0;}
.show-list li{width:50%;display: inline-block;vertical-align: top;margin-bottom:15px;}
.show-list li img{width:100%;}
.web-show{display: none;}
@media(max-width:767px){
  .mg-cen{padding-top:25px;}
  .mg-cen>img{max-width: 100%;}
  .solution-main section{width:auto;margin:10px 10px;padding:0 15px;}
  .solution-main h1{height:auto;font-size:17px;padding-top:25px;padding-bottom:15px;}

  .obj-intro:before{font-size:12px;}
  .intro-box{padding:20px 0;}
  .area-box{margin-bottom:25px;padding-bottom:15px;}
  .area-box h2{margin-bottom:15px;font-size:25px;}
  .area-box dd{width:30%;margin:0 3% 0 0;}
  .area-box dd:nth-type-of(3n){margin-right:0;}
  .area-box dd font{margin: 5px 0 8px 0;width: 100%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-height: 34px;padding: 0;}
  .show-list li{width:100%;}
  .intro-goal{width:100%;height:auto;margin-top:20px;padding-bottom:0;}
  .web-hide{display: none;}
  .web-show{display: block;}

}





/*soliction css*/
.fn-clear{zoom:1;}
.fn-clear:after{content: "";height:0;font-size:0;clear: both;line-height: 0;display: block;}
.fn-l{float: left;}
.fn-r{float: right;}
.mg-cen{max-width:660px;margin:0 auto;padding-top:50px;}
.solution-main{
  background: #ebebeb;
}
.solution-main section{width:1000px;margin:20px auto;background: #fff;box-shadow:0 0 2px #dcdcdc;-webkit-box-shadow:0 0 2px #dcdcdc;-mozbox-shadow:0 0 2px #dcdcdc;-ms-box-shadow:0 0 2px #dcdcdc;}
.solution-main h1{height:118px;font-size:38px;line-height: 26px;color:#669933;padding-top:50px;text-align: center;border-bottom:7px solid #e1edd6;margin:0;}
/*.effect-text ul{float: left;max-width:68%;}
.effect-text li{font-size:14px;color:#221815;line-height: 22px;padding-left:25px;position: relative;font-weight: bold;}
.effect-text li:after{content: '';width:12px;height:16px;position: absolute;top:5px;left:0;background: url(images/soluction-cx-icon.png) no-repeat;}
.effect-img{float: right;display: block;width:162px;height:206px; background: url(images/solution-cx.png) no-repeat;background-size: 100% 100%;}
.effect-list h2{font-size:14px;line-height: 17px;color:#effect-list;margin-bottom:10px;}
.effect-list p{font-size:12px;line-height: 24px;color:#221815;padding-left:10px;position: relative;}
.effect-list p:after{content: "";position: absolute;top:50%;left:0;width:4px;height:4px;background: #53a11b;border-radius: 50%;margin-top:-2px;}
.effect-list .fn-r>div{margin-left:45px;}*/


.obj-intro{width:100%;background: ＃e1edd6;font-size:14px;line-height: 26px;color:#727171;position: relative;background:#e1edd6;}
.obj-intro img{width:100%;}
/*.obj-intro:before{content: attr(data-intr);font-size:24px;color:#4a4c48;position: absolute;top:20px;left:80px; height:110px;line-height: 110px;border-right:3px solid #6ba730;padding-right:35px;}*/
.intro-box{padding:70px;}
.intro-goal{width:856px;height:920px;border-bottom:2px solid #6ba730;padding-bottom:30px;margin-top:50px;}
.intro-goal img{width:100%;}
.area-box{padding-bottom:30px;border-bottom:2px solid #6ba730;margin-bottom:50px;}
.area-box h2{font-size:30px;color:#53a11b;line-height: 30px;margin-bottom:30px;text-indent: 5px;}
.area-box dl{font-size:0;}
.area-box dt{font-size:20px;color:#595757;font-weight: bold;padding-left:25px;position: relative;line-height: 20px;margin-bottom:20px;width:98%;background:url(images/soluction-cx-icon.png) no-repeat left center ;background-size: 12px 16px;}
.area-box dt span{display: inline-block;background:#fff;padding-right:10px;position: relative;z-index: 10;word-wrap:break-word;word-break:break-all;}
.area-box dt:after,.area-box dt:before{position: absolute;display: block;}

.area-box dt:after{content: "";border-bottom:1px dashed #6ba730;z-index: 1;width:90%;right:0; top:10px;}
.area-box dd{display: inline-block;vertical-align: top;*zoom:1;*display: inline;width:200px;margin-right:15px; overflow: hidden;}
.area-box dd cite{display: block;overflow: hidden;width:100%;}
.area-box dd img{width:100%;display: block;border-radius: 10px;-webkit-border-radius:10px; }
.area-box dd font{display:block;width:90%;margin:0 auto; font-size:12px;line-height: 14px;color:#313131;font-style: normal;padding:10px 0 15px 0;}
.show-box h2{font-size:30px;color:#53a11b;marign-bottom:30px;}
.show-list{font-size:0;}
.show-list li{width:50%;display: inline-block;vertical-align: top;margin-bottom:15px;}
.show-list li img{width:100%;}
.web-show{display: none;}
@media(max-width:767px){
  .mg-cen{padding-top:25px;}
  .mg-cen>img{max-width: 100%;}
  .solution-main section{width:auto;margin:10px 10px;padding:0 15px;}
  .solution-main h1{height:auto;font-size:17px;padding-top:25px;padding-bottom:15px;}

  .obj-intro:before{font-size:12px;}
  .intro-box{padding:20px 0;}
  .area-box{margin-bottom:25px;padding-bottom:15px;}
  .area-box h2{margin-bottom:15px;font-size:25px;}
  .area-box dd{width:30%;margin:0 3% 0 0;}
  .area-box dd:nth-type-of(3n){margin-right:0;}
  .area-box dd font{margin: 5px 0 8px 0;width: 100%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-height: 34px;padding: 0;}
  .show-list li{width:100%;}
  .intro-goal{width:100%;height:auto;margin-top:20px;padding-bottom:0;}
  .web-hide{display: none;}
  .web-show{display: block;}

}



/*soliction css*/
.fn-clear{zoom:1;}
.fn-clear:after{content: "";height:0;font-size:0;clear: both;line-height: 0;display: block;}
.fn-l{float: left;}
.fn-r{float: right;}
.mg-cen{max-width:660px;margin:0 auto;padding-top:50px;}
.solution-main{
  background: #ebebeb;
}
.solution-main section{width:1000px;margin:20px auto;background: #fff;box-shadow:0 0 2px #dcdcdc;-webkit-box-shadow:0 0 2px #dcdcdc;-moz-box-shadow:0 0 2px #dcdcdc;-ms-box-shadow:0 0 2px #dcdcdc;}
.solution-main h1{height:118px;font-size:38px;line-height: 26px;color:#669933;padding-top:50px;text-align: center;border-bottom:7px solid #e1edd6;margin:0;}

.obj-intro{width:100%;background: ＃e1edd6;font-size:14px;line-height: 26px;color:#727171;position: relative;background:#e1edd6;}
.obj-intro img{width:100%;}
.intro-box{padding:70px;}
.intro-goal{width:856px;height:920px;border-bottom:2px solid #6ba730;padding-bottom:30px;margin-top:50px;}
.intro-goal img{width:100%;}
.area-box{padding-bottom:30px;border-bottom:2px solid #6ba730;margin-bottom:50px;}
.area-box h2{font-size:30px;color:#53a11b;line-height: 30px;margin-bottom:30px;text-indent: 5px;}
.area-box dl{font-size:0;}
.area-box dt{font-size:20px;color:#595757;font-weight: bold;padding-left:25px;position: relative;line-height: 20px;margin-bottom:20px;width:98%;background:url("../images/soluction-cx-icon.png") no-repeat left center ;background-size: 12px 16px;}
.area-box dt span{display: inline-block;background:#fff;padding-right:10px;position: relative;z-index: 10;word-wrap:break-word;word-break:break-all;}
.area-box dt:after,.area-box dt:before{position: absolute;display: block;}

.area-box dt:after{content: "";border-bottom:1px dashed #6ba730;z-index: 1;width:90%;right:0; top:10px;}
.area-box dd{display: inline-block;vertical-align: top;*zoom:1;*display: inline;width:200px;margin-right:15px; overflow: hidden;}
.area-box dd cite{display: block;overflow: hidden;width:100%;}
.area-box dd img{width:100%;display: block;border-radius: 10px;-webkit-border-radius:10px; }
.area-box dd font{display:block;width:90%;margin:0 auto; font-size:12px;line-height: 14px;color:#313131;font-style: normal;padding:10px 0 15px 0;}
.show-box h2{font-size:30px;color:#53a11b;margin-bottom:30px;}
.show-list{font-size:0;}
.show-list li{width:50%;display: inline-block;vertical-align: top;margin-bottom:15px;}
.show-list li img{width:100%;}
.web-show{display: none;}
@media(max-width:767px){
  .mg-cen{padding-top:25px;}
  .mg-cen>img{max-width: 100%;}
  .solution-main section{width:auto;margin:10px 10px;padding:0 15px;}
  .solution-main h1{height:auto;font-size:17px;padding-top:25px;padding-bottom:15px;}

  .obj-intro:before{font-size:12px;}
  .intro-box{padding:20px 0;}
  .area-box{margin-bottom:25px;padding-bottom:15px;}
  .area-box h2{margin-bottom:15px;font-size:25px;}
  .area-box dd{width:30%;margin:0 3% 0 0;}
  .area-box dd:nth-type-of(3n){margin-right:0;}
  .area-box dd font{margin: 5px 0 8px 0;width: 100%;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;max-height: 34px;padding: 0;}
  .show-list li{width:100%;}
  .intro-goal{width:100%;height:auto;margin-top:20px;padding-bottom:0;}
  .web-hide{display: none;}
  .web-show{display: block;}

}










