@charset "utf-8";
body,
ul,
li,
p,
button,
textarea,
input,
h1,
h2,
h3,
figure,
figcaption,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Microsoft YaHei";
}
a {
  text-decoration: none;
  color: #333;
}
ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}
.lddp:after {
  content: "";
  display: inline-block;
  line-height: 0;
  height: 0;
  font-size: 0;
  width: 100%;
}
::-moz-selection {
  background: #f5cd94;
  text-shadow: none;
}
::selection {
  background: #f5cd94;
  text-shadow: none;
}
body {
  min-width: 1200px;
  font-size: 14px;
}
.main {
  overflow: hidden;
}
.wrap {
  width: 1180px;
  margin: 0 auto;
}
/*************************************************
                     头部 
**************************************************/
.header {
  height: 130px;
}
.header .hd-logo {
  float: left;
}
.header .hd-logo img {
  padding: 31px 0;
  display: block;
}
.header .hd-nav {
  float: right;
}
.header .hd-nav li {
  float: left;
}
.header .hd-nav li a {
  display: block;
  width: 120px;
  padding: 60px 0 30px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: color .4s;
  transition: color .4s;
  position: relative;
}
.header .hd-nav li a:after {
  content: "";
  height: 2px;
  background-color: #eb95ae;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  -webkit-transition: right .4s,left,.4s;
  transition: right .4s,left,.4s;
}
.header .hd-nav li.active a,
.header .hd-nav li a:hover {
  color: #eb95ae;
}
.header .hd-nav li.active a:after,
.header .hd-nav li a:hover:after {
  left: 0;
  right: 0;
}
.header form{
  float: right;
  margin-top: 60px;
  margin-left: 20px;
}
.header form .search{
  display: inline-block;
  width: 158px;
  padding: 0 10px;
  height: 33px;
  border: 1px solid #525252;
  border-radius: 50px;
}
.header form .search .icon{
  width: 18px;
  height: 18px;
  margin-top: 8px;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: none;
}
.header form .search .inp{
  display: inline-block;
  width: 135px;
  border: 0;
  font-size: 15px;
  vertical-align: middle;
  margin-top: -12px;
  background: transparent;
  outline: none;
  margin-left: 5px;
}
/*************************************************
                     尾部 
**************************************************/
.footer {
  background-color: #333;
}
.footer .ft-bottom p {
  color: #fff;
  line-height: 40px;
  float: right;
}
.footer .ft-bottom p:nth-child(1) {
  float: left;
}
.footer .ft-bottom p a {
  color: inherit;
}
.footer .ft-bottom p a:hover {
  color: #aba6a6;
}
