* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
html {
  font-size: 100px;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
*:before,
*:after {
  box-sizing: content-box;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dx {
  text-transform: uppercase;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearboth {
  clear: both;
}
.juzhong {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
* {
  box-sizing: border-box;
}
.textdq {
  text-align: justify;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.neiyeBox {
  width:100%;
  margin: 0 auto;
  /* min-height: 80vh; */
  transform: scale(0.9);
}
.neiyeBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.neiyeBox ul li {
  flex: 0 0 23%;
  justify-content: center;
  float: left;
  width: 23%;
  margin: 0 1%;
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.neiyeBox ul li i {
  display: block;
  position: relative;
  padding: 36.74%;
}
.neiyeBox ul li i .neiyeBoxImg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.neiyeBox ul li i .neiyeBoxImg img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.neiyeBox ul li i .neiyeBoxText {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  bottom: -0.4rem;
  padding: 0 0.3rem;
  color: #fff;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1111;
}
.neiyeBox ul li i .guigedd {
  display: block;
  position: absolute;
  top: 0%;
  height: 100%;
  right: -100%;
  background: rgba(0,0,0,.4);
  /* border: 2px solid #333; */
  padding: 0 50px;
  z-index: 9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 15%;
  width: 100%;
  overflow-x:hidden;
  border-radius: 5px;
}
.neiyeBox ul li i .guigedd p {
  line-height: 2;
  /* text-align: center; */
  color: #fff;
  display: flex;
}
.neiyeBox ul li i:hover .neiyeBoxText {
  bottom: 0;
}
.neiyeBox ul li i:hover .guigedd {
  right: 0;
}

.foot-box {
  margin-top: 0.6rem;
  position: fixed;
}


@media(max-width:1366px){
  .header{
    margin-top: 0;
  }

  .crumbs{
    display: none !important;
  }
  .neiyeBox ul li i{
    padding: 31%;
  }

  .abuot1 h3{
    display: none !important;
  }

  .abuot_t{
    display: none !important;
  }
  .abuot1{
    margin-top: 20px;
  }
}


.neiyeBox ul li i .guigedd p b{
    float: left;
    width: 4em;
    flex: 0 0 4em;
    font-weight: normal;
}


.neiyeBox ul li i .guigedd p span{
  flex: 1;
}


.neiyeBox ul li i .guigedd p::after{
  content: "";
}

@media (max-width: 768px) {
  .neiyeBox {
    width: 96%;
    margin-left: 2%;
  }
  .neiyeBox ul li {
    flex: 0 0 48%;
    justify-content: center;
    float: left;
    width: 48%;
  }

  .foot-box {
    position: relative !important;
    overflow: hidden;
  }
}

.neirong{
  overflow-y: hidden;
}