.public-title {
  font-size: 14px;
  color: #535353;
  border-bottom: 1px solid #c9c9c9;
}

.public-title span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  color: #535353;
  padding-bottom: 20px;
  margin-right: 5px;
  border-bottom: 2px solid #535353;
}

.session_1 .banner-box {
  height: auto;
  position: relative;
}

.session_1 .banner-box img {
  width: 100%;
}

.session_1 .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 20px;
}

.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 1;
  margin-left: 8px;
  margin-right: 8px;
  outline: none;
}

.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  box-sizing: border-box;
}

.session_1 .swiper-pagination .swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
}

.session_1 img {
  width: 100%;
}

.session_1 .swiper-button-next {
  right: 120px;
  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");
}

.session_1 .swiper-button-prev {
  left: 120px;
  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");
}

.session_1 .swiper-button-next,
.session_1 .swiper-button-prev {
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 40px;
  height: 100px;
  margin-top: -50px;
  background-position: center center;
  background-size: 12px auto;
}

.session_1 .swiper-button-next:hover,
.session_1 .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

.session_2 {
  margin-top: 100px;
  position: relative;
}

.session_2 .centent-box {
  height: 650px;
  line-height: 650px;
}

.session_2 .centent-box .txt-box {
  display: inline-block;
  line-height: 1.6;
  width: 650px;
  padding-right: 55px;
  box-sizing: border-box;
  vertical-align: middle;
}

.session_2 .centent-box .txt-box .title-box {
  margin-bottom: 55px;
}

.session_2 .centent-box .txt-box .title-box h3 {
  font-size: 30px;
  color: #3c3c3c;
  line-height: 1;
  margin-bottom: 10px;
}

.session_2 .centent-box .txt-box .title-box p {
  font-size: 12px;
  color: #3c3c3c;
}

.session_2 .centent-box .txt-box .des-box p {
  font-size: 16px;
  line-height: 2;
  color: #3c3c3c;
}

.session_2 .centent-box .txt-box .des-box .more-box {
  margin-top: 40px;
  font-size: 16px;
}

.session_2 .centent-box .txt-box .des-box .more-box a {
  position: relative;
  padding-right: 30px;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 1px solid #d9d9d9;
}

.session_2 .centent-box .txt-box .des-box .more-box a:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #434343;
  bottom: -1px;
  left: 0;
  transition: all .3s;
}

.session_2 .centent-box .txt-box .des-box .more-box a:hover:before {
  width: 130px;
}

.session_2 .centent-box .img-box {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
  margin-top: 25px;
  width: 50%;
  line-height: 1;
  background: #d6d6d6;
  padding: 15px;
  padding-right: 0;
}

.session_2 .centent-box .img-box img {
  width: 100%;
}

.session_3 {
  background: #000000;
}

.session_3 .list-box {
  position: relative;
  z-index: 2;
  height: 230px;
  padding-top: 80px;
  box-sizing: border-box;
}

.session_3 .list-box .item-box {
  float: left;
  width: 25%;
  text-align: center;
  color: #fff;
}

.session_3 .list-box .item-box .txt-box {
  position: relative;
  display: inline-block;
}

.session_3 .list-box .item-box .txt-box:before {
  position: absolute;
  content: '';
  width: 110px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  top: 50%;
  right: -160px;
}

.session_3 .list-box .item-box:last-child .txt-box:before {
  display: none;
}

.session_3 .list-box .item-box h3 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  font-weight: 400;
}

.session_3 .list-box .item-box h3 em {
  font-style: normal;
}

.session_3 .list-box .item-box h3 i {
  font-style: normal;
  font-size: 18px;
  margin-left: 5px;
}

.session_3 .list-box .item-box h3 span {
  position: absolute;
  font-size: 18px;
  top: -8px;
  right: -20px;
}

.session_3 .list-box .item-box p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.session_4 {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #f5f6ff;
}

.session_4 .centent-box {
  margin-top: 60px;
}

.session_4 .centent-box .swiper-pagination {
  text-align: right;
  font-size: 30px;
  color: #000000;
  letter-spacing: -3px;
}

.session_4 .centent-box .swiper-pagination .swiper-pagination-current {
  font-size: 28px;
}

.session_4 .centent-box .swiper-pagination em {
  font-size: 18px;
  color: #7d7d7d;
  font-style: normal;
}

.session_4 .centent-box .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
  color: #7d7d7d;
  padding-right: 20px;
}

.session_4 .centent-box .swiper-button-next,
.session_4 .centent-box .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: #333;
  top: auto;
  bottom: 60px;
  background-size: 12px auto;
}

.session_4 .centent-box .swiper-button-prev {
  left: auto;
  right: 80px;
  background-color: #fff;
}

.session_4 .item-box .img-box {
  float: left;
  margin-right: 75px;
}

.session_4 .item-box .txt-box {
  padding-top: 55px;
  float: left;
}

.session_4 .item-box .txt-box h3 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 20px;
}

.session_4 .item-box .txt-box p {
  font-size: 14px;
  color: #000000;
}

.session_4 .list-box {
  margin-top: 58px;
}

.session_4 .list-box .row {
  margin-left: -15px;
  margin-right: -15px;
}

.session_4 .list-box .col-md-2 {
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  float: left;
}

.session_4 .list-box .col-md-2.active .item-tab {
  background: #000000;
  color: #fff;
}

.session_4 .list-box .col-md-2.active .item-tab img {
  display: none;
}

.session_4 .list-box .col-md-2.active .item-tab img.hover {
  display: inline-block;
}

.session_4 .list-box .item-tab {
  height: 86px;
  line-height: 84px;
  border: 1px solid #b1b2b4;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #777777;
}

.session_4 .list-box .item-tab img {
  margin-right: 15px;
}

.session_4 .list-box .item-tab img.hover {
  display: none;
}

.session_4 .list-box .item-tab:hover {
  background: #000000;
  color: #fff;
}

.session_4 .list-box .item-tab:hover img {
  display: none;
}

.session_4 .list-box .item-tab:hover img.hover {
  display: inline-block;
}

.session_5 {
  width: 100%;
  height: 830px;
  padding-top: 85px;
  box-sizing: border-box;
  background-image: url(../images/img_3.jpg);
}

.session_5 .public-title {
  color: #fff;
}

.session_5 .public-title span {
  color: #fff;
  border-color: #fff;
}

.session_5 .centent-box {
  position: relative;
  margin-top: 80px;
  padding-left: 110px;
}

.session_5 .centent-box .tab-box {
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
}

.session_5 .centent-box .tab-box ul li {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}

.session_5 .centent-box .tab-box ul li span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.session_5 .centent-box .tab-box ul li.active span,
.session_5 .centent-box .tab-box ul li:hover span {
  border-color: #fff;
}

.session_5 .item-box {
  height: 530px;
  width: 100%;
  position: relative;
}

.session_5 .item-box .big-box {
  position: relative;
  width: 510px;
  height: 510px;
}

.session_5 .item-box .big-box img {
  position: relative;
}

.session_5 .item-box .big-box .bg-box {
  position: absolute;
  width: 510px;
  height: 510px;
  background: rgba(255, 255, 255, 0.5);
  right: -20px;
  top: 20px;
}

.session_5 .item-box .txt-box {
  position: absolute;
  top: 90px;
  left: 440px;
  background: #fff;
  width: 580px;
  height: 260px;
  padding-top: 60px;
  box-sizing: border-box;
  padding-right: 40px;
  padding-left: 40px;
  z-index: 3;
}

.session_5 .item-box .txt-box h3 {
  position: relative;
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 15px;
}

.session_5 .item-box .txt-box h3:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 0;
  background: #3d3d3d;
}

.session_5 .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #4a4a4a;
}

.session_5 .item-box .small-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

.session_5 .swiper-button-next,
.session_5 .swiper-button-prev {
  width: 70px;
  height: 70px;
  background-color: #333;
  top: auto;
  bottom: 0px;
  right: 130px;
  background-size: 12px auto;
}

.session_5 .swiper-button-prev {
  left: auto;
  right: 200px;
  background-color: #fff;
}

.session_6 {
  margin-top: 75px;
  padding-bottom: 100px;
}

.session_6 .tab-box {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.session_6 .tab-box span {
  display: inline-block;
  font-size: 18px;
  color: #535353;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  cursor: pointer;
}

.session_6 .tab-box span:hover,
.session_6 .tab-box span.active {
  border-bottom: 1px solid #313131;
}

.session_6 .all-box .list-box {
  display: none;
}

.session_6 .all-box .list-box.active {
  display: block;
}

.session_6 .all-box .row {
  margin-left: -13px;
  margin-right: -13px;
}

.session_6 .all-box .col-md-4 {
  float: left;
  padding-left: 13px;
  padding-right: 13px;
}

.session_6 .all-box .item-box .img-box img {
  width: 100%;
}

.session_6 .all-box .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;
}

.session_6 .all-box .item-box .txt-box p {
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  transition: all .3s;
}

.session_6 .all-box .item-box .txt-box p i {
  display: inline-block;
  margin-left: 30px;
  font-style: normal;
}

.session_6 .all-box .item-box .txt-box p span {
  display: none;
  width: 40px;
  border-left: 1px solid #949494;
  float: right;
  text-align: center;
}

.session_6 .all-box .item-box:hover .txt-box {
  background: #000000;
}

.session_6 .all-box .item-box:hover .txt-box h3 {
  border-color: #949494;
  color: #fff;
  padding-left: 15px;
}

.session_6 .all-box .item-box:hover .txt-box p {
  color: #fff;
  padding-left: 15px;
}

.session_6 .all-box .item-box:hover .txt-box p span {
  display: block;
}

.session_7 {
  height: 700px;
  background-size: cover;
  background-image: url(../images/img_9.jpg);
  background-position: center center;
  padding-top: 85px;
  box-sizing: border-box;
}

.session_7 .public-title {
  color: #fff;
}

.session_7 .public-title span {
  color: #fff;
  border-color: #fff;
}

.session_7 .centent-box {
  margin-top: 85px;
  padding-left: 300px;
}

.session_7 .list-box {
  box-sizing: border-box;
}

.session_7 .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;
}

.session_7 .list-box .item-box:first-child {
  border-color: transparent;
}

.session_7 .list-box .item-box .title {
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}

.session_7 .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;
}

.session_7 .list-box .item-box p {
  transition: all .3s;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}

.session_7 .list-box .item-box:hover {
  background: #626262;
  border-radius: 8px;
  border-color: #626262;
}

.session_7 .list-box .item-box:hover .title {
  transform: translateY(-10px);
  color: #fff;
}

.session_7 .list-box .item-box:hover .title span {
  color: #fff;
  border-bottom: none;
}

.session_7 .list-box .item-box:hover p {
  color: #fff;
  transform: translateY(-10px);
}

.session_7 .list-box .item-box:hover:first-child {
  border-color: transparent;
  background: transparent;
}

.session_8 {
  margin-top: 80px;
}

.session_8 .centent-box {
  padding-top: 55px;
  padding-bottom: 100px;
}

.session_8 .row {
  margin-left: -20px;
  margin-right: -20px;
}

.session_8 .col-md-4 {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 33.33%;
}

.session_8 .item-box {
  border: 1px solid #a9a9a9;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.session_8 .item-box a {
  display: block;
}

.session_8 .item-box .time {
  position: relative;
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.session_8 .item-box .time:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #3d3d3d;
}

.session_8 .item-box .time span {
  font-size: 16px;
  margin-left: 10px;
}

.session_8 .item-box .txt-box {
  position: relative;
  height: 220px;
}

.session_8 .item-box .txt-box .title {
  font-size: 16px;
  color: #000000;
  line-height: 1;
  margin-bottom: 14px;
}

.session_8 .item-box .txt-box p {
  font-size: 14px;
  color: #676767;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.session_8 .item-box .txt-box .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #727272;
  height: 85px;
  line-height: 85px;
}

.session_8 .item-box .txt-box .bottom-box .arr {
  opacity: 0;
  float: right;
  transform: translate(-10px, 0);
  transition: transform .5s;
}

.session_8 .item-box:hover {
  background: #000000;
}

.session_8 .item-box:hover .time {
  color: #fff;
}

.session_8 .item-box:hover .time:before {
  background: #fff;
}

.session_8 .item-box:hover .txt-box .title {
  color: #fff;
}

.session_8 .item-box:hover .txt-box p {
  color: #676767;
}

.session_8 .item-box:hover .txt-box .bottom-box {
  border-top: 1px solid #fff;
}

.session_8 .item-box:hover .txt-box .bottom-box span {
  color: #fff;
}

.session_8 .item-box:hover .txt-box .bottom-box .arr {
  opacity: 1;
  transform: translate(0px, 0);
}

.session_9 {
  width: 100%;
  height: 540px;
  margin-top: 80px;
  background-size: cover;
  background-image: url(../images/img_10.jpg);
}

.session_9 .leave-box {
  position: relative;
  top: -80px;
  width: 450px;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  padding-bottom: 50px;
}

.session_9 .leave-box .title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.session_9 .leave-box .title h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.session_9 .leave-box .title p {
  line-height: 40px;
  background: #000000;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
}

.session_9 .leave-box .form-box .line-box {
  margin-bottom: 25px;
}

.session_9 .leave-box .form-box .input-box {
  display: inline-block;
  font-size: 0;
}

.session_9 .leave-box .form-box .input-box label {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  vertical-align: top;
}

.session_9 .leave-box .form-box .input-box input {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 200px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
}

.session_9 .leave-box .form-box .input-box select {
  height: 30px;
  line-height: 30px;
  text-align: left;
  width: 100px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}

.session_9 .leave-box .form-box .input-box span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: 2px;
  color: red;
  font-size: 14px;
}

.session_9 .leave-box .form-box .input-box textarea {
  height: 60px;
  line-height: 1.6;
  text-align: left;
  width: 310px;
  background: #fff;
  border: 1px solid #c1c1c1;
  padding: 10px;
  box-sizing: border-box;
}

.session_9 .leave-box .form-box .btns-box {
  font-size: 16px;
  padding-left: 70px;
  font-size: 0;
}

.session_9 .leave-box .form-box .btns-box span {
  display: inline-block;
  width: 150px;
  height: 30px;
  background: #000;
  text-align: center;
  line-height: 30px;
  margin-left: 6px;
  margin-right: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.session_9 .leave-box .form-box .btns-box span:hover {
  background: #fff;
  color: #333;
}

/*# sourceMappingURL=index.css.map */







/*index-join*/
.index-join {
  padding-top: 70px;
  padding-bottom: 55px;
  background: url(../images/index-joinbg.jpg) repeat 50% 50% #2c2c2c;
  overflow: hidden;
  background-attachment: fixed;
}

.index-joinBox {
  padding-left: 50%;
  position: relative;
}

.index-joinleft {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.index-joinleft .ImgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.index-joinleft .ImgBox img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-joinleft .ImgBox,
.index-joinleft .ImgBox img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all .5s ease-in-out;
}

.index-joinleft .ImgBox:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.index-joinleft .listTitle {
  overflow: hidden;
  display: block;
  padding: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.index-joinleft .listTitle {
  vertical-align: bottom;
}

.index-joinleft .listTitle .listTitleBox {
  overflow: hidden;
  padding: 0 30px;
}

.index-joinleft .listTitle .t {
  font-size: 20px;
  color: #ffffff;
  line-height: 90px;
  overflow: hidden;
}

.index-joinleft .listTitle .more {
  position: absolute;
  bottom: 20px;
  right: 30px;
  /* height:58px;*/
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.index-joinleft .listTitle .more span {
  color: #fff;
}

.index-joinleft .listTitle .more em {
  background-image: url(../images/m1.png);
}

.index-joinleft .listTitle .more:hover {
  background-color: #faca99;
  border-color: #faca99;
}

@media screen and (max-width:1220px) {
  .index-joinBox {
    padding-left: 0;
  }

  .index-joinleft {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: auto;
  }

  .index-joinleft .ImgBox {
    height: auto;
    height: 300px;
    overflow: hidden;
    background-color: #b6b6b6;
  }

  .index-joinleft .ImgBox img {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .index-joinleft .listTitle .t {
    font-size: 18px;
    line-height: 90px;
  }
}

@media screen and (max-width:1024px) {
  .index-joinleft .listTitle .t {
    font-size: 16px;
    line-height: 70px;
  }
}

@media screen and (max-width:768px) {
  .index-joinleft .listTitle .t {
    font-size: 14px;
    line-height: 70px;
  }

  .index-joinleft .ImgBox {
    height: auto;
    height: auto;
    overflow: hidden;
    max-height: 300px;
  }

  .index-joinleft .ImgBox img {
    position: static;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.index-joinList {
  width: 100%;
  border-top: 1px solid #292929;
}

.index-joinList ul {
  height: auto;
  overflow: hidden;
  margin: 0;
  font-size: 0;
}

.index-joinList ul li {
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 33.3333333%;
  vertical-align: top;
}

.index-joinList ul li a {
  display: block;
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid #292929;
  border-right: 1px solid #292929;
  background: #1e1e1e;
}

.index-joinList ul li a:hover {
  background: url(../images/index-join-iconbg.png) no-repeat 50% 50% #2c2c2c;
}

.index-joinList ul li .ImgBox {
  height: auto;
  display: block;
  width: 126px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 50%;
}

.index-joinList ul li .ImgBox img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.index-joinList ul li .ImgBox img,
.index-joinList ul li a {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all .5s ease-in-out;
}

.index-joinList ul li a:hover .ImgBox img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.index-joinList ul .listTitle {
  overflow: hidden;
  display: block;
  padding: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.index-joinList ul .listTitle .listTitleBox {
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
}

.index-joinList ul .listTitle .t {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

.index-joinList ul .listTitle .t2 {
  font-size: 14px;
  color: #b7b7b7;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}

@media screen and (max-width:1520px) {
  .index-joinList ul li .ImgBox {
    width: 100px;
  }

  .index-joinList ul .listTitle .t {
    font-size: 14px;
  }

  .index-joinList ul .listTitle .t2 {
    font-size: 12px;
  }
}

@media screen and (max-width:1220px) {
  .index-joinList {
    width: 100%;
    float: none;
    border-top: 1px solid #292929;
    border-left: 1px solid #292929;
  }

}

@media screen and (max-width:768px) {
  .index-joinList ul li {
    width: 50%;
  }
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .w1400 {
    width: 1200px;
  }
}
@media (max-width: 1270px){
  .w1400 {
    width: 93.75%;
}
}

.indexTitle {
  text-align: center;
  margin-bottom: 30PX;
  position: relative;
  padding-bottom: 50px;
  background-image: url(../images/tit.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 37px;
}

.indexTitle .cn {
  font-size: 46px;
  color: #faca99;
  font-weight: 300;
  line-height: normal;
  position: relative;
  font-family: '思源黑体 CN', 'SourceHanSansCN-Regular', "PingFang SC", PingHei, STHeitiSC-Light, "Myriad Set Pro", "Lucida Grande", "Helvetica Neue", Helvetica, "microsoft yahei", SimHei, tahoma, Arial, Verdana, sans-serif;
  margin-bottom: 18px;
}

.indexTitle .cn a {
  color: #faca99;
}

.indexTitle .wz {
  font-size: 20px;
  color: #a7a7a7;
  position: relative;
}

@media screen and (max-width: 1520px) {
  .indexTitle .cn {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }

  .indexTitle .wz {
    font-size: 18px;
  }
}




/*index-client*/
.index-client .indexMore{ text-align:center; margin-top:50px;}
.index-client{width:100%;height:auto;padding-bottom:70px;padding-top:55px;overflow:hidden;position:relative;background:url(../images/index-clientbg.jpg) repeat 50% 50% #1e1e1e;background-attachment: fixed;}
.index-client .clientList{margin: 0 auto;position:relative;padding-top:25px;}
.index-client ul{height:auto;margin:0 -9px; font-size:0;}
.index-client ul li{list-style:none;display:inline-block;*display:inline;zoom:1; width:16.66666666666667%; margin-bottom:18px;}
.index-client ul li a{ display:block;overflow:hidden;margin:0 9px; background:#fff;}
.index-client ul li .ImgBox{height:auto;display:block; }
.index-client ul li .ImgBox img{max-width:100%;width:100%;max-height:100%; display:block;}
.index-client ul li a .ImgBox,.index-client ul li a{transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.index-client ul li a:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1);transform: scale(1.1);}
.more3 .mousebtn .mouse {background:url(../images/index-drop2.png) no-repeat 50% 50% ;}
@media screen and (max-width:1220px) {
.index-client ul{width:100;height:auto; overflow:hidden; } 
.index-client ul li{width:25%;}
.index-client ul li a{height:auto;}
.index-client ul li .ImgBox{width:100%;height:auto; display:block;}
.index-client ul li .ImgBox img{max-width:100%;max-height:100%;} 
}
@media screen and (max-width:1024px) {
.index-client ul li{width:33.3333333%;} 	 
}
@media screen and (max-width:768px) {
.index-client ul{margin:0 -5px;}
.index-client ul li{margin-bottom:10px;}
.index-client ul li a{margin:0 5px;} 
}



/*index-newsBanner*/
.index-news{padding-top:130px; padding-bottom:55px; background:#2a2a2a; overflow:hidden;}
.index-newsBox .w1400,.index-newsBanner .swiper-container{ overflow:visible;}
.index-newsBox{padding:30px 0 0 0; position:relative;}
/*.index-newsBanner{overflow:visible;background:#fff;padding:60px 0;}*/
.index-newsBanner .newsli{width:33.33333%;float:left;background:#fff;}
.index-newsBanner .li a{ padding:25px 22px 25px 22px; display:block; vertical-align:bottom;background-image:url(../images/m3.png);background-size:20px;background-position:92% 22px;background-repeat:no-repeat; background-color:#ffffff; position:relative;}
.index-newsBanner .li a:before{ content:''; position:absolute; right:0; top:0; width:0%; height:100%; background:#1f1f1f;}
.index-newsBanner .li a:hover:before{width:100%;}
.index-newsBanner .li .ImgBox{width:160px;height:200px;overflow:hidden;position:relative;z-index:1; background:#ccc;}
.index-newsBanner .li .ImgBox img{display:block;position:absolute;top: 50%;left: 50%;-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);padding: 0%;height: 100%;height: 100%;object-fit: contain; max-width:none;}
.index-newsBanner .li a:hover .ImgBox img{-moz-transform: scale(1.1) translate(-50%, -50%); -webkit-transform: scale(1.1) translate(-50%, -50%);transform: scale(1.1) translate(-50%, -50%);}
.index-newsBanner .li .ImgBox img,.index-newsBanner .li .listTitle .listTitleBox,.index-newsBanner .li .listTitle .m,.index-newsBanner .li a,.index-newsBanner .li a:before{-moz-transition: all .3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;transition: all .3s ease-in-out;}
.index-newsBanner .li .listTitle{overflow:hidden;display:block;padding:0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; position:absolute; bottom:0; right:0; width:80%; max-width:340px;}
.index-newsBanner .li .listTitle{padding:40px 0;vertical-align:bottom;}
.index-newsBanner .li .listTitle .listTitleBox{overflow:hidden;padding:0 30px;}
.index-newsBanner .li .listTitle .t{font-size:18px;color:#000000;line-height:24px;overflow:hidden;max-height:48px;}
.index-newsBanner .li .d{font-size:16px;color:#000000;overflow:hidden;line-height:24px;margin-bottom:30px;}
.index-newsBanner .li a:hover .listTitle .t{color:#faca99;}
.index-newsBanner .li a:hover .d{color:#faca99;}
.index-newsBanner .li a .line{transition: all 0.5s;position: absolute;left: 0px;bottom: 0px;width: 0%;height:1px;}
.index-newsBanner .li a:hover .line{transition: all 0.5s;width: 100%;background:#f7b216;}
.index-newsBanner .li a:hover .ImgBox{box-shadow: 0 0px 10px rgba(0,0,0,0.1);}
/**/
.index-newsBanner .swiper-button-prev{outline:none;position:absolute;top:50%;width:50px;height:50px;left:5%;margin-top:-25px;background: url(../images/index-left.png) center no-repeat;background-size:50px;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;} 
.index-newsBanner .swiper-button-next{outline:none;position:absolute;top:50%;width:50px;height:50px;right:5%;margin-top:-25px;background: url(../images/index-right.png) center no-repeat;background-size:50px;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;} 
.index-newsBanner .swiper-button-next.swiper-button-disabled, .index-newsBanner .swiper-button-prev.swiper-button-disabled{opacity:0;}
/**/
.index-newsBanner .swiper-pagination{ position: static; text-align:center; margin-top:10px;}
.index-newsBanner .swiper-pagination span{width:8px;height:8px;border:1px solid #fff;opacity:1;float:none; margin:0;margin-right:16px;border-radius:10px;background:#d8d8d8;transition: width .3s linear;cursor: pointer;}
.index-newsBanner .swiper-pagination span.swiper-pagination-bullet-active{background:#faca99; border-color:#faca99;width:20px;}
@media screen and (max-width:1620px){
.index-newsBanner .li .listTitle{width:60%;max-width:300px;}	
}
@media screen and (max-width:1440px){
.index-newsBanner .li .listTitle{width:55%;}
}
@media screen and (max-width:1024px){
	.index-news{padding-top:70px; padding-bottom:55px;}
	.index-newsBanner .li a:before{ display:none;}
	.index-newsBanner .li .listTitle .t{font-size:16px;}
	.index-newsBanner .li .d{font-size:14px;margin-bottom:20px;}
}
@media screen and (max-width:992px){
.index-newsBanner .li .listTitle{width:55%;}
}
@media screen and (max-width:768px){
	.index-news{padding-top:60px; padding-bottom:55px;}
	.index-newsBanner .newsli{width:100%;}
	.index-newsBox{padding:30px 0 0 0;}
    .index-newsBanner .li a{ padding:20px 20px 20px 20px;background-size:15px;background-position:96% 20px;}
	.index-newsBanner .li .listTitle .listTitleBox{ padding:0;}
	.index-newsBanner .li .ImgBox{width:40%;height:150px;}
	.index-newsBanner .li .listTitle{padding:40px 20px;}
	.index-newsBanner .li .listTitle .t{font-size:15px;}
	.index-newsBanner .li .d{font-size:12px;margin-bottom:10px;}
	.index-newsBanner .li .listTitle{width:50%;}
}
@media screen and (max-width:550px){
.index-newsBanner .li .listTitle{width:45%;}
}
