.bodyer>.menu_url {
  margin-bottom: 0;
}

.bodyer>.menu_url .active {
  color: #b02736;
}

.bodyer>.menu_url .main {
  width: 1200px;
  margin: 0 auto;
}

.bodyer>.menu_url .main span,
.bodyer>.menu_url .main a {
  margin: 0 5px;
}

.bodyer>.menu_url .main span {
  display: inline-block;
}

.bodyer>.menu_url .main .house_icon {
  background-position: -944px -52px;
  width: 12px;
  height: 11px;
  margin-left: 0;
}

.bodyer>.menu_url .main .right_arrows_icon {
  background-position: -923px -52px;
  width: 4px;
  height: 7px;
  margin: 0 5px;
}



.bodyer .banner {
  display: block;
  width: 100%;
  height: auto;
}

.bodyer .menu_url .main .search {
  float: right;
}

.bodyer .menu_url .main .search .border {
  width: 200px;
  height: 31px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 10px;
  position: relative;
}

.bodyer .menu_url .main .search .border .left_bracket,
.bodyer .menu_url .main .search .border .right_bracket {
  display: inline-block;
  width: 15px;
  height: 32px;
}

.bodyer .menu_url .main .search .border .left_bracket {
  background-position: -1539px -52px;
  margin-left: -15px;
}

.bodyer .menu_url .main .search .border input {
  display: inline-block;
  width: 165px;
  vertical-align: top;
  height: 30px;
  border: none;
  padding: 0 10px;
}

.bodyer .menu_url .main .search .border input:focus {
  outline: aliceblue;
}

.bodyer .menu_url .main .search .border .right_bracket {
  background-position: -1547px -6px;
  margin-right: -15px;
}

.bodyer .menu_url .main .search .border .search {
  background-position: -1580px -6px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 8px;
  left: -2px;
}

.bodyer .menu_url .main .search .border .reset {
  background-position: -1577px -33px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 5px;
  right: -2px;
}

.bodyer .mainer{
  
}
.bodyer .mainer *{
  box-sizing: border-box;
}
.bodyer .mainer .box{
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bodyer .mainer .box:first-of-type{
  margin-top: 0;
}
.bodyer .mainer #innovation{
  background: url('/image/news/bg-innovation.png') no-repeat 230px 32px;
  background-size: 301px 301px;
}
.bodyer .mainer #value{
  background: rgba(200, 19, 45, 0.02) url('/image/news/bg-value.png') no-repeat 1367px 119px;
  background-size: 306px 306px;
}
.bodyer .mainer #love{
  background: url('/image/news/bg-innovation.png') no-repeat 230px 32px;
  background-size: 301px 301px;
}
.bodyer .mainer .contain{
  width: 1200px;
  padding: 118px 0 48px;
}
.bodyer .mainer .contain h4{
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 59px;
}
.bodyer .mainer .contain h5{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 4px;
}
.bodyer .mainer .contain .enclosure{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.bodyer .mainer .contain .enclosure .item{
  display: block;
  width: 584px;
  padding: 10px 16px 10px 8px;
  margin-top: 32px;
  background: #FFFFFF;
  border-radius: 24px 0px 24px 0px;
  border: 1px solid rgba(200, 19, 45, 0.1);
  display: flex;
  justify-content: space-between;
}
.bodyer .mainer .contain .enclosure .item:hover{
  border-color: #C8132D;
}
.bodyer .mainer .contain .enclosure .item:hover .item-right h6{
  color: #C8132D;
}
.bodyer .mainer .contain .enclosure .item img{
  display: block;
  width: 262px;
  height: 182px;
  border-radius: 24px 0px 24px 0px;
}
.bodyer .mainer .contain .enclosure .item .item-right{
  padding: 6px 0 5px;
  width: 282px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bodyer .mainer .contain .enclosure .item .item-right h6{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.bodyer .mainer .contain .enclosure .item .item-right p{
  height: 100px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
