@charset "UTF-8";
.login {
  background: url(../img/login-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding-top: 125px;
  padding-bottom: 235px;
}

.login .login-wrap {
  width: 420px;
  height: 680px;
  margin: 0 auto;
  padding: 0 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px -3px #e2e5e7;
}

.login .login-wrap .login-logo {
  padding-top: 40px;
}

.login .login-wrap .login-logo img {
  width: 325px;
  height: 76px;
  display: block;
  margin: 0 auto;
}

.login .login-wrap .tabs .tab-header {
  margin-top: 20px;
  margin-bottom: 55px;
}

.login .login-wrap .tabs .tab-header p {
  display: inline-block;
  text-align: center;
  width: 50%;
  font-size: 18px;
  color: #666666;
  border-bottom: 2px solid #f5f5f5;
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  transition: color 0.3s ease;
}

.login .login-wrap .tabs .tab-header p::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #307bbe;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.login .login-wrap .tabs .tab-header p.active {
  color: #307bbe;
}

.login .login-wrap .tabs .tab-header p.active::after {
  width: 100%;
}

.login .login-wrap .tabs .tab-header p:hover {
  color: #307bbe;
}

.login .login-wrap .tabs .tab-header p:hover::after {
  width: 100%;
}

.login .login-wrap .tabs .tab-content .tab-content-form {
  display: none;
}

.login .login-wrap .tabs .tab-content .tab-content-form.show {
  display: block;
}

.login .login-wrap .tabs .tab-content .form-group {
  width: 418px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.login .login-wrap .tabs .tab-content .form-group i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  color: #d9d9d9;
  margin-left: 15px;
  border-right: 1px solid #d9d9d9;
  padding-right: 10px;
  position: relative;
  bottom: -4px;
  transition: all 0.3s ease;
}

.login .login-wrap .tabs .tab-content .form-group input {
  border: none;
  width: 320px;
  height: 48px;
  padding: 0 20px;
  font-size: 14px;
  color: #666;
  background: transparent;
  transition: all 0.3s ease;
}

.login .login-wrap .tabs .tab-content .form-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

.login .login-wrap .tabs .tab-content .form-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.login .login-wrap .tabs .tab-content .form-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}

.login .login-wrap .tabs .tab-content .form-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.login .login-wrap .tabs .tab-content .msg-code {
  position: relative;
}

.login .login-wrap .tabs .tab-content .msg-code a.get-code {
  display: block;
  width: 134px;
  height: 50px;
  background: #d9d9d9;
  font-size: 14px;
  color: #333;
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.3s ease;
}

.login .login-wrap .tabs .tab-content .msg-code a.get-code:hover {
  background: #4794d9;
  color: #f5f5f5;
}

.login .login-wrap .tabs .tab-content .form-focus {
  border-color: #4794d9;
}

.login .login-wrap .tabs .tab-content .form-focus i {
  color: #4794d9;
  border-color: #4794d9;
}

.login .login-wrap .tabs .tab-content .form-focus input {
  color: #4794d9;
}

.login .login-wrap .tabs .tab-content .form-focus a.get-code {
  background: #4794d9;
  color: #f5f5f5;
}

.login .login-wrap .tabs .validate {
  height: 48px;
  width: 100%;
}

.login .login-wrap button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #307bbe;
  font-size: 18px;
  color: #f5f5f5;
  text-align: center;
  border: none;
  margin-top: 50px;
  margin-bottom: 40px;
  cursor: pointer;
}

.login .login-wrap .login-bottom {
  border-top: 1px solid #ebebeb;
}

.login .login-wrap .login-bottom a.wx-login {
  display: inline-block;
  margin-right: 55px;
  position: relative;
  bottom: -18px;
}

.login .login-wrap .login-bottom i {
  font-size: 34px;
  color: #6ab37a;
}

.login .login-wrap .login-bottom p {
  width: 280px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  border-left: 1px solid #ebebeb;
  padding-left: 45px;
  position: relative;
  bottom: -12px;
}

.login .login-wrap .login-bottom p a {
  font-size: 12px;
  color: #999;
  transition: color 0.3s ease;
}

.login .login-wrap .login-bottom p span {
  font-size: 12px;
  color: #999;
  float: right;
  padding-right: 10px;
}

.login .login-wrap .login-bottom p a.last {
  float: right;
  color: #437ab9;
}

.login .login-wrap .login-bottom p a:hover {
  color: #437ab9;
}

.lessons {
  background: #f5f5f5;
}

.lessons .list {
  margin-bottom: 40px;
}

.lessons .list li {
  width: 580px;
  overflow: hidden;
  background: #fff;
  margin-right: 40px;
  margin-bottom: 40px;
  float: left;
}

.lessons .list li img {
  width: 100%;
  height: 425px;
}

.lessons .list li .detail {
  padding: 20px 30px;
}

.lessons .list li .detail h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 30px;
}

.lessons .list li .detail p {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.lessons .list li .detail p span {
  color: #999;
}

.lessons .list li .detail span.price {
  font-size: 24px;
  color: #bf0707;
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
}

.lessons .list li .detail a {
  display: block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #2b78be;
}

.lessons .list li .detail a i {
  margin-right: 10px;
}

.lessons .list li:nth-child(2n) {
  margin-right: 0;
}

.lessons .detail-wrapper {
  background: #fff;
  margin-bottom: 80px;
  padding-bottom: 40px;
}

.lessons .detail-title {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}

.lessons .detail-title h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding-left: 40px;
}

.lessons .detail-content {
  padding: 40px;
}

.lessons .detail-content h2 {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 20px;
}

.lessons .detail-content h2::after {
  content: "";
  display: block;
  width: 7px;
  height: 20px;
  background: #307bbe;
  position: absolute;
  left: 0;
  top: 2px;
}

.lessons .detail-content p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
}

.lessons .detail-content img {
  max-width: 1120px;
  display: block;
  margin: 15px auto;
}

.news {
  padding-bottom: 80px;
}

.news .detail-left {
  width: 800px;
  float: left;
}

.news ul {
  width: 100%;
  overflow: hidden;
}

.news ul li {
  overflow: hidden;
  position: relative;
  padding-bottom: 41px;
  margin-bottom: 40px;
  position: relative;
}

.news ul li a.img {
  display: block;
  width: 300px;
  height: 200px;
  float: left;
  margin-right: 40px;
  overflow: hidden;
}

.news ul li a.img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.news ul li .text h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: normal;
  margin-top: -6px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul li .text h2 a {
  color: #0f354c;
  transition: color 0.5s ease;
}

.news ul li .text p.detail-text {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ul li .text p.detail-text a {
  color: #307bbe;
}

.news ul li .text p.date {
  position: absolute;
  bottom: 40px;
  left: 340px;
}

.news ul li .text span {
  font-size: 14px;
  color: #999;
  margin-right: 20px;
  transition: color 1s ease;
}

.news ul li .text span i {
  margin-right: 10px;
}

.news ul .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
}

.news ul .text::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #307bbe;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 2;
  transition: width 0.5s ease-in-out, height 1s ease 0.5s;
}

.news ul li:hover img {
  transform: scale(1.08);
}

.news ul li:hover h2 a {
  color: #307bbe;
}

.news ul li:hover span {
  color: #307bbe;
}

.news ul li:hover .text::after {
  width: 100%;
  height: 3px;
}

.news .tab-content {
  display: none;
}

.news .tab-content.show {
  display: block;
}

.news .detail-right {
  float: right;
  width: 277px;
  height: 250px;
  text-align: center;
  position: relative;
  background: #f5f5f5;
  transition: all 0.5s;
}

.news .detail-right p {
  font-size: 24px;
  color: #437ab9;
  height: 125px;
  line-height: 125px;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  padding-left: 27px;
  margin-left: -27px;
  cursor: pointer;
  background: url(../img/detail-right-bg.png) no-repeat;
  background-position: 305px;
  background-size: 100% 100%;
}

.news .detail-right p.active {
  color: #fff;
  background-position: center;
}

.news .news-content .title {
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}

.news .news-content .title h2 {
  font-size: 34px;
  color: #333;
}

.news .news-content .title .sub-title {
  margin-top: 15px;
}

.news .news-content .title .sub-title span {
  font-size: 12px;
  color: #999;
}

.news .news-content .news-text {
  padding-top: 40px;
}

.news .news-content .news-text img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}

.news .news-content .news-text h3 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 5px;
}

.news .news-content .news-text p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.news .news-content .news-text .share {
  padding: 40px 0;
  border-bottom: 1px solid #ebebeb;
}

.news .news-content .news-text .share a {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #7e95aa;
  font-size: 22px;
  margin-right: 10px;
  transition: color 0.5s ease;
}

.news .news-content .news-text .share a::before {
  position: relative;
  top: -4px;
}

.news .news-content .news-text .share a.icon-qq:hover {
  color: #1296db !important;
}

.news .news-content .news-text .share a.icon-wechat:hover {
  color: #6ab37a !important;
}

.news .news-content .news-text .share a.icon-weibo:hover {
  color: #d81e06 !important;
}

.teachers {
  background: #f5f5f5;
}

.teachers .s-banner {
  background-image: url(../img/teachers-list-bg.jpg);
}

.teachers .teachers-banner {
  height: 414px;
  background: url(../img/teachers-banner.jpg) no-repeat center;
  background-size: 100% 100%;
}

.teachers .teachers-banner .banner-content {
  padding-top: 90px;
}

.teachers .teachers-banner .banner-content img {
  float: left;
  width: 250px;
  height: 258px;
  display: block;
  border: 2px solid #fff;
  border-radius: 5px;
  margin-right: 75px;
}

.teachers .teachers-banner .banner-content .text {
  color: #fff;
}

.teachers .teachers-banner .banner-content .text h2 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #3388d3;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: normal;
}

.teachers .teachers-banner .banner-content .text p {
  font-size: 18px;
  line-height: 30px;
}

.teachers .teachers-banner .banner-content .text p.abstract {
  font-size: 14px;
  line-height: 24px;
  margin-top: 30px;
}

.teachers .list .teacher-item:nth-child(2n) {
  margin-right: 0;
}

.teachers .list .teacher-item {
  width: 580px;
  height: 300px;
  background: #fff;
  margin-right: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  float: left;
  transition: all 0.5s ease;
}

.teachers .list .teacher-item img {
  display: block;
  width: 207px;
  height: 300px;
  float: left;
  margin-right: 40px;
}

.teachers .list .teacher-item .text {
  padding: 30px 40px;
}

.teachers .list .teacher-item .text h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 2px solid #307bbe;
  display: inline-block;
  margin-bottom: 30px;
}

.teachers .list .teacher-item .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.teachers .list .teacher-item .text a {
  width: 110px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #307bbe;
  position: absolute;
  left: 247px;
  bottom: 30px;
  transition: all 0.3s ease;
}

.teachers .list .teacher-item .text a i {
  font-size: 10px;
  margin-right: 5px;
}

.teachers .list .teacher-item .text a:hover {
  box-shadow: 0 0 10px 0px #5aaffa;
}

.teachers .list .teacher-item:hover {
  box-shadow: 0 0 30px -5px #666;
}

.teachers .loading {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: -10px;
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}

.teachers .loading i {
  margin-right: 8px;
  display: inline-block;
  animation: loading 1s linear 0s infinite;
}

@keyframes loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading /* Firefox */ {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading /* Safari 和 Chrome */ {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes loading /* Opera */ {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.teachers .titles {
  padding: 20px 40px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.teachers .titles > span {
  font-size: 18px;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  margin-right: 35px;
  transition: all 0.5s;
  cursor: pointer;
}

.teachers .titles span.current {
  color: #2a78be;
  border-color: #2a78be;
}

.teachers .titles > span:hover {
  color: #2a78be;
  border-color: #2a78be;
}

.teachers .titles p {
  font-size: 14px;
  color: #6c6c6c;
  position: absolute;
  right: 30px;
  top: 25px;
}

.teachers .titles p span {
  padding: 0 10px;
}

.teachers .ask-question {
  padding: 60px 40px;
  position: relative;
  border-bottom: 20px solid #f5f5f5;
}

.teachers .ask-question textarea {
  padding: 15px 25px;
  width: calc(100% - 50px);
  height: 165px;
  border: 1px solid #3695e9;
  border-radius: 5px;
  background: #f5faff;
  resize: none;
  font-size: 16px;
  color: #333;
}

.teachers .ask-question textarea::-webkit-input-placeholder {
  color: #999;
}

.teachers .ask-question textarea:-moz-placeholder {
  color: #999;
}

.teachers .ask-question textarea::-moz-placeholder {
  color: #999;
}

.teachers .ask-question textarea:-ms-input-placeholder {
  color: #999;
}

.teachers .ask-question p {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  color: #999;
  right: 70px;
  top: 218px;
}

.teachers .ask-question button {
  width: 250px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #3695e9;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
}

.teachers .anwser.current {
  display: block;
}

.teachers .anwser {
  display: none;
  overflow: hidden;
}

.teachers .anwser .anwser-item:last-child {
  border: none;
}

.teachers .anwser .show-anwser {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}

.teachers .anwser .show-anwser.show {
  height: auto;
}

.teachers .anwser .show-anwser.show h3 {
  color: #666;
  margin-bottom: 55px;
}

.teachers .anwser .show-anwser.show button.pay {
  display: none;
}

.teachers .anwser .anwser-item {
  padding: 40px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}

.teachers .anwser .anwser-item .head-icon {
  margin-bottom: 30px;
}

.teachers .anwser .anwser-item .head-icon img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-right: 10px;
}

.teachers .anwser .anwser-item .head-icon p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.teachers .anwser .anwser-item h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 70px;
}

.teachers .anwser .anwser-item .teacher-anwser {
  padding: 40px 30px;
  padding-top: 50px;
  border: 1px solid #3695e9;
  border-radius: 5px;
  background: #f5faff;
  position: relative;
}

.teachers .anwser .anwser-item .teacher-anwser h4 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 30px;
}

.teachers .anwser .anwser-item .teacher-anwser p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.teachers .anwser .anwser-item .bottom {
  padding-top: 40px;
}

.teachers .anwser .anwser-item .bottom h4 {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  float: left;
}

.teachers .anwser .anwser-item .bottom p {
  font-size: 12px;
  color: #999;
  float: right;
}

.teachers .anwser .anwser-item .bottom p span {
  margin-right: 35px;
}

.teachers .anwser .anwser-item button {
  width: 148px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #3695e9;
  text-align: center;
  border: 1px solid #3695e9;
  transition: all 0.5s ease;
  position: absolute;
  left: 40px;
  bottom: 40px;
  background: #fff;
  cursor: pointer;
}

.teachers .anwser .anwser-item button:hover {
  color: #fff;
  background: #3695e9;
}

.introduction {
  background: #f5f5f5;
}

.introduction .title {
  color: #fff;
  text-align: center;
  padding-top: 50px;
}

.introduction .title h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.introduction .title p {
  font-size: 14px;
  opacity: 0.6;
}

.introduction .abstract {
  padding-bottom: 135px;
}

.introduction .text {
  width: 544px;
  height: 250px;
  padding: 50px 40px;
  float: left;
  background: #fff;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.introduction .text h2 {
  font-size: 24px;
  color: #333;
  padding-bottom: 30px;
  position: relative;
  font-weight: normal;
}

.introduction .text h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #307bbe;
  position: absolute;
  bottom: 0;
  left: 0;
}

.introduction .text h3 {
  font-size: 14px;
  color: #333;
  margin-top: 35px;
  margin-bottom: 10px;
}

.introduction .text p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}

.introduction .text:hover {
  box-shadow: 0 0 30px -5px #666;
}

.introduction .img {
  width: 600px;
  height: 350px;
  overflow: hidden;
  position: absolute;
  top: 75px;
  right: 0;
}

.introduction .img img {
  width: 600px;
  height: 350px;
  display: block;
  transition: all 0.5s ease;
}

.introduction .img img:hover {
  transform: scale(1.05);
}

.introduction .list {
  overflow: hidden;
}

.introduction .solution {
  background: url(../img/solution-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  height: 533px;
}

.introduction .solution .item {
  color: #fff;
  text-align: center;
  width: 285px;
  float: left;
  margin-right: 170px;
  margin-top: 100px;
}

.introduction .solution .item i {
  font-size: 76px;
}

.introduction .solution .item h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 15px;
}

.introduction .solution .item p {
  font-size: 14px;
  opacity: 0.76;
  line-height: 26px;
  text-align: left;
}

.introduction .solution .item:last-child {
  margin-right: 0;
}

.introduction .future {
  background: #fff;
  height: 590px;
}

.introduction .future .title {
  color: #333;
  padding-top: 65px;
}

.introduction .future .title p {
  opacity: 1;
}

.introduction .future .item {
  width: 255px;
  text-align: center;
  float: left;
  margin-top: 120px;
  margin-right: 60px;
}

.introduction .future .item img {
  display: inline-block;
  width: 46px;
  height: 42px;
}

.introduction .future .item h2 {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: normal;
}

.introduction .future .item p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: left;
}

.introduction .future .item:last-child {
  margin-right: 0;
}

.introduction .aim {
  height: 450px;
  overflow: hidden;
  position: relative;
}

.introduction .aim img {
  width: 63%;
  min-width: 1200px;
}

.introduction .aim .text {
  width: calc(37.5% - 180px);
  min-width: 420px;
  background: #307bbe;
  padding: 100px 90px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  overflow: hidden;
}

.introduction .aim .text h2 {
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 50px;
}

.introduction .aim .text p {
  color: #fff;
  font-size: 18px;
}

.introduction .incubation .title {
  padding-top: 80px;
}

.introduction .incubation .title h2 {
  font-size: 34px;
}

.introduction .incubation a {
  border-radius: 5px;
}

.introduction .cooperation {
  background: #fff;
  padding-bottom: 60px;
}

.introduction .cooperation .list {
  padding-top: 80px;
}

.introduction .cooperation .list h2 {
  font-size: 24px;
  color: #333;
  font-weight: normal;
  padding-bottom: 25px;
  margin-bottom: 55px;
  position: relative;
}

.introduction .cooperation .list h2::after {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background: #307bbe;
  position: absolute;
  bottom: 0;
  left: 0;
}

.introduction .cooperation .list p {
  font-size: 14px;
  color: #666;
  display: inline-block;
  width: calc(20% - 20px);
  margin-right: 15px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=pages.css.map */