.block {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}
.index_more {
  display: block;
  width: 120px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  transition: border 1s;
  position: relative;
  border: 1px solid #ccc;
  z-index: 1;
  margin-bottom: 70px;
}
.index_more:before,
.index_more:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 30px;
  height: 30px;
  background: #ba7254;
  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: 19px;
  height: 13px;
  background: url(../images/icon_6.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 10px;
  transition: all 1s;
}
.index_more:hover {
  color: #fff;
  border-color: transparent;
}
.index_more:hover em {
  background: url(../images/icon_6_1.png) no-repeat center;
}
.index_more:hover:before {
  -webkit-animation: criss-cross-left 0.6s both;
  animation: criss-cross-left 0.6s both;
}
.index_more:hover:after {
  -webkit-animation: criss-cross-right 0.6s both;
  animation: criss-cross-right 0.6s both;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 48px;
  color: #292929;
}
.public-title p {
  position: relative;
  font-size: 16px;
  color: #808080;
  padding-bottom: 25px;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #4d4d4d;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.public-title .index_more {
  margin: 0 auto;
  margin-top: 25px;
}
.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;
  height: 6px;
  width: 40px;
  float: none;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 0;
  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: #ba7254;
  opacity: 1;
  width: 40px;
  border-radius: 8px;
}
.banners-box .prev_button,
.banners-box .next_button {
  display: none!important;
}
.session_1 {
  margin-top: 125px;
  overflow: hidden;
}
.session_1 .centent-box {
  margin-top: 70px;
}
.session_1 .centent-box .item {
  position: relative;
}
.session_1 .centent-box .item .img-box {
  overflow: hidden;
}
.session_1 .centent-box .item .img-box img {
  transition: 0.3s linear 0s;
}
.session_1 .centent-box .item .txt-box {
  position: absolute;
  left: 55px;
  bottom: 22px;
  z-index: 99;
  font-size: 0;
}
.session_1 .centent-box .item .txt-box .icon-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.session_1 .centent-box .item .txt-box .txt {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.session_1 .centent-box .item .txt-box .txt h3 {
  font-size: 20px;
  font-weight: 400;
}
.session_1 .centent-box .item .txt-box .txt p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.session_1 .centent-box .item:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  transition: all .3s;
}
.session_1 .centent-box .item:hover .img-box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.session_1 .centent-box .item:hover:before {
  opacity: 1;
}
.session_1 .centent-box .left-box {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.session_1 .centent-box .left-box .img-box img {
  width: 100%;
}
.session_1 .centent-box .right-box {
  float: left;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
}
.session_1 .centent-box .right-box .top-box {
  position: relative;
}
.session_1 .centent-box .right-box .top-box .img-box img {
  width: 100%;
}
.session_1 .centent-box .right-box .bottom-box {
  padding-top: 10px;
}
.session_1 .centent-box .right-box .bottom-box .item-box {
  float: left;
  width: 50%;
}
.session_1 .centent-box .right-box .bottom-box .item-box:nth-child(1) {
  padding-right: 5px;
  box-sizing: border-box;
}
.session_1 .centent-box .right-box .bottom-box .item-box:nth-child(2) {
  padding-left: 5px;
  box-sizing: border-box;
}
.session_1 .centent-box .right-box .bottom-box .item-box .img-box img {
  width: 100%;
}
.session_2 {
  margin-top: 125px;
  box-sizing: border-box;
  padding-bottom: 55px;
}
.session_2 .centent-box {
  margin-top: 80px;
}
.session_2 .item-box .txt-box {
  position: relative;
  height: 270px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_2 .item-box .txt-box .txt_1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.session_2 .item-box .txt-box .txt_1 .nub {
  font-size: 32px;
  color: #808080;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.session_2 .item-box .txt-box .txt_1 h3 {
  font-size: 18px;
  color: #3a3a3a;
  line-height: 1;
  margin-bottom: 15px;
}
.session_2 .item-box .txt-box .txt_1 p {
  font-size: 14px;
  color: #bfbfbf;
}
.session_2 .item-box .txt-box .txt_2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-30%);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
}
.session_2 .item-box .txt-box .txt_2 .icon {
  margin-bottom: 14px;
}
.session_2 .item-box .txt-box .txt_2 h3 {
  font-size: 18px;
  color: #ba7254;
  line-height: 1;
  margin-bottom: 15px;
}
.session_2 .item-box .txt-box .txt_2 p {
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
.session_2 .item-box .img-box {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.session_2 .item-box:hover .txt-box {
  background: #2a2c2c;
  border-color: #2a2c2c;
}
.session_2 .item-box:hover .txt-box .txt_1 {
  opacity: 0;
}
.session_2 .item-box:hover .txt-box .txt_2 {
  opacity: 1;
  transform: translateY(-50%);
  transition: all .3s;
}
.session_2 .swiper-pagination {
  position: static;
  margin-top: 45px;
}
.session_2 .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #000;
  border-radius: 0;
  opacity: .6;
}
.session_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #ba7254;
  border-radius: 8px;
  opacity: 1;
}
.session_2 .swiper-button-next,
.session_2 .swiper-button-prev {
  font-size: 0;
}
.session_2 .swiper-button-next:after,
.session_2 .swiper-button-prev:after {
  font-size: 0;
}
.session_2 .swiper-button-next {
  right: 20px;
}
.session_3 {
  background: url(../images/img_11.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 135px;
  padding-bottom: 135px;
}
.session_3 .all-box {
  position: relative;
  padding-right: 300px;
}
.session_3 .left-box {
  background: #2a2c2c url(../images/img_12.jpg) center right no-repeat;
  background-size: auto 100%;
  width: 100%;
  padding-top: 110px;
  padding-left: 75px;
  padding-bottom: 70px;
}
.session_3 .left-box .title-box {
  margin-bottom: 55px;
}
.session_3 .left-box .title-box h3 {
  display: inline-block;
  position: relative;
  font-size: 48px;
  color: #fff;
}
.session_3 .left-box .title-box h3 span {
  font-size: 40px;
  position: absolute;
  top: -10px;
  right: -60px;
  font-weight: 400;
}
.session_3 .left-box .title-box p {
  font-size: 14px;
  color: #fff;
}
.session_3 .left-box .list-box {
  width: 840px;
}
.session_3 .left-box .list-box .item-box {
  float: left;
  width: 280px;
  border: 1px solid #8b8b8b;
  height: 160px;
  margin-left: -1px;
  margin-top: -1px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 30px;
}
.session_3 .left-box .list-box .item-box:nth-child(3) {
  border: none;
}
.session_3 .left-box .list-box .item-box:nth-child(3):hover {
  background: transparent;
  border: none;
}
.session_3 .left-box .list-box .item-box .icon-box {
  margin-bottom: 12px;
}
.session_3 .left-box .list-box .item-box span {
  font-size: 16px;
  color: #fff;
}
.session_3 .left-box .list-box .item-box p {
  font-size: 12px;
  color: #fff;
  margin-top: 4px;
}
.session_3 .left-box .list-box .item-box:hover {
  background: #ba7254;
  border: 1px solid #ba7254;
}
.session_3 .right-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 300px;
}
.session_3 .right-box .item-box {
  position: relative;
  height: 25%;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.session_3 .right-box .item-box .center-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 40px;
  transform: translateY(-50%);
}
.session_3 .right-box .item-box img {
  margin-right: 10px;
}
.session_3 .right-box .item-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.session_3 .right-box .item-box .txt span {
  font-size: 20px;
  color: #1c1c1c;
}
.session_3 .right-box .item-box .txt p {
  font-size: 14px;
  color: #bfbfbf;
}
.session_5 {
  background: url(../images/img_13.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 90px;
}
.session_5 .title-box h3 {
  color: #fff;
  font-size: 48px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.session_5 .title-box p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  padding-bottom: 40px;
  position: relative;
}
.session_5 .title-box p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  left: 0;
}
.session_5 .list-box {
  margin-top: 35px;
}
.session_5 .list-box .item-box {
  float: left;
  margin-right: 50px;
}
.session_5 .list-box .item-box .icon-box {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.session_5 .list-box .item-box .icon-box img {
  vertical-align: middle;
}
.session_5 .list-box .item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 12px;
}
.session_5 .list-box .item-box:hover .icon-box {
  background: #ba7254;
  border-color: #ba7254;
}
.session_6 {
  background: url(../images/img_14.jpg) center center no-repeat;
  padding-top: 115px;
  padding-bottom: 100px;
}
.session_6 .centent-box {
  padding-left: 8%;
  padding-right: 8%;
}
.session_6 .centent-box .left-box {
  float: left;
  width: 60%;
}
.session_6 .centent-box .left-box .des-box {
  width: 495px;
}
.session_6 .centent-box .left-box .des-box p {
  line-height: 1.8;
}
.session_6 .centent-box .left-box .des-box a {
  margin-top: 40px;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c7c7c7;
  text-align: center;
  font-size: 14px;
  color: #3a3a3a;
  box-sizing: border-box;
}
.session_6 .centent-box .left-box .des-box a:hover {
  background: #ba7254;
  color: #fff;
  border-color: #ba7254;
}
.session_6 .centent-box .right-box {
  float: left;
  width: 40%;
}
.session_6 .centent-box .right-box .tel {
  font-size: 20px;
  color: #575757;
}
.session_6 .centent-box .right-box .tel img {
  margin-right: 5px;
}
.session_6 .centent-box .right-box h3 {
  color: #ba7254;
  font-weight: 400;
  font-size: 40px;
}
.session_6 .centent-box .title-box {
  margin-bottom: 20px;
}
.session_6 .centent-box .title-box h3 {
  font-size: 36px;
  color: #2a2c2c;
  line-height: 1;
  margin-bottom: 20px;
}
.session_6 .centent-box .title-box p {
  position: relative;
  font-size: 16px;
  color: #575757;
  padding-bottom: 20px;
}
.session_6 .centent-box .title-box p:before {
  position: absolute;
  width: 60px;
  content: '';
  height: 1px;
  background: #bfbfbf;
  bottom: 0;
  left: 0;
}
.session_7 {
  margin-top: 135px;
}
.session_7 .centent-box {
  background: #fff;
  margin-top: 60px;
}
.session_7 .centent-box .des-box {
  position: relative;
  padding-right: 300px;
  width: 100%;
  box-sizing: border-box;
}
.session_7 .centent-box .des-box .left-box {
  position: relative;
  width: 100%;
  padding-right: 50%;
  box-sizing: border-box;
}
.session_7 .centent-box .des-box .left-box .txt-box {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.session_7 .centent-box .des-box .left-box .txt-box .title-box {
  margin-bottom: 50px;
}
.session_7 .centent-box .des-box .left-box .txt-box .title-box h3 {
  font-size: 36px;
  color: #292929;
  line-height: 1;
}
.session_7 .centent-box .des-box .left-box .txt-box .title-box p {
  font-size: 16px;
  color: #808080;
  margin-top: 20px;
}
.session_7 .centent-box .des-box .left-box .txt-box .title {
  font-size: 18px;
  color: #808080;
  margin-bottom: 28px;
}
.session_7 .centent-box .des-box .left-box .txt-box .info-box p {
  line-height: 2;
  color: #292929;
}
.session_7 .centent-box .des-box .left-box .txt-box .info-box .more-box {
  margin-top: 40px;
}
.session_7 .centent-box .des-box .left-box .img-box {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background-size: cover;
  background-position: center center;
}
.session_7 .centent-box .des-box .left-box .img-box.active {
  display: block;
}
.session_7 .centent-box .des-box .right-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 300px;
}
.session_7 .centent-box .des-box .right-box .item-box {
  position: relative;
  height: 25%;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.session_7 .centent-box .des-box .right-box .item-box .center-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(-50%);
}
.session_7 .centent-box .des-box .right-box .item-box .top-box img {
  margin-right: 10px;
}
.session_7 .centent-box .des-box .right-box .item-box .top-box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.session_7 .centent-box .des-box .right-box .item-box .top-box .txt span {
  font-size: 20px;
  color: #0c0407;
}
.session_7 .centent-box .des-box .right-box .item-box .top-box .txt p {
  font-size: 12px;
  color: #8b8b8b;
}
.session_7 .centent-box .des-box .right-box .item-box .bottom-box {
  height: 0;
  padding-top: 20px;
  font-size: 14px;
  color: #ffffff;
  transition: all .3s;
  line-height: 1.6;
}
.session_7 .centent-box .des-box .right-box .item-box.active {
  background: #2a2c2c;
}
.session_7 .centent-box .des-box .right-box .item-box.active .top-box .txt span {
  color: #ba7254;
}
.session_7 .centent-box .des-box .right-box .item-box.active .bottom-box {
  height: 66px;
}
.session_8 {
  margin-top: 120px;
}
.session_8 .centent-box {
  margin-top: 50px;
}
.session_8 .item-box {
  position: relative;
  background: #fff;
  padding-right: 40%;
  width: 100%;
  box-sizing: border-box;
}
.session_8 .item-box .img-box {
  width: 100%;
}
.session_8 .item-box .img-box img {
  width: 100%;
}
.session_8 .item-box .txt-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  padding-left: 30px;
  padding-top: 90px;
  padding-right: 5%;
  box-sizing: border-box;
}
.session_8 .item-box .txt-box .title {
  margin-bottom: 25px;
}
.session_8 .item-box .txt-box .title p {
  font-size: 20px;
  color: #bfbfbf;
}
.session_8 .item-box .txt-box .title h3 {
  font-size: 24px;
  color: #292929;
  margin-top: 5px;
}
.session_8 .item-box .txt-box .des-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}
.session_8 .item-box .txt-box .nub {
  font-size: 14px;
  color: #3a3a3a;
  margin-top: 20px;
}
.session_8 .item-box .txt-box .nub span {
  color: #ba7254;
}
.session_8 .arr-box {
  position: absolute;
  left: 60%;
  bottom: 0;
  z-index: 999;
  font-size: 0;
  margin-left: 310px;
}
.session_8 .arr-box .swiper-button-next,
.session_8 .arr-box .swiper-button-prev {
  top: 0;
  left: 0;
  margin-top: 0;
  right: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background: #fff;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
.session_8 .arr-box .swiper-button-next:before,
.session_8 .arr-box .swiper-button-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 2;
  content: '';
}
.session_8 .arr-box .swiper-button-next:after,
.session_8 .arr-box .swiper-button-prev:after {
  position: relative;
  z-index: 999;
  font-size: 26px;
  color: #808080;
  vertical-align: middle;
}
.session_8 .arr-box .swiper-button-next .img-box,
.session_8 .arr-box .swiper-button-prev .img-box {
  position: absolute;
  width: 360px;
  height: 220px;
  bottom: 0;
  left: -280px;
  background-size: cover;
  z-index: 1;
}
.session_9 {
  margin-top: 145px;
}
.session_9 .tab-box {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}
.session_9 .tab-box span {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #e6e6e6;
  font-size: 16px;
  color: #4c4c4c;
  margin-left: 27px;
  margin-right: 27px;
  cursor: pointer;
}
.session_9 .tab-box span.active {
  background: #2a2c2c;
  color: #fff;
}
.session_9 .all-list .list {
  display: none;
}
.session_9 .all-list .list.active {
  display: block;
}
.session_9 .swiper-container {
  position: static;
}
.session_9 .centent-box {
  position: relative;
  margin-top: 60px;
  padding-left: 7%;
  padding-right: 7%;
}
.session_9 .centent-box .swiper-button-next,
.session_9 .centent-box .swiper-button-prev {
  outline: none;
}
.session_9 .centent-box .swiper-button-next:after,
.session_9 .centent-box .swiper-button-prev:after {
  font-size: 30px;
  color: #333;
}
.session_9 .centent-box .swiper-button-next {
  right: 5%;
}
.session_9 .centent-box .swiper-button-prev {
  left: 5%;
}
.session_9 .centent-box .swiper-pagination {
  margin-top: 30px;
  text-align: center;
  position: static;
}
.session_9 .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  background: #000;
  border-radius: 0;
  opacity: .6;
  margin-left: 5px;
  margin-right: 5px;
}
.session_9 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #ba7254;
  border-radius: 8px;
  opacity: 1;
}
.session_9 .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.session_9 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.session_9 .item-box .img-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all .3s;
}
.session_9 .item-box .txt-box {
  padding-left: 140px;
  position: relative;
  padding-top: 28px;
  padding-right: 10px;
  padding-bottom: 28px;
}
.session_9 .item-box .txt-box .time-box {
  position: absolute;
  left: 10px;
  top: 25px;
  text-align: right;
  padding-right: 30px;
  border-right: 1px solid rgba(26, 26, 26, 0.2);
  height: 85px;
  box-sizing: border-box;
}
.session_9 .item-box .txt-box .time-box h3 {
  font-size: 24px;
  font-weight: 400;
  color: #3f3f3f;
}
.session_9 .item-box .txt-box .time-box span {
  font-size: 14px;
  color: #808080;
}
.session_9 .item-box .txt-box .info-box h3 {
  font-weight: 400;
  font-size: 18px;
  color: #3f3f3f;
  margin-bottom: 12px;
}
.session_9 .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #3f3f3f;
  opacity: .7;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.session_9 .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_9 .item-box:hover .img-box:before {
  opacity: 1;
  z-index: 99;
}
.session_9 .item-box:hover .txt-box {
  background: #2a2c2c;
}
.session_9 .item-box:hover .txt-box .time-box {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.session_9 .item-box:hover .txt-box .time-box h3 {
  color: #fff;
}
.session_9 .item-box:hover .txt-box .info-box h3 {
  color: #ba7254;
}
.session_9 .item-box:hover .txt-box .info-box p {
  color: rgba(255, 255, 255, 0.5);
}
.session_10 {
  background: #fbfbfb;
  padding-top: 42px;
  margin-top: 100px;
  padding-bottom: 82px;
}
.session_10 .centent-box {
  margin-top: 120px;
}
.session_10 .left-box {
  float: left;
  width: 60%;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.session_10 .left-box .form-box {
  box-sizing: border-box;
  padding-right: 80px;
}
.session_10 .left-box .form-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.session_10 .left-box .form-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.session_10 .left-box .form-box .input-box {
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative;
}
.session_10 .left-box .form-box .input-box label {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 16px;
  color: #8b8b8b;
}
.session_10 .left-box .form-box .input-box label em {
  font-style: normal;
  color: #c30d23;
}
.session_10 .left-box .form-box .input-box input,
.session_10 .left-box .form-box .input-box textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #c7c7c7;
  background: transparent;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.session_10 .left-box .form-box .input-box textarea {
  width: 100%;
  height: 160px;
  line-height: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.session_10 .left-box .form-box .textarea-box label {
  display: inline-block;
  padding-top: 5px;
  vertical-align: top;
}
.session_10 .left-box .form-box .sub-box {
  padding-left: 50px;
  font-size: 0;
}
.session_10 .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_10 .left-box .form-box .sub-box input:last-child {
  background: #333333;
}
.session_10 .right-box {
  float: left;
  width: 40%;
  padding-left: 80px;
  box-sizing: border-box;
}
.session_10 .right-box .title {
  margin-bottom: 16px;
}
.session_10 .right-box .title h3 {
  font-size: 22px;
  color: #3a3a3a;
}
.session_10 .right-box .title p {
  font-size: 12px;
  color: #8b8b8b;
}
.session_10 .right-box ul {
  margin-bottom: 20px;
}
.session_10 .right-box ul li {
  line-height: 3;
  position: relative;
  padding-left: 42px;
}
.session_10 .right-box ul li img {
  position: absolute;
  left: 0;
  top: 10px;
}
.session_10 .right-box .er-box .item-box {
  display: inline-block;
  text-align: center;
}
.session_10 .right-box .er-box .item-box p {
  color: #808080;
  margin-top: 10px;
}
.copy-box {
  text-align: center;
  height: 52px;
  line-height: 52px;
  border-top: 1px solid #e9e9e9;
  background: #fbfbfb;
}
.copy-box span {
  display: inline-block;
  margin-left: 30px;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@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;
  }
}
@media screen and (max-width: 1600px) {
  .session_2 .item-box .img-box {
    height: 280px;
  }
  .session_2 .item-box .txt-box {
    height: 240px;
  }
  .session_2 .item-box .txt-box .txt_2 h3,
  .session_2 .item-box .txt-box .txt_1 h3 {
    font-size: 16px;
  }
  .session_8 .arr-box {
    margin-left: 210px;
  }
  .session_8 .arr-box .swiper-button-prev .img-box {
    width: 250px;
    height: 140px;
    left: -180px;
  }
}
/*# sourceMappingURL=index.css.map */