.page-box {
  text-align: center;
  font-size: 19px;
}
.page-box span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.page-box span a {
  color: #313131;
}
.page-box span.active a,
.page-box span:hover a {
  color: #000;
}
.page-box span.active:before,
.page-box span:hover:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 1px;
  bottom: 0;
  background: #000;
}
.public-site {
  height: 60px;
  line-height: 60px;
  background: #f5f6fb;
}
.public-site span {
  display: inline-block;
  border-left: 2px solid #323232;
  font-size: 36px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  color: #323232;
  vertical-align: middle;
  padding-left: 15px;
}
.public-site .other-box {
  float: right;
  color: #7c7c7c;
}
.public-site .other-box a {
  color: #7c7c7c;
}
.public-site .other-box a:hover {
  color: #333;
}
.public-site .other-box em {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.link-wrap .session_1 {
  margin-top: 55px;
}
.link-wrap .session_2 {
  padding-top: 70px;
  margin-bottom: 90px;
}
.link-wrap .session_2 .item-box {
  float: left;
  width: 25%;
  text-align: center;
}
.link-wrap .session_2 .item-box .img-box {
  margin-bottom: -20px;
}
.link-wrap .session_2 .item-box p {
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #454545;
}
.link-wrap .session_3 {
  margin-top: 60px;
  padding-bottom: 100px;
  width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
}
.link-wrap .session_3 .title-box {
  text-align: center;
  margin-bottom: 40px;
}
.link-wrap .session_3 .title-box span {
  display: inline-block;
  font-size: 24px;
  color: #555555;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 10px;
}
.link-wrap .session_3 .title-box span:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #555555;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}
.link-wrap .session_3 .title-box p {
  font-size: 16px;
  color: #2d2d2d;
}
.link-wrap .session_3 .input-box {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-right: 30px;
}
.link-wrap .session_3 .input-box input {
  width: 336px;
  height: 36px;
  border: 1px solid #a5a5a4;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background: transparent;
}
.link-wrap .session_3 .input-box label {
  position: absolute;
  right: -20px;
  font-size: 18px;
  color: #808080;
  line-height: 36px;
}
.link-wrap .session_3 .input-box label em {
  font-size: 16px;
  margin-right: 4px;
  color: red;
  vertical-align: middle;
}
.link-wrap .session_3 .input-box textarea {
  width: 1067px;
  padding: 15px;
  box-sizing: border-box;
  height: 200px;
  border: 1px solid #a5a5a4;
  background: transparent;
}
.link-wrap .session_3 .input-box:last-child {
  margin-bottom: 20px;
}
.link-wrap .session_3 .input-box.other-box input {
  width: 120px;
}
.link-wrap .session_3 .input-box.other-box label {
  left: 125px;
}
.link-wrap .session_3 .input-box.other-box .img-box {
  margin-left: 20px;
  display: inline-block;
  border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .select-box select {
  height: 36px;
  width: 107px;
  background: #fff;
  border: 1px solid #a5a5a4;
  outline: none;
}
.link-wrap .session_3 .btn-box {
  text-align: left;
  font-size: 0;
}
.link-wrap .session_3 .btn-box span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background: #323232;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.about-wrap .public-title {
  text-align: center;
}
.about-wrap .public-title h3 {
  font-size: 30px;
  color: #505050;
  line-height: 1;
}
.about-wrap .public-title p {
  position: relative;
  font-size: 14px;
  color: #505050;
  line-height: 1.8;
  padding-bottom: 2px;
}
.about-wrap .public-title p:before {
  position: absolute;
  content: '';
  width: 130px;
  height: 1px;
  background: #959595;
  bottom: 0;
  left: 50%;
  margin-left: -65px;
}
.about-wrap .public-title p:after {
  position: absolute;
  content: '';
  width: 65px;
  height: 3px;
  background: #282828;
  bottom: -1px;
  margin-left: -33px;
  left: 50%;
}
.about-wrap .session_1 {
  margin-top: 55px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
.about-wrap .session_1 .public-title {
  margin-bottom: 70px;
}
.about-wrap .session_1 .txt-box {
  float: left;
  width: 500px;
  padding-top: 30px;
  box-sizing: border-box;
}
.about-wrap .session_1 .txt-box .title-box {
  margin-bottom: 55px;
}
.about-wrap .session_1 .txt-box .title-box h3 {
  font-size: 28px;
  color: #3c3c3c;
  margin-bottom: 8px;
}
.about-wrap .session_1 .txt-box .title-box p {
  font-size: 12px;
  color: #3c3c3c;
}
.about-wrap .session_1 .txt-box .des-box p {
  font-size: 16px;
  color: #272727;
  line-height: 1.8;
}
.about-wrap .session_1 .img-box {
  float: right;
}
.about-wrap .session_2 {
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #cccccc;
}
.about-wrap .session_2 p {
  font-size: 16px;
  line-height: 2;
  color: #3c3c3c;
}
.about-wrap .session_2 .img-box {
  margin-top: 45px;
  margin-bottom: 45px;
}
.about-wrap .session_2 .img-box img {
  width: 100%;
}
.about-wrap .session_3 {
  margin-top: 100px;
  margin-bottom: 100px;
  height: 437px;
  background: #282828 url(../images/img_16.jpg) center right no-repeat;
  background-size: 50% 100%;
}
.about-wrap .session_3 .txt-box {
  padding-top: 40px;
}
.about-wrap .session_3 .txt-box dd {
  line-height: 2.8;
  font-size: 16px;
  color: #fff;
}
.about-wrap .session_4 {
  margin-top: 80px;
  margin-bottom: 100px;
}
.about-wrap .session_4 .public-title {
  margin-bottom: 50px;
}
.about-wrap .session_4 .centent-box {
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  width: 1300px;
  box-sizing: border-box;
}
.about-wrap .session_4 .centent-box .swiper-button-next,
.about-wrap .session_4 .centent-box .swiper-button-prev {
  width: 40px;
  height: 90px;
  border: 1px solid #282828;
  outline: none;
  margin-top: -45px;
  background-size: 15px auto;
}
.about-wrap .session_4 .centent-box .swiper-button-next:hover,
.about-wrap .session_4 .centent-box .swiper-button-prev:hover {
  background-color: #282828;
}
.about-wrap .session_4 .centent-box .swiper-button-next:hover:after,
.about-wrap .session_4 .centent-box .swiper-button-prev:hover:after {
  color: #fff;
}
.about-wrap .session_4 .centent-box .swiper-button-next:after,
.about-wrap .session_4 .centent-box .swiper-button-prev:after {
  color: #333;
  font-size: 20px;
}
.about-wrap .session_4 .centent-box .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.about-wrap .session_4 .centent-box .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.about-wrap .session_4 .centent-box .item-box {
  text-align: center;
  border: 2px solid #a9a9a9;
  padding: 10px;
  box-sizing: border-box;
}
.about-wrap .session_4 .centent-box .item-box img {
  width: 100%;
}
.join-wrap .session_1 .block {
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.join-wrap .session_1 .two-title {
  font-size: 16px;
  color: #333333;
}
.join-wrap .session_1 .two-title span {
  position: relative;
  font-size: 24px;
  margin-right: 5px;
}
.join-wrap .session_1 .two-title span:before {
  position: absolute;
  content: '';
  width: 45px;
  height: 2px;
  bottom: -10px;
  left: 0;
  background: #323232;
}
.join-wrap .session_1 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.join-wrap .session_1 .col-md-4 {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.join-wrap .session_1 .item-box {
  position: relative;
  background: #f5f6fb;
  text-align: center;
  box-sizing: border-box;
  height: 330px;
  margin-bottom: 30px;
}
.join-wrap .session_1 .item-box .info {
  position: absolute;
  transition: all .3s;
  top: 50%;
  left: 0;
  right: 0;
  padding-left: 30px;
  padding-right: 30px;
  transform: translateY(-50%);
}
.join-wrap .session_1 .item-box .info .icon-box {
  margin-bottom: 8px;
}
.join-wrap .session_1 .item-box .info h3 {
  font-size: 24px;
  color: #414141;
}
.join-wrap .session_1 .item-box .info span {
  display: inline-block;
  font-size: 16px;
  color: #424040;
  opacity: .6;
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
}
.join-wrap .session_1 .item-box .info em {
  display: block;
  font-style: normal;
  font-size: 30px;
  color: #929292;
}
.join-wrap .session_1 .item-box .info p {
  display: none;
  text-align: left;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.join-wrap .session_1 .item-box:hover {
  background: #1b1b1b;
}
.join-wrap .session_1 .item-box:hover .info {
  margin-top: -5px;
}
.join-wrap .session_1 .item-box:hover .info h3 {
  color: #fff;
}
.join-wrap .session_1 .item-box:hover .info span {
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.join-wrap .session_1 .item-box:hover .info p {
  display: block;
  height: auto;
  line-height: 1.8;
}
.join-wrap .session_1 .item-box:hover .info em {
  display: none;
}
.join-wrap .session_1 .item-box.other-box {
  background: transparent!important;
  line-height: 330px;
}
.join-wrap .session_1 .item-box.other-box .tow-title {
  display: inline-block;
}
.join-wrap .session_2 {
  margin-top: 100px;
  height: 700px;
  background-size: cover;
  background-image: url(../images/img_9.jpg);
  background-position: center center;
  padding-top: 85px;
  box-sizing: border-box;
}
.join-wrap .session_2 .block {
  position: relative;
}
.join-wrap .session_2 .public-title {
  position: absolute;
  color: #fff;
  left: 50px;
  top: 66px;
}
.join-wrap .session_2 .public-title span {
  color: #fff;
  border-color: #fff;
  font-size: 24px;
  margin-right: 10px;
  padding-bottom: 20px;
  position: relative;
}
.join-wrap .session_2 .public-title span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}
.join-wrap .session_2 .centent-box {
  margin-top: 85px;
  padding-left: 80px;
  padding-right: 80px;
}
.join-wrap .session_2 .list-box {
  box-sizing: border-box;
}
.join-wrap .session_2 .list-box .item-box {
  float: left;
  width: 25%;
  height: 200px;
  border: 1px solid #858585;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
.join-wrap .session_2 .list-box .item-box:first-child {
  border-color: transparent;
}
.join-wrap .session_2 .list-box .item-box .title {
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}
.join-wrap .session_2 .list-box .item-box .title span {
  display: inline-block;
  vertical-align: top;
  font-size: 35px;
  position: relative;
  top: -4px;
  color: #818182;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1;
  margin-right: 10px;
  border-bottom: 1px solid #818182;
  margin-bottom: 8px;
}
.join-wrap .session_2 .list-box .item-box p {
  transition: all .3s;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}
.join-wrap .session_2 .list-box .item-box:hover {
  background: #626262;
  border-radius: 8px;
  border-color: #626262;
}
.join-wrap .session_2 .list-box .item-box:hover .title {
  transform: translateY(-10px);
  color: #fff;
}
.join-wrap .session_2 .list-box .item-box:hover .title span {
  color: #fff;
  border-bottom: none;
}
.join-wrap .session_2 .list-box .item-box:hover p {
  color: #fff;
  transform: translateY(-10px);
}
.join-wrap .session_2 .list-box .item-box:hover:first-child {
  border-color: transparent;
  background: transparent;
}
.join-wrap .session_3 {
  padding-top: 90px;
}
.join-wrap .session_3 .public-title {
  margin-bottom: 30px;
}
.join-wrap .session_3 .public-title span {
  display: inline-block;
  color: #333333;
  border-color: #333333;
  font-size: 24px;
  margin-right: 10px;
  padding-bottom: 15px;
  position: relative;
}
.join-wrap .session_3 .public-title span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #333333;
  bottom: 0;
  left: 0;
}
.join-wrap .session_3 .row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}
.join-wrap .session_3 .col-md-3 {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.join-wrap .session_3 .item-box {
  background: #f7f7fb;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.join-wrap .session_3 .item-box .icon-box {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: 1px dashed #b6b6b7;
  line-height: 100px;
  margin-bottom: 15px;
}
.join-wrap .session_3 .item-box .icon-box img {
  vertical-align: middle;
}
.join-wrap .session_3 .item-box .icon-box img.active {
  display: none;
}
.join-wrap .session_3 .item-box p {
  font-size: 16px;
  color: #121212;
}
.join-wrap .session_3 .item-box:hover {
  background: #353535;
}
.join-wrap .session_3 .item-box:hover p {
  color: #fff;
}
.join-wrap .session_3 .item-box:hover .icon-box img {
  display: none;
}
.join-wrap .session_3 .item-box:hover .icon-box img.active {
  display: inline-block;
}
.join-wrap .session_4 {
  background: #f5f6fb;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 100px;
}
.join-wrap .session_4 .public-title {
  margin-bottom: 50px;
}
.join-wrap .session_4 .public-title span {
  display: inline-block;
  color: #333333;
  border-color: #333333;
  font-size: 24px;
  margin-right: 10px;
  padding-bottom: 15px;
  position: relative;
}
.join-wrap .session_4 .public-title span:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #333333;
  bottom: 0;
  left: 0;
}
.join-wrap .session_4 .info-box {
  position: relative;
  z-index: 2;
  height: 240px;
  width: 100%;
  background: url(../images/img_18.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0;
  padding-top: 50px;
  box-sizing: border-box;
}
.join-wrap .session_4 .info-box .item-box {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding-top: 35px;
  box-sizing: border-box;
  margin-left: 30px;
  margin-right: 30px;
}
.join-wrap .session_4 .info-box .item-box:last-child:before {
  display: none;
}
.join-wrap .session_4 .info-box .item-box:before {
  position: absolute;
  right: -45px;
  top: 55px;
  content: '';
  width: 25px;
  height: 19px;
  background: url(../images/icon_33.png);
}
.join-wrap .session_4 .info-box .item-box img {
  margin-bottom: 5px;
}
.join-wrap .session_4 .info-box .item-box:hover {
  background: #af8964;
  border-color: #af8964;
}
.news_list-wrap .tab-box {
  text-align: center;
  margin-top: 50px;
}
.news_list-wrap .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #323232;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.news_list-wrap .tab-box a.active,
.news_list-wrap .tab-box a:hover {
  border-color: #323232;
}
.news_list-wrap .session_1 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.news_list-wrap .session_1 .col-md-4 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 33.33%;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #d5d5d5;
}
.news_list-wrap .session_1 .item-box {
  position: relative;
  height: 260px;
  overflow: hidden;
  width: 100%;
}
.news_list-wrap .session_1 .item-box .img-box {
  height: 260px;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.news_list-wrap .session_1 .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  transition: height .3s;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
.news_list-wrap .session_1 .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  margin-bottom: 5px;
}
.news_list-wrap .session_1 .item-box .txt-box p {
  display: none;
  font-size: 14px;
  color: #1f1f1f;
  opacity: .67;
  line-height: 1.6;
}
.news_list-wrap .session_1 .item-box .txt-box .bottom-box {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(31, 31, 31, 0.7);
}
.news_list-wrap .session_1 .item-box .txt-box .bottom-box span {
  float: right;
  font-size: 18px;
  color: #313131;
}
.news_list-wrap .session_1 .item-box .txt-box .bottom-box span em {
  display: inline-block;
  font-style: normal;
}
.news_list-wrap .session_1 .item-box:hover .txt-box {
  padding-top: 40px;
  box-sizing: border-box;
  height: 260px;
  padding-left: 25px;
  padding-right: 25px;
  background: #313131;
  line-height: 1.6;
}
.news_list-wrap .session_1 .item-box:hover .txt-box h3 {
  color: #fff;
  margin-bottom: 25px;
}
.news_list-wrap .session_1 .item-box:hover .txt-box p {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2;
}
.news_list-wrap .session_1 .item-box:hover .txt-box .bottom-box {
  display: block;
  color: #fff;
}
.news_list-wrap .session_1 .item-box:hover .txt-box .bottom-box span {
  color: #fff;
}
.news_list-wrap .page-box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.news_list-wrap .session_2 {
  text-align: left;
  padding-bottom: 50px;
}
.news_list-wrap .session_2 .text-box {
  margin-top: 40px;
}
.news_list-wrap .session_2 .text-box .title-box {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
}
.news_list-wrap .session_2 .text-box .title-box h3 {
  font-size: 18px;
  color: #363636;
  font-weight: 400;
}
.news_list-wrap .session_2 .text-box .title-box p {
  margin-top: 25px;
  font-size: 16px;
  color: #515151;
}
.news_list-wrap .session_2 .text-box .title-box p span {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
.news_list-wrap .session_2 .text-box .des-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #4c4c4c;
  margin-bottom: 25px;
}
.news_list-wrap .session_2 .text-box .des-box p img {
  max-width: 100%;
}
.news_list-wrap .session_2 .text-box .bottom-box {
  border-bottom: 1px solid #cacbcd;
  margin-top: 50px;
}
.news_list-wrap .session_2 .text-box .bottom-box .black-btn {
  display: inline-block;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #323232;
  color: #ffffff;
  font-size: 16px;
}
.news_list-wrap .session_2 .text-box .bottom-box .share-box {
  float: right;
}
.news_list-wrap .session_2 .text-box .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
.news_list-wrap .session_2 .text-box .other-box {
  margin-top: 20px;
}
.news_list-wrap .session_2 .text-box .other-box ul li a {
  line-height: 3;
  color: #626262;
  font-size: 14px;
}
.news_list-wrap .session_2 .text-box .other-box ul li a:hover {
  color: #12357c;
}
.case_list-wrap .session_1 {
  margin-top: 50px;
}
.case_list-wrap .session_1 .row {
  margin-left: -25px;
  margin-right: -25px;
}
.case_list-wrap .session_1 .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.case_list-wrap .session_1 .item-box {
  position: relative;
  cursor: pointer;
}
.case_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
}
.case_list-wrap .session_1 .item-box .txt-box {
  position: absolute;
  bottom: 0;
  height: 55px;
  z-index: 2;
  background: #fff;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 55px;
  border-bottom: 1px solid #c9c9c9;
}
.case_list-wrap .session_1 .item-box:hover .txt-box {
  background: transparent;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: none;
}
.case_list-wrap .page-box {
  margin-bottom: 50px;
}
.pro_list-wrap .session_1 .tab-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.pro_list-wrap .session_1 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  /*margin-left: 25px;*/
  /*margin-right: 25px;*/
  /*padding-bottom: 10px;*/
  padding: 10px;
  border-bottom: 1px solid transparent;
  background: #000000;
}
.pro_list-wrap .session_1 .tab-box a.active,
.pro_list-wrap .session_1 .tab-box a:hover {
  border-color: #323232;
}
.pro_list-wrap .session_1 .row {
  margin-left: -13px;
  margin-right: -13px;
}
.pro_list-wrap .session_1 .col-md-4 {
  float: left;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 60px;
}
.pro_list-wrap .session_1 .item-box .img-box img {
  width: 100%;
}
.pro_list-wrap .session_1 .item-box .txt-box h3 {
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  font-size: 14px;
  color: #464646;
  box-sizing: border-box;
  border-bottom: 1px solid #dcdcdc;
  transition: all .3s;
}
.pro_list-wrap .session_1 .item-box .txt-box p {
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  transition: all .3s;
}
.pro_list-wrap .session_1 .item-box .txt-box p i {
  display: inline-block;
  margin-left: 30px;
  font-style: normal;
}
.pro_list-wrap .session_1 .item-box .txt-box p span {
  display: none;
  width: 40px;
  border-left: 1px solid #949494;
  float: right;
  text-align: center;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box {
  background: #282828;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box h3 {
  border-color: #949494;
  color: #fff;
  padding-left: 15px;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box p {
  color: #fff;
  padding-left: 15px;
}
.pro_list-wrap .session_1 .item-box:hover .txt-box p span {
  display: block;
}
.pro_list-wrap .session_1 .page-box {
  margin-bottom: 50px;
}
.pro_list-wrap .session_2 .tab-box {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.pro_list-wrap .session_2 .tab-box a {
  display: inline-block;
  font-size: 16px;
  color: #323232;
  margin-left: 25px;
  margin-right: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.pro_list-wrap .session_2 .tab-box a.active,
.pro_list-wrap .session_2 .tab-box a:hover {
  border-color: #323232;
}
.pro_list-wrap .session_3 {
  background: #f9fafd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.pro_list-wrap .session_3 .msg-box {
  border-bottom: 80px solid #fff;
}
.pro_list-wrap .session_3 .msg-box .imgs-box {
  margin-right: 55px;
  float: left;
  width: 588px;
  padding-right: 25px;
  box-sizing: border-box;
  background: #fff;
}
.pro_list-wrap .session_3 .msg-box .imgs-box .img-box {
  background-position: 50%;
  background-size: cover;
}
.pro_list-wrap .session_3 .msg-box .gallery-top .img-box {
  height: 360px;
}
.pro_list-wrap .session_3 .msg-box .gallery-thumbs .img-box {
  height: 100px;
}
.pro_list-wrap .session_3 .msg-box .small-box {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-top: 20px;
}
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-next,
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-prev {
  height: 100px;
  width: 25px;
  border: 1px solid #d8d8d8;
  top: 20px;
  color: #333;
  outline: none;
  background-size: 10px auto;
}
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-next:after,
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-prev:after {
  font-size: 18px;
}
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-prev {
  left: 0;
}
.pro_list-wrap .session_3 .msg-box .small-box .swiper-button-next {
  right: 0;
}
.pro_list-wrap .session_3 .msg-box .txt-box {
  padding-top: 55px;
  width: 602px;
  box-sizing: border-box;
  float: left;
}
.pro_list-wrap .session_3 .msg-box .txt-box .info-box {
  border-bottom: 1px solid #e1e2e4;
  padding-bottom: 20px;
}
.pro_list-wrap .session_3 .msg-box .txt-box .info-box span {
  font-size: 24px;
  color: #323232;
  font-weight: 700;
  line-height: 1;
}
.pro_list-wrap .session_3 .msg-box .txt-box .info-box h3 {
  font-weight: 400;
  font-size: 18px;
  color: #323232;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pro_list-wrap .session_3 .msg-box .txt-box .info-box p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
.pro_list-wrap .session_3 .msg-box .txt-box .bottom-box .txt_1 {
  height: 31px;
  line-height: 31px;
  background: #1b1b1b;
  color: #fff;
  padding-left: 20px;
  width: 340px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  margin-top: 45px;
}
.pro_list-wrap .session_3 .msg-box .txt-box .bottom-box .txt_1 span {
  position: absolute;
  right: 0;
  top: 0;
  height: 31px;
  line-height: 31px;
  background: #fff;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .msg-box .txt-box .bottom-box .share-box {
  margin-top: 80px;
  text-align: right;
  font-size: 16px;
}
.pro_list-wrap .session_3 .msg-box .txt-box .bottom-box .share-box .bshare-custom {
  display: inline-block;
}
.pro_list-wrap .session_3 .centent-box {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.pro_list-wrap .session_3 .centent-box .left-other {
  float: left;
  width: 830px;
}
.pro_list-wrap .session_3 .centent-box .left-other .title-box {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #cececf;
  color: #969696;
  font-size: 14px;
  margin-bottom: 30px;
}
.pro_list-wrap .session_3 .centent-box .left-other .title-box span {
  font-size: 22px;
  color: #323232;
  font-weight: 700;
  margin-right: 10px;
  border-left: 2px solid #323232;
  padding-left: 10px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 {
  padding-bottom: 30px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 .table-box {
  background: #fff;
  width: 100%;
  padding: 20px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table {
  width: 100%;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table tr {
  height: 38px;
  line-height: 38px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table tr td {
  border: 1px solid #dcdcdc;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table tr td:nth-child(1) {
  width: 120px;
  text-align: center;
  color: #323232;
  font-size: 16px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table tr td:nth-child(2) {
  padding-left: 100px;
  font-size: 16px;
  color: #5f5f5f;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_1 table tr:nth-child(2n) {
  background: #eeeeee;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_2 .item-box img {
  width: 100%;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_2 .item-box p {
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_2 .swiper-pagination {
  position: static;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #323232;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_3 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_3 .col-md-2 {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_3 .item-box {
  text-align: center;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_3 .item-box .img-box {
  height: 150px;
  border-radius: 10px;
  background-size: cover;
  background-position: 50%;
}
.pro_list-wrap .session_3 .centent-box .left-other .box_3 .item-box p {
  margin-top: 10px;
}
.pro_list-wrap .session_3 .centent-box .right-other {
  width: 330px;
  float: right;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.pro_list-wrap .session_3 .centent-box .right-other .title-box {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #cececf;
  color: #969696;
  font-size: 14px;
  margin-bottom: 30px;
}
.pro_list-wrap .session_3 .centent-box .right-other .title-box span {
  font-size: 22px;
  color: #323232;
  font-weight: 700;
  margin-right: 10px;
  border-left: 2px solid #323232;
  padding-left: 10px;
}
.pro_list-wrap .session_3 .centent-box .right-other .item-box {
  margin-bottom: 40px;
}
.pro_list-wrap .session_3 .centent-box .right-other .item-box .img-box {
  height: 270px;
  text-align: center;
  line-height: 270px;
  border: 1px solid #c1c1c1;
}
.pro_list-wrap .session_3 .centent-box .right-other .item-box .img-box img {
  vertical-align: middle;
}
.pro_list-wrap .session_3 .centent-box .right-other .item-box .txt-box {
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333;
  border: 1px solid #c1c1c1;
  border-top: none;
}
.pro_list-wrap .session_3 .centent-box .right-other .item-box:hover .txt-box {
  background: #323232;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */