@charset "utf-8";

#header {
  width: 100%;
  top: 0;
  position: relative;
  z-index: 10;
  height: 115px;
  left: 0;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
#header .headerBox {
  width: 100%;
  height: 115px;
  background-color: #fff;
  padding: 15px 0;
  position: relative;
}
#header .mainBox{
	position: relative;
}
#header .logo {
  position: absolute;
  top: 10px;
}
#header .logo a {
  display: block;
  position: relative;
  width: 382px;
  height: 70px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  z-index: 9;
  transition: all 0.2s ease-in-out;
}
#header .logo .icon-logo {
  display: none;
}

#header .menu {
  position: relative;
  z-index: 11;
  max-width: 100%;
  margin: 0 auto;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
}
#header .menu-box {
  width: 100%;
  max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
#header .menu-con > ul {
  margin: 0px;
}
#header .menu-con > ul > li {
  float: left;
  width: 14.28%;
}
#header .menu-con > ul > li > a {
  display: block;
  margin: 0;
  z-index: 3;
  height: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease-in-out;
}
#header .menu-con > ul > li:hover > a {
  background-color: #0050e9;
}
#header .menu-con > ul > li > a > span.cn {
  display: block;
  color: #fff;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  margin: 0;
  top: 0;
}
#header .menu-con > ul > li:hover > a {
}
#header .menu-con > ul > li:hover > a > span.cn {
  color: #fff;
}
#header .menu-con > ul > li.nav1 > a{
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}
/* 二级菜单 */
#header .menu-con .navCon {
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 0;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  padding-bottom: 50px;
}
#header .menu-con .nav2 .navCon .mainBox{
	padding-left: 169px;
}
#header .menu-con .nav2:hover .navCon {
  display: block;
  z-index: 2;
}

#header .menu-con > ul > li .navCon ul {
  float: left;
  min-width: 100px;
  margin: 0 80px 0 0;
}

#header .menu-con > ul > li .navCon ul li:first-child {
  text-align: left;
  color: #fff;
  font-size: 18px;
  padding: 10px 0 20px;
  font-weight: bold;
  margin: 30px 0 0;
}

#header .menu-con > ul > li .navCon a {
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 8px 0;
}


#header .menu-con > ul > li .navCon a:hover {
  color: #0050e9;
}

#header .con {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 11;
}

#header .search {
  display: inline-block;
  position: relative;
  line-height: 66px;
}
#header .search input {
  width: 200px;
  padding-left: 15px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #eee;
  color: #000;
  background: #fff;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
#header .con input::placeholder {
  color: #666;
}
#header .search input:focus {
  width: 280px;
}
#header .con input:focus::placeholder {
  color: #333;
}
#header .con button {
  position: absolute;
  right: 6px;
  top: 16px;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-indent: -999em;
  background: url(../images/search.png) no-repeat 6px center;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#header .con button:hover {
  
}


@media screen and (max-width: 768px) {
  body.open {
    overflow: hidden;
  }
  .top-box {
    display: none;
  }
  #header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
  }
  #header.on {
    top: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  #header .headerBox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .header-block {
    height: 50px;
    transition: all 0.2s ease-in-out;
  }

  #header .search-btn {
    position: absolute;
    background: url(../img/header-search.png) no-repeat center center;
    background-size: 21px;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 55px;
    cursor: pointer;
  }
  #header .con {
    position: absolute;
    display: block;
    top: 0px;
    height: 50px;
    width: 60%;
    left: 20%;
  }
  #header .search {
    opacity: 0;
    display: flex;
    position: relative;
    top: 10px;
    right: -400px;
    padding: 0 15px;
    transition: all 0.4s ease-in-out;
  }
  body.open #header .search {
    right: 0;
    opacity: 1;
  }
  #header .search form {
    flex: 1;
  }
  #header .search .search-btn-close {
    font-size: 14px;
    width: 40px;
    line-height: 30px;
    text-align: right;
    color: #888;
  }
  #header .con input {
    width: 100%;
    padding-left: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    color: #333;
    border: 1px solid rgba(200, 200, 200, 0.4);
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
  }
  #header .search input:focus {
    width: 100%;
    padding-left: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 30px;
    color: #333;
    border: 1px solid rgba(200, 200, 200, 0.4);
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
  }
  #header .con input::placeholder {
    color: #888;
  }
  /* #header .search input:focus{
		width: 200px;
	}
	#header .con input:focus::placeholder{
		color: #333;
	} */
  #header .con button {
    position: absolute;
    right: 18px;
    top: 3px;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-indent: -999em;
    background: url(../images/search.png) no-repeat 5px 5px;
    background-size: 14px;
    cursor: pointer;
  }

  #header .qr {
    display: none;
  }

  #header .logo {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/head-logo.png) no-repeat left center;
    background-size: 100%;
    top: 7px;
    left: 10px;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .logo a {
    width: 100px;
    height: 50px;
  }

  #header .menu {
    position: absolute;
    background: none;
    width: 50px;
    height: 50px;
    left: auto;
    top: 0px;
    right: 0;
    z-index: 11;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  #header .menu .icon-menu-btn {
    display: block;
    width: 40px;
    z-index: 12;
    height: 40px;
    margin-top: 5px;
    position: relative;
  }
  .icon-menu-btn:before,
  .icon-menu-btn:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #e60012;
    border-radius: 4px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .icon-menu-btn:before {
    top: 11px;
    left: 10px;
    box-shadow: 0 8px #e60012;
  }
  .icon-menu-btn:after {
    bottom: 11px;
    left: 10px;
  }
  .icon-menu-btn.open:before {
    top: 19px;
    left: 8px;
    width: 23px;
    height: 2px;
    background: #e60012;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
  }
  .icon-menu-btn.open:after {
    bottom: 19px;
    left: 8px;
    width: 23px;
    height: 2px;
    background: #e60012;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .menu .menu-con-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
  }
  #header .menu .menu-con {
    position: fixed;
    z-index: 11;
    right: -100%;
    top: 0;
    width: 80%;
    height: 100%;
    background: #fff;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  #header .menu .menu-con.open {
    right: 0%;
    overflow: auto;
  }
  #header .menu .menu-title {
    font-size: 22px;
    font-weight: 200;
    color: #888;
    height: 50px;
    box-sizing: border-box;
    padding: 10px 0 0 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .menu ul {
    margin: 0 20px 20px;
    border-top: 1px dashed #dbd6d8;
  }
  #header .menu ul li {
    display: block;
    float: none;
    margin: 0;
    position: relative;
    border-bottom: 1px dashed #dbd6d8;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .menu ul li a span.cn {
    position: relative;
    display: block;
    color: #e60012;
    padding: 8px 0;
    line-height: 33px;
    overflow: visible;
    text-align: left;
    font-size: 18px;
    margin: 0;
  }
  #header .menu-con > ul > li:hover > a {
    border-bottom: 0;
  }
  #header .menu ul li a:hover span.cn {
  }
  #header .menu-con > ul > li > a > span.cn::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: #e60012;
    bottom: 9px;
    left: -20px;
    margin-left: 0;
  }
  #header .menu ul li .navCon {
    position: relative;
    z-index: 0;
    top: 0;
    padding: 0;
    margin-top: -8px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    display: block;
    height: auto;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .menu ul li .navCon ul {
    margin: 0;
    padding: 0 0 10px 0;
    overflow: hidden;
    border: 0;
    float: left;
  }

  #header .menu-con > ul > li > a {
    padding: 8px 0;
    border: 0;
  }
  #header .menu-con > ul > li:hover > a {
    border: 0;
  }
  #header .menu-con > ul > li > a > span.cn {
    border: 0;
  }
  #header .menu ul li .navCon li {
    float: left;
    width: 50%;
    border: 0;
  }
  #header .menu ul li .navCon .blod-li {
    margin: 10px 0;
    font-size: blod;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    text-align: left;
    transition: all 0.2s ease-in-out;
  }

  #header .menu ul li.nav4 .navCon li {
    width: 100%;
    float: none;
  }
  #header .menu ul li .navCon a {
    font-size: 14px;
    display: block;
    line-height: 32px;
    color: #666;
    text-align: left;
    transition: all 0.2s ease-in-out;
  }
  #header .menu-con ul li:hover .navCon a {
    line-height: 32px;
  }
  #header .menu ul li .navCon a:hover {
    background: #fff;
    line-height: 32px;
  }
  #header .menu-con > ul > li.nav4 .navCon {
    width: 100%;
  }
}
