.header,
.footer {
  width: 100%;
  position: relative;
}

.header .wrap-header,
.footer .wrap-header {
  width: 62.5%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header .wrap-header .left {
  width: 200px;
  background: #fff;
}

.header .wrap-header .right {
  flex: 1;
  display: flex;
  line-height: 30px;
}

.header .wrap-header .right li {
  flex: 1;
  text-align: center;
  position: relative;
}

.header .wrap-header .right li.on {
  color: #00b9ff;
}

.header .wrap-header .right li .sub {
  position: absolute;
  top: 30px;
  left: 0;
  background: #f1f1f1;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: none;
}

.header .wrap-header .right li:hover .sub {
  display: block;
}

.header .wrap-header .right li .sub a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

.header .wrap-header .right li .sub a:hover {
  color: #00b9ff;
}

.contain {
  min-height: 550px;
}

.wrap-leftNav {
  width: 300px;
  background: #ccc;
}

.main {
  flex: 1;
  background: #ccc;
  margin-left: 20px;
}

.banner .prev,
.banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

#banner,
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.banner .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.banner .hd ul li.on {
  background: #f00;
  color: #fff;
}

.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.banner .bd li {
  zoom: 1;
  vertical-align: middle;
}

.banner .bd img {
  width: 100%;
  height:auto ;
  display: block;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
 

@media screen and (min-width: 1440px) {
 .banner .bd img {
  width: 100%;
  height:auto ;
  display: block;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
}
.el-carousel__container {
    position: relative;
    height: 360px;
}
}

@media screen and (min-width: 1680px) {
	.el-carousel__container {
    position: relative;
     height: 400px;;
}
}




@media screen and (min-width: 1920px) {


.el-carousel__container {
    position: relative;
     height: 463px;;
}
}


@media screen and (min-width: 2560px) {


.el-carousel__container {
    position: relative;
     height: 500px;;
}
}

.el-carousel__container {
  
}

/* .el-table th>.cell {
  color: #fff;
} */


.ny-banner {
  width: 100%;
  height: 436px;
}


.top-wrap .search{
  width: 207px;
  height: 32px;
  border-radius: 16px 0 0 16px;
  background: #f4f4f4;
  display: flex;
  margin-right:24px;

}
.top-wrap .search .el-input{
  width: 168px;
}

.top-wrap .search .el-input__inner{
  width: 168px;
  padding-left: 12px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  background: none;
  outline: none;
  border: none;
}

.top-wrap .search span{
  display: inline-block;
  width: 50px;
  height: 32px;
  opacity: 1;
  background: #ff1616;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  margin-right: -14px;

  
}
.top-wrap .search .iconfont{
font-size: 18px;
}
