.pcdh {
  display: block;
}

.header {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 22;
}

.header *,
.msearchform {
  box-sizing: border-box;
}

.header .wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.logo {
  float: left;
  padding: 30px 33px;
  padding: 20px 33px;
}

.logo img {
  height: 30px;
  height: 40px;
  height: 60px;
  float: left;
}

@media (max-width: 1479px) {
  .logo {
    padding: 30px 33px;
  }

  .logo img {
    height: 40px;
  }
}

.nav {
  float: right;
  margin-right: 40px;
  position: relative;
}

.nav>ul {
  float: left;

}

.nav>ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}

.nav>ul>li {
  float: left;
  position: relative;

}

.nav>ul>li>h3 {
  float: left;
  margin-bottom: 0;
}

.nav>ul>li>h3>a {
  height: 100px;
  font-size: 16px;
  color: #000;
  line-height: 100px;
  font-weight: normal;
  float: left;
  padding: 0 33px;
  position: relative;
}

.nav>ul>li>h3>a i {
  width: 30px;
  height: 30px;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/jtdhr.png) no-repeat center center / 60% 60%;
  right: 40px;
  display: none;
}

.nav>ul>li:hover>h3>a {
  color: #000;
  background: #f0f0f0;
}

.nav>ul>li.on>h3>a {
  color: #000;
  background: #f0f0f0;
}

.nav>ul>li>ul {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  float: left;
  position: absolute;
  z-index: 2;
  top: 100px;
  display: none;
  background: #fff;
  padding: 10px 0;
}

.nav>ul>li:hover>ul {
  display: block;
}

.nav>ul>li>ul>li {
  width: 100%;
  /* height: 40px; */
  float: left;
  position: relative;

}

.nav>ul>li>ul>li>h4 {
  width: 100%;
  float: left;
}

.nav>ul>li>ul>li>h4>a {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  /* height: 40px; */
  line-height: 40px;
  position: relative;
}

.nav>ul>li>ul>li>h4>a i {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/jtdhr.png) no-repeat center center / 60% 60%;
  right: 40px;
  display: none;
}

.nav>ul>li>ul>li>h4>a:hover {
  color: #000;
  background: #f0f0f0;
}

.nav>ul>li>ul>li>ul {
  width: 143px;
  left: 100%;
  height: auto;
  float: left;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 0;
  display: none;
  background: #fff;
  animation: fade-in 0.3s ease-in;
}

.nav>ul>li>ul>li>ul>li>a {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 14px;
  color: #000000;
  height: 40px;
  line-height: 40px;
}

.nav>ul>li>ul>li>ul>li>a:hover {
  color: #000;
  background: #f0f0f0;
}

.nav>ul li:hover>ul {
  display: block;
}


.nav a.gohome {
  display: none;
}

.nav a.gohome i {
  display: none;
}

.nav a.gonav i {
  display: none;
}

.frlangso {
  float: right;
  background: #F0F0F0;
  padding: 0 31px 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.frlangso i.line {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 19px;
  background: rgba(0, 0, 0, 0.1);
  float: right;
}

.frlangso .lang {
  width: 100px;
  height: 100px;
  float: right;
  color: #000000;
  background: #F0F0F0;
  padding: 37px 0 36px 0;
}

.frlangso .lang ul {
  float: left;
  width: 100%;
}

.frlangso .lang ul li {
  width: 100%;
  height: 27px;
  line-height: 27px;
  float: left;
  color: #333333;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.frlangso .lang ul li .xjt {
  background: url(../image/xjt.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 12px;
  height: 12px;
  margin-left: 19px;
  margin-left: 10px;
}

.frlangso .lang ul li:hover .xjt {
  background: url(../image/lang_close.png) no-repeat center center;
}

.frlangso .lang ul li .xjt:before {}

.frlangso .lang ul li .xjt:after {}

.frlangso .lang ul li .this {
  float: left;
  width: 100%;
  text-align: left;
  text-align: center;
  font-weight: bold;
  /* padding: 0 0 0 31px;
  padding: 0 0 0 20px; */
}

.frlangso .lang ul li dl {
  width: 100%;
  height: auto;
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 27px;
}

.frlangso .lang ul li dl a {
  width: 100%;
  background: #b5b8c0;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 23px;
  text-indent: 31px;
  font-family: RTBasis-Regular;
}

.frlangso .lang ul li dl a:hover {
  background: #b5b8c0;
  color: #fff;
}

.frlangso .lang ul li:hover dl {
  display: block;
}

.frlangso .lang ul li dl dd {
  width: 100%;
  height: auto;
  float: left;
}

.search {
  float: right;
  width: 100px;
  height: 100px;
  background: #f0f0f0;
}

.search a {
  width: 100%;
  height: 100%;
  float: left;
}

.cssicon-search {
  display: block !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  background: none
}

.cssicon-search span {
  background: none;
  position: absolute;
  -webkit-transition: -webkit-transform .1s ease-in-out .2s;
  transition: -webkit-transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-14px, -14px);
  transform: translate(-14px, -14px)
}

.cssicon-search span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s;
  transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s
}

.cssicon-search span::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  left: 50%;
  top: 50%;
  width: 12.04px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  opacity: 1
}

.cssicon-search::before,
.cssicon-search::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  opacity: 0
}

.cssicon-search::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.cssicon-search._active span {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.cssicon-search._active span::before {
  -webkit-transition: opacity .2s ease-in-out .1s, width .2s ease-in-out .1s, height .2s ease-in-out .1s, border-width .1s ease-in-out .2s;
  transition: opacity .2s ease-in-out .1s, width .2s ease-in-out .1s, height .2s ease-in-out .1s, border-width .1s ease-in-out .2s;
  opacity: 0;
  width: 0;
  height: 0;
  border-width: 0
}

.cssicon-search._active span::after {
  -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out, -webkit-transform .2s ease-in-out;
  width: 0;
  opacity: 0
}

.cssicon-search._active::before,
.cssicon-search._active::after {
  -webkit-transition: opacity .2s ease-in-out .2s, width .1s ease-in-out .3s, height .1s ease-in-out .3s, border-width .1s ease-in-out .3s;
  transition: opacity .2s ease-in-out .2s, width .1s ease-in-out .3s, height .1s ease-in-out .3s, border-width .1s ease-in-out .3s;
  width: 25px;
  height: 2px;
  opacity: 1
}

.searchform {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  padding: 25px;
  background: #f0f0f0;
  display: none;
  transition: all 0.0s ease 0s;
  overflow: hidden;
}

.searchform .searchform_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchform .searchform_wrap input {
  clear: none !important;
}

.searchform._active {
  top: 100px;
  transition: all 0.0s ease 0s;
}

.searchform form {
  width: 768px;
  position: relative;
}

.searchform .keyword {
  width: calc(100% - 220px);
  float: left;
  background: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 16px;
  color: #000000;
  padding: 0 40px;
}

.searchform .keyword:focus {
  outline: none;
  border-color: #82776d
}

.searchform .cssicon-search2 {
  display: block !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 4px;
  opacity: .6;
  transform: scale(0.7);
}

.searchform .cssicon-search2 span {
  background: none;
  position: absolute;
  -webkit-transition: -webkit-transform .1s ease-in-out .2s;
  transition: -webkit-transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-14px, -14px);
  transform: translate(-14px, -14px)
}

.searchform .cssicon-search2 span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s;
  transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s
}

.searchform .cssicon-search2 span::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  left: 50%;
  top: 50%;
  width: 12.04px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  opacity: 1
}

.searchform .cssicon-search2::before,
.searchform .cssicon-search2::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  opacity: 0
}

.searchform .cssicon-search2::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.searchform .keyword:focus-visible {
  outline: none;
  border-color: #82776d
}

.searchform .tjbtn {
  width: 220px;
  height: 50px;
  /* line-height: 50px; */
  border: 1px solid #c6beba;
  color: #000;
  background-color: #c6beba;
  float: right;
  border: 0 none;
  cursor: pointer;
  font-size: 16px;
}

.searchform .tjbtn:hover {
  background: #82776d;
  color: #fff;
}

.h100 {
  height: 100px;
  overflow: hidden;
}

.pcdh {
  display: block;
}

.mdh {
  display: none;
}

.mnav {
  display: none;
}

.sp_header {
  height: 61px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  z-index: 10;
  width: 100%;
}

.sp_logo {
  padding: 17px 10px;
  float: left;
  height: 30px
}

.sp_logo img {
  margin: auto;
  max-height: 30px;
}

.sp_logo {
  /* padding: 20px 10px; */
}

.sp_logo img {
  height: 26px;
  max-height: unset;
}

.sp_nav {
  width: 61px;
  float: right;
  position: relative;
  cursor: pointer;
  height: 30px;
  margin-top: 20px
}

.sp_nav span {
  display: block;
  background: #000;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 10px;
  transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
  top: 0px
}

.sp_nav span:nth-of-type(2) {
  top: 10px
}

.sp_nav span:nth-of-type(3) {
  top: 20px
}

.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
  width: 0
}

.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg)
}

.sjj_nav {
  z-index: 999;
}

.sjj_nav {
  position: fixed;
  z-index: 9;
  background: #ffffff;
  width: 100%;
  height: calc(100% - 61px);
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.5s;
}

.nav_show {
  top: 61px
}

.sjj_nav>ul {
  z-index: 1;
  position: relative;
  background: #fff;
}

.sjj_nav>ul>li:first-child {
  overflow: hidden;
  border-top: 0
}

.sjj_nav ul li i {
  position: absolute;
  top: 10px;
  right: 25px;
  height: 30px;
  padding: 5px 7px 5px 7px;
}

.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg)
}

.sjj_nav ul li {
  position: relative;
}

.sjj_nav>ul>li:hover {
  background: #f2f2f2;
}

.sjj_nav ul li>a {
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0 15px 25px;
}

.sjj_nav>ul>li:last-child {}

.sjj_nav ul li ul {
  display: none;
}

.sjj_nav ul li ul li {
  background: #efeceb;
}

.sjj_nav ul li a {
  color: #000;
  width: 80%
}

.sjj_nav ul li ul li a {
  text-indent: 2em;
  color: #000;
  display: block;
  text-align: left;
}

.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #000;
  float: left;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #000
}

.sjj_nav ul li ul li>ul {
  margin-left: 0px;
}

.sjj_nav ul li ul li>ul>li {
  background: #dbd5d2;
}

.sjj_nav ul li ul li>ul>li>a {
  text-indent: 4em;
}

.sp_so {
  width: 61px;
  height: 61px;
  margin-right: 0px;
  float: right;
}

.sp_so a {
  width: 61px;
  height: 61px;
}




.msearchform {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  padding: 25px;
  background: #f0f0f0;
  transition: all 0.8s ease 0s;
  overflow: hidden;
  z-index: 3;
}

.msearchform .smearchform_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.msearchform._active {
  top: 61px;
  display: block;
  transition: all 0.8s ease 0s;

}

.msearchform form {
  width: 100%;
  float: left;
  height: 50px;
  position: relative;
}

.msearchform .keyword {
  width: calc(100% - 110px);
  float: left;
  background: #fff;
  height: 50px;
  line-height: 48px;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 16px;
  color: #000000;
  padding: 0 40px;
}

.msearchform .keyword:focus {
  outline: none;
  border-color: #82776d
}

.msearchform .cssicon-search2 {
  display: block !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 4px;
  opacity: .6;
  transform: scale(0.7);
}

.msearchform .cssicon-search2 span {
  background: none;
  position: absolute;
  -webkit-transition: -webkit-transform .1s ease-in-out .2s;
  transition: -webkit-transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s;
  transition: transform .1s ease-in-out .2s, -webkit-transform .1s ease-in-out .2s;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 20px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-14px, -14px);
  transform: translate(-14px, -14px)
}

.msearchform .cssicon-search2 span::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s;
  transition: opacity .2s ease-in-out .2s, width .2s ease-in-out .2s, height .2s ease-in-out .2s, border-width .1s ease-in-out .2s
}

.msearchform .cssicon-search2 span::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out .3s, width .1s ease-in-out .3s, height .1s ease-in-out .2s, border-width .1s ease-in-out .3s, -webkit-transform .2s ease-in-out;
  left: 50%;
  top: 50%;
  width: 12.04px;
  height: 2px;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  transform: translate(-50%, -50%) rotateZ(45deg) translate(15px, 1px);
  opacity: 1
}

.msearchform .cssicon-search2::before,
.msearchform .cssicon-search2::after {
  content: "";
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  transition: opacity .2s ease-in-out, width .2s ease-in-out, height .2s ease-in-out, border-width .2s ease-in-out;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  opacity: 0
}

.msearchform .cssicon-search2::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.msearchform .keyword:focus-visible {
  outline: none;
  border-color: #82776d
}

.msearchform .tjbtn {
  width: 110px;
  height: 50px;
  /* line-height: 50px; */
  border: 1px solid #c6beba;
  color: #000;
  background-color: #c6beba;
  /* float: right; */
  border: 0 none;
  cursor: pointer;
  font-size: 16px;
}

.msearchform .tjbtn:hover {
  background: #82776d;
  color: #fff;
}

.sjj_nav .lang {
  width: 100%;
  position: absolute;
  bottom: 80px;
  padding: 0 25px;
  left: 0;
  color: #000000;
  z-index: 0;
}

.sjj_nav .lang span {
  float: left;
  height: 40px;
  line-height: 48px;
  overflow: hidden;

  font-size: 14px;
}

.sjj_nav .lang ul {
  float: left;
  width: 100px;
}

.sjj_nav .lang ul li {
  width: 100%;
  height: 40px;
  line-height: 48px;
  float: left;
  color: #333333;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  float: left;
}

.sjj_nav .lang ul li .xjt {
  background: url(../image/xjt.png) no-repeat center center;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 12px;
  height: 12px;
  right: 0;
}

.sjj_nav .lang ul li:hover .xjt {
  background: url(../image/lang_close.png) no-repeat center center;
}

.sjj_nav .lang ul li .xjt:before {}

.sjj_nav .lang ul li .xjt:after {}

.sjj_nav .lang ul li .this {
  float: left;
  width: 100%;
  text-align: left;
  font-weight: bold;
  padding: 0 0 0 31px;
}

.sjj_nav .lang ul li dl {
  width: 100%;
  height: auto;
  float: left;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
}

.sjj_nav .lang ul li dl a {
  width: 100%;
  background: #b5b8c0;
  color: #fff;
  display: inline-block;
  float: left;
  line-height: 40px;
  text-indent: 31px;
  font-family: RTBasis-Regular;
}

.sjj_nav .lang ul li dl a:hover {
  background: #b5b8c0;
  color: #fff;
}

.sjj_nav .lang ul li:hover dl {
  display: block;
}

.sjj_nav .lang ul li dl dd {
  width: 100%;
  height: auto;
  float: left;
}




/*1600-1799*/
@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .nav>ul>li>h3>a {
    padding: 0 20px;
  }
}

/*1400-1599*/
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .nav>ul>li>h3>a {
    padding: 0 20px;
  }
}

/*1200-1399*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .nav>ul>li>h3>a {
    padding: 0 10px;
  }
}

/*960-1199*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .h100 {
    height: 61px;
  }

  .header {
    min-width: 100%;
    position: fixed;
    height: 61px;
    z-index: 3;
  }

  .logo {
    width: auto;
    padding: 0;
    margin-left: 2%;
  }

  .logo a {
    height: 61px;
    display: flex;
    align-items: center;
  }

  .logo img {
    height: 30px;
  }

  .frlangso {
    padding: 0;
  }

  .search {
    width: 61px;
    height: 61px;
    margin-right: 61px;
  }

  .search a {
    width: 61px;
    height: 61px;
  }

  .searchform {
    top: 61px;
  }

  .searchform._active {
    top: 61px;
  }

  .searchform .tjbtn {
    width: 110px;
  }

  .searchform .keyword {
    width: calc(100% - 110px);
  }

  .lang {
    display: none;
  }

  .nav a.gonav {
    display: inline-block;
    float: right;
    width: 61px;
    height: 61px;
    position: absolute;
    top: -61px;
    right: 0px;
  }

  .nav a.gonav i {
    width: 61px;
    height: 61px;
    display: inline-block;
    float: right;
    background: url(../image/density_medium.png) no-repeat center center / 50% 50%;
  }

  .nav a.gonav i.on {
    background: url(../image/clear.png) no-repeat center center / 68% 68%;
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 61px;
    padding-top: 0px;
    height: auto;
    z-index: 999;
    background: #fff;
    margin: 0;
  }

  .nav ul {
    display: none;
    background: #fff;
    padding: 10px 0;
  }

  .nav ul li {
    width: 100%;
    margin: 0;
    border: 0 none;
    height: auto;
    line-height: 40px;
  }

  .nav ul li h3 {
    width: 100%;
    float: left;
  }

  .nav>ul>li>h3>a {
    height: 40px;
    line-height: 48px;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    padding: 0 40px;
  }

  .nav>ul>li>h3>a i {
    display: block;
  }

  .nav>ul>li>ul {
    width: 100%;
    left: auto;
    transform: none;
    position: relative;
    top: auto;
    background: #F0EEEA;
  }

  .nav>ul>li>ul>li>ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-top: 0 none;
    background: #DBD5D2;
    padding: 0;
    animation: none;
  }

  .nav>ul>li>ul>li>h4>a {
    padding: 0 80px;
    text-align: left;
  }

  .nav>ul>li>ul>li>h4>a i {
    display: block;
  }

  .nav>ul>li>ul>li>ul>li>a {
    text-align: left;
    padding-left: 120px;
  }

  .nav dl {
    display: none;
  }

  .nav ul li dl {
    position: relative;
    padding-top: 0;
    top: 0;
  }

  .nav ul li dl dd a {
    color: #ffffff;
    font-size: 14px;
  }

  .nav .list {
    width: 100%;
  }

  .pcdh {
    display: none;
  }

  .mdh {
    display: block;
  }

  .mnav {
    display: block;
  }
}

/*768-959*/
@media screen and (min-width: 768px) and (max-width: 959px) {
  .h100 {
    height: 61px;
  }

  .header {
    min-width: 100%;
    position: fixed;
    height: 61px;
    z-index: 3;
  }

  .logo {
    width: auto;
    padding: 0;
    margin-left: 2%;
  }

  .logo a {
    height: 61px;
    display: flex;
    align-items: center;
  }

  .logo img {
    height: 30px;
  }

  .frlangso {
    padding: 0;
  }

  .frlangso i.line {
    display: none;
  }

  .search {
    width: 61px;
    height: 61px;
    margin-right: 61px;
  }

  .search a {
    width: 61px;
    height: 61px;
  }

  .searchform {
    top: 61px;
  }

  .searchform._active {
    top: 61px;
  }

  .searchform .tjbtn {
    width: 110px;
  }

  .searchform .keyword {
    width: calc(100% - 110px);
  }

  .lang {
    display: none;
  }

  .nav a.gonav {
    display: inline-block;
    float: right;
    width: 61px;
    height: 61px;
    position: absolute;
    top: -61px;
    right: 0px;
  }

  .nav a.gonav i {
    width: 61px;
    height: 61px;
    display: inline-block;
    float: right;
    background: url(../image/density_medium.png) no-repeat center center / 50% 50%;
  }

  .nav a.gonav i.on {
    background: url(../image/clear.png) no-repeat center center / 68% 68%;
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 61px;
    padding-top: 0px;
    height: auto;
    z-index: 999;
    background: #fff;
    margin: 0;
  }

  .nav ul {
    display: none;
    background: #fff;
    padding: 10px 0;
  }

  .nav ul li {
    width: 100%;
    margin: 0;
    border: 0 none;
    height: auto;
    line-height: 40px;
  }

  .nav ul li h3 {
    width: 100%;
    float: left;
  }

  .nav>ul>li>h3>a {
    height: 40px;
    line-height: 48px;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    padding: 0 40px;
  }

  .nav>ul>li>h3>a i {
    display: block;
  }

  .nav>ul>li>ul {
    width: 100%;
    left: auto;
    transform: none;
    position: relative;
    top: auto;
    background: #F0EEEA;
  }

  .nav>ul>li>ul>li>ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-top: 0 none;
    background: #DBD5D2;
    padding: 0;
    animation: none;
  }

  .nav>ul>li>ul>li>h4>a {
    padding: 0 80px;
    text-align: left;
  }

  .nav>ul>li>ul>li>h4>a i {
    display: block;
  }

  .nav>ul>li>ul>li>ul>li>a {
    text-align: left;
    padding-left: 120px;
  }

  .nav dl {
    display: none;
  }

  .nav ul li dl {
    position: relative;
    padding-top: 0;
    top: 0;
  }

  .nav ul li dl dd a {
    color: #ffffff;
    font-size: 14px;
  }

  .nav .list {
    width: 100%;
  }

  .pcdh {
    display: none;
  }

  .mdh {
    display: block;
  }

  .mnav {
    display: block;
  }
}

/*480-767*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .h100 {
    height: 61px;
  }

  .header {
    min-width: 100%;
    position: fixed;
    height: 61px;
    z-index: 3;
  }

  .logo {
    width: auto;
    padding: 0;
    margin-left: 2%;
  }

  .logo a {
    height: 61px;
    display: flex;
    align-items: center;
  }

  .logo img {
    height: 30px;
  }

  .frlangso {
    padding: 0;
  }

  .frlangso i.line {
    display: none;
  }

  .search {
    width: 61px;
    height: 61px;
    margin-right: 61px;
  }

  .search a {
    width: 61px;
    height: 61px;
  }

  .searchform {
    top: 61px;
  }

  .searchform._active {
    top: 61px;
  }

  .searchform .tjbtn {
    width: 110px;
  }

  .searchform .keyword {
    width: calc(100% - 110px);
  }

  .lang {
    display: none;
  }

  .nav a.gonav {
    display: inline-block;
    float: right;
    width: 61px;
    height: 61px;
    position: absolute;
    top: -61px;
    right: 0px;
  }

  .nav a.gonav i {
    width: 61px;
    height: 61px;
    display: inline-block;
    float: right;
    background: url(../image/density_medium.png) no-repeat center center / 50% 50%;
  }

  .nav a.gonav i.on {
    background: url(../image/clear.png) no-repeat center center / 68% 68%;
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 61px;
    padding-top: 0px;
    height: auto;
    z-index: 999;
    background: #fff;
    margin: 0;
  }

  .nav ul {
    display: none;
    background: #fff;
    padding: 10px 0;
  }

  .nav ul li {
    width: 100%;
    margin: 0;
    border: 0 none;
    height: auto;
    line-height: 40px;
  }

  .nav ul li h3 {
    width: 100%;
    float: left;
  }

  .nav>ul>li>h3>a {
    height: 40px;
    line-height: 48px;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    padding: 0 40px;
  }

  .nav>ul>li>h3>a i {
    display: block;
  }

  .nav>ul>li>ul {
    width: 100%;
    left: auto;
    transform: none;
    position: relative;
    top: auto;
    background: #F0EEEA;
  }

  .nav>ul>li>ul>li>ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-top: 0 none;
    background: #DBD5D2;
    padding: 0;
    animation: none;
  }

  .nav>ul>li>ul>li>h4>a {
    padding: 0 80px;
    text-align: left;
  }

  .nav>ul>li>ul>li>h4>a i {
    display: block;
  }

  .nav>ul>li>ul>li>ul>li>a {
    text-align: left;
    padding-left: 120px;
  }

  .nav dl {
    display: none;
  }

  .nav ul li dl {
    position: relative;
    padding-top: 0;
    top: 0;
  }

  .nav ul li dl dd a {
    color: #ffffff;
    font-size: 14px;
  }

  .nav .list {
    width: 100%;
  }

  .pcdh {
    display: none;
  }

  .mdh {
    display: block;
  }

  .mnav {
    display: block;
  }
}

/*479*/
@media only screen and (max-width: 479px) {
  .h100 {
    height: 61px;
  }

  .header {
    min-width: 100%;
    position: fixed;
    height: 61px;
    z-index: 3;
  }

  .logo {
    width: auto;
    padding: 0;
    margin-left: 2%;
  }

  .logo a {
    height: 61px;
    display: flex;
    align-items: center;
  }

  .logo img {
    height: 30px;
  }

  .frlangso {
    padding: 0;
  }

  .frlangso i.line {
    display: none;
  }

  .search {
    width: 61px;
    height: 61px;
    margin-right: 61px;
  }

  .search a {
    width: 61px;
    height: 61px;
  }

  .searchform {
    top: 61px;
  }

  .searchform._active {
    top: 61px;
  }

  .searchform .tjbtn {
    width: 110px;
  }

  .searchform .keyword {
    width: calc(100% - 110px);
  }

  .nav a.gonav {
    display: inline-block;
    float: right;
    width: 61px;
    height: 61px;
    position: absolute;
    top: -61px;
    right: 0px;
  }

  .nav a.gonav i {
    width: 61px;
    height: 61px;
    display: inline-block;
    float: right;
    background: url(../image/density_medium.png) no-repeat center center / 50% 50%;
  }

  .nav a.gonav i.on {
    background: url(../image/clear.png) no-repeat center center / 68% 68%;
  }

  .nav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 61px;
    padding-top: 0px;
    height: auto;
    z-index: 999;
    background: #fff;
    margin: 0;
  }

  .nav ul {
    display: none;
    background: #fff;
    padding: 10px 0;
  }

  .nav ul li {
    width: 100%;
    margin: 0;
    border: 0 none;
    height: auto;
    line-height: 40px;
  }

  .nav ul li h3 {
    width: 100%;
    float: left;
  }

  .nav>ul>li>h3>a {
    height: 40px;
    line-height: 48px;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
    color: #000;
    font-size: 20px;
    padding: 0 40px;
  }

  .nav>ul>li>h3>a i {
    display: block;
  }

  .nav>ul>li>ul {
    width: 100%;
    left: auto;
    transform: none;
    position: relative;
    top: auto;
    background: #F0EEEA;
  }

  .nav>ul>li>ul>li>ul {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-top: 0 none;
    background: #DBD5D2;
    padding: 0;
    animation: none;
  }

  .nav>ul>li>ul>li>h4>a {
    padding: 0 80px;
    text-align: left;
  }

  .nav>ul>li>ul>li>h4>a i {
    display: block;
  }

  .nav>ul>li>ul>li>ul>li>a {
    text-align: left;
    padding-left: 120px;
  }

  .nav dl {
    display: none;
  }

  .nav ul li dl {
    position: relative;
    padding-top: 0;
    top: 0;
  }

  .nav ul li dl dd a {
    color: #ffffff;
    font-size: 14px;
  }

  .nav .list {
    width: 100%;
  }

  .pcdh {
    display: none;
  }

  .mdh {
    display: block;
  }

  .mnav {
    display: block;
  }
}