.seize-sitetop {
  display: none;
  background: #333;
  height: 50px
}

.seize-sitetop>.wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.seize-sitetop span {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer
}

.seize-mo-header-search {
  margin-right: 0;
}

.seize-sitetop span i {
  color: #fff;
  font-size: 24px
}

.seize-mo-leftmenu {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  -webkit-overflow-scrolling: touch;
  z-index: 105!important;
  -webkit-transition: all .4s cubic-bezier(.7,0,.2,1);
  -ms-transition: all .4s cubic-bezier(.7,0,.2,1);
  transition: all .4s cubic-bezier(.7,0,.2,1);
  -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
  box-shadow: 0 0 40px rgba(82,85,90,.1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.seize-mo-leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535
}

.seize-mo-leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  font-family: times new roman
}

.seize-mo-leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center
}

.seize-mo-leftmenu .tit span i {
  color: #fff;
  font-size: 16px
}

.seize-mo-leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative
}

.seize-mo-leftmenu>ul>li>a {
  padding: 0 0 0 20px
}

.seize-mo-leftmenu>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer
}

.seize-mo-leftmenu ul li a {
  color: #333;
  display: block
}

.seize-mo-leftmenu ul li a:hover {
  text-decoration: none
}

.seize-mo-leftmenu ul li ul {
  display: none;
  padding-bottom: 10px
}

.seize-mo-leftmenu ul li ul li {
  line-height: 24px
}

.seize-mo-leftmenu ul li ul li+li {
  margin-top: 10px
}

.seize-mo-leftmenu ul li ul li a {
  background: url(../images/d.png) no-repeat 25px 8px;
  padding: 0 0 0 40px
}

.seize-search {
  margin: 0 30px
}

.seize-search span {
  width: 45px;
  height: 25px;
  cursor: pointer;
  font-weight: 400;
  text-align: center
}

.seize-search span i {
  color: #333;
  font-size: 25px;
  height: 25px;
  display: inline-block;
  -webkit-text-stroke-width: .1px;
  text-stroke-width: .1px
}

.seize-search-box {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  right: 0;
  top: 88px;
  background: rgba(0,0,0,.67);
  padding: 25px 0
}

.seize-search-box .close {
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  line-height: 22px;
  height: 22px
}

.seize-search-box .close i {
  font-size: 21px;
  color: #fff
}

.seize-search-box .serchbox {
  width: 700px;
  margin: 0 auto;
  position: relative
}

.seize-search-box .serchbox .submit_text {
  background: #fff;
  width: 100%;
  height: 47px;
  line-height: 47px;
  float: left;
  color: #111;
  padding: 0 90px 0 15px;
  font-size: 15px;
  box-sizing: border-box
}

.seize-search-box .serchbox .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 47px;
  line-height: 47px;
  background: #4F93D0;
  text-align: center;
  display: block;
  cursor: pointer;
  box-sizing: border-box
}

.seize-search-box .serchbox .submit_btn i {
  font-size: 25px;
  color: #fff
}

.seize-header {
  position: relative;
    height: 88px;
    z-index: 999;
}

.seize-header .wp {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.seize-header .logo img {
  height: 55px
}

.seize-nav>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0;
}

.seize-nav>ul>li {
  position: relative;
  z-index: 30
}

.seize-nav>ul>li+li {
  margin-left: 50px
}

.seize-nav>ul>li>a {
  display: inline-block;
  font-size: 18px;
  -webkit-text-stroke-width: .1px;
  color: #000;
  height: 40px;
  line-height: 40px
}

.seize-nav>ul>li ul {
  position: absolute;
  width: 320px;
  height: auto;
  left: -20px;
  text-align: left;
  top: 48px;
  z-index: 1000;
  border-radius: 4px;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0,0,0,.14) 0 0 9px 0;
  transform: rotate3d(1,0,0,-90deg);
  -webkit-transform: rotate3d(1,0,0,-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform .5s,opacity .3s;
  -webkit-transition: -webkit-transform .5s,opacity .3s
}

.seize-nav>ul>li>ul::before {
  content: '';
  position: absolute;
  left: 40px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent
}

.seize-nav>ul>li>ul li {
  border-bottom: 1px solid #ededed;
  position: relative
}

.seize-nav>ul>li>ul li:last-child {
  border: none
}

.seize-nav>ul>li>ul li>a {
  display: block;
  border-radius: 4px;
  padding: 9px 10px;
  color: #313131;
  font-size: 15px;
  line-height: 21px;
  text-transform: capitalize
}

.seize-nav>ul>li>ul>li>a {
  padding-right: 20px
}

.seize-nav>ul>li>ul li>a i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px
}

.seize-nav>ul>li>ul li>a:hover {
  color: #4F93D0
}

.seize-nav>ul>li>ul li ul {
  left: 230px;
  top: 0
}

.seize-nav>ul>li:hover>a,.seize-nav>ul>li.active>a {
  color: #4F93D0
}

.seize-nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg)
}

.seize-nav ul li:hover>ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0,0,0,0);
  -webkit-transform: rotate3d(0,0,0,0);
  -o-transform: rotate3d(0,0,0,0)
}

.seize-header-right {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.seize-mo-header-menu {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none
}

.seize-mo-header-menu i {
  color: #333;
  font-size: 24px;
  display: inline-block;
  margin-top: 2px
}

.seize-menu-transitioning {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.seize-header-lang{position:relative;z-index:20;}
.seize-header-lang .box{height:34px;width:90px;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.seize-header-lang .box img{}
.seize-header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.seize-header-lang .box i{width:15px;line-height:18px;font-size:14px;text-align:center;color:#333;}
.seize-header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.seize-header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.seize-header-lang ul{max-height: 171px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;margin-bottom: 0;}
.seize-header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.seize-header-lang ul li:last-child{border:none;}
.seize-header-lang ul li a{color:#333;font-size:12px;display:block;}
.seize-header-lang ul li a:hover{color:#015198;}
.seize-header-lang ul li img{vertical-align:middle;margin-right:7px;}
.seize-header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}


@media screen and (max-width: 1300px) {
  .seize-header .logo img {
      height:48px
  }
  .seize-nav>ul>li+li {
    margin-left: 40px
  }
  html[lang]:not([lang="en"]) .seize-nav>ul>li>a {
    font-size: 14px;
  }
  html[lang]:not([lang="en"])  .seize-nav>ul>li+li {
      margin-left: 30px;
   }
}

@media screen and (max-width: 991px) {
  .seize-sitetop {
    display: block;
  }

  .seize-sitetop>.wp {
      padding: 0
  }

  .seize-mo-leftmenu {
    display:block
  }

  .seize-nav,.seize-search {
    display: none!important
  }

  .seize-search-box {
    top: 50px;
    padding: 20px 0
  }

  .seize-search-box .close {
      display: none
  }

  .seize-search-box .serchbox {
      width: 90%
  }

  .seize-search-box .serchbox .submit_text {
      height: 40px;
      line-height: 40px;
      padding: 0 70px 0 10px
  }

  .seize-search-box .serchbox .submit_btn {
    width: 50px;
    height: 40px;
    line-height: 40px
  }

  .seize-header {
    height: auto;
    position: static;
    padding: 10px 0;
    z-index: 999;
    position: relative;
  }

  .seize-header .logo {
    width: 100%;
    text-align: center
  }


  .seize-header-lang .box img {
      height: 16px;
      margin: 0;
  }

  .seize-header-lang .box em {
      margin: 0 5px 0 6px;
      line-height: 16px;
      font-size: 13px;
      color: #fff
  }

  .seize-header-lang .box i {
      margin: 0;
      line-height: 16px;
      font-size: 13px;
      color: #fff
  }

  .seize-header-lang ul {
  max-height: 162px;
  margin-bottom: 0;
  }

  .seize-header-right{display:none}

  .sitetop-right{display:flex;align-items:center}

  .seize-header-lang ul li a {
      font-size: 15px
  }

  .seize-header-lang ul li img {
    height: 16px;
    margin-right: 6px
  }
}