.banner-box img {
  width: 100%;
}
.banner-box .pagination {
  text-align: center;
  margin-top: 15px;
}
.banner-box .pagination .swiper-pagination-switch {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0 15px!important;
  opacity: 1;
  border: 1px solid #929292;
  background: transparent;
  cursor: pointer;
}
.banner-box .pagination .swiper-pagination-switch:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 1px;
  left: -25px;
  top: 50%;
  background: #e0e0e0;
}
.banner-box .pagination .swiper-pagination-switch:first-child:after {
  width: 0;
}
.banner-box .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #2a2a2a;
}
.session_1 {
  margin-top: 60px;
}
.session_1 .title-box {
  margin-bottom: 50px;
}
.session_1 .row {
  margin-left: -11px;
  margin-right: -11px;
}
.session_1 .item-box {
  position: relative;
  overflow: hidden;
}
.session_1 .item-box:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
}
.session_1 .item-box img {
  width: 100%;
}
.session_1 .item-box .title {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  transition: all .3s;
}
.session_1 .item-box .title p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
}
.session_1 .item-box .info-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: #222255;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 25px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(-100%);
}
.session_1 .item-box .info-box p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.session_1 .item-box:hover .info-box {
  opacity: 1;
  transform: translateY(0);
}
.session_1 .item-box:hover .title {
  opacity: 0;
  transform: translateY(100px);
  transition: all .3s;
}
.session_1 .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 11px;
  padding-right: 11px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.session_1 .col-md-6 .item-box .title {
  padding-left: 80px;
  padding-right: 80px;
}
.session_1 .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 11px;
  padding-right: 11px;
  box-sizing: border-box;
}
.session_1 .col-md-4 .item-box .title {
  padding-left: 40px;
  padding-right: 40px;
}
.session_1 .col-md-4 .item-box .info-box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}
.session_2 .title-box {
  margin-top: 80px;
  margin-bottom: 60px;
}
.session_2 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.session_2 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_2 .item-box {
  width: 100%;
  height: 515px;
  border: 1px solid #a5a5a5;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-top: 55px;
}
.session_2 .item-box .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #c49f55;
  margin-bottom: 20px;
}
.session_2 .item-box .title h3 {
  font-size: 35px;
  color: #2f2f5f;
  line-height: 1;
}
.session_2 .item-box .title p {
  font-size: 28px;
  line-height: 1;
  margin-top: 10px;
  color: #2f2f5f;
}
.session_2 .item-box .info-box p {
  font-size: 16px;
  color: #313131;
  line-height: 2;
}
.session_2 .item-box:hover {
  background: #222255;
}
.session_2 .item-box:hover .title h3 {
  color: #c49f55;
}
.session_2 .item-box:hover .title p {
  color: #c49f55;
}
.session_2 .item-box:hover .info-box p {
  color: #fff;
}
.session_3 {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f6f6f6 url('../images/img_6.jpg') center center no-repeat;
  background-size: cover;
}
.session_3 .title-box {
  margin-bottom: 90px;
}
.session_3 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.session_3 .col-md-4 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 25%;
}
.session_3 .item-box {
  position: relative;
  overflow: hidden;
}
.session_3 .item-box > img {
  width: 100%;
  height: 500px;
  transition: opacity 1s, transform 1s;
}
.session_3 .item-box .centent-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 500px;
  text-align: center;
}
.session_3 .item-box .centent-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s;
}
.session_3 .item-box .center-box {
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.session_3 .item-box .center-box .show {
  opacity: 0;
  transform: translateY(-30px);
  transition: all .3s;
}
.session_3 .item-box .center-box a {
  opacity: 0;
  transform: translateY(30px);
  transition: all .3s;
  display: inline-block;
  width: 115px;
  height: 35px;
  box-sizing: border-box;
  line-height: 33px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}
.session_3 .item-box .center-box a:hover {
  background: #fff;
  color: #333;
}
.session_3 .item-box .center-box .icon-box {
  margin-bottom: 25px;
}
.session_3 .item-box .center-box .txt-box h3 {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.session_3 .item-box .center-box .txt-box p {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.session_3 .item-box:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.session_3 .item-box:hover .centent-box:before {
  opacity: 1;
}
.session_3 .item-box:hover .centent-box .show {
  opacity: 1;
  transform: translateY(0);
}
.session_3 .item-box:hover .centent-box a {
  opacity: 1;
  transform: translateY(0);
}
.session_4 {
  padding-top: 100px;
  padding-bottom: 50px;
  background: #ffffff url(../images/icon_11.png) center bottom no-repeat;
}
.session_4 .left-box {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.session_4 .left-box .title-box {
  margin-bottom: 28px;
}
.session_4 .left-box .txt_1 {
  margin-bottom: 35px;
}
.session_4 .left-box .txt_2 p {
  font-size: 18px;
  color: #292929;
  line-height: 1.6;
}
.session_4 .left-box .txt_2 .other-box {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
.session_4 .left-box .txt_2 .other-box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  background: #885f0d;
}
.session_4 .left-box .txt_2 .other-box p {
  font-size: 18px;
  color: #885f0d;
}
.session_4 .left-box .txt_3 p {
  font-size: 18px;
  color: #292929;
  line-height: 1.6;
}
.session_4 .right-box {
  display: inline-block;
  vertical-align: middle;
}
.session_5 {
  margin-top: 100px;
}
.session_5 .title-box {
  margin-bottom: 20px;
}
.session_5 .centent-box {
  position: relative;
}
.session_5 .centent-box .arrow-left,
.session_5 .centent-box .arrow-right {
  position: absolute;
  left: -100px;
  top: 230px;
  width: 45px;
  height: 45px;
  border: 1px solid #a48546;
  z-index: 10;
  background: url(../images/icon_14.png) center center no-repeat;
}
.session_5 .centent-box .arrow-left:hover,
.session_5 .centent-box .arrow-right:hover {
  background: #a48546 url(../images/icon_14_1.png) center center no-repeat;
}
.session_5 .centent-box .arrow-right {
  position: absolute;
  left: auto;
  right: -80px;
  background: url(../images/icon_15.png) center center no-repeat;
}
.session_5 .centent-box .arrow-right:hover {
  background: #a48546 url(../images/icon_15_1.png) center center no-repeat;
}
.session_5 .centent-box .item-box {
  height: 520px;
}
.session_5 .centent-box .item-box span {
  display: inline-block;
  margin-bottom: 10px;
  height: 45px;
  line-height: 45px;
  background: #262658;
  color: #fff;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}
.session_5 .centent-box .item-box p {
  font-size: 16px;
  color: #222222;
  line-height: 1.8;
}
.session_5 .centent-box .item_1 {
  background: url(../images/icon_85.png) center center no-repeat;
}
.session_5 .centent-box .item_1 .left-box {
  float: left;
  width: 440px;
  margin-top: 90px;
}
.session_5 .centent-box .item_1 .right-box {
  float: right;
  width: 425px;
  margin-top: 120px;
  margin-left: 200px;
}
.session_5 .centent-box .item_1 .right-box .img-box {
  margin-top: 40px;
}
.session_5 .centent-box .item_2 {
  background: url(../images/icon_86.png) center center no-repeat;
}
.session_5 .centent-box .item_2 .left-box {
  float: left;
  margin-top: 82px;
}
.session_5 .centent-box .item_2 .left-box p {
  color: #0f1049!important;
}
.session_5 .centent-box .item_2 .left-box .info_1 {
  width: 320px;
}
.session_5 .centent-box .item_2 .left-box .info_2 {
  width: 400px;
  margin-top: 130px;
}
.session_5 .centent-box .item_2 .right-box {
  float: right;
  width: 300px;
  margin-top: 80px;
}
.session_5 .centent-box .item_3 {
  background: url(../images/icon_87.png) center center no-repeat;
}
.session_5 .centent-box .item_3 .left-box {
  float: left;
  margin-top: 40px;
}
.session_5 .centent-box .item_3 .left-box p {
  color: #0f1049!important;
}
.session_5 .centent-box .item_3 .left-box .info_1 {
  width: 425px;
}
.session_5 .centent-box .item_3 .left-box .info_2 {
  width: 400px;
  margin-top: 140px;
}
.session_5 .centent-box .item_3 .right-box {
  float: right;
  width: 400px;
  margin-top: 30px;
}
.session_5 .centent-box .item_3 .right-box .info_3 {
  width: 400px;
  padding-left: 60px;
  box-sizing: border-box;
}
.session_5 .centent-box .item_3 .right-box .info_4 {
  width: 400px;
  margin-top: 242px;
}
.session_5 .pagination {
  text-align: center;
}
.session_5 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #222255;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.session_5 .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #222255;
  cursor: pointer;
}
.session_6 {
  margin-top: 100px;
}
.session_6 .title-box {
  margin-bottom: 50px;
}
.session_6 .list-box .item-box {
  float: left;
  width: 20%;
  height: 200px;
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  background: #363684;
}
.session_6 .list-box .item-box p {
  margin-bottom: 24px;
  transition: all .3s;
}
.session_6 .list-box .item-box h3 {
  transition: all .3s;
}
.session_6 .list-box .item-box:nth-child(2n) {
  background: #2e2e72;
}
.session_6 .list-box .item-box:hover {
  background: #222255;
}
.session_6 .list-box .item-box:hover p {
  transform: rotateY(180deg);
}
.session_6 .list-box .item-box:hover h3 {
  transform: translateY(-5px);
}
.session_7 {
  margin-top: 80px;
}
.session_7 .title-box {
  margin-bottom: 50px;
}
.session_7 .left-box {
  float: left;
}
.session_7 .left-box .item-box {
  padding-left: 100px;
  padding-top: 55px;
  box-sizing: border-box;
  width: 660px;
  min-height: 70px;
  margin-bottom: 60px;
  background: url('../images/icon_27.png') left top no-repeat;
}
.session_7 .left-box .item-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #282727;
}
.session_7 .left-box .item-box:nth-child(2) {
  background: url('../images/icon_31.png') left top no-repeat;
}
.session_7 .left-box .item-box:nth-child(3) {
  background: url('../images/icon_32.png') left top no-repeat;
}
.session_7 .left-box .item-box:nth-child(4) {
  background: url('../images/icon_33.png') left top no-repeat;
}
.session_7 .left-box .item-box:nth-child(5) {
  background: url('../images/icon_34.png') left top no-repeat;
}
.session_7 .right-box {
  float: right;
}
.session_7 .other-box .left-box {
  float: right;
}
.session_7 .other-box .left-box .item-box:nth-child(1) {
  background: url('../images/icon_35.png') left top no-repeat;
}
.session_7 .other-box .left-box .item-box:nth-child(2) {
  background: url('../images/icon_36.png') left top no-repeat;
}
.session_7 .other-box .left-box .item-box:nth-child(3) {
  background: url('../images/icon_37.png') left top no-repeat;
}
.session_7 .other-box .left-box .item-box:nth-child(4) {
  background: url('../images/icon_38.png') left top no-repeat;
}
.session_7 .other-box .left-box .item-box:nth-child(5) {
  background: url('../images/icon_39.png') left top no-repeat;
}
.session_7 .other-box .right-box {
  float: left;
}
.session_8 {
  margin-top: 50px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.session_8:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  height: 1px;
  background: #e3d0a6;
  top: 397px;
}
.session_8 .title-box {
  margin-bottom: 60px;
}
.session_8 .centent-box {
  position: relative;
  z-index: 2;
}
.session_8 .list-box {
  width: 1240px;
  height: 465px;
  padding-left: 20px;
  box-sizing: border-box;
  background: url(../images/icon_42.png) center center no-repeat;
}
.session_8 .list-box .item-box {
  float: left;
  width: 460px;
  height: 227px;
  padding-left: 20px;
  padding-right: 130px;
  box-sizing: border-box;
}
.session_8 .list-box .item-box h3 {
  margin-bottom: 20px;
}
.session_8 .list-box .item-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
}
.session_8 .list-box .item-box:nth-child(3) {
  width: 300px;
  padding-right: 0;
}
.session_8 .list-box .item-box:nth-child(4) {
  margin-left: 230px;
  padding-top: 50px;
}
.session_8 .list-box .item-box:nth-child(5) {
  padding-top: 50px;
}
.session_8 .arr-box {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
}
.session_8 .arr-box .arrow-left,
.session_8 .arr-box .arrow-right {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #a48546;
  z-index: 10;
  background: url(../images/icon_14.png) center center no-repeat;
  margin-left: 15px;
  margin-right: 15px;
}
.session_8 .arr-box .arrow-left:hover,
.session_8 .arr-box .arrow-right:hover {
  background: #a48546 url(../images/icon_14_1.png) center center no-repeat;
}
.session_8 .arr-box .arrow-right {
  background: url(../images/icon_15.png) center center no-repeat;
}
.session_8 .arr-box .arrow-right:hover {
  background: #a48546 url(../images/icon_15_1.png) center center no-repeat;
}
.session_9 {
  margin-top: 100px;
}
.session_9 .title-box {
  margin-bottom: 80px;
}
.session_9 .row {
  margin-left: -30px;
  margin-right: -30px;
}
.session_9 .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.session_9 .item-box {
  position: relative;
  height: 310px;
  border: 1px solid #00004e;
  text-align: center;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.session_9 .item-box .nub-box {
  transition: all .3s;
}
.session_9 .item-box .nub-box .img-nub {
  margin-bottom: 20px;
}
.session_9 .item-box .nub-box h2 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #885f0d;
  padding-bottom: 25px;
  line-height: 1;
}
.session_9 .item-box .nub-box h2:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 65px;
  background: #00004e;
  bottom: 0;
  left: 50%;
  margin-left: -32px;
}
.session_9 .item-box .txt-box {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #00004e;
  padding-top: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  transition: all .3s;
  transform: translateY(100%);
}
.session_9 .item-box .txt-box .title h3 {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #cfa855;
  padding-bottom: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.session_9 .item-box .txt-box .title h3:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 1px;
  background: #cfa855;
  bottom: 0;
  left: 0;
  left: 50%;
  margin-left: -20px;
}
.session_9 .item-box .txt-box .title p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.session_9 .item-box:hover .nub-box {
  transform: translateY(-100%);
}
.session_9 .item-box:hover .txt-box {
  opacity: 1;
  transform: translateY(0);
}
.session_10 {
  margin-top: 20px;
  margin-bottom: 120px;
}
.session_10 .des-box {
  margin-top: 80px;
  text-align: center;
  margin-bottom: 65px;
}
.session_10 .list-box .item-box {
  float: left;
  width: 310px;
  box-sizing: border-box;
  height: 190px;
}
.session_10 .list-box .item-box:nth-child(2) {
  width: 450px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  margin-left: 60px;
  margin-right: 60px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.session_10 .list-box .item-box .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.session_10 .list-box .item-box .title:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  bottom: 0;
}
.session_10 .list-box .item-box .title:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background: #885f0d;
  bottom: 0;
  transition: all .3s;
}
.session_10 .list-box .item-box .title .img-box {
  margin-bottom: 28px;
}
.session_10 .list-box .item-box .title h3 {
  font-size: 20px;
  color: #885f0d;
  font-weight: 400;
}
.session_10 .list-box .item-box .title p {
  font-size: 14px;
  color: #444444;
}
.session_10 .list-box .item-box:hover .title:after {
  width: 100%;
}
.big-bg {
  background: url(../images/img_15.jpg) center bottom no-repeat;
}
.session_11 {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #f6f6f6 url(../images/img_6.jpg) center center no-repeat;
  background-size: cover;
}
.session_11 .title-box {
  text-align: center;
  margin-bottom: 90px;
}
.session_11 .left-box {
  float: left;
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
  border-right: 1px solid #cacaca;
}
.session_11 .right-box {
  margin-top: 120px;
  float: right;
  width: 50%;
  padding-left: 50px;
  box-sizing: border-box;
}
.session_11 .item-box {
  margin-bottom: 60px;
  border-bottom: 1px solid #cbcbcb;
}
.session_11 .item-box .img-box {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden;
}
.session_11 .item-box .img-box img {
  transition: opacity 1s, transform 1s;
}
.session_11 .item-box .txt-box h3 {
  font-size: 20px;
  color: #885f0d;
  margin-bottom: 10px;
}
.session_11 .item-box .txt-box p {
  font-size: 16px;
  color: #313131;
}
.session_11 .item-box .txt-box .arr-box {
  margin-top: 20px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
}
.session_11 .item-box .txt-box .arr-box span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border-left: 1px solid #a0a0a0;
}
.session_11 .item-box:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.session_12 {
  margin-top: 70px;
  background: #00004e;
  padding-top: 60px;
  padding-bottom: 60px;
}
.session_12 .title-box {
  text-align: center;
  margin-bottom: 50px;
}
.session_12 .list-box {
  font-size: 0;
  text-align: center;
}
.session_12 .item-box {
  display: inline-block;
  width: 300px;
  vertical-align: top;
  margin-left: 25px;
  margin-right: 25px;
  height: 180px;
  border: 1px solid #cfa855;
  padding-top: 30px;
  box-sizing: border-box;
}
.session_12 .item-box .icon-box {
  margin-bottom: 20px;
}
.session_12 .item-box .icon-box img.on {
  display: none;
}
.session_12 .item-box p {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.session_12 .item-box:hover {
  background: #cfa855;
}
.session_12 .item-box:hover .icon-box img {
  display: none;
}
.session_12 .item-box:hover .icon-box img.on {
  display: inline-block;
}
.session_13 {
  margin-top: 90px;
}
.session_13 .title-box {
  margin-bottom: 60px;
}
.session_13 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.session_13 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.session_13 .img-box {
  width: 100%;
}
.session_13 .img-box img {
  width: 100%;
  transition: transform 1s;
}
.session_13 .img-box a {
  display: block;
  overflow: hidden;
}
.session_13 .img-box:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.session_13 .pagination {
  text-align: center;
  margin-top: 50px;
}
.session_13 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #cfa855;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.session_13 .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #cfa855;
  cursor: pointer;
}
.session_14 {
  margin-top: 90px;
}
.session_14 .title-box {
  margin-bottom: 60px;
}
.session_14 .img-box {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
.session_14 .img-box img {
  width: 100%;
  transition: transform 1s;
}
.session_14 .img-box a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 45px;
}
.session_14 .img-box:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.session_14 .img-box p {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 45px;
  line-height: 45px;
  background: #cfa855;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 16px;
}
.session_14 .centent-box {
  margin-left: -25px;
  margin-right: -25px;
}
.session_14 .pagination {
  text-align: center;
  margin-top: 50px;
}
.session_14 .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #cfa855;
  border-radius: 100%;
  margin-left: 8px;
  margin-right: 8px;
}
.session_14 .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #cfa855;
  cursor: pointer;
}
.session_15 {
  margin-top: 80px;
}
.session_15 .img-box img {
  width: 100%;
}
.session_15 .info-box {
  position: relative;
  z-index: 2;
  margin-top: -150px;
  background: #00004e;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 45px;
}
.session_15 .info-box .title {
  margin-bottom: 45px;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.session_15 .info-box .title img {
  position: relative;
  margin-right: 20px;
  top: -2px;
  vertical-align: bottom;
}
.session_15 .info-box p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
.session_15 .info-box .more-box {
  text-align: center;
  margin-top: 40px;
}
.session_15 .info-box .more-box a {
  display: inline-block;
  width: 180px;
  height: 35px;
  box-sizing: border-box;
  line-height: 35px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  padding-right: 20px;
  background: url(../images/icon_70.png) 110px center no-repeat;
}
.session_15 .info-box .more-box a img {
  margin-left: 10px;
}
.session_15 .info-box .more-box a:hover {
  background: #ffffff url(../images/icon_70_1.png) 110px center no-repeat;
  color: #00004e ;
}
.session_16 {
  margin-top: 80px;
}
.session_16 .centent-box {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}
.session_16 .centent-box .arrow-left,
.session_16 .centent-box .arrow-right {
  position: absolute;
  left: -60px;
  top: 140px;
  width: 45px;
  height: 45px;
  border: 1px solid #a48546;
  z-index: 10;
  background: url(../images/icon_14.png) center center no-repeat;
}
.session_16 .centent-box .arrow-left:hover,
.session_16 .centent-box .arrow-right:hover {
  background: #a48546 url(../images/icon_14_1.png) center center no-repeat;
}
.session_16 .centent-box .arrow-right {
  position: absolute;
  left: auto;
  right: -60px;
  background: url(../images/icon_15.png) center center no-repeat;
}
.session_16 .centent-box .arrow-right:hover {
  background: #a48546 url(../images/icon_15_1.png) center center no-repeat;
}
.session_16 .centent-box .padding-box {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.session_16 .centent-box .padding-box .item-box {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #959595;
  width: 100%;
}
.session_16 .centent-box .padding-box .item-box img {
  width: 100%;
}
.session_17 {
  margin-top: 70px;
  margin-bottom: 120px;
}
.session_17 .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.session_17 .title-box p {
  margin-top: 8px;
  font-size: 24px;
  color: #373737;
}
.session_17 .item-box {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cacaca;
}
.session_17 .item-box:last-child {
  border-bottom: none;
}
.session_17 .item-box .img-box {
  float: left;
  width: 277px;
  height: 160px;
}
.session_17 .item-box .txt-box {
  float: right;
  width: 775px;
}
.session_17 .item-box .txt-box .info-box {
  float: left;
  width: 530px;
}
.session_17 .item-box .txt-box h3 {
  font-size: 19px;
  color: #2b2b2b;
  font-weight: 400;
  margin-bottom: 10px;
}
.session_17 .item-box .txt-box p {
  font-size: 15px;
  color: #2b2b2b;
  line-height: 1.8;
}
.session_17 .item-box .txt-box .time-box {
  float: right;
  text-align: right;
}
.session_17 .item-box .txt-box .time-box p {
  font-size: 35px;
  color: #2b2b2b;
}
.session_17 .item-box .txt-box .time-box span {
  display: inline-block;
  width: 55px;
  height: 38px;
  border-left: 1px solid #959595;
  background: url(../images/icon_73.png) center right no-repeat;
}
.session_17 .item-box:hover {
  background: #00003e;
}
.session_17 .item-box:hover .txt-box .info-box h3 {
  color: #fff;
}
.session_17 .item-box:hover .txt-box .info-box p {
  color: #fff;
}
.session_17 .item-box:hover .txt-box .time-box p {
  color: #fff;
}
.session_17 .item-box:hover .txt-box .time-box span {
  background: url(../images/icon_74.png) center right no-repeat;
}
/*# sourceMappingURL=index.css.map */