#gwxqy .wrap,
#gwxqy .container {
  position: relative;
  margin: 0 auto;
}
#gwxqy .footer-static {
  position: static;
}
#gwxqy .wrap {
  width: 95%;
}
#gwxqy .header {
  position: fixed;
  top: 35px;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: transparent;
}
#gwxqy .logo {
  position: relative;
  z-index: 900;
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: hidden;
}
#gwxqy .logo-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#gwxqy .logo-title {
  margin-top: 100px;
}
#gwxqy .burger-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: #eee;
  cursor: pointer;
}
#gwxqy .burger {
  position: absolute;
  top: 21.5px;
  left: 10px;
  height: 3px;
  width: 26px;
  background-color: #17b5aa;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
#gwxqy .burger:before,
#gwxqy .burger:after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 3px;
  background-color: #17b5aa;
  transition: transform 0.35s, top 0.35s 0.35s;
}
#gwxqy .burger:before {
  top: -8px;
}
#gwxqy .burger:after {
  top: 8px;
}
#gwxqy .burger-wrap.open .burger {
  transition-duration: 0.1s;
  transition-delay: 0.35s;
  background: transparent;
}
#gwxqy .burger-wrap.open .burger:before,
#gwxqy .burger-wrap.open .burger:after {
  top: 0px;
  transition: top 0.35s, transform 0.35s 0.35s;
}
#gwxqy .burger-wrap.open .burger:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#gwxqy .burger-wrap.open .burger:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gwxqy .menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
#gwxqy .menu-wrap .footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 1000;
  width: 100%;
  z-index: 900;
  background-color: transparent;
}
#gwxqy .menu-wrap .copyright {
  float: left;
  white-space: nowrap;
  font-size: 12px;
  color: #a2a2a2;
}
#gwxqy .menu-wrap .copyright .brand {
  color: #17b5aa;
}
#gwxqy .menu-wrap .copyright a {
  color: #a2a2a2;
}
#gwxqy .menu-wrap .footer .icons {
  float: right;
  margin-top: 9px;
  vertical-align: bottom;
}
#gwxqy .menu-wrap .footer .iconfont {
  display: inline-block;
  margin: 0 5px;
  font-size: 18px;
  color: #b3b3b3;
  vertical-align: bottom;
}
#gwxqy .menu-wrap .footer .iconfont:hover {
  color: #17b5aa;
}
#gwxqy .menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-transform: scale(3);
    transform: scale(3);
    transition: transform .5s;
}
#gwxqy .menu.open {
  -ms-transform: scale(1);
  transform: scale(1);
}
#gwxqy .menu-search {
    position: relative;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #17b5aa;
    text-align: right;
    transition: all 0.5s;
}
#gwxqy .menu.open{
    -ms-transform: scale(1);
    transform: scale(1);
}

#gwxqy .menu-search{
    position: relative;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #17b5aa;
    text-align: right;
    transition: all 0.5s;
}

#gwxqy .fast-search{
    position: absolute;
    top:11px;
    right: 45px;
    z-index: 10;
    display: none;
    font-size: 12px;
}

#gwxqy .fast-search-label{
    display:inline-block;
    margin: 0 3px;
    padding: 0 3px;
    border-radius: 4px;
    color: #999;
   	background-color: rgba(255,255,255,.8);
    cursor:pointer;
}

#gwxqy .menu-search.open .fast-search{
	display: block;
}

#gwxqy .menu-search.open {
  width: 400px;
  padding: 0 10px 0 20px;
}
#gwxqy .menu-search .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
#gwxqy .menu-ipt {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  display: none;
  width: 380px;
  height: 100%;
  border: 0;
  outline: 0;
  text-align: left;
  font-size: 13px;
  color: #fff;
  background-color: transparent;
}
#gwxqy .menu-search.open .menu-ipt {
  display: block;
}
#gwxqy .menu-l1 {
  font-size: 18px;
}
#gwxqy .menu-l1 > li > a {
  line-height: 40px;
}
#gwxqy .menu-l1 > li > a > span {
  position: relative;
}
#gwxqy .menu-l1 > li > a > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: calc(100% + 10px);
  height: 2px;
  margin-top: -1px;
  opacity: .7;
  background-color: #17b5aa;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .3s;
}
#gwxqy .menu-l1 > li > a > span.active:before,
#gwxqy .menu-l1 > li > a > span:hover:before {
  -ms-transform: scaleX(1);
  /*transform: scaleX(1);*/
}
#gwxqy .menu-l2 {
  display: none;
}
#gwxqy .menu-l2 > ul {
  display: inline-block;
  height: 24px;
  border-bottom: 1px solid #eee;
}
#gwxqy .menu-l2 > ul > li {
  position: relative;
  bottom: -1px;
  display: inline-block;
  height: 100%;
  margin-right: 10px;
  overflow: hidden;
}
#gwxqy .menu-l2 > ul > li:last-child {
  margin-right: 0;
}
#gwxqy .menu-l2 > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #888;
  overflow: hidden;
}
#gwxqy .menu-l2 > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #17b5aa;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s;
}
#gwxqy .menu-l2 > ul > li:hover > a {
  color: #000;
}
#gwxqy .menu-l2 > ul > li > a:hover:after {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#gwxqy .menu-lang {
  margin-top: 50px;
}
#gwxqy .menu-lang,
#gwxqy .menu-lang a {
  font-size: 12px;
  color: #17b5aa;
}
#gwxqy .menu-ipt::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fafafa;
}
#gwxqy .menu-ipt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fafafa;
}
#gwxqy .menu-ipt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fafafa;
}
#gwxqy .menu-ipt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fafafa;
}

/*# sourceMappingURL=gwxqy.css.map */
