.picCenter {
  width: 100%;
  margin: 0 auto;
}

.xinxiIcon {
  margin: 0 0 -20px auto;
}

.xinxiIcon img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.photo_img img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.7s ease 0s;
  width: 80%;
}

/* .mob .photo_img img {
  box-sizing: border-box;
  border: 1px solid #fff;
  transition: all 0.7s ease 0s;
  width: 30%;
} */
.photo_img img:hover {
  box-sizing: border-box;
  border: 1px solid #023246;
  box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.photo_nr {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 15px auto;
}
/* .mob .photo_nr {
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto;
} */

.informationText {
  width: 888px;
  margin: 30px auto;
  text-align: center;
}

.informationText span {
  background: #ffffff;
  color: #313131;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1;
  border-left: 3px #e11c37 solid;
  border-right: 3px #e11c37 solid;
  padding: 0 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.photo_nr ul li {
  float: left;
  margin: 0 0px;
  line-height: 30px;
  text-align: center;
}
/* .mob .photo_nr ul li {
  float: left;
  margin: 0 -80px;
  line-height: 30px;
  text-align: center;
} */

/*.photo_nr p {
            padding: 0;
            margin: 0;
        }*/

#LeftArr,
#LeftArr2 {
  background: url(../images/one-index/left.png) no-repeat;
  width: 128px;
  height: 64px;
  margin-left: 40px;
  margin-right: 70px;
  text-decoration: none;
  color: #333;
}
#LeftArr3,
#LeftArr4 {
  /*background: url(../images/one-index/left.png) no-repeat;*/
  width: 1%;
  height: 1%;
  margin-left: -26%;
  margin-right: 21%;
  text-decoration: none;
  color: #333;
}

#RightArr,
#RightArr2 {
  background: url(../images/one-index/right.png) no-repeat;
  width: 128px;
  height: 64px;
  /*margin-right: -50px;*/
  margin-left: 80px;
  text-decoration: none;
  color: #333;
}
#RightArr3,
#RightArr4 {
  /*background: url(../images/one-index/right.png) no-repeat;*/
  width: 1%;
  height: 1%;
  /*margin-right: -50px;*/
  /*margin-left: 1%;*/
  text-decoration: none;
  color: #333;
}

#RightArr:hover,
#RightArr2:hover {
  background: url(../images/one-index/btn_right.png) no-repeat;
}
#LeftArr:hover,
#LeftArr2:hover {
  background: url(../images/one-index/btn_left.png) no-repeat;
}
