/* resetcss */
.layout-2021 * {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  border: none;
}
.layout-2021 .container {
  width: 1280px;
  margin: 0 auto;
}
/* 头部区域 */
.layout-2021 .top-banner {
  height: 301px;
  background: url("/index2021/banner20250701.png") no-repeat center;
  background-size: cover;
}

.layout-2021 .container {
  width: 1280px;
  margin: 0 auto;
}

.layout-2021 .top-tool {
  color: #fff;
  float: right;
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}

.layout-2021 .top-tool>span {
  /* display: inline-block; */
  vertical-align: top;
  margin-left: 10px;
  font-size: 16px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* 导航栏 */
.layout-2021 .nav-new2021 {
  background: #ed5296;
}

.layout-2021 .navbar {
  height: 62px;
  line-height: 62px;
  color: #fff;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 0px;
  position: relative;
}

.layout-2021 .navbar>li {
  /* margin-right: 66px;
  background: gray; */
  display: inline-block;
  font-size: 22px;
  width: 142px;
  text-align: center;
  cursor: pointer;
}

.layout-2021 .navbar>li a {
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 100%;
}

.layout-2021 .navbar a:hover {
  background: #ff7bb5;
  color: #fff;
}

/* 子栏目 */
.layout-2021 .nav-child {
  position: absolute;
  top: 100%;
  z-index: 999;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
}

/* 动画 */
.layout-2021 .navbar>li:hover>ul {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}

.layout-2021 .nav-child>li {
  background: #ed5296;
  min-width: 142px;
}

.layout-2021 .navbar>li:last-child {
  margin: 0;
}

.layout-2021 .nav-new2021{
  margin-bottom: 29px
}
.layout-2021 .search{
  display: inline-block;
  position: relative;
  width: 200px;
  height: 30px;
  overflow: hidden;
}

.layout-2021 .search .keyword {
  background-color:#94cdfdd9;
  border-radius: 25px;
  padding-left: 15px;
  padding-right: 50px;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 1;
}

.layout-2021 .keyword::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}

.layout-2021 .keyword:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

.layout-2021 .keyword::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

.layout-2021 .keyword:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

.layout-2021 .search .submit{
  width: 20px;
  height: 20px;
  background: url("/index2021/search_active.png") no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 5px;
  display: none;
}
.layout-2021 .search img {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}

.layout-2021 .search form{
  overflow: hidden;
  max-width: 0;
  transform: translateX(185px);
  transition: all .2s ease;
  height: 30px;
}