.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: 95px
}

.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: #fff;
  font-size: 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: #17a549;
  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 {
  height: 88px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30
}

.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: 88px
}

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

.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: #fcfcfc;
  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: #17a549
}

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

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

.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: 200
}

.seize-header-lang .box {
  height: 34px;
  width: 88px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #909090
}

.seize-header-lang .box img {
  float: left;
  margin: 7px 0 0 7px
}

.seize-header-lang .box em {
  float: left;
  margin: 7px 5px 0 7px;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase
}

.seize-header-lang .box i {
  float: left;
  margin: 7px 0 0;
  width: 15px;
  line-height: 18px;
  font-size: 14px;
  text-align: center;
  color: #333
}

.seize-header-lang ul {
  display: none;
  overflow: hidden;
  width: 88px;
  padding: 0 7px;
  position: absolute;
  left: 0;
  top: 34px;
  z-index: 200;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  box-sizing: border-box
}

.seize-header-lang ul li {
  line-height: 32px;
  border-bottom: 1px solid rgba(51,51,51,.2)
}

.seize-header-lang ul li:last-child {
  border: none
}

.seize-header-lang ul li a {
  color: #333;
  font-size: 12px
}

.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 ul {
  display: block
}



@media screen and (max-width: 1300px) {
  .seize-header .logo img {
      height:48px
  }
}

@media screen and (max-width: 768px) {
  .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: 20px 0
  }

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

  .seize-header-lang {
    height: 30px;
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 0
  }

  .seize-header-lang .box {
      height: 30px;
      width: 82px
  }

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

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

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

  .seize-header-lang ul {
      padding: 0 6px;
      top: 30px;
      width: 82px
  }

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

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