.page-graceful-bearing {
  padding: 50px 0;
}

.page-graceful-bearing-list li {
  margin-bottom: 30px;
}

.page-graceful-bearing-item {
  position: relative;
  display: block;
  border-radius: 14px;
  font-size: 0;
  overflow: hidden;
}

.page-graceful-bearing-item .item-icon {
  position: absolute;
  right: 10%;
  bottom: 10%;
  z-index: 1;
  width: 81px;
  opacity: 0.08;
}

.page-graceful-bearing-item .image-wrap {
  width: 100%;
}

.page-graceful-bearing-item .image-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.page-graceful-bearing-item .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  font-size: 0;
  transform: translate(-50%, -50%);
}

.page-graceful-bearing-item .text-wrap {
  position: relative;
  padding: 20px 0;
  text-align: center;
  color: #b38f59;
  background: #f2f2f2;
}

.page-graceful-bearing-item .text-wrap .positions {
  line-height: 1.7;
  min-height: 1.7em;
}

.page-graceful-bearing-item .text-wrap::before,
.page-graceful-bearing-item .text-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 12px;
  height: 28px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

/*.page-graceful-bearing-item .text-wrap::before {*/
/*  right: 16%;*/
/*  background: url(/home/images/t-r.png);*/
/*}*/

/*.page-graceful-bearing-item .text-wrap::after {*/
/*  left: 16%;*/
/*  background: url(/home/images/t-l.png);*/
/*}*/

.page-graceful-bearing-item:hover .image {
  transform: translate(-50%, -50%) scale(1.1);
}

.page-graceful-bearing-item:hover .text-wrap {
  color: #fff;
  background: #b32027;
}

.page-graceful-bearing-item:hover .text-wrap::before,
.page-graceful-bearing-item:hover .text-wrap::after {
  opacity: .8;
}

.fix-screen-box{
  margin-top: 43px;
}


.fix-screen-box .screen-list{
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.fix-screen-box .screen-list li{
  display: inline-block;

}
.fix-screen-box .screen-list li .item{
  font-size: 16px;
  color: #333;
  display: block;
  width: 100px;
  padding: 10px;
  border: 1px solid #cfcfcf;
  text-align: center;
}
.fix-screen-box .screen-list li .item.active{
  color: #b32027;
  border-color: #b32027;
}
.fix-screen-box .screen-list li .item:hover{
  color: #b32027;
  border-color: #b32027;
}

.fix-screen-box .screen-list::-webkit-scrollbar {
  background: #fff;
  height: 6px;
}
.fix-screen-box .screen-list::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}




@media screen and (max-width:768px) {
  .fix-screen-box .item{
    width: 20%;
  }
  .page-graceful-bearing{
    padding-top: 40px;
  }
}