<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index_more {
  display: block;
  width: 120px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  transition: border 1s;
  position: relative;
  border: 1px solid #bfbfbf;
  z-index: 1;
}
.index_more:before,
.index_more:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 30px;
  height: 30px;
  background: #cf712e;
  border-radius: 50%;
  -webkit-transition: .6s;
  transition: .6s;
  z-index: -1;
}
.index_more:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index_more:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.index_more em {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url(../images/icon_2.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.index_more:hover,
.index_more.active {
  color: #fff;
  border-color: transparent;
}
.index_more:hover em,
.index_more.active em {
  background: url(../images/icon_2_1.png) no-repeat center;
}
.index_more:hover:before,
.index_more.active:before {
  -webkit-animation: criss-cross-left 0.6s both;
  animation: criss-cross-left 0.6s both;
}
.index_more:hover:after,
.index_more.active:after {
  -webkit-animation: criss-cross-right 0.6s both;
  animation: criss-cross-right 0.6s both;
}
.banners-box {
  width: 100%;
  overflow: hidden;
}
.banners-box .box_skitter .info_slide_dots {
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banners-box .image img {
  width: 100%;
}
.banners-box .skitter-square .info_slide_dots .image_number {
  position: relative;
  width: 12px;
  height: 12px;
  float: none;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  margin-right: 4px;
  margin-left: 4px;
  overflow: visible!important;
}
.banners-box .skitter-square .info_slide_dots .image_number_select,
.banners-box .skitter-square .info_slide_dots .image_number_select:hover {
  position: relative;
  background: #cf712e;
  opacity: 1;
  width: 36px;
}
.banners-box .prev_button,
.banners-box .next_button {
  display: none!important;
}
.session_1 {
  margin-top: 100px;
  overflow: hidden;
}
.session_1 .left-box {
  float: left;
  width: 680px;
}
.session_1 .left-box .title-box h3 {
  font-size: 28px;
  font-weight: 700;
  color: #262626;
  margin-bottom: 15px;
}
.session_1 .left-box .title-box p {
  position: relative;
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 15px;
}
.session_1 .left-box .title-box p:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 2px;
  left: 0;
  background: #cf712e;
  bottom: 0;
}
.session_1 .left-box .info-box {
  margin-top: 45px;
}
.session_1 .left-box .info-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
  margin-bottom: 30px;
}
.session_1 .left-box .video-img {
  position: relative;
  width: 320px;
  height: 240px;
  background-size: cover;
  background-image: url(../images/img_2.jpg);
  cursor: pointer;
}
.session_1 .left-box .video-img .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.session_1 .left-box .video-img .icon-box img {
  position: relative;
  z-index: 9;
  width: 45px;
}
.session_1 .left-box .video-img .icon-box:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border: 2px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  transform: scale3d(0.3, 0.3, 1);
  transition: .5s all;
}
.session_1 .left-box .video-img .icon-box:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  box-sizing: border-box;
  transform: scale3d(0.3, 0.3, 1);
  transition: .8s all;
}
.session_1 .left-box .video-img:hover .icon-box:after,
.session_1 .left-box .video-img:hover .icon-box:before {
  transform: scale3d(1, 1, 1);
}
.session_1 .right-box {
  float: right;
  width: 480px;
}
.session_1 .right-box .item-box img {
  width: 100%;
}
.session_1 .right-box .swiper-pagination {
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}
.session_1 .right-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.session_1 .right-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #cf712e;
  width: 35px;
  border-radius: 8px;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box .close-btn {
  position: absolute;
  right: -45px;
  top: -45px;
  cursor: pointer;
}
.video-pop .video-box .close-btn img {
  height: 35px;
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
.session_2 {
  background: #333333 url(../images/img_15.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  margin-top: 60px;
  padding-bottom: 120px;
}
.session_2 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_2 .title-box h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.session_2 .title-box p {
  font-size: 16px;
  color: #bfbfbf;
  padding-bottom: 15px;
  position: relative;
}
.session_2 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_2 .item-box {
  position: relative;
  width: 100%;
  height: 610px;
  background-size: cover;
  background-position: center center;
}
.session_2 .item-box .info-box {
  position: absolute;
  right: 16px;
  top: 16px;
  text-align: right;
  z-index: 999;
}
.session_2 .item-box .info-box .icon-box {
  float: right;
}
.session_2 .item-box .info-box .txt-box {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}
.session_2 .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.session_2 .item-box .bg-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(207, 113, 45, 0.9);
  opacity: 0;
}
.session_2 .item-box .bg-box:before {
  position: absolute;
  content: '';
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(0.8);
  transition: transform .3s;
}
.session_2 .item-box:hover .info-box,
.session_2 .item-box.active .info-box {
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 120px;
  height: 120px;
  padding-top: 12px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.session_2 .item-box:hover .info-box .icon-box,
.session_2 .item-box.active .info-box .icon-box {
  float: none;
  margin-bottom: 10px;
}
.session_2 .item-box:hover .info-box .txt-box,
.session_2 .item-box.active .info-box .txt-box {
  margin-right: 0;
}
.session_2 .item-box:hover .bg-box,
.session_2 .item-box.active .bg-box {
  opacity: 1;
}
.session_2 .item-box:hover .bg-box:before,
.session_2 .item-box.active .bg-box:before {
  transform: scale(1);
}
.session_2 .swiper-pagination {
  position: static;
  margin-top: 40px;
  box-sizing: border-box;
}
.session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.session_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #cf712e;
  width: 35px;
  border-radius: 8px;
}
.session_3 {
  padding-top: 150px;
  padding-bottom: 100px;
  background-size: cover;
  background-image: url(../images/img_7.jpg);
  background-position: center center;
}
.session_3 .title-box {
  text-align: center;
  margin-bottom: 60px;
}
.session_3 .title-box h3 {
  font-size: 32px;
  color: #262626;
  margin-bottom: 15px;
}
.session_3 .title-box p {
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 15px;
  position: relative;
}
.session_3 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_3 .list-box .row {
  margin-left: -20px;
  margin-right: -20px;
}
.session_3 .list-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.session_3 .list-box .item-box {
  position: relative;
}
.session_3 .list-box .item-box:before {
  position: absolute;
  content: '';
  height: 2px;
  background: #cf712e;
  left: 50%;
  margin-left: 0;
  width: 0px;
  bottom: 0px;
  transition: all 0.3s;
}
.session_3 .list-box .item-box:hover .img-box img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_3 .list-box .item-box:hover:before {
  width: 100%;
  transform: translateX(-50%);
}
.session_3 .list-box .img-box {
  overflow: hidden;
}
.session_3 .list-box .img-box img {
  width: 100%;
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.session_3 .list-box .txt-box {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
.session_3 .list-box .txt-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #262626;
}
.session_3 .list-box .txt-box span {
  font-size: 12px;
  color: #bfbfbf;
}
.session_3 .list-box .txt-box p {
  font-size: 14px;
  color: #4c4c4c;
  margin-top: 15px;
}
.session_4 {
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
  padding-bottom: 60px;
  background: #2c2c2d url(../images/img_63.jpg);
}
.session_4 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_4 .title-box h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.session_4 .title-box p {
  font-size: 16px;
  color: #bfbfbf;
  padding-bottom: 15px;
  position: relative;
}
.session_4 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_4 .img-box {
  position: relative;
  overflow: hidden;
}
.session_4 .img-box &gt; img {
  width: 100%;
  -webkit-transform: scale(1) rotate(0deg) translateY(0);
  -ms-transform: scale(1) rotate(0deg) translateY(0);
  transform: scale(1) rotate(0deg) translateY(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.session_4 .img-box .center-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.session_4 .img-box .center-box .icon-box {
  margin-bottom: 10px;
}
.session_4 .img-box .center-box p {
  font-size: 14px;
  color: #ffffff;
}
.session_4 .img-box:hover &gt; img {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.session_5 {
  background: #ffffff url(../images/img_16.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 110px;
  margin-top: 60px;
  padding-bottom: 120px;
}
.session_5 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_5 .title-box h3 {
  font-size: 32px;
  color: #262626;
  margin-bottom: 15px;
}
.session_5 .title-box p {
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 15px;
  position: relative;
}
.session_5 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_5 .all-box .row {
  margin-left: -8px;
  margin-right: -8px;
}
.session_5 .all-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.session_5 .all-box .item-box {
  position: relative;
  background: #333333;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.session_5 .all-box .item-box .info-box {
  position: relative;
  z-index: 2;
}
.session_5 .all-box .item-box .title {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.session_5 .all-box .item-box .title:before {
  position: absolute;
  content: '';
  background: #bfbfbf;
  height: 1px;
  width: 40px;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.session_5 .all-box .item-box .title h3 {
  font-size: 20px;
  color: #cf712e;
  line-height: 1;
  margin-bottom: 10px;
}
.session_5 .all-box .item-box .title span {
  color: #808080;
  font-size: 12px;
  opacity: .8;
}
.session_5 .all-box .item-box p {
  font-size: 14px;
  color: #808080;
}
.session_5 .all-box .item-box:before {
  position: absolute;
  content: '';
  bottom: 0;
  height: 0;
  left: 0;
  right: 0;
  background: #cf712e;
  transition: all .3s;
}
.session_5 .all-box .item-box:hover:before {
  height: 100%;
}
.session_5 .all-box .item-box:hover .title h3 {
  color: #fff;
}
.session_5 .all-box .item-box:hover .title span {
  color: #fff;
}
.session_5 .all-box .item-box:hover p {
  color: #fff;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
.session_6 {
  background: #333333 url(../images/img_17.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.session_6 .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.session_6 .title-box h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}
.session_6 .title-box p {
  font-size: 16px;
  color: #bfbfbf;
  padding-bottom: 15px;
  position: relative;
}
.session_6 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_6 .title-box .index_more {
  margin: 0 auto;
  margin-top: 15px;
  color: #fff;
  opacity: .6;
}
.session_6 .title-box .index_more em {
  background: url(../images/icon_2_1.png) no-repeat center;
}
.session_6 .title-box .index_more:hover {
  opacity: 1;
}
.session_6 .all-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.session_6 .all-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_6 .all-box .item-box {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 150px;
}
.session_6 .all-box .item-box .txt-box {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  padding-top: 50px;
  height: 217px;
  box-sizing: border-box;
}
.session_6 .all-box .item-box .txt-box span {
  font-size: 24px;
  color: #808080;
}
.session_6 .all-box .item-box .txt-box h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 20px;
}
.session_6 .all-box .item-box .txt-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
}
.session_6 .all-box .item-box .img-box {
  transition: all .3s;
}
.session_6 .all-box .item-box .img-box img {
  width: 100%;
}
.session_6 .all-box .item-box:hover {
  background: #cf712e;
}
.session_6 .all-box .item-box:hover .txt-box {
  border-bottom: 1px solid transparent;
}
.session_6 .all-box .item-box:hover .txt-box span {
  color: #fff;
}
.session_6 .all-box .item-box:hover .txt-box p {
  color: #bfbfbf;
}
.session_6 .all-box .item-box:hover .img-box {
  transform: translateY(-20px);
}
.session_7 {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
.session_7 .bg-box {
  position: absolute;
  bottom: 0;
}
.session_7 .bg-box img {
  width: 760px;
}
.session_7 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_7 .title-box h3 {
  font-size: 32px;
  color: #262626;
  margin-bottom: 15px;
}
.session_7 .title-box p {
  font-size: 16px;
  color: #4c4c4c;
  padding-bottom: 15px;
  position: relative;
}
.session_7 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 2px;
  background: #cf712e;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.session_7 .left-box {
  float: left;
  width: 60%;
}
.session_7 .left-box .form-box {
  box-sizing: border-box;
  padding-right: 80px;
}
.session_7 .left-box .form-box .col-md-6 {
  float: left;
  width: 50%;
}
.session_7 .left-box .form-box .input-box {
  margin-bottom: 40px;
}
.session_7 .left-box .form-box .input-box label {
  font-size: 16px;
  color: #8b8b8b;
}
.session_7 .left-box .form-box .input-box label em {
  font-style: normal;
  color: #c30d23;
}
.session_7 .left-box .form-box .input-box input,
.session_7 .left-box .form-box .input-box textarea {
  width: 278px;
  height: 42px;
  border: 1px solid #c7c7c7;
  background: transparent;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_7 .left-box .form-box .input-box textarea {
  width: 632px;
  height: 160px;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.session_7 .left-box .form-box .textarea-box label {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
.session_7 .left-box .form-box .sub-box {
  padding-left: 50px;
  font-size: 0;
}
.session_7 .left-box .form-box .sub-box input {
  display: inline-block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  outline: none;
  border: none;
  background: #cf712e;
  cursor: pointer;
  margin-right: 35px;
}
.session_7 .left-box .form-box .sub-box input:last-child {
  background: #333333;
}
.session_7 .right-box {
  float: left;
  width: 40%;
  border-left: 1px solid #e6e6e6;
  padding-left: 80px;
  box-sizing: border-box;
}
.session_7 .right-box .title {
  margin-top: 20px;
  margin-bottom: 16px;
}
.session_7 .right-box .title h3 {
  font-size: 22px;
  color: #3a3a3a;
}
.session_7 .right-box .title p {
  font-size: 12px;
  color: #8b8b8b;
}
.session_7 .right-box ul {
  margin-bottom: 20px;
}
.session_7 .right-box ul li {
  line-height: 1.8;
  position: relative;
  padding-left: 22px;
}
.session_7 .right-box ul li img {
  position: absolute;
  left: 0;
  top: 2px;
}
.session_7 .right-box .er-box .item-box {
  display: inline-block;
  text-align: center;
}
.session_7 .right-box .er-box .item-box p {
  color: #808080;
}
.session_7 .bottom-box {
  position: relative;
  z-index: 999;
  text-align: center;
  margin-top: 70px;
}
.session_7 .bottom-box .link-box {
  height: 50px;
  line-height: 50px;
}
.session_7 .bottom-box .link-box a {
  font-size: 14px;
  color: #4c4c4c;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.session_7 .bottom-box .link-box label {
  font-size: 14px;
  color: #4c4c4c;
}
.session_7 .bottom-box .copy-box {
  height: 58px;
  line-height: 58px;
  border-top: 1px solid rgba(191, 191, 191, 0.2);
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
/*# sourceMappingURL=index.css.map */</pre></body></html>