*,
p,
ol,
ul,
label {
  margin: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  margin: 0px 0 0;
}
a:hover {
  color: #ff80b6;
  text-decoration: none;
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  padding: 0;
  margin: 0;
}
ul,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
img {
  vertical-align: middle;
  /*width: 100%;*/
}
.f_l {
  float: left;
}
.f_r {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.block {
  width: 1200px;
  margin: 0 auto;
}
@font-face {
  font-family: 'Century-Gothic';
  src: url('../fonts/CenturyGothic.TTF');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Century-Gothic';
  line-height: 1.6;
  background: #fff;
}
.intro-wrap .banner img {
  width: 100%;
}
.intro-wrap .session_1 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 60px;
}
.intro-wrap .session_1 .content-box {
  position: relative;
}
.intro-wrap .session_1 .content-box .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
}
.intro-wrap .session_1 .content-box .img-box img {
  width: 100%;
  height: 100%;
}
.intro-wrap .session_1 .content-box .txt-box {
  padding-left: 56%;
  padding-right: 6%;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 100%;
  background: #e5bc7e;
  box-sizing: border-box;
}
.intro-wrap .session_1 .content-box .txt-box p {
  margin-bottom: 35px;
  color: #fff;
}
.intro-wrap .session_1 .content-box .txt-box p:last-child {
  margin-bottom: 0px;
}
.intro-wrap .session_2 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 60px;
}
.intro-wrap .session_2 img {
  width: 100%;
  height: auto;
}
.intro-wrap .session_3 {
  text-align: center;
}
.intro-wrap .session_3 .bgccad5d {
  background: #ccad5d;
  color: #fff;
}
.intro-wrap .session_3 .bgdcdcdc {
  background: #dcdcdc;
  color: #050505;
}
.intro-wrap .session_3 .bga9a9a9 {
  background: #a9a9a9;
  color: #fff;
}
.intro-wrap .session_3 .row .col-md-3,
.intro-wrap .session_3 .row .col-md-6 {
  position: relative;
  height: 300px;
  margin-bottom: 10px;
}
.intro-wrap .session_3 .txt-box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
}
.intro-wrap .session_3 .txt-box h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 400;
}
.intro-wrap .session_3 h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-top: 80px;
  margin-bottom: 60px;
}
.glory-wrap {
  text-align: center;
}
.glory-wrap img {
  width: auto;
}
.glory-wrap .banner img {
  width: 100%;
}
.glory-wrap .gl-top {
  padding-bottom: 10px;
}
.glory-wrap .gl-top h3 {
  margin-top: 80px;
  margin-bottom: 60px;
  font-size: 30px;
}
.glory-wrap .gl-top .item-box {
  display: inline-block;
  width: 180px;
  text-align: center;
}
.glory-wrap .gl-top .item-box p {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}
.glory-wrap .gl-top .item-box a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/img_1.png') center center no-repeat;
  background-size: 100% 100%;
}
.glory-wrap .gl-top .item-box a:hover,
.glory-wrap .gl-top .item-box a.active {
  background: url('../images/img_2.png') center center no-repeat;
  background-size: 100% 100%;
}
.glory-wrap .gl-top .item-box a:before {
  position: absolute;
  width: 185px;
  height: 2px ;
  background: #e5bd7f;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}
.glory-wrap .gl-top .item-box:last-child a:after {
  position: absolute;
  width: 185px;
  height: 2px ;
  background: #e5bd7f;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: -1;
}
.glory-wrap .list-item .item-box {
  margin-top: 57px;
  text-align: center;
  overflow: hidden;
}
.glory-wrap .list-item .item-box:last-child .next {
  display: none;
}
.glory-wrap .list-item .item-box .i-title {
  font-size: 24px;
}
.glory-wrap .list-item .item-box .time {
  display: inline-block;
  width: 110px;
  height: 38px;
  border: 2px solid #e5bd7f;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 36px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.glory-wrap .list-item .item-box .txt {
  padding-left: 70px;
  padding-right: 70px;
  line-height: 24px;
  color: #666666;
}
.glory-wrap .list-item .item-box .next {
  margin-top: 60px;
}
.glory-wrap .list-item .item-box .img-box {
  margin-top: 60px;
}
.glory-wrap .list-item .item-box .img-box .swiper-container {
  overflow: visible;
}
.glory-wrap .list-item .item-box .img-box .swiper-slide-active {
  z-index: 999;
}
.glory-wrap .list-item .item-box .img-box .swiper-slide-active img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.glory-wrap .list-item .item-box .img-box .swiper-slide-next {
  position: relative;
}
.glory-wrap .list-item .item-box .img-box .swiper-slide-next:before {
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.4);*/
}
.glory-wrap .list-item .item-box .img-box img {
  width: 100%;
}
.glory-wrap .glory-all {
  margin-top: 100px;
  border-top: 1px solid #b9b6b4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.glory-wrap .glory-all .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  /*width: 214px !important;*/
}
.glory-wrap .glory-all .swiper-pagination {
  display: none;
}
.glory-wrap .glory-all img {
  width: 100%;
}
.glory-wrap .glory-all p {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  color: #666;
}
.respo-wrap .swiper-container-horizontal > .swiper-pagination-bullets,
.respo-wrap .swiper-pagination-custom,
.respo-wrap .swiper-pagination-fraction {
  bottom: 0;
}
.respo-wrap .banner img {
  width: 100%;
}
.respo-wrap .master-box {
  text-align: center;
}
.respo-wrap .master-box h2 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 65px;
  margin-bottom: 75px;
}
.respo-wrap .master-box .swiper-slide:last-child .content-box:before {
  display: none;
}
.respo-wrap .master-box .content-box {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.respo-wrap .master-box .content-box:before {
  position: absolute;
  top: 50px;
  bottom: 50px;
  right: 0;
  width: 1px;
  content: "";
  background: #aaa;
  z-index: 999;
}
.respo-wrap .master-box .content-box img {
  width: 100%;
}
.respo-wrap .master-box .content-box .name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  height: 80px;
  line-height: 80px;
  font-size: 21px;
  color: #050505;
}
.respo-wrap .session_1 {
  margin-top: 30px;
  text-align: center;
  padding-left: 100px;
  padding: 100px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.respo-wrap .session_1 h2 {
  font-size: 36px;
  font-weight: 700;
}
.respo-wrap .session_1 p {
  font-size: 20px;
  line-height: 2;
  color: #000;
  font-weight: 700;
}
.respo-wrap .session_1 .sig-box {
  text-align: right;
}
.respo-wrap .session_1 .sig-box img {
  width: auto;
}
.respo-wrap .session_1 .grand-box {
  margin-top: 30px;
}
.respo-wrap .session_1 .grand-box img {
  width: auto;
}
.respo-wrap .session_1 .grand-box .txt-box {
  float: left;
}
.respo-wrap .session_1 .grand-box .txt-box p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}
.respo-wrap .session_1 .grand-box .txt-box .money {
  font-size: 36px;
  color: #ff0000;
}
.respo-wrap .news-box {
  padding-top: 65px;
  padding-bottom: 100px;
}
.respo-wrap .news-box .news-title {
  padding-top: 43px;
  width: 100%;
  background-image: url('../images/duty6.jpg');
  background-repeat: repeat-x;
  background-origin: top center;
  font-size: 0;
  margin-bottom: 30px;
}
.respo-wrap .news-box .news-title span {
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-family: '宋体';
  font-size: 18px;
  font-weight: 700;
  color: #000;
  cursor: pointer;
}
.respo-wrap .news-box .news-title span.active {
  color: #e4bb7c;
}
.respo-wrap .news-box .news-title span.active .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 8px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.respo-wrap .news-box .item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.respo-wrap .news-box .item h3 {
  font-size: 20px;
  text-align: left;
  margin: 0;
}
.respo-wrap .news-box .item h3 a {
  color: #000;
  line-height: 1.4;
}
.respo-wrap .news-box .item h3 a:hover {
  color: #c0a146;
}
.respo-wrap .news-box .item p {
  margin-top: 10px;
}
.respo-wrap .news-box .item .time {
  font-size: 12px;
}
.respo-wrap .news-box .col-md-2 {
  text-align: center;
}
.respo-wrap .news-box .col-md-2 span {
  margin-top: 25%;
  display: inline-block;
  font-size: 30px;
}
.business-wrap .banner img {
  width: 100%;
}
.business-wrap .a-title {
  text-align: center;
  margin-bottom: 100px;
}
.business-wrap .a-title h2 {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  margin-top: 80px;
  margin-bottom: 50px;
}
.business-wrap .a-title p {
  font-size: 16px;
  color: #666666;
}
.business-wrap .session_1 .item-box {
  text-align: right;
  height: 580px;
}
.business-wrap .session_1 .item-box:nth-child(2n+1) {
  background: #efefef;
  text-align: left;
}
.business-wrap .session_1 .item-box:nth-child(2n+1) .img-box {
  margin-right: 40px;
  margin-left: 0;
}
.business-wrap .session_1 .item-box .img-box {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-left: 40px;
}
.business-wrap .session_1 .item-box .img-box img {
  height: 100%;
}
.business-wrap .session_1 .item-box .txt-box {
  position: relative;
  display: inline-block;
  width: 800px;
  box-sizing: border-box;
  text-align: left;
  height: 100%;
}
.business-wrap .session_1 .item-box .txt-box .center-box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.business-wrap .session_1 .item-box .txt-box h2 {
  margin-top: 0px;
  font-size: 32px;
  color: #cda875;
  font-weight: 700;
}
.business-wrap .session_1 .item-box .txt-box h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 25px;
}
.business-wrap .session_1 .item-box .txt-box h3.mt50 {
  margin-top: 50px;
}
.business-wrap .session_1 .item-box .txt-box h3 a {
  font-size: 24px;
  color: #000000;
  float: left;
}
.business-wrap .session_1 .item-box .txt-box h3 a:hover {
  color: #cda875;
}
.business-wrap .session_1 .item-box .txt-box p {
  line-height: 1.6;
  color: #666666;
  font-size: 14px;
}
.business-wrap .session_1 .item-box .txt-box img {
  width: auto;
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}
.team-wrap .banner img {
  width: 100%;
}
.team-wrap .title-box {
  margin-top: 90px;
  margin-bottom: 80px;
}
.team-wrap .title-box p {
  font-size: 14px;
  color: #333333;
  line-height: 2;
}
.team-wrap .team-box .item-box {
  background: #f0f0f0;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.team-wrap .team-box .item-box .top-box {
  height: 260px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.team-wrap .team-box .item-box .top-box .img-box {
  float: left;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}
.team-wrap .team-box .item-box .top-box .img-box img {
  width: 100%;
  height: 100%;
}
.team-wrap .team-box .item-box .top-box .txt-box {
  position: relative;
  font-size: 12px;
  vertical-align: top;
  padding-left: 30px;
  height: 100%;
  width: 100%;
  color: #000;
  padding-left: 260px;
  box-sizing: border-box;
}
.team-wrap .team-box .item-box .top-box .txt-box p {
  margin: 0;
}
.team-wrap .team-box .item-box .top-box .txt-box img {
  width: auto;
}
.team-wrap .team-box .item-box .top-box .txt-box .name {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.team-wrap .team-box .item-box .top-box .txt-box .content-txt {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.team-wrap .team-box .item-box .body-box {
  padding-bottom: 30px;
  padding-top: 10px;
}
.team-wrap .team-box .item-box .body-box p {
  margin-bottom: 20px;
  font-size: 12px;
  color: #666666;
}
.course-wrap img {
  width: auto;
}
.course-wrap .banner img {
  width: 100%;
}
.course-wrap .list-box {
  margin-top: 70px;
  border-left: 3px solid #cda875;
  padding-left: 137px;
  margin-bottom: 50px;
  position: relative;
}
.course-wrap .list-box .item-box {
  position: relative;
  margin-bottom: 70px;
}
.course-wrap .list-box .item-box .time-box {
  left: -200px;
  top: 60px;
  position: absolute;
  width: 120px;
  height: 120px;
  padding-top: 25px;
  font-size: 20px;
  background: #cda875;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.course-wrap .list-box .item-box .img-box {
  float: left;
  margin-right: 40px;
}
.course-wrap .list-box .item-box .txt-box h3 {
  padding-top: 55px;
  font-size: 24px;
  color: #cda875;
  line-height: 1.6;
}
.course-wrap .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #666666;
  line-height: 1.8;
}
.box-shadow {
  left: -25px;
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 127px;
  background-color: #fff;
}
.originator-wrap h3 {
  font-size: 30px;
  text-align: center;
}
.originator-wrap img {
  width: auto;
}
.originator-wrap .banner img {
  width: 100%;
}
.originator-wrap .about1 {
  margin-top: 86px;
  margin-bottom: 50px;
}
.originator-wrap .about1 p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
}
.originator-wrap .about1 .container {
  padding-bottom: 35px;
  border-bottom: 1px solid #666666;
}
.originator-wrap .about1 h3 {
  margin-bottom: 50px;
}
.originator-wrap .about1 h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.originator-wrap .about1 h4 i {
  font-size: 18px;
  color: #000000;
}
.originator-wrap .about1 .user-img {
  float: right;
  text-align: left;
}
.originator-wrap .about1 .user-img p {
  line-height: 1.5;
  color: #000000;
}
.originator-wrap .session_2 {
  margin-bottom: 60px;
}
.originator-wrap .session_2 .s-title {
  text-align: center;
  font-size: 24px;
  color: #050505;
  margin-top: 30px;
  margin-bottom: 40px;
}
.originator-wrap .session_2 .body-box {
  background: #a0a0a0;
  padding-top: 55px;
  padding-bottom: 55px;
}
.originator-wrap .session_2 .body-box .img-box {
  float: left;
  margin-right: 30px;
}
.originator-wrap .session_2 .body-box .txt-box p {
  font-size: 14px;
  color: #f9f3f0;
  margin-bottom: 30px;
}
.originator-wrap .session_3 .s-title {
  text-align: center;
  font-size: 20px;
  color: #050505;
  width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.originator-wrap .session_3 .item_1 {
  background: #e7bc7c;
  margin-bottom: 15px;
}
.originator-wrap .session_3 .item_1 .col-md-5 {
  padding-left: 0;
  background: #fff;
}
.originator-wrap .session_3 .item_1 .txt-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
}
.originator-wrap .session_3 .item_2 {
  background: #e7bc7c;
  margin-bottom: 15px;
}
.originator-wrap .session_3 .item_2 .col-md-4 {
  padding-right: 0;
  background: #fff;
}
.originator-wrap .session_3 .item_2 .txt-box h3 {
  margin-top: 50px;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
.originator-wrap .session_3 .item_2 .txt-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
}
.originator-wrap .session_3 .img-box img {
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 769px) {
  .hidden-lp {
    display: none !important;
  }
  .visible-lp {
    display: block !important;
  }
}
@media (max-width: 1600px) {
  .business-wrap .session_1 .item-box {
    text-align: right;
    height: 580px;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) {
    background: #efefef;
    text-align: left;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) .img-box {
    margin-right: 40px;
    margin-left: 0;
  }
  .business-wrap .session_1 .item-box .img-box {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-left: 40px;
  }
  .business-wrap .session_1 .item-box .img-box img {
    height: 100%;
  }
  .business-wrap .session_1 .item-box .txt-box {
    position: relative;
    display: inline-block;
    width: 600px;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
/* 中等屏幕（桌面显示器，大于等于 992px） */
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
  .intro-wrap .session_1 h2 {
    font-size: 28px;
  }
  .intro-wrap .session_1 .content-box .img-box {
    position: static;
    width: 100%;
  }
  .intro-wrap .session_1 .content-box .txt-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-wrap .session_2 h2 {
    font-size: 28px;
  }
  .intro-wrap .session_3 h2 {
    font-size: 28px;
  }
  .respo-wrap .news-box .col-md-2 span {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .glory-wrap .glory-all .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
  .glory-wrap .glory-all p {
    padding: 0;
  }
  .respo-wrap .session_1 .grand-box .txt-box {
    float: none;
    margin-bottom: 30px;
  }
  .business-wrap .session_1 .item-box {
    text-align: right;
    height: 650px;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) {
    background: #efefef;
    text-align: left;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) .img-box {
    margin-right: 40px;
    margin-left: 0;
  }
  .business-wrap .session_1 .item-box .img-box {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin-left: 40px;
    padding-top: 200px;
    box-sizing: border-box;
  }
  .business-wrap .session_1 .item-box .img-box img {
    height: auto;
    width: 300px;
    line-height: 650px;
  }
  .business-wrap .session_1 .item-box .txt-box {
    position: relative;
    display: inline-block;
    width: 400px;
  }
  .team-wrap .team-box .col-md-6 {
    width: 100%;
  }
  .team-wrap .team-box .item-box {
    width: 100%;
    margin-bottom: 15px;
  }
  .team-wrap .team-box .item-box .top-box {
    height: auto;
  }
  .team-wrap .team-box .item-box .top-box .img-box {
    float: none;
    margin: 0 auto;
    width: 160px;
    height: 160px;
  }
  .team-wrap .team-box .item-box .top-box .txt-box {
    padding: 0;
    width: 100%;
  }
  .team-wrap .team-box .item-box .top-box .txt-box .content-txt {
    margin-top: 15px;
    position: static;
    transform: translate(0, 0);
    text-align: center;
  }
  .team-wrap .team-box .item-box .top-box .txt-box .content-txt p {
    margin-bottom: 5px;
  }
  .team-wrap .team-box .item-box .top-box .txt-box .content-txt p.name {
    font-size: 18px;
  }
  .team-wrap .team-box .item-box .top-box .txt-box .content-txt p.name img {
    width: 8px;
    position: relative;
    top: -2px;
  }
  .course-wrap .list-box {
    border-left: 0px solid #cda875;
    padding-left: 0px;
    margin-bottom: 50px;
  }
  .course-wrap .list-box .item-box {
    position: relative;
    margin-bottom: 70px;
  }
  .course-wrap .list-box .item-box .time-box {
    display: block;
    margin: 0 auto;
    position: static;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 20px;
    background: #cda875;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 40px;
  }
  .course-wrap .list-box .item-box .img-box {
    float: left;
    margin-right: 40px;
    height: 280px;
  }
  .course-wrap .list-box .item-box .txt-box h3 {
    padding-top: 64px;
    font-size: 24px;
    color: #cda875;
  }
  .course-wrap .list-box .item-box .txt-box p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
  }
  .originator-wrap p {
    line-height: 1.8;
  }
  .originator-wrap h3 {
    font-size: 24px;
  }
  .originator-wrap .about1 .f_r {
    float: right;
  }
  .originator-wrap .about1 img {
    width: 100%;
  }
  .originator-wrap .session_2 .body-box .img-box {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .originator-wrap .session_3 .item_1 {
    background: transparent;
    color: #333;
  }
  .originator-wrap .session_3 .item_1 .txt-box p {
    color: #333;
  }
  .originator-wrap .session_3 .img-box img {
    width: 100%;
  }
  .originator-wrap .session_3 .item_1 .col-md-5 {
    padding-left: 15px;
  }
  .originator-wrap .session_3 .item_2 {
    background: transparent;
  }
  .originator-wrap .session_3 .item_2 .txt-box p {
    color: #333;
  }
}
/* 小屏幕（手机，大于等于 560px） */
@media (max-width: 560px) {
  .intro-wrap .session_1 h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .intro-wrap .session_1 .content-box .txt-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .intro-wrap .session_1 .content-box .txt-box p {
    margin-bottom: 15px;
  }
  .intro-wrap .session_2 h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .intro-wrap .session_3 h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .intro-wrap .session_3 .txt-box h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .intro-wrap .session_3 .txt-box p {
    font-size: 12px;
  }
  .intro-wrap .session_3 .row .col-xs-6 {
    height: 210px;
  }
  .glory-wrap .gl-top {
    overflow: hidden;
  }
  .glory-wrap .gl-top h3 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .glory-wrap .gl-top .item-box {
    width: 30%;
  }
  .glory-wrap .gl-top .item-box p {
    margin-top: 10px;
  }
  .glory-wrap .list-item .item-box {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .glory-wrap .list-item .item-box .img-box {
    margin-top: 30px;
  }
  .glory-wrap .list-item .item-box .i-title {
    font-size: 16px;
  }
  .glory-wrap .list-item .item-box .time {
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5bd7f;
  }
  .glory-wrap .list-item .item-box .txt {
    padding: 0;
  }
  .glory-wrap .glory-all {
    margin-top: 30px;
    padding-top: 30px;
  }
  .glory-wrap .glory-all .swiper-pagination {
    display: block;
  }
  .glory-wrap .glory-all .swiper-slide {
    padding: 0;
  }
  .glory-wrap .glory-all p {
    padding: 0;
  }
  .respo-wrap .master-box h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .respo-wrap .master-box .content-box {
    padding-left: 60px;
    padding-right: 60px;
  }
  .respo-wrap .master-box .content-box:before {
    display: none;
  }
  .respo-wrap .session_1 {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .respo-wrap .session_1 h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .respo-wrap .session_1 p {
    font-size: 14px;
    font-weight: 400;
  }
  .respo-wrap .session_1 .sig-box img {
    width: 100px;
  }
  .respo-wrap .session_1 .grand-box .img-box img {
    width: 100%;
  }
  .respo-wrap .session_1 .grand-box .txt-box {
    float: none;
    margin-bottom: 30px;
  }
  .respo-wrap .session_1 .grand-box .txt-box p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  .respo-wrap .session_1 .grand-box .txt-box .money {
    font-size: 16px;
    font-weight: 700;
  }
  .respo-wrap .news-box {
    padding-bottom: 30px;
  }
  .respo-wrap .news-box .news-title {
    margin-bottom: 0;
    text-align: center;
  }
  .respo-wrap .news-box .news-title span {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: normal;
  }
  .respo-wrap .news-box .item {
    text-align: center;
  }
  .respo-wrap .news-box .item .col-sm-4 img {
    width: 100%;
  }
  .respo-wrap .news-box .item .col-md-2 span {
    font-size: 20px;
    font-weight: normal;
  }
  .respo-wrap .news-box .item .col-md-7 {
    margin-top: 20px;
    text-align: left;
  }
  .respo-wrap .news-box .item h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: normal;
  }
  .business-wrap .a-title {
    margin-bottom: 30px;
  }
  .business-wrap .a-title h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .business-wrap .a-title p {
    font-size: 14px;
  }
  .business-wrap .session_1 .item-box {
    text-align: right;
    height: auto;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) {
    background: #efefef;
    text-align: left;
    margin-bottom: 30px;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) .img-box {
    margin-right: 0px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .business-wrap .session_1 .item-box:nth-child(2n+1) .txt-box {
    padding-bottom: 30px;
  }
  .business-wrap .session_1 .item-box .img-box {
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin-left: 0px;
    padding-top: 0px;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .business-wrap .session_1 .item-box .img-box img {
    height: auto;
    width: 100%;
  }
  .business-wrap .session_1 .item-box .txt-box {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .business-wrap .session_1 .item-box .txt-box h2 {
    margin-top: 30px;
    font-size: 20px;
  }
  .business-wrap .session_1 .item-box .txt-box h3 {
    font-size: 18px;
  }
  .business-wrap .session_1 .item-box .txt-box .center-box {
    position: static;
    transform: translate(0, 0);
  }
  .team-wrap .title-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .course-wrap .list-box {
    margin-top: 30px;
    padding-left: 15px;
  }
  .course-wrap .list-box .item-box {
    margin-bottom: 50px;
  }
  .course-wrap .list-box .item-box .txt-box h3 {
    font-size: 20px;
  }
  .course-wrap .list-box .item-box .txt-box p {
    font-size: 12px;
  }
  .course-wrap .list-box .item-box .time-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 13px;
  }
  .course-wrap .list-box .item-box .img-box {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .course-wrap .list-box .item-box .img-box img {
    width: 100%;
  }
  .originator-wrap .about1 {
    margin-top: 30px;
  }
  .originator-wrap .about1 .f_r {
    float: none;
  }
  .originator-wrap .about1 .col-sm-4 {
    margin-bottom: 20px;
  }
  .originator-wrap .about1 h3 {
    margin-bottom: 20px;
  }
  .originator-wrap .about1 .col-sm-4 .user-img {
    margin-top: 20px;
    float: none;
    text-align: center;
  }
  .originator-wrap .about1 .col-sm-4 .user-img img {
    width: 60%;
  }
  .originator-wrap .session_2 .s-title {
    margin-top: 0px;
  }
  .originator-wrap .session_2 .body-box {
    padding-top: 0;
  }
  .originator-wrap .session_2 .body-box .img-box {
    float: none;
    margin-right: 0;
  }
  .originator-wrap .session_2 .body-box .img-box img {
    width: 100%;
  }
  .originator-wrap .session_2 .body-box .txt-box p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .originator-wrap .session_3 .s-title {
    width: 100%;
  }
  .originator-wrap .session_3 .item_2 .col-md-4 {
    float: none!important;
    padding-right: 15px;
  }
  .originator-wrap .session_3 .item_2 .col-md-4 img {
    width: 100%;
  }
  .originator-wrap .session_3 .item_2 .txt-box h3 {
    color: #333;
    text-align: center;
  }
}

.intro-wrap .session_1 .content-box .contact01 img{
  width: 386px;
    height: 386px;
    margin-left: 50%;
    margin-top: -60px;
}
.contact .session_2 h2 {
  margin-top: 120px;
}
.contact .session_1 h2{
  margin-bottom: 100px;
}
.contact .session_2{
  position: relative;
}
.contact .session_2 .text{
  width: 580px;
    position: absolute;
    left: 50%;
    margin-left: -265px;
    top: 30%;
    height: 300px;
    background-color: rgba(255,255,255,.3);
}
.contact .session_3{
  position: relative;
}
.contact .session_3 .cantact03{
  color: #ccad5d;
}
.contact .session_3 .cantact04{
  color: #ccad5d;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -13px;
}
.contact .session_2 .text h2{
      font-size: 34px;
    line-height: 74px;
    margin-top: 30px;
}
.intro-wrap .session_3 .contact02 .txt-box h3{
  border: 1px solid #fff;
  padding: 5px 0;
}
.intro-wrap .session_3 .contact02 .bgdcdcdc .txt-box h3{
  border: 1px solid #000;
}
.intro-wrap .session_3 .contact02 .txt-box p{
  padding: 0 20px;
}
.intro-wrap .session_3 .contact02 .txt-box{
  transform: translate(-50%,0);
  top: 30%;
}

