body {
  width: 100%;
  overflow-x: auto;
  margin: 0;
  padding: 0;
}

body,
div {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: PingFang SC;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* 滚动槽 */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:link {
  color: #666666;
  text-decoration: none !important;
}

a:visited {
  color: #666666;
  text-decoration: none !important;
}

a:hover {
  color: #666666;
  text-decoration: none !important;
}

a:active {
  color: #666666;
  text-decoration: none !important;
}

.none {
  display: none;
}

/* 右侧悬浮框 */

.menu_box {
  margin: 0;
  padding: 0;
  width: 148px;
  text-align: center;
  box-shadow: 0px 0px 40px 0px rgba(1, 12, 26, 0.14);
  border-radius: 6px;
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 10;
}

.menu_box li {
  width: 100%;
  height: 40px;
  list-style: none;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
  cursor: pointer;
  background: #ffffff;
}

.menu_box li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.menu_box li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.menu_title {
  width: 100%;
  font-size: 16px !important;
  color: #ffffff !important;
  background-color: #f58220 !important;
  letter-spacing: 3px;
}

.menu_icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.mask {
  z-index: 8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 50%);
  display: none;
}

/* 头部 */
body {
  padding-top: 80px;
}

.title_box {
  width: 100%;
  height: 80px;
  background: #ffffff !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.title {
  width: 1200px;
  height: 80px;
  background: #ffffff;
  display: flex;
  margin: auto;
}

.title_icon {
  width: 180px;
  display: flex;
}

.icon {
  width: 87px;
  height: 19px;
  margin-top: 15px;
}

.title_icon_txt p {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 24px;
  color: #333333;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.title_menu {
  flex: 1;
  padding-right: 20px;
}

.naver-list {
  display: flex;
}

.maxs_menu1 {
  padding-left: 350px !important;
}
.maxs_menu2 {
  padding-left: 290px !important;
}
.naver-list li {
  /* flex: 1; */
  padding: 0 20px;
  text-align: center;
  position: relative;
  line-height: 80px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
}

.naver-list .mini_p {
  flex: 1;
  text-align: center;
  position: relative;
  line-height: 40px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.naver-list li .naver_li_line {
  display: none;
}
.dowm {
  vertical-align: middle;
  margin-left: 8px;
}

.naver_select {
  color: #f58220 !important;
}
.naver_select a {
  color: #f58220 !important;
}

.naver_select .naver_li_line {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #f58220;
  border-radius: 1px;
  margin: auto;
  bottom: 0;
  display: block !important;
  left: calc(50% - 12px);
}

.title_phone {
  width: 220px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f58220;
  line-height: 80px;
  text-align: right;
}

/* 头部菜单 */

.top_title_box {
  width: 100%;
  background: #ffffff;
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  z-index: 99;
}

.top_menu {
  width: 1200px;
  background: #ffffff;
  display: flex;
  margin: auto;
}

.top_menu_left {
  width: 180px;
}

.top_menu_right {
  width: 220px;
}

.top_menu_center {
  flex: 1;
}

/* 头部菜单 */

.title_about {
  width: 29px;
  height: 30px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.title_line {
  width: 1px;
  height: 33px;
  background: #999999;
  margin: 0 10px;
}

.title_text {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  text-align: left;
  margin-bottom: 2px;
}

.title_num {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #f58220;
  line-height: 16px;
}

/* 底部链接 */

.footer {
  width: 100%;
  padding-bottom: 45px;
  margin: 0;
  background: #343130;
}

.footer_title {
  width: 1140px;
  border-bottom: 1px solid #666666;
  margin: auto;
  height: 86px;
}
.logo {
  width: 140px;
  height: 30px;
  padding-top: 35px;
  display: block;
}

.footer_content {
  width: 1140px;
  height: auto;
  display: flex;
  margin: 0 auto;
  text-align: left;
  padding-top: 20px;
}

.footer_left {
  width: 600px;
}

.footer_navigation {
  margin-bottom: 16px;
}

.footer_navigation a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-right: 33px;
}

.footer_record {
  width: 1140px;
  margin: auto;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  line-height: 22px;
  padding-top: 29px;
}

.footer_right {
  flex: 1;
  padding-left: 60px;
}

.right_text {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
}

.footer_icon_box {
  display: inline-block;
  margin-right: 48px;
  margin-top: 29px;
}

.footer_icon_box_value {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}

.links_a_icon {
  width: 80px;
  height: 80px;
  display: inline-block;
}

/* 友情链接 */

.footer_links {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  line-height: 25px;
  color: #ffffff;
  padding-bottom: 10px;
}

.footer_links_content {
  width: 210px;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  border-radius: 4px;
  position: relative;
}

.footer_links_text {
  width: 210px;
  line-height: 32px;
  display: flex;
  border-radius: 4px;
}

.footer_links_onelink {
  width: 160px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer_links_content .links_more {
  width: 16px;
  height: 16px;
  display: block;
  margin: auto;
}

.footer_links_select {
  position: absolute;
  width: 210px;
  height: 90px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  display: none;
}

.links_select_item {
  width: 210px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 35px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}

/* 友情链接 */

.footer_icon {
  display: flex;
  margin-bottom: 15px;
}

.footer_icon div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
  white-space: nowrap;
  text-align: left;
}

.footer_icon div img {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}

.footer_icon .call {
  width: 250px;
}

.footer_icon .call2 {
  flex: 2;
}

/* 浮窗 */

.show_box {
  z-index: 10;
  width: 590px;
  position: fixed;
  bottom: 300px;
  left: calc(50vw - 300px);
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 30px;
}

.show_box_title {
  width: 100%;
  height: 100px;
  display: flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show_box_title_left {
  flex: 1;
  font-size: 24px;
  line-height: 100px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-left: 80px;
}

.show_box_title_right {
  width: 80px;
  line-height: 100px;
}

.show_box_close {
  line-height: 100px;
  width: 32px;
  height: 32px;
  margin-top: 22px;
  cursor: pointer !important;
}

.show_box_item {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
}

.show_box_input {
  margin-left: 8px;
  width: 470px;
  height: 52px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  padding-left: 13px;
}

.input_red {
  border: 1px solid red;
}

.show_box_join {
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #f58220;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 auto;
  cursor: pointer;
}

.show_input_icon {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

/* 七鱼客服 */

.m-crm {
  max-width: 400px;
  margin: 2rem auto 2rem;
}

#YSF-PANEL-INFO {
  left: 20px !important;
}

/* 详情页标题 */

.html_details_title {
  width: 1200px;
  margin: auto;
  margin-top: 24px;
  text-align: left;
  position: relative;
}

.html_details_title_1 {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  margin-bottom: 17px;
  z-index: 9;
}

.html_details_title_2 {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  z-index: 9;
}

.html_details_title_en {
  font-size: 50px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333333;
  opacity: 0.05;
  position: absolute;
  z-index: 8;
  left: 42px;
  top: 22px;
}

.html_details_title_line {
  width: 1197px;
  height: 2px;
  background-color: #eeeeee;
  margin-top: 19px;
}

.details_menu {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.details_menu_item {
  display: inline-block;
  width: 130px;
  height: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  position: relative;
}

.details_select {
  color: #f58220 !important;
}

.details_select .details_menu_item_line {
  display: inline-block;
}

.details_menu_item_line {
  width: 24px;
  height: 2px;
  background: #f58220;
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: none;
}

.details_content {
  width: 1200px;
  margin: auto;
}

.detail_box2 {
  display: none;
}

.link_select {
  margin-top: 15px;
  width: 210px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
}

h1 {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}
