 .w104-header {
  height: 100px;
}
.w104-header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 100px;
}
.w104-header .container1 {
  position: relative;
  z-index: 1;
}
.w104-header .content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
}
.w104-header .content > .logo {
  flex: none;
  font-size: 0;
}
.w104-header .content > .logo a {
  display: inline-block;
  margin: 12px 0;
}
.w104-header .content > .logo h1 {
  text-indent: -9999px;
  height: 0;
}
.w104-header .content > .logo img {
  display: block;
  height: 75px;
  width: auto;
}
.w104-header .content > .navs {
  flex: auto; margin-top: 15px; margin-left: 30px
}
.w104-header .content > .navs > ul {
  display: flex;
  justify-content: flex-end;
}
.w104-header .content > .navs > ul > li {
  position: relative;
}
.w104-header .content > .navs > ul > li > a {
  display: block;
  position: relative;
  padding: 0 25px;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 17px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
}
.w104-header .content > .navs > ul > li > a > i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transition: border-color .4s;
  transform: rotate(45deg);
}
.w104-header .content > .navs > ul > li > a:hover {
  color: #004785;
}
.w104-header .content > .navs > ul > li:hover > .dropdown {
  display: block;
}
.w104-header .content > .navs > ul > li > a img{ height: 25px;}

.w104-header .content > .navs > ul > li.multi {
  position: static;
}
.w104-header .content > .navs > ul > li.multi .dropdown {
  transform: none;
  left: 0;
  width: 100%;
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.w104-header .content > .navs > ul > li.multi .dropdown .row .col {
  width: 25%;
  white-space: normal;
  padding: 16px;
}
.w104-header .content > .navs > ul > li.multi .dropdown dl dt, .w104-header .content > .navs > ul > li.multi .dropdown dl dd {
  margin-bottom: 8px;
}
.w104-header .content > .navs > ul > li.multi .dropdown dl dt a, .w104-header .content > .navs > ul > li.multi .dropdown dl dd a {
  text-align: left;
  padding: 0;
}
.w104-header .content > .navs > ul > li.multi .dropdown dl dt a {
  font-size: 16px;
  min-height: 64px;
  background-color: #e6edf3;
}
.w104-header .content > .navs > ul > li.active > a {
  color: #004785;
}
.w104-header .content > .navs .dropdown {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  background-color: #fff;

  overflow: visible auto;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  -webkit-animation: header-dropdown-in 0.4s both .1s;
  animation: header-dropdown-in 0.4s both .1s;
}
.w104-header .content > .navs .dropdown dl dt a, .w104-header .content > .navs .dropdown dl dd a {
  display: block;
  transition: color .4s;
  text-align: center;
}
.w104-header .content > .navs .dropdown dl dt a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  padding: 0 24px;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w104-header .content > .navs .dropdown dl dt a > img {
  display: block;
  width: 100%;
  max-height: 128px;
  object-fit: cover;
  object-position: center;
  transition: opacity .4s;
}
.w104-header .content > .navs .dropdown dl dt a > h4 {
  display: block;
  position: absolute;
  max-height: 100%;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 32px;
  white-space: normal;
  word-break: break-word;
  transition: color .4s;
  transform: translateY(-50%);
}
.w104-header .content > .navs .dropdown dl dt a:hover {
  color: #004785;
  background-color: #e6edf3;
}
.w104-header .content > .navs .dropdown dl dt a:hover > img {
  opacity: .5;
}
.w104-header .content > .navs .dropdown dl dd a {
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}
.w104-header .content > .navs .dropdown dl dd a:hover {
  color: #004785;
}
.w104-header .content > .navs .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1660px;
  margin: 0 auto;
}
.w104-header .content > .navs .row .col {
  white-space: nowrap;
}
.w104-header .content > .menu {
  flex: none;
}
.w104-header .content > .menu > ul {
  display: flex;
}
.w104-header .content > .menu > ul > li {
  display: block;
  position: relative;
}
.w104-header .content > .menu > ul > li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #e6e6e6;
}
.w104-header .content > .menu > ul > li:first-child:after {
  display: none;
}
.w104-header .content > .menu > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 72px;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s; padding-left:40px;
}
.w104-header .content > .menu > ul > li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
}
.w104-header .content > .menu > ul > li > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.w104-header .content > .menu > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #004785;
}
.w104-header .content > .menu > ul > li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  right: 0;
  max-height: 50vh;
  overflow: visible auto;
}
.w104-header .content > .menu > ul > li ul li > a {
  display: block;
  padding: 0 24px;
  line-height: 40px;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 0;
  color: #666;
  transition: color .4s, background-color .4s;
}
.w104-header .content > .menu > ul > li ul li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
  margin-right: 8px;
}
.w104-header .content > .menu > ul > li ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.w104-header .content > .menu > ul > li ul li:hover > a {
  background-color: #e6edf3;
  color: #004785;
}
.w104-header .content > .menu > ul > li:hover > ul {
  display: block;
}
.w104-header .content > .search {


  padding: 30px 0 0 15px;  float: right; 
}
.w104-header .content > .search .search-bar {
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}
.w104-header .content > .search .search-bar > input {
  display: block;
  flex: 1;
  width: 100%;
  line-height: 40px;
  border: 0;
  background: none;
  padding: 0 16px;
  color: #333;
}
.w104-header .content > .search .search-bar > button {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  text-align: center;
  color: #333;
}
.w104-header .content > .search .search-bar > button > i {
  font-size: 16px;
}
.w104-header .content > .toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.w104-header .content > .toggle a {
  display: block;
  position: relative;
  width: 20px;
  height: 18px;
}
.w104-header .content > .toggle a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
  transition: top .4s, opacity .4s, transform .4s;
}
.w104-header .content > .toggle a > span:nth-child(1) {
  top: 0;
}
.w104-header .content > .toggle a > span:nth-child(2) {
  top: 17px;
}
.w104-header .content > .toggle a > span:nth-child(3) {
  top: 9px;
}
@media screen and (max-width: 1280px) {
  .w104-header {
    height: 64px;
  }
  .w104-header .header-wrap {
    height: 64px;
    background-color: #fff;
  }
  .w104-header .content {
    padding: 0 24px;
  }
  .w104-header .content > .logo a {
    margin: 11px 0;
  }
  .w104-header .content > .logo img {
    height: 42px;
  }
  .w104-header .content > .navs > ul > li > a {
    padding: 0 16px;
    line-height: 64px;
    font-size: 15px;
  }
  .w104-header .content > .navs .dropdown {
    top: 64px;
  }
  .w104-header .content > .navs .dropdown dl dt a {
    font-size: 14px;
  }
  .w104-header .content > .navs .dropdown dl dt a > h4 {
    padding: 16px;
  }
  .w104-header .content > .menu > ul > li > a {
    padding: 0 16px;
    line-height: 64px;
  }
  .w104-header .content > .menu > ul > li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li > a > i {
    font-size: 18px;
  }
  .w104-header .content > .menu > ul > li ul li > a {
    padding: 0 20px;
  }
  .w104-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-header {
    height: 56px;
  }
  .w104-header .header-wrap {
    height: 56px;
    background-color: #fff;
    overflow: hidden;
    transition: height .4s;
  }
  .w104-header .backing {
    display: none;
  }
  .w104-header .content {
    flex-direction: column;
    padding: 0;
  }
  .w104-header .content > .logo {
    padding: 0 16px;
  }
  .w104-header .content > .logo a {
    margin: 8px 0;
  }
  .w104-header .content > .logo img {
    height: 40px;
  }
  .w104-header .content > .navs {
    order: 1;
    padding: 0 16px;
  }
  .w104-header .content > .navs > ul {
    flex-direction: column;
    justify-content: left;
  }
  .w104-header .content > .navs > ul > li {
    border-top: 1px solid #e6e6e6;
  }
  .w104-header .content > .navs > ul > li > a {
    padding: 0;
    line-height: 44px;
    font-size: 16px;
  }
  .w104-header .content > .navs > ul > li > a > i {
    display: none;
  }
  .w104-header .content > .navs > ul > li:hover > .dropdown {
    display: none;
  }
  .w104-header .content > .navs .dropdown {
    display: none;
  }
  .w104-header .content > .menu > ul {
    display: block;
  }
  .w104-header .content > .menu > ul > li:after {
    display: none;
  }
  .w104-header .content > .menu > ul > li.search {
    display: none;
  }
  .w104-header .content > .menu > ul > li.language > a {
    display: none;
  }
  .w104-header .content > .menu > ul > li:hover > ul {
    display: flex;
  }
  .w104-header .content > .menu > ul > li ul {
    display: flex;
    padding: 0 4px;
    position: static;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: none;
    box-shadow: none;
    right: auto;
    overflow-x: auto;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
  .w104-header .content > .menu > ul > li ul li > a {
    padding: 0 12px;
    color: #333;
  }
  .w104-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
  .w104-header .content > .search {
    display: block; margin-left:0
  }
  .w104-header .content > .toggle {
    display: block;
    height: 56px;
    width: 56px;
    padding: 19px 18px;
  }
  .w104-header.opened .header-wrap {
    height: 100vh;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(1) {
    transform: rotate(135deg);
    top: 9px;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(2) {
    transform: rotate(225deg);
    top: 9px;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(3) {
    opacity: 0;
  }
}

@-webkit-keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*!- w104-search begin -*/
.w104-search {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.w104-search .w104-search-wrap {
  display: block;
  position: relative;
  width: 100%;
  min-height: 40%;
  background-color: #fff;
}
.w104-search .w104-search-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  transition: color .3s;
  text-align: center;
}
.w104-search .w104-search-close i {
  font-size: 24px;
}
.w104-search .w104-search-close:hover {
  color: #004785;
}
.w104-search .w104-search-content {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  padding: 10vh 16px;
}
.w104-search .search-bar .bar {
  display: block;
  position: relative;
}
.w104-search .search-bar input {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 64px 0 16px;
  transition: all .3s;
  color: #333;
}
.w104-search .search-bar input:focus {
  border-color: #004785;
  box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}
.w104-search .search-bar button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  transition: color .3s;
  color: #333;
}
.w104-search .search-bar button i {
  font-size: 20px;
}
.w104-search .search-bar button:hover {
  color: #004785;
}
.w104-search .search-tip {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-top: 16px;
}
.w104-search .search-tip a {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 16px;
  text-align: center;
  background-color: #F5F5F5;
  color: #333;
  max-width: 180px;
  margin: 12px 12px 0 0;
  border-radius: 16px;
  transition: color .3s, background-color .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w104-search .search-tip a:hover {
  background-color: #f2f6f9;
  color: #004785;
}
.w104-search.opened {
  display: block;
}
.w104-search.opening {
  -webkit-animation: search-wrapper-in .4s both;
  animation: search-wrapper-in .4s both;
}
.w104-search.opening .w104-search-wrap {
  -webkit-animation: search-content-in .4s both;
  animation: search-content-in .4s both;
}
.w104-search.closing {
  -webkit-animation: search-wrapper-out .4s both;
  animation: search-wrapper-out .4s both;
}
.w104-search.closing .w104-search-wrap {
  -webkit-animation: search-content-out .4s both;
  animation: search-content-out .4s both;
}

@-webkit-keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/*!- w104-search end -*/