@charset "UTF-8";

.header {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  background-color: rgb(34, 36, 46, .95);
  z-index: 12;
}

.header>.box {
  color: #ffffff;
  max-width: var(--maxWidth);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0px;
  position: relative;
}

.header>.box #logo img {
  display: block;
  width: 135px;
  height: auto;
  margin-top: 15px;
}

.nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu-main-menu {
  display: flex;
  gap: 20px;
}

#menu-main-menu>li {
  /*padding: 20px 0;*/
  position: relative;
  /*margin: 0 18px;*/
}

#menu-main-menu>li:hover>a {
  font-weight: bold;
}

#menu-main-menu>li:hover .sub-menu {
  visibility: visible;
  max-height: 999px;
  transition: 1s;
}

#menu-main-menu>li:hover .sub-menu li.menu-children {
  opacity: 1;
}

#menu-main-menu>li>a {
  font-size: 15px;
  padding: 5px 4px;
  padding-bottom: 10px;
  color: #ffffff;
  line-height: 38px;
  position: relative;
  font-family: "montserratB";
  position: relative;
}

#menu-main-menu>li>.sub-menu {
  position: absolute;
  background: #fff;
  padding: 10px 0;
  top: 100%;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 235px;
  z-index: 99;
  max-height: 0;
  visibility: hidden;
  opacity: 1;
  transition: 0.5s;
}

#menu-main-menu>li>.sub-menu li.menu-children {
  padding: 0 8px;
  position: relative;
  opacity: 0;
  transform: 0.5s;
}

#menu-main-menu>li>.sub-menu li.menu-children:hover>a {
  background: var(--dataColor);
  color: #fff;
}

#menu-main-menu>li>.sub-menu li.menu-children:hover .sub-menu2 {
  visibility: visible;
  max-height: 999px;
  transition: 0.5s;
}

#menu-main-menu>li>.sub-menu li.menu-children>a {
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  padding: 10px 4px;
  position: relative;
}

#menu-main-menu>li>.sub-menu li.menu-children .sub-menu2 {
  position: absolute;
  background: #fff;
  padding: 10px 0;
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 235px;
  z-index: 99;
  transition: 0.5s;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}

#menu-main-menu>li>.sub-menu li.menu-children .sub-menu2>li {
  padding: 0 8px;
}

#menu-main-menu>li>.sub-menu li.menu-children .sub-menu2>li:hover>a {
  background: var(--dataColor);
  color: #fff;
}

#menu-main-menu>li>.sub-menu li.menu-children .sub-menu2>li>a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: normal;
  padding: 10px 4px;
  position: relative;
}

#menu-main-menu .active>a {
  color: #fff;
  transition: 0.5s;
  font-weight: bold;
}

.header>.box .nav_main .search_section {
  transition: all 0.5s;
  margin-left: 10px;
}

.header>.box .nav_main .search_section .search {
  text-align: center;
  background: url("/template/default/pc/static/images/icon.png") no-repeat;
  display: inline-block;
  background-position: -343px -446px;
  color: #fff;
  width: 46px;
  height: 45px;
}

.header>.box .nav_main .search_section .mob_search {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
}

.search_btn:hover .search_input {
  height: 160px;
}

.search_input {
  height: 0px;
  transition: 0.5s;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  background: rgba(255, 255, 255, .8);
  overflow: hidden;
  transition: 0.3s all;
  z-index: 999999999;
  text-align: left;
  padding: 0px 20px;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
    justify-content: center;
    align-items: center;
}

.search_input .close-search {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 50%;
}

.search_input .close-search i {
  line-height: 36px;
  display: inline-block;
  color: #333;
  font-size: 18px;
}

.search_input em {
  font-size: 20px;
  color: #333;
  margin: 20px 0;
  text-transform: capitalize;
  font-family: "montserratB";
  display: block;
  font-style: normal;
}

.search_input .search_main {
    width: 100%;
    height: 50px;
  position: relative;
  max-width: 500px;
  /*margin: 5px auto 0;*/
}
.search_input .search_main .form-control {
  /*height: 50px;*/
  /*color: #999;*/
  /*float: left;*/
  /*box-sizing: border-box;*/
  /*line-height: 50px;*/
  /*font-size: 16px;*/
  /*-moz-transition: all 0.3s;*/
  /*-o-transition: all 0.3s;*/
  /*-webkit-transition: all 0.3s;*/
  /*transition: all 0.3s;*/
  /*width: 100%;*/
  /*background: none;*/
  /*padding-left: 12px;*/
  /*padding-right: 55px;*/
  /*border: none;*/
  /*box-shadow: none;*/
  /*float: none;*/
  /*border-radius: 4px;*/
  /*border: 1px solid #e5e5e5;*/
  /*background-color: #fff;*/
  display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    height: 100%;
    background-color: #fff;
    border: none;
    text-indent: 15px;
    color: #adb5c5;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}

.search_input .search_main .search_btn {
  /*display: block;*/
  /*width: 40px;*/
  /*height: 40px;*/
  /*cursor: pointer;*/
  /*border: none;*/
  /*position: absolute;*/
  /*bottom: 5px;*/
  /*right: 5px;*/
  /*background: var(--dataColor) url("/template/default/pc/static/images/icon.png") no-repeat;*/
  /*background-position: -346px -450px;*/
  /*border-radius: 50%;*/
  display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: #303240;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.header>.box .nav_main #menu-mobile {
  width: 40px;
  height: 40px;
  background: var(--backColor);
  font-size: 20px;
  color: #fff;
  margin-left: 10px;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
}

.header-top {
  background-color: var(--dataColor);
}

.header-top .box {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}

.header-top .box .top_l {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.header-top .box .top_l .tel {
  display: inline-block;
  color: #ffffff;
}

.header-top .box .top_l .tel a {
  color: #ffffff;
  font-size: 14px;
}

.header-top .box .top_l .email {
  display: inline-block;
  margin-left: 34px;
  color: #ffffff;
}

.header-top .box .top_l .email a {
  color: #ffffff;
  font-size: 14px;
}

.header-top .box .top_r {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .box .top_r .top_sns a {
  display: inline-block;
  width: 25px;
}

.header-top .box .top_r .language {
  margin-left: 20px;
}

.header-top .box .top_r .language:hover .menu-dropdown {
  max-height: 999px !important;
  transition: 0.5s;
}

.header-top .box .top_r .language:hover i {
  color: var(--dataColor);
  transition: 0.4s;
}

.header-top .box .top_r .language .menu {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid var(--dataColor);
  background: #ededed;
  padding: 0px 27px;
}

.header-top .box .top_r .language .menu .menu-title {
  display: inline-block;
  text-align: center;
  color: #898786;
  text-transform: capitalize;
  font-size: 14px;
  transition: 0.5s background-color;
  position: relative;
  z-index: 5;
  transition: 0.6s all;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header-top .box .top_r .language .menu .menu-title p {
  display: block;
  margin: 0;
  color: #808080;
  font-size: 13px;
  line-height: 35px;
  text-align: center;
  text-transform: capitalize;
  font-style: initial;
}

.header-top .box .top_r .language .menu .menu-title i {
  width: 10px;
  margin-left: 6px;
  transition: 0.4s;
}

.header-top .box .top_r .language .menu .menu-dropdown {
  width: 100%;
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  transition: 0.5s padding, 0.5s background;
  right: 0;
  width: 260px;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 10px black;
  transition: 0.5s;
}

.header-top .box .top_r .language .menu .menu-dropdown li {
  border-bottom: 1px solid #ECECEC;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 5px 10px;
  transition: 0.5s;
}

.header-top .box .top_r .language .menu .menu-dropdown li:hover {
  background-color: #f7f7f7;
  transition: 0.5s;
}

.header-top .box .top_r .language .menu .menu-dropdown li a {
  display: flex;
  padding: 8px 14px;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: flex-start;
  transition: all .35s ease-in-out;
  text-decoration: none;
  color: #333;
}

.header-top .box .top_r .language .menu .menu-dropdown li a img {
  width: 20px;
  margin: 0px 4px;
}

@media only screen and (max-width: 992px) {
  .mob_search {
    position: absolute;
    right: 46px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #223570 url("/template/default/pc/static/images/icon.png") no-repeat;
    background-position: -345px -448px;
    border-left: 1px solid #eee;
    border-radius: 5px;
  }
}

@media screen and (max-width: 600px) {
  .header>.box #logo img {
    width: 91px;
    margin-top: 1px;
  }

  .header>.box .nav_main .search_section .btn_box {
    margin-top: 4px;
  }

  .header-top {
    display: none;
  }

  #menu-main-menu {
    display: none !important;
  }

  #menu-mobile {
    display: flex !important;
  }

  .search_input {
    top: 66px !important;
  }

  .header>.box {
    justify-content: space-between;
    position: static;
  }

  .header>.box #logo {
    position: static;
    width: 100px;
  }
}

/* .nav {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
} */

.nav .icon-xiangyou1 {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  transition: 0.3s;
}

.nav .cur {
  transform: rotate(90deg);
  transition: 0.3s;
}

.nav #collapase-nav {
  background: #333;
  display: block;
  height: 100%;
  width: 60%;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: 0.3s;
}

.nav #collapase-nav a {
  color: #fff;
  margin-left: 10px;
}

.nav .am-panel {
  line-height: 3em;
  border-bottom: 1px solid #444;
}

.nav .am-icon-angle-right {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
}

.nav .am-collapse {
  display: none;
  transition: 0.3s;
}

.nav .top {
  writing-mode: tb;
  margin-top: 17px;
  margin-right: -7px;
}

.nav .mob_language {
  margin: 10px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #222;
}

.nav .mob_language .list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.nav .mob_language .list a {
  color: #fff;
  width: 50%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav .mob_language .list a img {
  width: 30px;
  margin-right: 5px;
}

.headers {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgb(34, 36, 46, .95);
}

.headmain {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 42px;
  box-sizing: border-box;
}

.header_box {
  position: relative;
  padding: 27px 0;
  height: 46px;
  display: flex;
  justify-content: space-between;
}

.header_box h1 {
  /*width: 295px;*/
  height: 100%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.header_box h1 a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.head_right {
  display: flex;
}

/* .header_box .nav ul {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header_box .nav ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  margin: 0 30px;
  position: relative;
}

.header_box .nav li a {
  display: block;
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #fff;
} */

.header_box .btn_box {
  /*margin-left: 20px;*/
  width: 105px;
  height: 100%;
}

.header_box .btn_box .search_btn {
  /* display: inline-block;
  width: 30px;
  height: 100%; */
  /* background-image: url(../images/search.png); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: auto 22px;
  float: left;
  cursor: pointer;
  position: relative; */

  background: url("/template/default/pc/static/images/icon.png") no-repeat;
  display: inline-block;
  background-position: -343px -446px;
  color: #fff;
  width: 46px;
  height: 45px;
}

.header_box .btn_box .menu {
  width: 46px;
  height: 100%;
  display: inline-block;
  float: right;
  cursor: pointer;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  position: relative;
}

#logo img {
  display: block;
  width: 180px;
  height: auto;
}

#dowebok {
  background-color: rgba(0, 0, 0, .6);
}

[data-simplersidebar='active'] {
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.sidebar-wrapper {
  position: relative;
  height: 100%;
  overflow: auto;
  /* display: none; */
}

#dowebok .nav {
  margin-top: 80px;
  list-style-type: none;
}

#dowebok .nav li {
  display: block;
  line-height: 55px;
  font-size: 18px;
  position: relative;
}

#dowebok .nav li a {
  display: block;
  padding: 0 20px;
  /*height: 100%;*/
  color: #fff;
  border-bottom: 1px solid #666;
}

@media (min-width: 768px) and (max-width: 1015px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}