.header {
  background: #ffffff;
  position: relative;
  z-index: 5;
  height: 120px;
}

.row {
  width: 1300px;
  margin: 0px auto;
  position: relative;
}

.trt-col-9 {
  width: 37.5%;
}

.logo {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  z-index: 100;
  display: flex;
  align-items: center;
}

.logo {
  margin-top: 0;
}

.logo>img {
  margin-right: 18px;
  float: left;
  top: -4px;
  width: 73px;
  position: relative;
}

.logo a {
  overflow: hidden;
  display: block;
}

.logo a img {
  max-height: 78px;
}

.header_line {
  padding-top: 15px;
  text-align: right;
  font-size: 0;
}

.header_link_01,
.header_link_02,
.header_line>span {
  display: inline-block;
}

.header_link_01 {
  font-size: 0;
  margin-right: 16px;
}

.header_link_01 a.btn_base:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  color: #1658a0;
  border: 1px solid #1658a0;
  background: #f2f8ff;
}

.header_link_02 {
  margin: 0 4px;
  font-size: 0;
  line-height: 24px;
  position: relative;
}

.header_line>span {
  padding: 1px 10px 3px 10px;
  border: 1px solid #666666;
  color: #666;
  border-radius: 12px;
  font-size: 12px;
  float: right;
  margin-left: 8px;
}

.btn_base {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  transition: .3s all;
  border: 1px solid transparent;
  background-color: transparent;
  color: #333333;
  -webkit-appearance: none;
  text-align: center;
  padding: 8px 20px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
}

.btn_base+.btn_base {
  margin-left: 10px;
}

.btn_small {
  padding: 2px 10px;
  font-size: 14px;
}

.btn_outline_primary {
  color: #1658a0;
  border-color: #1658a0;
}

.header_link_01 a {
  color: #1658a0;
  border-radius: 6px;
  padding: 0 10px;
}

.header_link_02 a {
  position: relative;
  padding: 0 12px;
  font-size: 14px;
  line-height: 24px;
}

.header_link_02 .mzt_ewm {
  position: absolute;
  right: -30px;
  top: 32px;
  display: none;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 12px;
  z-index: 100;
  width: 140px;
  text-align: center;
  border-radius: 4px;
}

.header_link_02 .mzt_ewm::before {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  top: -5px;
  position: absolute;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
}

.header_link_02 a:hover+.mzt_ewm {
  display: block;
}

.header_link_02 .mzt_ewm img,
.header_link_02 .mzt_ewm canvas {
  max-width: 100px;
  max-height: 100px;
}

.header_link_02 .mzt_ewm p {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.header_line>span {
  padding: 1px 10px 3px 10px;
  border: 1px solid #666666;
  color: #666;
  border-radius: 12px;
  font-size: 12px;
  float: right;
  margin-left: 8px;
}

.header_link_02 a:hover {
  color: #1658a0;
}

.menu_group,
.menu_base {
  position: relative;
  z-index: 99;
}

.menu_base:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.menu_right>ul {
  float: right;
  clear: both;
}

.menu_base ul {
  text-align: right;
  padding-top: 8px;
  font-size: 0;
}

.menu_base li {
  display: inline-block;
  margin-left: 30px;
  overflow: hidden;
}

.menu_base>ul>li {
  line-height: 80px;
  float: left;
}

.menu_base li:first-child {
  margin-left: 0;
}

.menu_base li a {
  padding: 14px 0;
  font-weight: bold;
  line-height: 40px;
  font-size: 24px;
  display: block;
  position: relative;
}

.menu_base li:hover a,
.menu_base li.on a {
  color: #1658a0;
}

.header_link_02 a#logined:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 2px;
  background-color: #7d7d7d;
}

.rl_title_div {
  background: url(../images/rl_title_bg.png) no-repeat bottom;
  background-size: 100%;
  padding: 60px 0;
}

.rl_title_div .rl_logo {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.rl_title_div .rl_logo img {
  width: auto;
  height: 87px;
}

.rl_title_div .rl_search_ipt {
  margin: 0 auto;
  width: 43.75%;
  position: relative;
}

.rl_title_div .rl_search_ipt input {
  width: 100%;
  padding-left: 32px;
  padding-right: 70px;
  font-size: 20px;
  background: #FFFFFF;
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
  border: 1px solid #5F7CAD;
  color: #5F7CAD;
}

.rl_title_div .rl_search_ipt input:focus {
  box-shadow: 0 0 15px 0 #5F7CAD;
}

.rl_title_div .rl_search_ipt input::placeholder {
  color: #BECFEC;
}

.rl_title_div .rl_search_ipt .rl_search_btn {
  border: 0;
  position: absolute;
  right: 28px;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/search_icon.png) no-repeat center;
  background-size: 100%;
}

.nav_box {
  background: #3B72AF;
}

.nav_box .nav_div {
  width: 1260px;
  margin: 0 auto;
  display: flex;
}

.nav_box .nav_div .nav_item {
  width: 25%;
  font-weight: bold;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background: transparent;
  position: relative;
  color: white;
  font-size: 24px;
}

.nav_box .nav_div .nav_item:hover,
.nav_box .nav_div .nav_item.on {
  background: linear-gradient(to top, #F59B2C, #FDCB7C);
}

.nav_box .nav_div .nav_item .nav_item_tag_list {
  display: none;
  position: absolute;
  width: 840px;
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, .2);
  border-radius: 0 0 12px 12px;
  background: #FFFFFF;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9999999;
  padding: 20px 50px;
  line-height: 60px;
}

.nav_box .nav_div .nav_item:hover .nav_item_tag_list {
  display: flex;
  flex-wrap: wrap;
}

.nav_item .nav_item_tag_list .nav_item_tag {
  color: #333;
  font-weight: normal;
  font-size: 24px;
  position: relative;
}

.nav_item .nav_item_tag_list .nav_item_tag.on {
  color: #BE7314;
}

.nav_item .nav_item_tag_list .nav_item_tag+.nav_item_tag {
  margin-left: 30px;
  padding-left: 29px;
}

.nav_item .nav_item_tag_list .nav_item_tag+.nav_item_tag::before {
  display: inline-block;
  content: ' ';
  height: 24px;
  width: 1px;
  background: #BE7314;
  position: absolute;
  left: 0;
  top: 17px;
}

.nav_item .nav_item_tag_list .nav_item_tag:nth-child(5n+1) {
  padding-left: 0;
  margin-left: 0;
  margin-right: 30px;
}

.nav_item .nav_item_tag_list .nav_item_tag:first-child {
  margin-right: 0;
}

.nav_item .nav_item_tag_list .nav_item_tag:nth-child(5n+2) {
  margin-left: 0;
}

.nav_item .nav_item_tag_list .nav_item_tag:nth-child(2) {
  margin-left: 30px;
}

.trt-row::after,
.trt-row::before {
  content: "";
  display: table;
}

.clearflx:after,
.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.load-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.loading-box {
  width: 134px;
  height: 121px;
  background-size: 100% 100%;
  animation: loading 2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.load-container>.loading-box {
  background-image: url(../images/loading1.png);
}

/* 分页 start */
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.M-box a,
.M-box span {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.M-box .active {
  background: #005293;
  border: 1px solid #005293;
  color: white;
}

.m-style.M-box {
  position: relative;
  text-align: center;
  width: fit-content;
  margin: unset;
  zoom: 1;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style .next,
.m-style .prev {
  font-size: 16px;
  font-weight: bold;
}

.similar-item-page .m-style .next,
.m-style .prev {
  font-size: 14px;
  font-weight: 400;
}

.M-box .next,
.M-box .prev {
  width: auto;
  padding: 0 12px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}

.m-style span.text_jump {
  width: unset;
  color: #333;
  border: 0;
}

.m-style .jump-ipt {
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 15px;
  color: #333;
}

.m-style .jump-btn {
  display: inline-block;
  background-color: #f9f9f9;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

/* 分页 end */