body {
  background: #f5f5f5;
}
.public-footer {
  position: static;
}
.page-box {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-box span {
  display: inline-block;
  height: 30px;
  border: 1px solid #ededed;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  color: #c0bfbf;
  font-size: 16px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
}
.page-box span.active,
.page-box span:hover {
  background: #d1a177;
  border-color: #d1a177;
  color: #fff;
}
.page-box em {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  color: #666666;
  height: 30px;
  vertical-align: middle;
}
.public-title {
  height: 80px;
  line-height: 80px;
  background: #fff;
}
.public-title .site-box {
  float: left;
  font-size: 14px;
  color: #808080;
}
.public-title .links-box {
  float: right;
  font-size: 0;
}
.public-title .links-box a {
  position: relative;
  display: inline-block;
  width: 150px;
  line-height: 80px;
  color: #808080;
  font-size: 16px;
  text-align: center;
}
.public-title .links-box a:before {
  position: absolute;
  content: '';
  right: 0;
  top: 30px;
  width: 2px;
  height: 20px;
  background: #ccd1d8;
}
.public-title .links-box a.active,
.public-title .links-box a:hover {
  background: #d1a177;
  color: #fff;
}
.public-title .links-box a.active:before,
.public-title .links-box a:hover:before {
  background: #d1a177;
}
.public-title .links-box em {
  color: #ccd1d8;
  font-size: 16px;
}
.n-title {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  position: relative;
}
.n-title:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 1px;
  background: #d1a177;
  bottom: 0;
  left: 0;
}
.n-title h3 {
  font-size: 32px;
  color: #101e48;
  font-weight: 700;
  margin-bottom: 5px;
}
.n-title p {
  font-size: 12px;
  color: #bfbfbf;
}
.join-wrap .session_1 {
  padding-top: 90px;
  background-image: url(../jpg/img_27.jpg);
  background-size: cover;
  background-position: 50%;
  padding-bottom: 180px;
}
.join-wrap .session_1 .list-box {
  margin-top: 70px;
}
.join-wrap .session_1 .row {
  margin-left: -6px;
  margin-right: -6px;
}
.join-wrap .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 6px;
  padding-right: 6px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.join-wrap .session_1 .item-box {
  height: 260px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 35px;
}
.join-wrap .session_1 .item-box .title h3 {
  font-size: 20px;
  color: #101e48;
  margin-bottom: 2px;
}
.join-wrap .session_1 .item-box .title span {
  display: block;
  position: relative;
  font-size: 12px;
  color: #333333;
  opacity: .6;
  padding-bottom: 15px;
}
.join-wrap .session_1 .item-box .title span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: #bfbfbf;
  bottom: 0;
  left: 0;
}
.join-wrap .session_1 .item-box .info-box {
  margin-top: 20px;
}
.join-wrap .session_1 .item-box .info-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}
.join-wrap .session_1 .item-box:hover {
  background: #101e48;
}
.join-wrap .session_1 .item-box:hover .title h3 {
  color: #d1a177;
}
.join-wrap .session_1 .item-box:hover .title span {
  color: #808080;
}
.join-wrap .session_1 .item-box:hover .title span:before {
  background: #fff;
}
.join-wrap .session_1 .item-box:hover .info-box p {
  color: #bfbfbf;
}
.join-wrap .session_2 {
  background-image: url(../jpg/img_28.jpg);
  background-size: cover;
  background-position: 50%;
  padding-top: 200px;
  padding-bottom: 150px;
}
.join-wrap .session_2 .n-title {
  margin-bottom: 120px;
}
.join-wrap .session_2 .n-title h3 {
  color: #d1a177;
}
.join-wrap .session_2 .list-box {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
}
.join-wrap .session_2 .list-box .item-box {
  position: relative;
  padding-top: 10px;
  float: left;
  width: 20%;
  box-sizing: border-box;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  border-left: none;
  border-bottom: none;
}
.join-wrap .session_2 .list-box .item-box .icon-box {
  height: 64px;
  line-height: 64px;
  margin-bottom: 15px;
}
.join-wrap .session_2 .list-box .item-box .icon-box img {
  vertical-align: bottom;
}
.join-wrap .session_2 .list-box .item-box .title h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.join-wrap .session_2 .list-box .item-box .title p {
  font-size: 12px;
  color: #e5e5e5;
  margin-top: 5px;
}
.join-wrap .session_2 .list-box .item-box .info-box {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #d1a177;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 30px;
}
.join-wrap .session_2 .list-box .item-box .info-box .title {
  margin-bottom: 15px;
  transition: all .3s;
  transform: translateY(-20px);
}
.join-wrap .session_2 .list-box .item-box .info-box .title h3 {
  color: #fff;
}
.join-wrap .session_2 .list-box .item-box .info-box .title p {
  color: rgba(255, 255, 255, 0.5);
}
.join-wrap .session_2 .list-box .item-box .info-box .txt-box {
  transition: all .3s;
  transform: translateY(20px);
}
.join-wrap .session_2 .list-box .item-box .info-box .txt-box p {
  font-size: 14px;
  color: #e5e5e5;
  line-height: 1.8;
  text-align: left;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box {
  opacity: 1;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .title {
  transform: translateY(0px);
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .title h3 {
  color: #0f2051;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .title p {
  color: #4c4c4c;
  opacity: .5;
}
.join-wrap .session_2 .list-box .item-box:hover .info-box .txt-box {
  transform: translateY(0px);
}
.join-wrap .session_3 {
  background-image: url(../jpg/img_29.jpg);
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 140px;
}
.join-wrap .session_3 .img-box {
  text-align: center;
  margin-top: 80px;
}
.join-wrap .session_4 {
  background-image: url(../jpg/img_30.jpg);
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  padding-bottom: 150px;
}
.join-wrap .session_4 .n-title h3 {
  color: #d1a177;
}
.join-wrap .session_4 .center-box {
  margin-top: 65px;
}
.join-wrap .session_4 .center-box .row_6 {
  margin-left: -10px;
  margin-right: -10px;
}
.join-wrap .session_4 .center-box .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.join-wrap .session_4 .center-box .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.join-wrap .session_4 .center-box .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.join-wrap .session_4 .center-box .item-box {
  position: relative;
  overflow: hidden;
}
.join-wrap .session_4 .center-box .item-box .img-box {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: 50%;
  -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 2s;
  transition: all .8s;
}
.join-wrap .session_4 .center-box .item-box p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
}
.join-wrap .session_4 .center-box .item-box:hover .img-box {
  -webkit-transform: scale(1.05) rotate(0.01deg);
  -ms-transform: scale(1.05) rotate(0.01deg);
  transform: scale(1.05) rotate(0.01deg);
}
.join-wrap .session_4 .center-box .item-box:hover p {
  background: #d1a177;
}
.join-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 50px;
}
.join-wrap .session_4 .swiper-pagination .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #aeaeae;
  opacity: 1;
}
.join-wrap .session_4 .swiper-pagination .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #d1a177;
  box-sizing: border-box;
}
.link-wrap .session_1 .img-box img {
  width: 100%;
}
.link-wrap .session_2 {
  position: relative;
  top: -100px;
}
.link-wrap .session_2 .list-box .item-box {
  float: left;
  width: 33.33%;
  text-align: center;
  background: #fafafa;
  height: 300px;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
  padding-top: 80px;
}
.link-wrap .session_2 .list-box .item-box .icon-box {
  margin-bottom: 20px;
}
.link-wrap .session_2 .list-box .item-box p {
  text-align: left;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.8;
}
.link-wrap .session_2 .list-box .item-box:hover {
  background: #ffffff;
}
.about-wrap .session_1 {
  margin-top: 70px;
  padding-bottom: 75px;
}
.about-wrap .session_1 .centent-box .txt-box {
  padding-top: 50px;
  line-height: 2;
  font-size: 14px;
  color: #4c4c4c;
}
.about-wrap .session_1 .centent-box .imgs-box img {
  width: 100%;
}
.about-wrap .session_1 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.about-wrap .session_1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.about-wrap .session_1 .swiper-pagination-bullet-active {
  border: 1px solid #d2a37a;
  background: transparent;
  box-sizing: border-box;
}
.about-wrap .session_1 .swiper-button-next,
.about-wrap .session_1 .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #d1a177;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}
.about-wrap .session_1 .swiper-button-next:after,
.about-wrap .session_1 .swiper-button-prev:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 28px;
  color: #fff;
}
.about-wrap .session_2 {
  background: #101e48;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-wrap .session_2 .n-title h3 {
  color: #d1a177;
}
.about-wrap .session_2 .info-box {
  padding-top: 35px;
  padding-bottom: 90px;
}
.about-wrap .session_2 .info-box p {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
}
.about-wrap .session_2 .list-box .item-box {
  float: left;
  width: 25%;
  height: 178px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-bottom: none;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  padding-top: 50px;
}
.about-wrap .session_2 .list-box .item-box h3 {
  color: #d1a177;
  font-size: 16px;
  margin-bottom: 2px;
}
.about-wrap .session_2 .list-box .item-box p {
  font-size: 14px;
  color: #e5e5e5;
  line-height: 1.8;
}
.about-wrap .session_2 .list-box .item-box:nth-child(1),
.about-wrap .session_2 .list-box .item-box:nth-child(3),
.about-wrap .session_2 .list-box .item-box:nth-child(6),
.about-wrap .session_2 .list-box .item-box:nth-child(8) {
  background: #d1a177;
}
.about-wrap .session_2 .list-box .item-box:nth-child(1) h3,
.about-wrap .session_2 .list-box .item-box:nth-child(3) h3,
.about-wrap .session_2 .list-box .item-box:nth-child(6) h3,
.about-wrap .session_2 .list-box .item-box:nth-child(8) h3 {
  color: #0e1d48;
}
.about-wrap .session_2 .list-box .item-box:nth-child(1) p,
.about-wrap .session_2 .list-box .item-box:nth-child(3) p,
.about-wrap .session_2 .list-box .item-box:nth-child(6) p,
.about-wrap .session_2 .list-box .item-box:nth-child(8) p {
  color: #0e1d48;
}
.about-wrap .session_2 .list-box .item-box:nth-child(5) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-wrap .session_2 .list-box .item-box:nth-child(7) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.about-wrap .session_3 {
  padding-top: 120px;
  padding-bottom: 90px;
}
.about-wrap .session_3 .all-item {
  position: relative;
  padding-left: 65px;
  padding-right: 65px;
  margin-top: 60px;
}
.about-wrap .session_3 .all-item .item-box {
  width: 100%;
  border-right: 1px solid #d1a177;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-wrap .session_3 .all-item .item-box .img-box {
  height: 212px;
}
.about-wrap .session_3 .all-item .item-box .txt-box {
  margin-top: 20px;
}
.about-wrap .session_3 .all-item .item-box .txt-box h3 {
  font-size: 16px;
  color: #d1a177;
  margin-bottom: 10px;
}
.about-wrap .session_3 .all-item .item-box .txt-box p {
  font-size: 14px;
  color: #808080;
}
.about-wrap .session_3 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.about-wrap .session_3 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
}
.about-wrap .session_3 .swiper-pagination-bullet-active {
  border: 1px solid #d2a37a;
  background: transparent;
  box-sizing: border-box;
}
.about-wrap .session_3 .swiper-button-next,
.about-wrap .session_3 .swiper-button-prev {
  top: 35%;
  width: 40px;
  height: 40px;
  background-color: #d1a177;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  outline: none;
}
.about-wrap .session_3 .swiper-button-next:after,
.about-wrap .session_3 .swiper-button-prev:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  font-size: 28px;
  color: #fff;
}
.about-wrap .session_3 .swiper-button-next:after {
  margin-left: 5px;
}
.about-wrap .session_4 {
  padding-top: 90px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../jpg/img_44.jpg);
}
.about-wrap .session_4 .n-title h3 {
  color: #d1a177;
}
.about-wrap .session_4 .all-box {
  margin-top: 60px;
}
.about-wrap .session_4 .all-box .list-item .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 370px;
  line-height: 370px;
  text-align: center;
}
.about-wrap .session_4 .all-box .list-item .item-box img {
  max-width: 100%;
  max-height: 370px;
}
.about-wrap .session_4 .all-box .list-item .item-box .txt-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(209, 161, 119, 0.9);
  color: #fff;
  font-size: 16px;
  opacity: 0;
}
.about-wrap .session_4 .all-box .list-item .item-box:hover .txt-box {
  opacity: 1;
}
.about-wrap .session_4 .swiper-pagination {
  position: static;
  margin-top: 30px;
}
.about-wrap .session_4 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
  background: rgba(255, 255, 255, 0.4);
}
.about-wrap .session_4 .swiper-pagination-bullet-active {
  border: 1px solid #d2a37a;
  background: transparent;
  box-sizing: border-box;
}
.college-wrap .session_1 {
  margin-top: 50px;
  padding-bottom: 50px;
}
.college-wrap .item-box {
  position: relative;
  border: 20px solid #f5f5f5;
  margin-bottom: 50px;
  height: 300px;
  background: #fff;
}
.college-wrap .item-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e6e6;
  top: -45px;
}
.college-wrap .item-box .img-box {
  float: left;
  width: 244px;
  height: 300px;
  background-size: cover;
  background-position: 50%;
  margin-right: 40px;
}
.college-wrap .item-box .txt-box {
  width: 677px;
  float: left;
  padding-top: 30px;
  box-sizing: border-box;
}
.college-wrap .item-box .txt-box .title-box {
  margin-bottom: 30px;
}
.college-wrap .item-box .txt-box .title-box span {
  font-size: 24px;
  color: #d1a177;
}
.college-wrap .item-box .txt-box .title-box p {
  font-size: 14px;
  color: #4c4c4c;
}
.college-wrap .item-box .txt-box .info-box {
  margin-bottom: 30px;
}
.college-wrap .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 1.6;
}
.college-wrap .item-box .txt-box .bottom-box h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.college-wrap .item-box .txt-box .bottom-box p {
  font-size: 16px;
  color: #808080;
}
.college-wrap .item-box:hover {
  border: 20px solid #101e48;
  background: #101e48;
}
.college-wrap .item-box:hover .txt-box .title-box p {
  color: #fff;
}
.college-wrap .item-box:hover .txt-box .info-box p {
  color: #bfbfbf;
}
.college-wrap .item-box:hover .txt-box .bottom-box h3 {
  color: #d1a177;
}
.college-wrap .item-box:hover .txt-box .bottom-box p {
  color: #bfbfbf;
}
.college-wrap .item-box:first-child:before {
  display: none;
}
.college-wrap .page-box {
  margin-top: 60px;
}
.pro_list-wrap {
  margin-bottom: 50px;
}
.pro_list-wrap .centent-box {
  position: relative;
  min-height: 900px;
  padding-left: 250px;
  margin-top: 100px;
  box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page {
  position: absolute;
  left: 0;
  width: 220px;
  transition: all .3s;
}
.pro_list-wrap .centent-box .left-page .title-box {
  background: #101e48;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 45px;
}
.pro_list-wrap .centent-box .left-page .title-box span {
  font-size: 24px;
  color: #d1a177;
}
.pro_list-wrap .centent-box .left-page .title-box p {
  color: #bfbfbf;
  font-size: 12px;
}
.pro_list-wrap .centent-box .left-page ul {
  background: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page ul li {
  line-height: 60px;
  color: #808080;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.pro_list-wrap .centent-box .left-page ul li.active a {
  color: #d1a177;
}
.pro_list-wrap .centent-box .left-page ul li a:hover {
  color: #d1a177;
}
.pro_list-wrap .centent-box .left-page .link-box {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../jpg/img_47.jpg);
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.pro_list-wrap .centent-box .left-page .link-box span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.pro_list-wrap .centent-box .left-page .link-box a {
  margin-top: 10px;
  display: inline-block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  background: #d1a177;
  border-radius: 25px;
  color: #fff;
}
.pro_list-wrap .centent-box .session_1 {
  padding-bottom: 50px;
}
.pro_list-wrap .centent-box .session_1 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.pro_list-wrap .centent-box .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.pro_list-wrap .centent-box .session_1 .item-box {
  position: relative;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box {
  position: relative;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all .3s;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box img {
  width: 100%;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box .icon-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  margin-top: -15px;
  transform: translateY(-40px);
  transition: all .3s;
}
.pro_list-wrap .centent-box .session_1 .item-box .img-box .icon-box img {
  width: auto;
}
.pro_list-wrap .centent-box .session_1 .item-box .txt-box {
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  color: #4c4c4c;
  font-size: 14px;
}
.pro_list-wrap .centent-box .session_1 .item-box:hover .img-box:before {
  opacity: 1;
}
.pro_list-wrap .centent-box .session_1 .item-box:hover .img-box .icon-box {
  transform: translateY(0px);
}
.pro_list-wrap .centent-box .session_2 .info-box {
  background: #fff;
  padding: 30px;
}
.pro_list-wrap .centent-box .session_2 .info-box .img-box {
  float: left;
  margin-right: 20px;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box {
  padding-top: 30px;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title {
  margin-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title span {
  font-size: 20px;
  color: #995c40;
  font-weight: 700;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .title p {
  margin-top: 5px;
  font-size: 12px;
  color: #cccccc;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .msg-box span {
  display: block;
  margin-bottom: 20px;
  color: #4c4c4c;
  font-size: 14px;
}
.pro_list-wrap .centent-box .session_2 .info-box .txt-box .msg-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.6;
}
.pro_list-wrap .centent-box .session_2 .other-box {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .title {
  margin-bottom: 10px;
}
.pro_list-wrap .centent-box .session_2 .other-box .title span {
  font-size: 16px;
  color: #995c40;
  font-weight: 700;
}
.pro_list-wrap .centent-box .session_2 .other-box .title p {
  color: #bfbfbf;
  font-size: 14px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 ul li {
  line-height: 2;
  color: #4c4c4c;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_1 ul li em {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #a6a6a6;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 {
  padding-top: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 ul li {
  line-height: 2;
  font-size: 14px;
  color: #525252;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_2 .img-box {
  margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 .img-box {
  margin-top: 20px;
}
.pro_list-wrap .centent-box .session_2 .other-box .info_3 .img-box img {
  width: 100%;
}
.news_list-wrap .session_1 {
  margin-top: 70px;
  padding-bottom: 50px;
}
.news_list-wrap .session_1 .list-box {
  margin-bottom: 30px;
}
.news_list-wrap .session_1 .list-box .row {
  margin-left: -30px;
  margin-right: -30px;
}
.news_list-wrap .session_1 .list-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.news_list-wrap .session_1 .list-box .item-box {
  background: #fff;
}
.news_list-wrap .session_1 .list-box .item-box .time-box {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin-bottom: 36px;
}
.news_list-wrap .session_1 .list-box .item-box .time-box .arr-box {
  margin-top: 17px;
  float: right;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
  transform: translateX(-20px);
  transition: all .3s;
}
.news_list-wrap .session_1 .list-box .item-box .time-box:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #808080;
  bottom: 0;
  transition: all .3s;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box .info-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
}
.news_list-wrap .session_1 .list-box .item-box .txt-box .info-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  overflow: hidden;
}
.news_list-wrap .session_1 .list-box .item-box .img-box {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 50%;
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box {
  background: #d1a177;
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box .time-box {
  color: #fff;
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box .time-box:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box .time-box .arr-box {
  transform: translateX(0px);
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box h3 {
  color: #fff;
  font-weight: 700;
}
.news_list-wrap .session_1 .list-box .item-box:hover .txt-box p {
  color: #e5e5e5;
}
.news_list-wrap .session_1 .page-box {
  margin-top: 0;
}
.news_des-wrap {
  margin-bottom: 50px;
}
.news_des-wrap .centent-box {
  position: relative;
  min-height: 900px;
  padding-left: 250px;
  margin-top: 100px;
  box-sizing: border-box;
}
.news_des-wrap .centent-box .left-page {
  position: absolute;
  left: 0;
  width: 220px;
  transition: all .3s;
}
.news_des-wrap .centent-box .left-page .title-box {
  background: #101e48;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 45px;
}
.news_des-wrap .centent-box .left-page .title-box span {
  font-size: 24px;
  color: #d1a177;
}
.news_des-wrap .centent-box .left-page .title-box p {
  color: #bfbfbf;
  font-size: 12px;
}
.news_des-wrap .centent-box .left-page ul {
  background: #fff;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.news_des-wrap .centent-box .left-page ul li {
  line-height: 60px;
  color: #808080;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.news_des-wrap .centent-box .left-page ul li.active a {
  color: #d1a177;
}
.news_des-wrap .centent-box .left-page ul li a:hover {
  color: #d1a177;
}
.news_des-wrap .centent-box .left-page .link-box {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-position: 50%;
  background-image: url(../jpg/img_47.jpg);
  text-align: center;
  padding-top: 50px;
  box-sizing: border-box;
}
.news_des-wrap .centent-box .left-page .link-box span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.news_des-wrap .centent-box .left-page .link-box a {
  margin-top: 10px;
  display: inline-block;
  width: 100px;
  height: 25px;
  line-height: 25px;
  background: #d1a177;
  border-radius: 25px;
  color: #fff;
}
.news_des-wrap .centent-box .right-page {
  background: #fff;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
}
.news_des-wrap .centent-box .right-page .text-box {
  padding-top: 70px;
}
.news_des-wrap .centent-box .right-page .text-box .title-box {
  text-align: center;
  margin-bottom: 50px;
}
.news_des-wrap .centent-box .right-page .text-box .title-box span {
  font-size: 36px;
  color: #d1a177;
}
.news_des-wrap .centent-box .right-page .text-box .title-box p {
  margin-top: 10px;
  font-size: 14px;
  color: #808080;
}
.news_des-wrap .centent-box .right-page .text-box .des-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.news_des-wrap .centent-box .right-page .text-box .des-box p img {
  max-width: 100%;
}
.news_des-wrap .centent-box .right-page .text-box .bottom-box {
  border-bottom: 1px solid #cacbcd;
}
.news_des-wrap .centent-box .right-page .text-box .bottom-box .black-btn {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #101e48;
  color: #ffffff;
  font-size: 16px;
}
.news_des-wrap .centent-box .right-page .text-box .bottom-box .share-box {
  float: right;
}
.news_des-wrap .centent-box .right-page .text-box .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
.news_des-wrap .centent-box .right-page .text-box .other-box {
  margin-top: 20px;
}
.news_des-wrap .centent-box .right-page .text-box .other-box ul li a {
  line-height: 2;
  color: #626262;
  font-size: 14px;
}
.news_des-wrap .centent-box .right-page .text-box .other-box ul li a:hover {
  color: #2f318b;
}
/*# sourceMappingURL=style.css.map */