.banner {
  background-image: url("/images/about-banner2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 621px;
}
.about-company {
  background: #eaeaea;
  padding: 60px;
}
.about-company .about-company-con {
  padding: 50px;
  background-color: #fff;
}
.about-company .about-company-con .about-company-title {
  margin-top: 20px;
}
.about-company .about-company-con .about-company-title p {
  color: #19afe8;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.about-company .about-company-con .about-company-title p:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #19afe8;
  position: absolute;
  top: 40px;
  left: 0;
}
.about-company .about-company-con .about-company-word p {
  text-indent: 2em;
  line-height: 2;
}
.about-company .about-company-con .about-company-list {
  margin: 40px 0 60px;
}
.about-company .about-company-con .about-company-list ul {
  width: 1110px;
}
.about-company .about-company-con .about-company-list ul li {
  width: 268px;
  height: 172px;
  margin-left: 8px;
}
.about-company .about-company-con .about-company-list ul p {
  height: 50px;
  background-color: #19afe8;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
}
.about-cul {
  padding: 50px 0;
}
.about-cul .about-cul-con {
  overflow: hidden;
}
.about-cul .about-cul-con .about-cul-first {
  height: 492px;
  background-color: #f2f2f2;
  position: relative;
}
.about-cul .about-cul-con .about-cul-first .about-cul-word {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}
.about-cul .about-cul-con .about-cul-first .about-cul-word p {
  color: #19afe8;
  font-size: 24px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.about-cul .about-cul-con .about-cul-first .about-cul-word p:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #19afe8;
  position: absolute;
  top: 50px;
  left: 0;
}
.about-cul .about-cul-con .about-cul-first .about-cul-word span {
  color: #666;
  font-size: 14px;
  line-height: 2.5;
}
.about-cul .about-cul-con .about-cul-first .about-cul-img {
  position: absolute;
  top: 0;
  right: 0;
}
.about-cul .about-cul-con .about-cul-second {
  height: 504px;
  background-color: #19afe8;
  position: relative;
  margin-top: 20px;
}
.about-cul .about-cul-con .about-cul-second .about-cul-word {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  position: absolute;
  top: 0;
  left: 700px;
}
.about-cul .about-cul-con .about-cul-second .about-cul-word p {
  color: #fff;
  font-size: 24px;
  position: relative;
  margin: 30px 0 40px;
}
.about-cul .about-cul-con .about-cul-second .about-cul-word p:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
}
.about-cul .about-cul-con .about-cul-second .about-cul-word span {
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
}
.about-cul .about-cul-con .about-cul-second .about-cul-img {
  position: absolute;
  top: 0;
  left: 0;
}
.about-course {
  background-color: #f2f2f2;
  padding: 50px 0;
}
.about-course .about-course-con .about-course-title {
  margin-top: 20px;
}
.about-course .about-course-con .about-course-title p {
  color: #333;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.about-course .about-course-con .about-course-title p:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 40px;
  left: 0;
}
.about-course .about-course-con .about-course-swiper {
  margin-top: 20px;
  width: 1190px;
  margin: 0 auto;
  overflow: hidden;
}
.about-course .about-course-con .about-course-swiper .swiper-container {
  width: 1200px;
  padding-bottom: 80px;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 25px;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-slide h3 {
  font-size: 48px;
  color: #19afe8;
  margin: 15px 0;
  position: relative;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-slide h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 1px;
  height: 160px;
  background-color: #ccc;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-slide h3 i {
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-slide p {
  font-size: 14px;
  color: #333;
  font-family: "PingFang SC", "PingHei";
  font-weight: normal;
  line-height: 1.7;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-pagination {
  width: 120px;
  color: #19afe8;
  font-size: 18px;
  left: 15px;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-button-prev {
  background-image: none;
  font-size: 48px;
  color: #19afe8;
  top: auto;
  bottom: 2px;
  left: -10px;
}
.about-course .about-course-con .about-course-swiper .swiper-container .swiper-button-next {
  background-image: none;
  font-size: 48px;
  color: #19afe8;
  top: auto;
  bottom: 2px;
  left: 110px;
  right: auto;
}
.about-video {
  padding: 60px 0 70px;
  background: #fff;
}
.about-video .about-video-con ul {
  width: 1224px;
}
.about-video .about-video-con ul li {
  width: 588px;
  height: 380px;
  margin-right: 24px;
  position: relative;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.about-video .about-video-con ul li:hover {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.about-video .about-video-con ul li:hover div span {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.about-video .about-video-con ul li img {
  width: 588px;
  height: 380px;
}
.about-video .about-video-con ul li div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding-top: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about-video .about-video-con ul li div h3 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.about-video .about-video-con ul li div h3:before {
  content: "";
  position: absolute;
  width: 96px;
  height: 1px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: 95px;
  background: #fff;
}
.about-video .about-video-con ul li div p {
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
  text-transform: uppercase;
}
.about-video .about-video-con ul li div span {
  color: #19afe8;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  display: block;
  margin: 0 auto;
}
/*honor*/
.honor-banner {
  background-image: url("/images/about-honor.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 621px;
}
.honor-nav {
  font-size: 12px;
  width: 1200px;
  padding: 15px;
  border-bottom: 1px solid #d2d2d2;
  margin: 20px auto 0;
}
.honor-nav a {
  color: #999;
  display: inline;
}
.honor-nav a:hover {
  color: #19afe8;
}
.honor-nav span {
  color: #999;
}
.honor-body {
  padding: 60px 0;
}
.honor-body .honor-title {
  text-align: center;
}
.honor-body .honor-title p {
  font-size: 24px;
  color: #333;
  margin-top: 15px;
  position: relative;
}
.honor-body .honor-title p:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  background: #333;
}
.honor-body .honor-list {
  margin-top: 50px;
}
.honor-body .honor-list ul {
  width: 1221px;
}
.honor-body .honor-list ul li {
  width: 380px;
  height: 400px;
  border: 1px solid #dcdcdc;
  margin: 25px 25px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.honor-body .honor-list ul li:hover {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
          transform: translate3d(0, -2px, 0);
}
.honor-body .honor-list ul li img {
  height: 241px;
}
.honor-body .honor-list ul li p {
  font-size: 20px;
  color: #333;
  margin-top: 50px;
}
/*video*/
.video-banner {
  background-image: url("/images/video-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 621px;
}
.video-title {
  margin-top: 70px;
  text-align: center;
}
.video-title p {
  color: #333;
  font-size: 24px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
.video-title p:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -7px;
}
.video-list {
  margin: 50px 0;
}
.video-list ul {
  width: 1234px;
}
.video-list ul li {
  width: 579px;
  margin-right: 38px;
}
.video-list ul li img {
  width: 579px;
  height: 444px;
}
.video-list ul li p {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin: 30px 0 30px;
}
/*share*/
.share-banner {
  background-image: url("/images/share-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 624px;
}
.share-list {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
.share-list ul li {
  width: 374px;
  height: 90px;
  padding-top: 40px;
  text-align: center;
}
.share-list ul li.mid {
  width: 450px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.share-list ul li .share-list-img {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
}
.share-list ul li .share-list-img img {
  max-height: 62px;
}
.share-list ul li .share-list-word {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 5px;
  margin-top: 10px;
}
.share-list ul li .share-list-word h3 {
  color: #333;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}
.share-list ul li .share-list-word p {
  color: #666;
}
.share-title {
  text-align: center;
  margin: 50px 0 30px;
}
.share-title h3 {
  color: #333;
  font-size: 30px;
  margin: 0;
  font-weight: normal;
}
.share-title p {
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.share-body-list {
  margin-bottom: 80px;
}
.share-body-list ul {
  width: 1224px;
}
.share-body-list ul li {
  text-align: center;
  width: 386px;
  height: 386px;
  position: relative;
  margin: 22px 22px 0 0;
  -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.share-body-list ul li:hover {
  -webkit-box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.share-body-list ul li img {
  width: 386px;
  height: 262px;
}
.share-body-list ul li h3 {
  font-size: 20px;
  color: #333;
  margin: 20px 0 10px;
  font-weight: normal;
}
.share-body-list ul li p {
  color: #999;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.share-body-list ul li span {
  position: absolute;
  width: 52px;
  height: 21px;
  bottom: 10px;
  right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8px;
  text-align: right;
  color: #fff;
  background-image: url("/images/share-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  line-height: 21px;
}
.sharebig {
  display: none;
}
.sharebig .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 25, 0.75);
  z-index: 12;
}
.sharebig .sharebig-fix {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 15;
  width: 1000px;
  height: 90%;
  background: #fff;
  margin-left: -500px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow-y: auto;
}
.sharebig .sharebig-fix::-webkit-scrollbar {
  width: 3px;
}
.sharebig .sharebig-fix::-webkit-scrollbar-track {
  background-color: #bcbcbc;
}
.sharebig .sharebig-fix::-webkit-scrollbar-thumb {
  background-color: #19afe8;
}
.sharebig .sharebig-fix::-webkit-scrollbar-thumb:hover {
  background-color: #19afe8;
}
.sharebig .sharebig-fix::-webkit-scrollbar-thumb:active {
  background-color: #19afe8;
}
.sharebig .sharebig-fix .backing {
  font-size: 20px;
  color: #fff;
  background: #19afe8;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  margin-left: 972px;
  cursor: pointer;
}
.sharebig .sharebig-fix .shareing {
  width: 929px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 25px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sharebig .sharebig-fix .shareing .shareing-img {
  width: 929px;
  height: 615px;
  margin: 0 auto 50px;
}
.sharebig .sharebig-fix .shareing .shareing-img .swiper-slide img {
  width: 929px;
  height: 615px;
}
.sharebig .sharebig-fix .shareing .shareing-img .swiper-pagination {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 5px;
  left: auto;
}
.sharebig .sharebig-fix .shareing .shareing-img .swiper-button-next,
.sharebig .sharebig-fix .shareing .shareing-img .swiper-button-prev {
  width: 15px;
  height: 40px;
  margin-top: -20px;
  background-size: 15px 40px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 50px;
  position: relative;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-image {
  position: absolute;
  left: 5px;
  top: 0;
  width: 45px;
  height: 45px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word {
  margin-bottom: 30px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one {
  position: relative;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one .shareing-consumer-like {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 30px;
  border: 1px solid #e6e6e6;
  line-height: 30px;
  text-align: center;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one .shareing-consumer-like .shareing-consumer-like-fix {
  position: relative;
  padding-left: 40px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one .shareing-consumer-like .shareing-consumer-like-fix:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 40px;
  background: #e6e6e6;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one .shareing-consumer-like .shareing-consumer-like-fix span {
  color: #999;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 10px;
  cursor: pointer;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one .shareing-consumer-like .shareing-consumer-like-fix em {
  font-stretch: normal;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one b {
  font-size: 20px;
  color: #333;
  margin-right: 15px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-one span {
  font-size: 12px;
  color: #999;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-two p {
  color: #666;
  font-size: 16px;
  margin-top: 5px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-word .shareing-consumer-there p {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-input {
  width: 877px;
  overflow: hidden;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-input textarea {
  width: 877px;
  height: 172px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 0 20px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-input p {
  color: #bfbfbf;
  margin: 30px 0;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-input .input-form {
  width: 165px;
  height: 45px;
  border-radius: 5px;
  background: #19afe8;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 45px;
  margin-left: 712px;
  cursor: pointer;
  opacity: 0.8;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-consumer-input .input-form:hover {
  opacity: 1;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-line {
  margin: 15px 0 40px;
  border-bottom: 2px solid #706c6a;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-line:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 70px;
  height: 2px;
  background: #19afe8;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-line p {
  color: #333;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-line p span {
  color: #999;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  width: 827px;
  margin-top: 25px;
  border-bottom: 1px solid #f3f3f3;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li .shareing-tourist-img {
  position: absolute;
  top: 0;
  left: 0;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li .shareing-tourist-word p {
  color: #333;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li .shareing-tourist-word p.hareing-tourist-title {
  font-size: 16px;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li .shareing-tourist-word p.hareing-tourist-time {
  color: #999;
}
.sharebig .sharebig-fix .shareing .shareing-consumer .shareing-comment .shareing-comment-list li .shareing-tourist-word p.hareing-tourist-con {
  margin: 5px 0;
}
