.join-wp {
  background: #fff;
}
.join-wp .container {
  width: 1200px;
  margin: 0 auto;
}
.join-wp .join-banner {
  position: relative;
}
.join-wp .join-banner img {
  width: 100%;
}
.join-wp .join-banner .banner-btn {
  position: absolute;
  width: 165px;
  left: 18.75%;
  top: 54.53%;
}
.join-wp .join-provide {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 97px;
  color: #111111;
}
.join-wp .join-provide .provide-items {
  display: inline-block;
  width: 320px;
}
.join-wp .join-provide .provide-items:not(:last-child) {
  margin-right: 116px;
}
.join-wp .join-provide .provide-items img {
  width: 55px;
}
.join-wp .join-position {
  width: 100%;
  background: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 87px;
}
.join-position .position-items {
  color: #111;
}
.join-position .position-items:not(:last-child) {
  margin-bottom: 60px;
}
.position-items .position-join {
  position: relative;
  width: 100px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
}
.position-items .position-join:hover {
  background: #111111;
  color: #fff;
  border-color:  #111111;
}
.position-join .join-ps {
  position: absolute;
  display: none;
  width: 276px;
  height: 101px;
  background: url('https://tuatara.timesmedia.com.cn/public/timesmediagroup/images/join/zhaopin_bg_mask.png') no-repeat;
  background-size: 100% 100%;
  padding: 20px;
  padding-top: 26px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: normal;
  text-align: start;
  box-sizing: border-box;
  bottom: -112px;
  cursor: auto;
  right: 0;
  z-index: 1;
}
.position-items .posiotion-li-box {
  padding-top: 18px;
  font-size: 0;
}
.position-items .posiotion-li {
  display: inline-block;
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid #999999;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
}
.position-items .posiotion-li:not(:last-child) {
  margin-right: 20px;
}
.position-items .position-line {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin-top: 30px;
}
.position-items .position-btn {
  padding-top: 14px;
}
.position-items .position-info {
  padding-top: 28px;
}
.position-items .position-info p {
  font-size: 16px;
  line-height: 24px;
}
.join-position .position-more {
  width: 188px;
  height: 40px;
  background: #111111;
  border: 1px solid #979797;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin: auto;
  margin-top: 50px;
}

.product-part-wrap{
  position: relative;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 150px;
}
.product-part{
  width: 1200px;
  margin:0 auto;
}
.product-detail-container{
  position: relative;
  padding-top: 50px;
}
.product-detail-container .swiper-slide{
  width: 323px;
  position: relative;
  height: 440px;
}
.product-detail-container .swiper-slide .slider-content-wrap{
  padding-left: 22px;
}
.product-detail-container .swiper-content{
  height: 324px;
  background: #F8F8F8;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding: 66px 32px 0 37px;
  position: relative;

}
.product-detail-container .swiper-slide .yulu-icon{
  width: 44px;
  height: 43px;
  background: url("https://tuatara.timesmedia.com.cn/public/timesmediagroup/images/yinhao_yulu.png") no-repeat;
  background-size: cover;
  position: absolute;
  top:43px;
  left: 0;
}
.product-detail-container .swiper-slide .slider-btm{
  position: absolute;
  bottom: 0px;
  width: 300px;
  text-align: center;
  left: 22px;
}
.product-detail-container .swiper-slide .product-logo{
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-bottom: 8px;
    border:1px solid #ddd;
}
.product-btn-wrap{
  position: absolute;
  top: 15px;
  right:0;
}
.product-btn-wrap .product-btn{
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
}
.product-btn-wrap .btn-prev-product{
  background: url("https://tuatara.timesmedia.com.cn/public/timesmediagroup/images/next_left.png") no-repeat;
  background-size: cover;
  left: 0;
}
.product-btn-wrap .btn-next-product{
  background: url("https://tuatara.timesmedia.com.cn/public/timesmediagroup/images/next_right.png") no-repeat;
  background-size: cover;
  right: 0;
  margin-left: 18px;
}