/* :root {
  --Color1: #b91d08;
} */
.wrap {
  width: 1170px;
  margin: 0 auto;
}

* {
  margin: 0;
  padding: 0;
}


/* header */
header .wrap {
  height: 95px;
  position: relative;
}

header .logo {
  position: absolute;
  left: 0;
  width: 565px;
  height: 95px;
  background: url(../images/Logoi.png) no-repeat left center;
}

header .header-r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e4e4e4;
}

header .header-r a {
  padding:0 15px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  border-right: 1px solid #a3a3a3;
}

header .header-r .search {
  margin-left: 20px;
  padding-left: 18px;
  width: 270px;
  height: 32px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  font-size: 14px;
  color: #a3a3a3;
}

header .header-r .search::-webkit-input-placeholder {
  color: #a3a3a3;
}

header .header-r .sub {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 8px;
  right: 18px;
  background: url(../images/search.png) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}

/* nav */
nav {
  position: relative;
  height: 64px;
}

nav .list>li {
  float: left;
  margin: 0 3%;
  width: 8.286%;
  height: 62px;
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
}

nav .list>li>a {
  border: 1px solid #fff;
  transition: all .3s;
}

nav .list>li a img {
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(-10px);
}

nav .list>li .mn-drop {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  line-height: 320px;
  background: #FEFEFE;
  /* box-shadow: 0 10px 5px #e0dede; */
  box-shadow: #e4e4e4 0px 1.25em 1.5625em 0px, 
              #e4e4e4 0px 2.1875em 1.8125em -2.5625em inset, 
              #e4e4e4 0px -2.1875em 1.8125em -2.5625em inset; 
  text-align: left;
  z-index: 3;
  opacity: 0;
  /* display: none; */
  transition: opacity .5s linear;
  transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  /* Firefox 4 */
  -webkit-transition-delay: 150ms;
  /* Safari 和 Chrome */
  -o-transition-delay: 150ms;
  overflow: hidden;
}

nav .list>li .mn-drop img {
  margin-top: 63px;
  float: left;
  width: 460px;
  height: 240px;
}

nav .list>li .mn-drop ul {
  margin: 63px 0 0 90px;
  float: left;
}

nav .list>li .mn-drop ul li {
  height: 18px;
  line-height: 18px;
  margin-bottom: 30px;
}

nav .list>li:hover .mn-drop {
  opacity: 1;
  /* display: block; */
  height: 446px;
}

nav .list>li a:hover img {
  transform: translateY(0);
  opacity: 1;
}

nav .list>li>a a:hover {
  color: #fff;
  background-color: #a12d42;
}

main {
  min-height: 504px;
}

/* footer */
footer {
  margin-top: 50px;
  padding: 53px 0;
  height: 52px;
  text-align: center;
  background-color: #58595b;
}
footer p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
