/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
@import "common.css";
@import "keyframs.css";
@import "//at.alicdn.com/t/c/font_3842555_h1m9iqyslfv.css";
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
.title_box_metting {
  margin-top: 20px;
}
.page_news .hot_news {
  width: 100%;
  padding: 20px 30px 0 30px;
}
.page_news .hot_news .hot_news_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.page_news .hot_news .mleft {
  width: 678px;
  height: 390px;
  flex-shrink: 0;
  overflow: hidden;
}
.page_news .hot_news .mleft a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.page_news .hot_news .mleft .mimg {
  width: 100%;
  height: 100%;
}
.page_news .hot_news .mleft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s all ease-in;
}
.page_news .hot_news .mleft .mfont {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 17px 29px;
}
.page_news .hot_news .mleft h2 {
  color: #FFFFFF;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.page_news .hot_news .mleft a:hover h2 {
  transform: translateY(-3px);
}
.page_news .hot_news .mleft a:hover img {
  transform: scale(1.03);
}
.page_news .hot_news .mright {
  width: calc(100% - 678px);
  padding-left: 20px;
}
.page_news .hot_news .mright ul {
  width: 100%;
}
.page_news .hot_news .mright li {
  width: 100%;
}
.page_news .hot_news .mright a {
  display: flex;
  padding-bottom: 13px;
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 13px;
  transition: 0.2s all ease-in;
}
.page_news .hot_news .mright .micon {
  transform-origin: center center;
  width: 11px;
  height: 11px;
  background: #2BBC4D;
  margin-right: 15px;
  transform: translateY(10px) rotate(45deg);
}
.page_news .hot_news .mright .mfont {
  width: calc(100% - 28px);
}
.page_news .hot_news .mright .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
.page_news .hot_news .mright h3 {
  font-size: 18px;
  color: #303133;
  margin-bottom: 10px;
  transition: 0.2s all ease-in;
  min-height: 45px;
  line-height: 170%;
}
.page_news .hot_news .mright span {
  color: #909399;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 5px;
}
.page_news .hot_news .mright p {
  font-size: 14px;
  color: #606266;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_news .hot_news .mright li:last-child a {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.page_news .hot_news .mright a:hover {
  transform: translateY(-2px);
}
.page_news .hot_news .mright a:hover h3 {
  color: #2BBC4D;
}
.page_news .news_list {
  width: 100%;
  padding: 40px 30px 0 30px;
}
.page_news .news_list .news_list_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page_news .sell_box {
  width: 100%;
  padding: 0 30px;
  height: 380px;
  margin-bottom: 60px;
}
.page_news .sell_box .sell_box_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page_news .sell_box .sell_news_box {
  display: none;
}
.page_news_list .xhcrumbs_main {
  border-bottom: none;
}
.page_news_list .news_list {
  width: 100%;
  padding: 20px 30px 60px 30px;
}
.page_news_list .news_list .news_list_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page_news_list .sell_box {
  width: 100%;
  padding: 0 30px;
  height: 380px;
  margin-bottom: 60px;
}
.page_news_list .sell_box .sell_box_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page_news_list .sell_box .sell_news_box {
  display: none;
}
.page_news_show .xhcrumbs_main {
  border-bottom: none;
}
.page_news_show .news_show {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 80px;
}
.page_news_show .news_show_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
}
.page_news_show .news_show_center {
  width: calc(100% - 330px);
  padding: 0 30px 0 0;
}
.page_news_show .news_show_center h1 {
  font-size: 30px;
  color: #303133;
  margin-bottom: 15px;
}
.page_news_show .news_show_center hr {
  display: block;
  width: 100%;
  border: none;
  height: 1px;
  background: #efefef;
  margin-bottom: 40px;
}
.page_news_show .news_show_center .news_show_body_boxmax {
  display: flex;
  overflow: hidden;
}
.page_news_show .news_show_center .news_show_textinfo {
  padding-left: 30px;
}
.page_news_show .news_show_center .news_show_body {
  width: 100%;
  font-size: 16px;
  color: #606266;
  line-height: 35px;
  text-indent: 30px;
}
.page_news_show .news_show_center .news_show_body img {
  margin: 15px auto;
  max-width: 100%;
  display: block;
}
.page_news_show .news_show_center .news_show_body a {
  color: #016296;
}
.page_news_show .news_show_center .news_show_body p {
  margin-bottom: 10px;
}
.page_news_show .news_show_center .news_show_btn {
  margin-top: 58px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_news_show .news_show_center .news_show_btn .mleft p {
  color: #303133;
  font-size: 16px;
  padding: 5px 0;
  transition: 0.2s all ease-in;
}
.page_news_show .news_show_center .news_show_btn .mleft a {
  color: #606266;
  transition: 0.2s all ease-in;
}
.page_news_show .news_show_center .news_show_btn .mleft p:hover {
  transform: translateY(-2px);
}
.page_news_show .news_show_center .news_show_btn .mleft p:hover a {
  color: #2BBC4D;
}
.page_news_show .news_show_center .news_show_btn .mright a {
  width: 148px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF5C00;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 40px;
  transition: 0.2s all ease-in;
}
.page_news_show .news_show_center .news_show_btn .mright a:hover {
  transform: translateY(-3px);
  background: #dd4904;
}
.page_news_show .news_show_center .news_comment {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 35px;
}
.page_news_show .news_show_center .news_comment .mtop {
  margin-bottom: 30px;
}
.page_news_show .news_show_center .news_comment h4 {
  font-size: 28px;
  color: #303133;
  margin-bottom: 15px;
}
.page_news_show .news_show_center .news_comment .xhline {
  width: 100%;
  position: relative;
}
.page_news_show .news_show_center .news_comment .xhline span {
  width: 100%;
  display: block;
  height: 2px;
  background: #F3F5F6;
}
.page_news_show .news_show_center .news_comment .xhline i {
  width: 58px;
  height: 2px;
  background: #2BBC4D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_news_show .news_show_center .comment_list {
  width: 100%;
}
.page_news_show .news_show_center .comment_list ul {
  width: 100%;
}
.page_news_show .news_show_center .comment_list li {
  border-bottom: 1px solid #F3F5F6;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page_news_show .news_show_center .comment_list li img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex-shrink: 0;
}
.page_news_show .news_show_center .comment_list li a {
  margin-right: 20px;
}
.page_news_show .news_show_center .comment_list li h5 {
  font-size: 14px;
  color: #909399;
  margin-bottom: 10px;
}
.page_news_show .news_show_center .comment_list li p {
  font-size: 16px;
  color: #303133;
  line-height: 25px;
}
.page_news_show .news_show_center .comment_list li:last-child {
  border-bottom: none;
}
.page_news_show .news_show_center .comment_submit {
  width: 100%;
  display: flex;
  align-items: center;
}
.page_news_show .news_show_center .comment_submit img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}
.page_news_show .news_show_center .comment_submit .mmain {
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
}
.page_news_show .news_show_center .comment_submit .xhtextarea {
  height: 100%;
  border: 3px #e3e3e3 solid;
  flex: 1;
  border-right: none;
  padding: 16px 20px;
  font-size: 16px;
  color: #303133;
}
.page_news_show .news_show_center .comment_submit .comment_submit_btn {
  width: 95px;
  height: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #2BBC4D;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.page_news_show .news_show_center .comment_submit .comment_submit_btn:hover {
  background: #10b135;
}
.page_news_show .news_show_mright {
  width: 330px;
  flex-shrink: 0;
}
.page_news_show .news_show_mright .news_show_swi {
  width: 100%;
  margin-bottom: 25px;
}
.page_news_show .news_show_mright .news_show_swi a {
  display: block;
  width: 100%;
}
.page_news_show .news_show_mright .news_show_swi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_news_show .news_show_mright .hot_news_title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}
.page_news_show .news_show_mright .hot_news_title span {
  width: 2px;
  height: 18px;
  margin-right: 10px;
  background: #FF3D3D;
  display: block;
}
.page_news_show .news_show_mright .hot_news_title h2 {
  font-size: 23px;
  color: #303133;
  font-weight: bold;
}
.page_news_show .news_show_mright .hot_news {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #F3F5F6;
  margin-bottom: 25px;
}
.page_news_show .news_show_mright .hot_news ul {
  width: 100%;
}
.page_news_show .news_show_mright .hot_news li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_news_show .news_show_mright .hot_news li span {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
}
.page_news_show .news_show_mright .hot_news li a {
  font-size: 15px;
  color: #303133;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_news_show .news_show_mright .hot_news li:hover {
  transform: translateY(-2px);
}
.page_news_show .news_show_mright .hot_news li:hover a {
  color: #2BBC4D;
}
.page_news_show .news_show_mright .hot_news li:nth-child(1) span {
  background: #FF5C00;
}
.page_news_show .news_show_mright .hot_news li:nth-child(2) span {
  background: #FF852D;
}
.page_news_show .news_show_mright .hot_news li:nth-child(3) span {
  background: #FACB70;
}
.page_news_show .news_show_mright .hot_meeting {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #F3F5F6;
  margin-bottom: 25px;
}
.page_news_show .news_show_mright .hot_meeting .meeting_item_min:last-child {
  margin-bottom: 0;
}
.page_news_show .news_show_mright .hot_video {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #F3F5F6;
  margin-bottom: 25px;
}
.page_news_show .news_show_mright .hot_video .video_item_min:last-child {
  margin-bottom: 0;
}
.page_news_show .news_show_left {
  width: 100px;
  flex-shrink: 0;
}
.page_news_show .news_show_left .mtop {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 5px;
  justify-content: center;
}
.page_news_show .news_show_left .mtop p {
  font-size: 14px;
  color: #606266;
  margin: 0 5px;
  flex-shrink: 0;
}
.page_news_show .news_show_left .mtop span {
  width: 22px;
  height: 1px;
  background: #dfdfdf;
}
.page_news_show .news_show_left .news_left_01 {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  flex-direction: column;
}
.page_news_show .news_show_left .news_left_01 h5 {
  font-size: 38px;
  margin-bottom: 5px;
  color: #303133;
}
.page_news_show .news_show_left .news_left_01 > p {
  font-size: 18px;
  color: #606266;
}
.page_news_show .news_show_left .news_left_02 {
  margin-bottom: 30px;
}
.page_news_show .news_show_left .news_left_02 p {
  color: #606266;
  text-align: center;
  font-size: 14px;
}
.page_news_show .news_show_left .news_left_03 {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
}
.page_news_show .news_show_left .news_left_03 p {
  color: #606266;
}
.page_news_show .news_show_left .news_left_04 i {
  font-size: 40px;
  transition: 0.2s all ease-in;
  display: block;
}
.page_news_show .news_show_left .news_left_04 li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  position: relative;
}
.page_news_show .news_show_left .news_left_04 li:nth-child(1) i {
  color: #28C445;
}
.page_news_show .news_show_left .news_left_04 li:nth-child(2) i {
  color: #F56467;
}
.page_news_show .news_show_left .news_left_04 li:nth-child(3) i {
  color: #1296DB;
}
.page_news_show .news_show_left .news_left_04 li:nth-child(4) i {
  color: #EFB336;
}
.page_news_show .news_show_left .news_left_04 li:nth-child(5) i {
  color: #FF6FC5;
}
.page_news_show .news_show_left .news_left_04 a {
  position: relative;
}
.page_news_show .news_show_left .news_left_04 i:hover {
  transform: translateY(-2px);
}
.page_news_show .news_show_left .news_left_04 .share_wechatQrcode {
  position: absolute;
  z-index: 30;
  display: none;
  right: -160px;
  top: -40px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
}
.page_news_show .news_show_left_fix {
  width: 100px;
  flex-shrink: 0;
  display: none;
}
.page_search .search_box {
  width: 100%;
  padding: 0 30px;
}
.page_search .search_box_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.page_search .search_box_left {
  width: calc(100% - 330px);
}
.page_search .search_box_left .search_top {
  width: 100%;
  background: #fff;
  padding: 0 30px 60px 30px;
}
.page_search .search_box_left .search_top .search_top_main {
  margin: 0 auto;
}
.page_search .search_box_left .search_top .search_top_box {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
}
.page_search .search_box_left .search_top .search_top_box input {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  padding: 15px 30px;
  border: none;
  font-size: 15px;
  color: #303133;
}
.page_search .search_box_left .search_top .search_top_box a {
  width: 70px;
  height: 70px;
  background: #016296;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_search .search_box_left .search_top .search_top_box a i {
  font-size: 25px;
  color: #FFFFFF;
  transition: 0.2s all ease-in;
}
.page_search .search_box_left .search_top .search_top_box a:hover {
  background: #000;
}
.page_search .search_box_left .search_top .search_top_box a:hover i {
  color: #FFFFFF;
}
.page_search .search_box_left .search_bom {
  width: 100%;
  background: #fff;
  padding: 0px 30px 60px 30px;
}
.page_search .search_box_left .search_bom .search_bom_main {
  max-width: 1400px;
  margin: 0 auto;
}
.page_search .search_box_left .search_bom .search_bom_top {
  margin-bottom: 30px;
}
.page_search .search_box_left .search_bom .search_bom_top h5 {
  color: #909399;
  font-size: 14px;
  margin-top: 15px;
}
.page_search .search_box_left .search_bom .search_bom_top ul {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F4F4F4;
}
.page_search .search_box_left .search_bom .search_bom_top ul li {
  margin-right: 40px;
  padding-bottom: 20px;
  position: relative;
}
.page_search .search_box_left .search_bom .search_bom_top ul li a {
  color: #909399;
  font-size: 16px;
}
.page_search .search_box_left .search_bom .search_bom_top ul li p {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 0%;
  background: #016296;
  height: 2px;
  transition: 0.2s all ease-in;
}
.page_search .search_box_left .search_bom .search_bom_top ul li.curr p {
  width: 100%;
}
.page_search .search_box_left .search_bom .search_bom_bom {
  width: 100%;
}
.page_search .search_box_left .search_bom .search_bom_bom h5 {
  margin-bottom: 30px;
}
.page_search .search_box_left .search_bom .search_bom_bom ul {
  width: 100%;
}
.page_search .search_box_left .search_bom .search_bom_bom ul li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.page_search .search_box_left .search_bom .search_bom_bom ul a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_search .search_box_left .search_bom .search_bom_bom ul a h3 {
  font-size: 16px;
  color: #303133;
  transition: 0.2s all ease-in;
}
.page_search .search_box_left .search_bom .search_bom_bom ul a span {
  color: #909399;
  font-size: 15px;
}
.page_search .search_box_left .search_bom .search_bom_bom ul a:hover {
  transform: translateY(-2px);
}
.page_search .search_box_left .search_bom .search_bom_bom ul a:hover h3 {
  color: #2BBC4D;
}
.page_search .search_box_left .xhdata_box .servezl_mbom {
  width: 100%;
  padding: 0;
}
.page_search .search_box_left .xhdata_box .case_list {
  width: 100%;
  padding: 0;
}
.page_search .search_box_left .xhdata_box .case_list ul a .mfont {
  transform: translateY(0);
  height: 50px;
}
.page_search .news_show_mright {
  width: 330px;
  flex-shrink: 0;
}
.page_search .news_show_mright .news_show_swi {
  width: 100%;
  margin-bottom: 25px;
}
.page_search .news_show_mright .news_show_swi a {
  display: block;
  width: 100%;
}
.page_search .news_show_mright .news_show_swi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_search .news_show_mright .hot_news_title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}
.page_search .news_show_mright .hot_news_title span {
  width: 2px;
  height: 18px;
  margin-right: 10px;
  background: #FF3D3D;
  display: block;
}
.page_search .news_show_mright .hot_news_title h2 {
  font-size: 23px;
  color: #303133;
  font-weight: bold;
}
.page_search .news_show_mright .hot_news {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #F3F5F6;
  margin-bottom: 25px;
}
.page_search .news_show_mright .hot_news ul {
  width: 100%;
}
.page_search .news_show_mright .hot_news li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_search .news_show_mright .hot_news li span {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
}
.page_search .news_show_mright .hot_news li a {
  font-size: 15px;
  color: #303133;
  transition: 0.2s all ease-in;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.page_search .news_show_mright .hot_news li:hover {
  transform: translateY(-2px);
}
.page_search .news_show_mright .hot_news li:hover a {
  color: #2BBC4D;
}
.page_search .news_show_mright .hot_news li:nth-child(1) span {
  background: #FF5C00;
}
.page_search .news_show_mright .hot_news li:nth-child(2) span {
  background: #FF852D;
}
.page_search .news_show_mright .hot_news li:nth-child(3) span {
  background: #FACB70;
}
.page_livestream .hot_livestream {
  width: 100%;
  padding: 40px 30px 0 30px;
}
.page_livestream .hot_livestream ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.page_livestream .hot_livestream li {
  width: 33.33%;
  padding: 10px;
}
.page_livestream .hot_livestream a {
  display: block;
  position: relative;
  transition: 0.2s all ease-in;
}
.page_livestream .hot_livestream .mimg {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_livestream .hot_livestream i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.page_livestream .hot_livestream img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.2s all ease-in;
}
.page_livestream .hot_livestream .mfont {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.page_livestream .hot_livestream .mtext {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-radius: 0 0 5px 5px;
}
.page_livestream .hot_livestream h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.page_livestream .hot_livestream span {
  font-size: 16px;
  color: #FFFFFF;
  background: #2BBC4D;
  border-radius: 5px;
  padding: 11px 15px;
  flex-shrink: 0;
}
.page_livestream .hot_livestream a:hover {
  transform: translateY(-2px);
}
.page_livestream .hot_livestream a:hover img {
  transform: scale(1.03);
}
.page_livestream .hot_livestream a:hover i {
  opacity: 0.9;
}
.page_livestream .hot_livestream a:hover h3 {
  transform: translateX(3px);
}
.page_livestream .hot_livestream_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page_livestream .high_talk {
  width: 100%;
  padding: 30px 30px 0 30px;
}
.page_livestream .high_talk .high_talk_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page_livestream .high_talk .high_talk_top {
  width: 100%;
  display: flex;
}
.page_livestream .high_talk .high_talk_top .mleft {
  width: 50%;
  display: flex;
}
.page_livestream .high_talk .high_talk_top .mright {
  width: 50%;
}
.page_livestream .high_talk .high_talk_top .mtop {
  width: 100%;
  margin-bottom: 10px;
}
.page_livestream .high_talk .high_talk_top .mbom {
  display: flex;
  width: 100%;
}
.page_livestream .high_talk .high_talk_item_h {
  width: 50%;
  padding: 0 5px;
}
.page_livestream .high_talk .high_talk_item_h a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_h .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_livestream .high_talk .high_talk_item_h .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_h .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_h a:hover {
  transform: translateY(-2px);
}
.page_livestream .high_talk .high_talk_item_h a:hover img {
  transform: scale(1.02);
}
.page_livestream .high_talk .high_talk_item_h a:hover i {
  transform: scale(1.1);
}
.page_livestream .high_talk .high_talk_item.xhgreen .xhlabel {
  background: #2BBC4D;
}
.page_livestream .high_talk .high_talk_item.xhorange .xhlabel {
  background: #FF5C00;
}
.page_livestream .high_talk .high_talk_item.xhred .xhlabel {
  background: #FF3D3D;
}
.page_livestream .high_talk .high_talk_item_max {
  width: 100%;
  padding: 0 5px;
}
.page_livestream .high_talk .high_talk_item_max a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_max .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_livestream .high_talk .high_talk_item_max .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_max img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_max .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_max .mfont {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
}
.page_livestream .high_talk .high_talk_item_max .mtext {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 20px;
  border-radius: 0 0 5px 5px;
}
.page_livestream .high_talk .high_talk_item_max h3 {
  color: #FFFFFF;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_max span {
  font-size: 16px;
  color: #FFFFFF;
  background: #2BBC4D;
  border-radius: 0px;
  width: 100px;
  padding: 11px 15px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_livestream .high_talk .high_talk_item_max span i {
  color: #FFFFFF;
  transition: 0.2s all ease-in;
  font-size: 16px;
}
.page_livestream .high_talk .high_talk_item_max a:hover {
  transform: translateY(-2px);
}
.page_livestream .high_talk .high_talk_item_max a:hover img {
  transform: scale(1.02);
}
.page_livestream .high_talk .high_talk_item_max a:hover i {
  transform: scale(1.1);
}
.page_livestream .high_talk .high_talk_item_w {
  width: 50%;
  padding: 0 5px;
}
.page_livestream .high_talk .high_talk_item_w a {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_w .mimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_livestream .high_talk .high_talk_item_w .mimg i {
  color: #FFFFFF;
  font-size: 50px;
  position: absolute;
  opacity: 1;
  z-index: 10;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_w .xhlabel {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 20;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 5px;
  padding: 4px 10px;
  transition: 0.2s all ease-in;
}
.page_livestream .high_talk .high_talk_item_w a:hover {
  transform: translateY(-2px);
}
.page_livestream .high_talk .high_talk_item_w a:hover img {
  transform: scale(1.02);
}
.page_livestream .high_talk .high_talk_item_w a:hover i {
  transform: scale(1.1);
}
.page_livestream .high_talk .high_talk_bom {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
  margin: -10px;
}
.page_livestream .zhonghuan_style .video_item .mfont span {
  background: url(/images/btnbg2.png) no-repeat 100% 100%;
  padding-right: 8px;
  color: #FFFFFF;
  font-size: 14px;
  transition: 0.2s all ease-in;
  display: flex;
  align-items: center;
  width: 87px;
  height: 25px;
  justify-content: flex-end;
  white-space: nowrap;
  flex-shrink: 0;
}
.page_videoshow .xhcrumbs {
  padding: 30px;
}
.page_videoshow .videoshow_main {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.page_videoshow .videoshow_title {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 20px;
}
.page_videoshow .videoshow_title h1 {
  font-size: 30px;
  color: #303133;
  margin-bottom: 15px;
}
.page_videoshow .videoshow_title .xhul {
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow_title .xhli {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow_title i {
  color: #909399;
  font-size: 15px;
  margin-right: 5px;
}
.page_videoshow .videoshow_title span {
  color: #606266;
  font-size: 15px;
}
.page_videoshow .videoshow_box {
  width: 100%;
  padding: 0 30px;
}
.page_videoshow .videoshow_box .videoshow_main {
  display: flex;
}
.page_videoshow .videoshow_box .videoshow_box_left {
  flex: 1;
}
.page_videoshow .videoshow_box .videoshow_box_left iframe {
  width: 100%;
  height: 549px;
}
.page_videoshow .videoshow_box .videoshow_video {
  width: 100%;
}
.page_videoshow .videoshow_box .videoshow_box_right {
  width: 400px;
  margin-left: 25px;
  background: #F3F5F6;
}
.page_videoshow .videoshow_box .videoshow_box_right .mtop {
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(90deg, #1296DB 0%, #2BBC4D 100%);
  display: flex;
  align-items: center;
  padding: 16px 29px;
}
.page_videoshow .videoshow_box .videoshow_box_right .mtop h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 10px;
}
.page_videoshow .videoshow_box .videoshow_box_right .mtop i {
  color: #FFFFFF;
  font-size: 22px;
}
.page_videoshow .videoshow_box .videoshow_box_right ul {
  width: 100%;
  padding: 15px;
}
.page_videoshow .videoshow_box .videoshow_box_right ul li {
  width: 100%;
  padding: 15px 0;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow_box .videoshow_box_right ul a {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow_box .videoshow_box_right ul i {
  margin-right: 10px;
  color: #2BBC4D;
  opacity: 0;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow_box .videoshow_box_right ul span {
  margin-right: 10px;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow_box .videoshow_box_right ul p {
  font-size: 16px;
  color: #606266;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow_box .videoshow_box_right ul li.curr p {
  font-weight: bold;
  color: #016296;
}
.page_videoshow .videoshow_box .videoshow_box_right ul li.curr i {
  opacity: 1;
}
.page_videoshow .videoshow_box .videoshow_box_right ul li:hover p {
  color: #016296;
  transform: translateY(-3px);
}
.page_videoshow .videoshow_box .videoshow_box_right_red .mtop {
  background: linear-gradient(270deg, #FF5C00 0%, #FF852D 100%);
}
.page_videoshow .videoshow_box .videoshow_box_right_red ul li.curr {
  background: #fff;
}
.page_videoshow .videoshow_box .videoshow_box_right_red ul li.curr p {
  color: #FF5C00;
}
.page_videoshow .videoshow_box .videoshow_box_right_red ul li.curr span {
  color: #FF5C00;
}
.page_videoshow .videoshow_box .videoshow_box_right_red ul li.curr i {
  color: #FF5C00;
}
.page_videoshow .videoshow02 {
  width: 100%;
  padding: 30px;
}
.page_videoshow .videoshow02 .videoshow_main {
  display: flex;
}
.page_videoshow .videoshow02 .mtitle {
  width: 227px;
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #1296DB 0%, #2BBC4D 100%);
  border-radius: 0 50px 50px 0;
  padding-left: 10px;
}
.page_videoshow .videoshow02 .mtitle span {
  width: 2px;
  height: 18px;
  margin-right: 10px;
  background: #fff;
}
.page_videoshow .videoshow02 .mtitle h2 {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.page_videoshow .videoshow02 .videoshow02_left {
  flex: 1;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info {
  padding-bottom: 60px;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info .mtop {
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info ul {
  width: 100%;
  margin-bottom: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info li {
  font-size: 16px;
  color: #606266;
  padding: 6px 0;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info .mimg {
  width: 90px;
  height: 90px;
  overflow: hidden;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 5px;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info .mimg img {
  width: 100%;
}
.page_videoshow .videoshow02 .videoshow02_left .com_info .shared_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .peo_text {
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mjieshao_info {
  padding-right: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mjieshao_info p {
  color: #016296;
  font-size: 17px;
  padding: 5px 0;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mimg {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
  margin-right: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mbom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mbom p {
  color: #2BBC4D;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mbom .zx_btn {
  background: #FF5C00;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  width: 148px;
  height: 39px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow02 .videoshow02_left .people_info .mbom .zx_btn:hover {
  transform: translateY(-3px);
}
.page_videoshow .videoshow02 .videoshow02_left .zhbtn {
  margin-bottom: 100px;
}
.page_videoshow .videoshow02 .videoshow02_left h4 {
  margin-right: 10px;
  font-size: 15px;
}
.page_videoshow .videoshow02 .videoshow02_left .viedeo_share {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page_videoshow .videoshow02 .videoshow02_left .viedeo_share h4:last-of-type {
  margin-left: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul {
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul .xhli:nth-child(1) i {
  color: #28C445;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul .xhli:nth-child(2) i {
  color: #F56467;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul .xhli:nth-child(3) i {
  color: #1296DB;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul .xhli:nth-child(4) i {
  color: #EFB336;
}
.page_videoshow .videoshow02 .videoshow02_left .xhul .xhli:nth-child(5) i {
  color: #FF6FC5;
}
.page_videoshow .videoshow02 .videoshow02_left .xhli {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 3px;
}
.page_videoshow .videoshow02 .videoshow02_left .xhli i {
  color: #FF6FC5;
}
.page_videoshow .videoshow02 .videoshow02_left .xhli a {
  display: block;
  width: 100%;
  height: 100%;
}
.page_videoshow .videoshow02 .videoshow02_left .xhli i {
  font-size: 40px;
  transition: 0.2s all ease-in;
  display: block;
}
.page_videoshow .videoshow02 .videoshow02_left .xhli i:hover {
  transform: translateY(-2px);
}
.page_videoshow .videoshow02 .videoshow02_left .text_box {
  margin-bottom: 40px;
}
.page_videoshow .videoshow02 .videoshow02_left .text_box h3 {
  font-size: 28px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .text_box .minfo {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 5px;
  text-indent: 30px;
  color: #606266;
}
.page_videoshow .videoshow02 .videoshow02_left .text_box .minfo img {
  display: block;
  max-width: 100%;
  margin: 5px auto;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn {
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mleft p {
  color: #303133;
  font-size: 16px;
  padding: 5px 0;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mleft a {
  color: #606266;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mleft p:hover {
  transform: translateY(-2px);
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mleft p:hover a {
  color: #2BBC4D;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mright a {
  width: 148px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF5C00;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 40px;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow02 .videoshow02_left .news_show_btn .mright a:hover {
  transform: translateY(-3px);
  background: #dd4904;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 35px;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment .mtop {
  margin-bottom: 30px;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment h4 {
  font-size: 28px;
  color: #303133;
  margin-bottom: 15px;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment .xhline {
  width: 100%;
  position: relative;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment .xhline span {
  width: 100%;
  display: block;
  height: 2px;
  background: #F3F5F6;
}
.page_videoshow .videoshow02 .videoshow02_left .news_comment .xhline i {
  width: 58px;
  height: 2px;
  background: #2BBC4D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list {
  width: 100%;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list ul {
  width: 100%;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li {
  border-bottom: 1px solid #F3F5F6;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex-shrink: 0;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li a {
  margin-right: 20px;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li h5 {
  font-size: 14px;
  color: #909399;
  margin-bottom: 10px;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li p {
  font-size: 16px;
  color: #303133;
  line-height: 25px;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_list li:last-child {
  border-bottom: none;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit {
  width: 100%;
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit .mmain {
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit .xhtextarea {
  height: 100%;
  border: 3px #e3e3e3 solid;
  flex: 1;
  border-right: none;
  padding: 16px 20px;
  font-size: 16px;
  color: #303133;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit .comment_submit_btn {
  width: 95px;
  height: 100%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: #2BBC4D;
  -webkit-user-select: none;
  user-select: none;
  font-weight: bold;
  transition: 0.2s all ease-in;
}
.page_videoshow .videoshow02 .videoshow02_left .comment_submit .comment_submit_btn:hover {
  background: #10b135;
}
.page_videoshow .videoshow02 .videoshow02_mright {
  width: 400px;
  margin-left: 25px;
}
.page_about .about_tit {
  font-weight: bold;
  font-size: 35px;
  color: #303133;
  margin-bottom: 25px;
  text-align: center;
}
.page_about .about01 .minfo {
  font-size: 18px;
  color: #303133;
  text-align: center;
  line-height: 200%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.page_about .about01 img {
  width: 100%;
  transition: 0.5s all ease-in;
}
.page_about .about01 .mimg {
  overflow: hidden;
}
.page_about .about01 img:hover {
  transform: scale(1.02);
}
.page_about .about02 {
  padding: 60px 50px 0 50px;
}
.page_about .about02 .about_swi {
  height: 450px;
  width: 100%;
}
.page_about .about02 .about_swi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_about .about03 {
  background: #f7f8fb;
  padding-top: 140px;
  padding-bottom: 30px;
  position: relative;
  top: -90px;
}
.page_about .about03 .about_num {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.page_about .about03 .about_num .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page_about .about03 .about_num .mtop {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.page_about .about03 .about_num h5 {
  font-size: 50px;
  font-weight: bold;
  font-family: numfont;
  color: #303133;
}
.page_about .about03 .about_num span {
  color: #303133;
  font-size: 14px;
  transform: translateY(-10px);
  margin-left: 5px;
}
.page_about .about03 .about_num p {
  font-size: 16px;
  color: #303133;
}
.page_about .about03 .about_num .mline {
  width: 1px;
  height: 60px;
  background: #d9d9d9;
  margin: 0 110px;
  flex-shrink: 0;
}
.page_about .about03 .minfo {
  font-size: 18px;
  line-height: 200%;
  color: #606266;
}
.page_about .about04 {
  position: relative;
  top: -50px;
}
.page_about .about04 #map_box {
  width: 60%;
  height: 500px;
}
.page_about .about04 .section_main {
  display: flex;
}
.page_about .about04 .mmain {
  flex: 1;
  padding-left: 80px;
}
.page_about .about04 .mmain li {
  margin-bottom: 20px;
}
.page_about .about04 .mmain h4 {
  font-size: 20px;
  color: #303133;
  margin-bottom: 10px;
}
.page_about .about04 .mmain p {
  font-size: 16px;
  color: #606266;
}
.page_about .about05 .minfo {
  font-size: 16px;
  color: #303133;
  line-height: 180%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.page_help .mimg {
  width: 100%;
}
.page_help img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .pc_header .header_body .header_left .header_logo {
    width: 200px;
  }
  .pc_header .header_body .header_left p {
    font-size: 13px;
  }
  .pc_header .header_body .header_left {
    margin-right: 15px;
  }
  .pc_header .header_body .header_nav .header_a p {
    font-size: 15px;
  }
  .pc_header .header_body .header_nav {
    max-width: 880px;
  }
}

