@import "../css/lib/reset.css";
.container {
  margin: 0 auto;
  width: 1200px;
}
.header {
  position: relative;
  width: 100%;
  height: 60px;
  background: #333;
  z-index: 1;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -13px;
  width: 170px;
  height: 26px;
}
.header-nav {
  position: absolute;
  right: 70px;
  height: 60px;
  color: #fff;
}
.header-nav > li {
  position: relative;
  margin-left: 50px;
  display: inline-block;
  cursor: pointer;
}
.header-nav .second-wrap:hover .second-nav {
  opacity: 1;
}
.header-nav a {
  font-size: 14px;
}
.header-nav .link-top {
  line-height: 60px;
}
.header-nav .second-nav {
  position: absolute;
  border-radius: 4px;
  top: 65px;
  left: -17px;
  padding: 12px 15px;
  width: 90px;
  text-align: center;
  opacity: 0;
  background-color: #555557;
  box-sizing: border-box;
  transition: .5s opacity;
}
.header-nav .second-nav:before {
  content: ' ';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #555557;
}
.header-nav .second-nav a {
  line-height: 28px;
}
.header-nav .second-nav a:hover {
  color: #00d57a;
}
.slider {
  height: 515px;
  width: 100%;
  background-color: #222;
}
.slider .container {
  position: relative;
}
.slider .tips {
  height: 90px;
  line-height: 90px;
  font-size: 14px;
  color: #999999;
}
.slider .sliders {
  position: relative;
  width: 100%;
  height: 330px;
}
.slider .sliders .sliders-item {
  position: absolute;
  width: 100%;
  height: inherit;
}
.slider .sliders .sliders-item-right {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333333;
  padding: 30px 20px;
  width: 460px;
  height: 330px;
  box-sizing: border-box;
}
.slider .sliders .sliders-item-right > h2 {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
.slider .sliders .sliders-item-right > h3 {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}
.slider .sliders .sliders-item-right .icon {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #222;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.slider .sliders .sliders-item-right .icon:before {
  width: 17px;
  height: 11px;
  position: absolute;
  left: 1px;
  top: 9px;
  content: ' ';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAALCAMAAACu/pY1AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA2FBMVEUAAAAi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1Igi1IgAAAA596bjAAAARnRSTlMALYLH0cqNOFfTklSG/N9rBLO8AabJE9bvHuXtMOLqDaCH4PJur1Wrg+lkvgkv9ftC2RQQqBuT1Bzm+HE6aOt8Q5rIxaFJRaqfvAAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAACRSURBVAjXPc7XEoJQDATQVVRs2LCCigUL9t4r6v7/JxnujO7Dmc1DJgGChMJaJBrT8Us8QSZTaYOZrJpzebIAmECRLJWlVcgqahbtOhpk00GLZBsdsQtX7EFgX0noyoEwhCcaGIljTCzSw3TG+QJLWV0Ba43cAFtgR+4P6r575Ol8udq83f8/Pp7+y39/zKB/AY8/GVg3c/PwAAAAAElFTkSuQmCC') no-repeat 100% 100%;
}
.slider .sliders .sliders-item-right > p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
.slider-button {
  position: absolute;
  top: 50%;
  margin-top: -27px;
  height: 78px;
  width: 55px;
  background-size: 55px 78px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-button-left {
  left: -70px;
  background-image: url('../../img/button-left.png');
}
.slider-button-right {
  right: -70px;
  background-image: url('../../img/button-right.png');
}
.slider .link {
  margin-top: 25px;
  height: 40px;
  text-align: center;
}
.slider .link li {
  margin: 0 18px;
  display: inline-block;
  border: 1px solid #333333;
  width: 148px;
  height: 38px;
  line-height: 38px;
  color: #666;
  font-size: 12px;
  transition: all .3s;
}
.slider .link li:hover {
  color: #22d488;
  background-color: #333;
  border-color: #333;
}
.slider .link .active {
  color: #22d488;
  background-color: #333;
  border-color: #333;
}
.practice-content {
  margin-bottom: 50px;
  width: 100%;
  background-color: #f2f2f2;
}
.practice-content .container {
  padding-top: 25px;
}
.practice-content-left {
  float: left;
  width: 730px;
  background-color: #fff;
}
.practice-content-left > h1 {
  margin: 70px 0 15px;
  font-size: 36px;
  color: #22d488;
  text-align: center;
}
.practice-content-left > h3 {
  margin-bottom: 60px;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
.practice-content-left .part > h3 {
  position: relative;
  padding-left: 65px;
  font-size: 18px;
  height: 27px;
  line-height: 27px;
  color: #666;
}
.practice-content-left .part > h3:before {
  position: absolute;
  content: ' ';
  left: 41px;
  top: 4px;
  width: 18px;
  height: 18px;
  background: url('../../img/practice/icon1.png') no-repeat 100% 100%;
}
.practice-content-left .part .detail .intro {
  margin: 15px 40px 55px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.practice-content-left .part .detail .first {
  margin-bottom: 22px;
}
.practice-content-left .light > h3:before {
  top: 3px;
  width: 18px;
  height: 20px;
  background: url('../../img/practice/light.png') no-repeat 100% 100%;
}
.practice-content-left .light .detail {
  position: relative;
  margin: 12px auto 60px;
  width: 646px;
  height: 280px;
  background: url('../../img/practice/light-bg.jpg') no-repeat 100% 100%;
  overflow: hidden;
}
.practice-content-left .light .detail > p {
  margin-left: 20px;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 20px;
  background-color: #00d57a;
  width: 410px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}
.practice-content-left .light .detail > p:first-child {
  margin-top: 20px;
}
.practice-content-left .setting > h3:before {
  top: 3px;
  width: 18px;
  height: 20px;
  background: url('../../img/practice/setting.png') no-repeat 100% 100%;
}
.practice-content-left .setting .detail {
  padding: 20px 0 50px;
}
.practice-content-left .setting .detail p {
  margin-left: 80px;
  position: relative;
  color: #00d57a;
  font-size: 20px;
  line-height: 60px;
}
.practice-content-left .setting .detail p > span {
  font-size: 40px;
}
.practice-content-left .setting .detail p:before {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -25px;
  content: ' ';
  width: 12px;
  height: 12px;
  background-color: #e5e5e5;
}
.practice-content-left .setting .detail .inline {
  display: inline-block;
}
.practice-content-left .setting .detail .picture {
  margin-top: 15px;
  text-align: center;
}
.practice-content-left .setting .detail .picture > img {
  margin: 0 5px;
}
.practice-content-left .teacher > h3:before {
  top: 2px;
  width: 18px;
  height: 20px;
  background: url('../../img/practice/teacher.png') no-repeat 100% 100%;
}
.practice-content-left .teacher .detail {
  position: relative;
  margin: 30px 0 50px;
  height: 480px;
}
.practice-content-left .teacher .detail .circle-left {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -125px;
  border-radius: 50%;
  padding: 30px;
  width: 250px;
  height: 250px;
  border: 25px solid #eeeeee;
  box-sizing: border-box;
}
.practice-content-left .teacher .detail .circle-left-inside {
  position: relative;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.practice-content-left .teacher .detail .circle-left-inside > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  width: 80px;
}
.practice-content-left .teacher .detail .circle-right {
  position: absolute;
  left: 370px;
}
.practice-content-left .teacher .detail .circle-right .item {
  position: relative;
  margin: 8px 0;
  width: 330px;
  height: 110px;
}
.practice-content-left .teacher .detail .circle-right .item .circle-r {
  position: absolute;
  left: 0;
  border-radius: 50%;
  border: 15px solid #00d57a;
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.practice-content-left .teacher .detail .circle-right .item .desc {
  position: absolute;
  left: 130px;
  top: 50%;
  margin-top: -27px;
  border-left: 5px solid #00d57a;
  padding-left: 10px;
}
.practice-content-left .teacher .detail .circle-right .item .desc > p {
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}
.practice-content-left .teacher .detail .line1 {
  position: absolute;
  width: 142px;
  top: 125px;
  left: 243px;
  height: 2px;
  background-color: #eee;
  -ms-transform: rotate(-41deg);
      transform: rotateZ(-41deg);
}
.practice-content-left .teacher .detail .line2 {
  position: absolute;
  width: 84px;
  top: 204px;
  left: 283px;
  height: 2px;
  background-color: #eee;
  -ms-transform: rotate(-18deg);
      transform: rotateZ(-18deg);
}
.practice-content-left .teacher .detail .line3 {
  position: absolute;
  width: 84px;
  top: 272px;
  left: 283px;
  height: 2px;
  background-color: #eee;
  -ms-transform: rotate(-18deg);
  transform: rotateZ(14deg);
}
.practice-content-left .teacher .detail .line4 {
  position: absolute;
  width: 142px;
  top: 344px;
  left: 243px;
  height: 2px;
  background-color: #eee;
  -ms-transform: rotate(-41deg);
  transform: rotateZ(42deg);
}
.practice-content-left .process > h3:before {
  top: 2px;
  width: 18px;
  height: 20px;
  background: url('../../img/practice/process.png') no-repeat 100% 100%;
}
.practice-content-left .process .detail {
  padding: 30px 0 50px;
}
.practice-content-left .process .detail .week {
  position: relative;
  margin-left: 75px;
  height: 170px;
  border-left: 2px solid #00d57a;
}
.practice-content-left .process .detail .week .left {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  margin-left: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #00d57a;
}
.practice-content-left .process .detail .week .left:before {
  position: absolute;
  left: -35px;
  top: 15px;
  content: ' ';
  width: 14px;
  height: 14px;
  border: 2px solid #00d57a;
  border-radius: 50%;
  background-color: #fff;
}
.practice-content-left .process .detail .week .right {
  margin-left: 165px;
  width: 422px;
  height: 160px;
  text-align: center;
  font-size: 18px;
}
.practice-content-left .process .detail .week .right .lp {
  float: left;
  width: 50%;
  padding-top: 38px;
  height: inherit;
  background-color: #eee;
  color: #666;
  box-sizing: border-box;
}
.practice-content-left .process .detail .week .right .left4 {
  padding-top: 25px;
}
.practice-content-left .process .detail .week .right .rp {
  float: right;
  padding-top: 28px;
  box-sizing: border-box;
  width: 50%;
  height: inherit;
  background-color: #00d57a;
  color: #fff;
}
.practice-content-left .process .detail .week .right .rp .title {
  margin: 0 30px 10px;
  padding-bottom: 6px;
  font-size: 21px;
  border-bottom: 1px solid #fff;
}
.practice-content-left .process .detail .week .right .right4 {
  padding-top: 15px;
}
.practice-content-left .process .detail .week .right .left2 {
  padding-top: 50px;
}
.practice-content-left .process .detail .week .right .right5 {
  padding-top: 2px;
}
.practice-content-left .company > h3:before {
  top: 2px;
  width: 18px;
  height: 20px;
  background: url('../../img/practice/process.png') no-repeat 100% 100%;
}
.practice-content-left .company .detail {
  padding-top: 18px;
  padding-bottom: 50px;
  text-align: center;
}
.practice-content-left .underline {
  margin: 15px 10px 0;
  height: 1px;
  background-color: #eee;
}
.practice-content-right {
  position: relative;
  float: right;
  width: 460px;
  min-height: 40px;
}
.practice-content-right-top {
  padding: 40px 0 45px;
  background-color: #fff;
  text-align: center;
}
.practice-content-right-top > p {
  font-size: 14px;
  color: #22d488;
}
.practice-content-right-top > div {
  margin: 30px auto 0;
  width: 330px;
}
.practice-content-right-top > div img {
  width: 144px;
  height: 144px;
}
.practice-content-right-top > div .lf {
  float: left;
}
.practice-content-right-top > div .lf .button {
  background-color: #22d488;
  color: #fff;
}
.practice-content-right-top > div .rf {
  float: right;
}
.practice-content-right-top > div .rf .button {
  background-color: #fff;
  color: #22d488;
  border-color: #22d488;
}
.practice-content-right-top > div .button {
  position: relative;
  margin-top: 35px;
  border: 1px solid #22d488;
  border-radius: 3px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  cursor: default;
}
.practice-content-right-top > div .button:before {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 5px solid transparent;
  border-bottom-color: #22d488;
}
.practice-content-right-bottom {
  background-color: #fff;
  margin-top: 10px;
  padding: 55px 44px 0;
  overflow: hidden;
}
.practice-content-right-bottom > div {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  line-height: 60px;
  background-color: #f2f2f2;
}
.practice-content-right-bottom > div > h2 {
  margin-left: 15px;
  font-size: 18px;
  color: #666666;
}
.practice-content-right-bottom > div > a > div {
  position: absolute;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  top: 15px;
  right: 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  border: 1px solid #22d488;
  background-color: #22d488;
  box-sizing: border-box;
}
.practice-content-right-bottom .active {
  background-color: #22d488;
}
.practice-content-right-bottom .active > h2 {
  color: #fff;
}
.practice-content-right-bottom .active > a > div {
  border-color: #91eac4;
}
.footer {
  padding: 65px 0 80px;
  background-color: #333;
  overflow: hidden;
}
.footer-left {
  float: left;
  width: 720px;
}
.footer-left > p {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.251);
  text-align: left;
  line-height: 24px;
}
.footer-left .logo-ht {
  position: relative;
  left: 45px;
  top: 8px;
}
.footer-right {
  position: relative;
  float: right;
  width: 480px;
  padding-left: 70px;
}
.footer-right .left-line {
  position: absolute;
  top: 50px;
  left: 33px;
  height: 252px;
  width: 1px;
  background-color: #474747;
}
.footer-right > h3 {
  font-size: 18px;
  color: #f2f2f2;
  margin-bottom: 20px;
}
.footer-right > p {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.251);
  text-align: left;
}
.footer-right .icon {
  margin-top: 15px;
}
.footer-right .icon > img {
  margin-right: 10px;
  display: inline-block;
}
.footer-right .icon > div {
  margin-right: 10px;
  display: inline-block;
}
.footer-right .icon .mp-wrap {
  position: relative;
  cursor: pointer;
}
.footer-right .icon .mp-wrap > div {
  top: -192px;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  width: 136px;
  height: 174px;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}
.footer-right .icon .mp-wrap > div > img {
  width: 120px;
  height: 120px;
}
.footer-right .icon .mp-wrap > div > p {
  font-size: 14px;
  line-height: 16px;
}
.footer-right .icon .mp-wrap > div:after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  content: ' ';
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.footer-right .icon .mp-wrap:hover > div {
  visibility: visible;
  opacity: 1;
}
.footer-right .bottom {
  margin-top: 70px;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.modal .mask {
  position: fixed;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -322px;
  width: 920px;
  height: 644px;
  background-color: #fff;
  overflow: hidden;
}
.modal .mask-title {
  position: absolute;
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.modal .mask .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.modal .mask .content {
  margin: 20px 45px 22px;
  border-bottom: 1px solid #ebebeb;
}
.modal .mask .content > p {
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
}
.modal .mask .content > p:last-child {
  margin-bottom: 20px;
}
.modal .mask .bottom {
  position: relative;
  margin: 0 50px;
  font-size: 12px;
}
.modal .mask .bottom .first {
  color: #22d488;
}
.modal .mask .bottom > img {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -2px;
  right: 0;
}
.modal .mask .mask-footer {
  position: relative;
  margin: 20px 50px 0;
  height: 90px;
  border-top: 1px solid #ebebeb;
}
.modal .mask .mask-footer > div {
  position: relative;
  float: left;
  width: 160px;
  height: 90px;
}
.modal .mask .mask-footer > div > img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  display: block;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modal-hide {
  display: none;
}
.modal-show {
  display: block;
}
.gotop {
  position: fixed;
  right: 80px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  background-color: #22d488;
  cursor: pointer;
  display: none;
  z-index: 9;
}
.gotop > div {
  width: 40px;
  height: 40px;
  background: url('../../img/practice/gotop.png') no-repeat center;
}
