@charset "utf-8";
.block_pc {
  display: inline-block;
  width: 100%;
}
.block_sj {
  display: none;
  width: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
/* CSS Document */
body {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  margin: 0 auto;
  padding-top: 140px;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}
/* 重置 */
div,
form,
p,
i,
img,
ul,
li,
ol,
dl,
dt,
dd,
table,
tr,
td,
th,
fieldset,
label,
legend,
select,
button,
input {
  margin: 0;
  padding: 0;
}
p,
li,
div {
  /* 
	line-height: 20px;*/
}
/* 标题样式 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  margin: 0;
}
/* 列表样式 */
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}
/* 图片样式 */
img,
a img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
/* 链接样式 */
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
/** 图片链接效果 **/
.pic a {
  padding: 0px;
  border: 1px solid #fff;
}
.pic a:hover {
  border: 1px solid #d00;
  background: #fff4ce;
}
/**输入框颜色样式**/
.input-gray {
  color: #999;
}
.input-black {
  color: #000;
}
/* 清除浮动 */
.clearBoth {
  clear: both;
  /*控制分类后，各行高度不一样对不齐问题*/
  width: 100%;
  height: 0px;
  font-size: 0;
  overflow: hidden;
  /*控制分类后，各行高度不一样对不齐问题*/
  line-height: 0;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 0px;
  /*height: 4px;*/
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}
img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bigPic-show {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: none;
}
.bigPic-show div {
  position: absolute;
}
.bigPic-show div img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.block_pc {
  display: inline-block;
  width: 100%;
}
.block_sj {
  display: none;
  width: 100%;
}
.header_pc {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
}
.header_sj {
  display: none;
  width: 100%;
}
.safe_width {
  max-width: 1260px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.fixed_top {
  width: 100%;
  background: #f5f5f5;
}
.fixed_top .top_con {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed_top .top_con .top_left {
  font-size: 14px;
  color: #666;
}
.fixed_top .top_con .top_right {
  display: flex;
  justify-content: right;
  align-items: center;
}
.fixed_top .top_con .top_right .t_right_search {
  width: 200px;
  height: 30px;
  border: 1px solid #dddd;
  border-radius: 15px;
  position: relative;
}
.fixed_top .top_con .top_right .t_right_search input {
  outline: none;
  border: none;
  width: 100%;
  display: inline-block;
  height: 100%;
  background: transparent;
  line-height: 28px;
  font-size: 12px;
  color: #333;
  padding: 0 34px 0 14px;
}
.fixed_top .top_con .top_right .t_right_search span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  cursor: pointer;
}
.fixed_top .top_con .top_right .t_right_search span img {
  display: inline-block;
  width: 22px;
  height: auto;
}
.fixed_top .top_con .top_right .t_right_wx {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.fixed_top .top_con .top_right .t_right_wx span {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 14px;
  color: #999999;
}
.fixed_top .top_con .top_right .t_right_wx span img {
  display: inline-block;
  width: 26px;
  height: auto;
  margin-right: 8px;
}
.fixed_top .top_con .top_right .t_right_wx .t_right_ewm {
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: -1;
  display: flex;
  width: 120px;
  justify-content: center;
  align-items: center;
  height: 0;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease-out;
}
.fixed_top .top_con .top_right .t_right_wx .t_right_ewm img {
  display: inline-block;
  width: 100%;
}
.fixed_top .top_con .top_right .t_right_wx:hover .t_right_ewm {
  opacity: 1;
  height: 120px;
  top: 40px;
  transition: all 0.4s ease-out;
  z-index: 5;
}
.header {
  width: 100%;
}
.header .header_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}
.header .header_con .header_logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header_con .header_logo img {
  display: inline-block;
}
.header .header_con .header_ul {
  display: flex;
  justify-content: right;
  align-items: center;
}
.header .header_con .header_ul li {
  padding: 0 20px;
  position: relative;
}
.header .header_con .header_ul li a {
  display: inline-block;
  line-height: 87px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}
.header .header_con .header_ul li.active a {
  color: #0C2367;
  border-bottom: 3px solid #0C2367;
}
.header .header_con .header_ul li.active .sub_menu a {
  color: #888;
  border: none;
}
.header .header_con .header_ul li.active .sub_menu a.on {
  color: #112D80;
}
.header .header_con .header_ul li:last-child {
  padding-right: 0;
}
.header .header_con .header_ul li:hover a {
  color: #0C2367;
}
.header .header_con .header_ul li .sub_menu {
  width: 156px;
  background: #fafafa;
  position: absolute;
  left: 50%;
  margin-left: -78px;
  top: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
}
.header .header_con .header_ul li .sub_menu .sub_a_link {
  line-height: 40px;
  text-align: left;
  font-size: 14px;
  color: #888888;
}
.header .header_con .header_ul li .sub_menu .sub_a_link:first-child {
  margin-top: 10px;
}
.header .header_con .header_ul li .sub_menu .sub_a_link:last-child {
  margin-bottom: 10px;
}
.header .header_con .header_ul li .sub_menu .sub_a_link:hover {
  color: #112D80;
}
.header .header_con .header_ul li:hover .sub_menu {
  transition: all 0.5s ease-in-out;
  opacity: 1;
  height: auto;
  overflow: visible;
  top: 87px;
}
.header .header_con .header_ul li.active:hover .sub_menu {
  top: 90px;
}
.footer {
  width: 100%;
  background: #333;
  padding: 40px 0 44px 0;
}
.footer .footer_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer_box .footer_ewm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footer_box .footer_ewm img {
  display: inline-block;
  width: 110px;
  height: auto;
}
.footer .footer_box .footer_ewm span {
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 10px;
  line-height: 14px;
}
.footer .footer_box .footer_left {
  width: calc(92% - 110px);
}
.footer .footer_box .footer_left .footer_link {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .footer_box .footer_left .footer_link li {
  padding-right: 30px;
  position: relative;
}
.footer .footer_box .footer_left .footer_link li a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  text-decoration: none;
}
.footer .footer_box .footer_left .footer_link li::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 15px;
}
.footer .footer_box .footer_left .footer_link li:last-child::after {
  content: none;
}
.footer .footer_box .footer_left h5 {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  margin: 14px 0;
}
.footer .footer_box .footer_left p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.temp_head span {
  font-size: 16px;
  color: #112D80;
  line-height: 42px;
  border-bottom: 2px solid #112D80;
}
.temp_head a {
  font-size: 14px;
  color: #999999;
}
.temp_head a:hover {
  color: #112D80;
}
.temp_head_red {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #d03e3e;
}
.temp_head_red span {
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  width: 136px;
  border-radius: 10px 10px 0 0;
  background: #CE3434;
}
.temp_head_red a {
  font-size: 14px;
  color: #666;
  width: 56px;
  background: #eeeeee;
  height: 32px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
}
.temp_head_red a:hover {
  background: #CE3434;
  color: #fff;
}
/*内页左侧导航*/
.t_page {
  width: 100%;
  padding-bottom: 80px;
}
.t_page .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.t_page .safe_width .t_page_left {
  width: 200px;
  background: #ededed;
}
.t_page .safe_width .t_page_left .cur_head {
  width: 100%;
  height: 100px;
  background: url(../images/nva_bj.png) no-repeat center top;
  background-size: 100% 100%;
  font-size: 20px;
  color: #112D80;
  line-height: 100px;
  padding-left: 15px;
  font-weight: bold;
}
.t_page .safe_width .t_page_left .silde_ul {
  width: 100%;
}
.t_page .safe_width .t_page_left .silde_ul li {
  width: 100%;
  line-height: 45px;
}
.t_page .safe_width .t_page_left .silde_ul li a {
  display: inline-block;
  width: 100%;
  line-height: 45px;
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  color: #888;
}
.t_page .safe_width .t_page_left .silde_ul li a::after {
  content: '';
  width: 4px;
  height: 4px;
  background: #D1D1D1;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 11px;
}
.t_page .safe_width .t_page_left .silde_ul li a:hover {
  color: #112D80;
}
.t_page .safe_width .t_page_left .silde_ul li.active a {
  background: #112d80;
  color: #FFF;
}
.t_page .safe_width .t_page_left .silde_ul li.active a::after {
  background: #fff;
}
.t_page .safe_width .t_page_left .silde_ul li.active a::before {
  background: url(../images/xz_zs.png) no-repeat center right;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 0;
  left: -13px;
  width: 13px;
  height: 11px;
}
.t_page .safe_width .t_page_left.t_page_red .cur_head {
  color: #CE3434;
}
.t_page .safe_width .t_page_left.t_page_red .silde_ul li a:hover {
  color: #CE3434;
}
.t_page .safe_width .t_page_left.t_page_red .silde_ul li.active a {
  background: #CE3434;
  color: #fff;
}
.t_page .safe_width .t_page_left.t_page_red .silde_ul li.active a::before {
  background: url(../images/xz_zs_red.png) no-repeat center right;
}
.t_page .safe_width .t_page_left.t_page_red .lead_ewm {
  width: 100%;
  border-top: 20px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 18px 12px 18px;
  flex-direction: column;
}
.t_page .safe_width .t_page_left.t_page_red .lead_ewm .ewm_box {
  width: 100%;
  background: url(../images/lead/ewm_border.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 14px;
}
.t_page .safe_width .t_page_left.t_page_red .lead_ewm .ewm_box img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.t_page .safe_width .t_page_left.t_page_red .lead_ewm p {
  font-size: 14px;
  color: #555555;
  line-height: 18px;
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.t_page .safe_width .t_page_right {
  width: calc(100% - 238px);
  padding-top: 24px;
}
.t_page .safe_width .t_page_right .page_wz {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEe;
}
.t_page .safe_width .t_page_right .page_wz .page_name {
  font-size: 20px;
  color: #333;
  border-bottom: 2px solid #112D80;
  line-height: 32px;
}
.t_page .safe_width .t_page_right .page_wz .page_name.page_name_red {
  border-color: #CE3434;
  color: #CE3434;
}
.t_page .safe_width .t_page_right .page_wz .page_cur {
  display: flex;
  justify-content: right;
  align-items: center;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li {
  padding: 0 12px 0 5px;
  position: relative;
  line-height: 16px;
  font-size: 12px;
  color: #666;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li a {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  text-decoration: none;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li a:hover {
  color: #112D80;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li::after {
  font-size: 12px;
  color: #666;
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li:last-child {
  padding-right: 0;
}
.t_page .safe_width .t_page_right .page_wz .page_cur li:last-child::after {
  content: none;
}
@media screen and (max-width: 1280px) {
  .header {
    width: 100%;
  }
  .header .header_con .header_logo img {
    width: 460px;
    height: auto;
  }
  .header .header_con .header_ul li {
    padding: 0 14px;
  }
  .header .header_con .header_ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 90px;
  }
  .header_pc {
    display: none;
    width: 100%;
  }
  .safe_width {
    padding: 0 20px;
  }
  .header_sj {
    display: inline-block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    background: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
  .nav_m_con {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px;
  }
  .nav_m_con a {
    width: 500px;
    height: 90px;
    display: inline-block;
    background: url(../images/logo_pc_b.png) no-repeat left center;
    -webkit-background-size: auto auto;
    background-size: auto auto;
  }
  .nav_m_con a img {
    display: none;
  }
  .m_r_show {
    display: inline-block;
    width: 90px;
    height: 90px;
  }
  .m_r_show img {
    width: 100%;
    height: 100%;
  }
  .m_menu_box {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    padding-top: 90px;
  }
  .menu_head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 90px;
    line-height: 90px;
    box-sizing: border-box;
    background: #fff;
    z-index: 5;
  }
  .close_nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .close_nav img {
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .menu_head a {
    width: 500px;
    height: 90px;
    display: inline-block;
    background: url(../images/logo_pc_b.png) no-repeat left center;
    -webkit-background-size: auto auto;
    background-size: auto auto;
  }
  .menu_head a img {
    display: none;
  }
  .m_nav_box {
    width: 100%;
    padding-left: 33%;
    box-sizing: border-box;
    height: 100%;
    position: relative;
  }
  .hide_m_nav {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
  }
  .m_nav_ul {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    list-style: none;
    background: #fff;
    overflow: auto;
  }
  .m_nav_ul li {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #ececec;
  }
  .m_nav_ul li.active a {
    color: #305dc3;
  }
  .m_nav_ul li a {
    display: inline-block;
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #333;
  }
  .m_nav_ul li.m_nav_ul_p {
    padding: 0;
    position: relative;
  }
  .m_nav_ul li.m_nav_ul_p .click_arrow {
    display: inline-block;
    width: 100px;
    height: 50px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
  .m_nav_ul li.m_nav_ul_p .parent_a {
    padding: 0 20px;
  }
  .m_nav_ul_p .parent_a {
    position: relative;
  }
  .m_nav_ul_p.show_nav .m_nav_div {
    display: inline-block;
  }
  .m_nav_ul_p .parent_a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  .m_nav_ul_p.show_nav .parent_a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/nav_arrow_b.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  .m_nav_div {
    width: 100%;
    display: none;
    padding: 0 20px;
    background: #F7F7F7;
  }
  .m_nav_div div a {
    line-height: 50px;
    color: #666;
    font-size: 13px;
    border-top: 1px solid #ececec;
  }
  .m_nav_div div:nth-child(1) a {
    border: none;
  }
  .jump_sub_m a {
    position: relative;
  }
  .jump_sub_m a::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
  }
  .m_nav_sub {
    display: none;
  }
  .m_r_show_right {
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 2.35rem;
  }
  .block_pc {
    display: none;
  }
  .block_sj {
    display: inline-block;
  }
  .safe_width {
    padding: 0 0.65rem;
  }
  .nav_m_con {
    height: 2.35rem;
    padding: 0 0rem;
  }
  .nav_m_con a {
    width: calc(100% - 2.35rem);
    height: 2.35rem;
    display: inline-block;
    background: url(../images/logo_mobile_b.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .m_r_show {
    display: inline-block;
    width: 2.35rem;
    height: 2.35rem;
  }
  .m_menu_box {
    padding-top: 2.35rem;
  }
  .menu_head {
    padding: 0 0 0 0;
    height: 2.35rem;
    line-height: 2.35rem;
  }
  .close_nav img {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.6rem;
  }
  .menu_head a {
    width: calc(100% - 2.35rem);
    height: 2.35rem;
    display: inline-block;
    background: url(../images/logo_mobile_b.png) no-repeat center center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .m_nav_ul li {
    line-height: 2.1rem;
    padding: 0 0.8rem;
  }
  .m_nav_ul li a {
    line-height: 2.1rem;
    font-size: 0.6rem;
  }
  .m_nav_ul li.m_nav_ul_p .click_arrow {
    width: 4.2rem;
    height: 2.1rem;
  }
  .m_nav_ul li.m_nav_ul_p .parent_a {
    padding: 0 0.8rem;
  }
  .m_nav_ul_p .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
  }
  .m_nav_ul_p.show_nav .parent_a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow_b.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
  }
  .m_nav_div {
    width: 100%;
    display: none;
    padding: 0 0.8rem;
    background: #F7F7F7;
  }
  .m_nav_div div a {
    line-height: 2.1rem;
    color: #666;
    font-size: 0.6rem;
  }
  .jump_sub_m a::after {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/nav_arrow.png) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: absolute;
    right: 0.8rem;
    top: 50%;
    margin-top: -0.325rem;
  }
  .m_r_show_right {
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .m_search {
    margin-right: 1rem;
  }
  .m_search input {
    width: 5.2rem;
    display: none;
    border: none;
    border-bottom: 0.025rem solid #333;
    outline: none;
    line-height: 1.25rem;
    padding-left: 1.25rem;
    background: url(../images/search_m.png) no-repeat 0.1rem center;
    background-size: 0.7rem auto;
    font-size: 0.6rem;
    color: #333;
  }
  .m_search.m_s_show input {
    display: inline-block;
  }
  .m_search.m_s_show img {
    display: none;
  }
  .m_search img {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
  }
  .footer {
    padding: 0.85rem 0;
  }
  .footer .safe_width {
    padding: 0;
  }
  .footer .footer_box {
    width: 100%;
  }
  .footer .footer_box .footer_ewm {
    display: none;
  }
  .footer .footer_box .footer_left {
    width: 100%;
  }
  .footer .footer_box .footer_left .footer_link {
    justify-content: center;
  }
  .footer .footer_box .footer_left .footer_link li {
    padding: 0 0.45rem;
  }
  .footer .footer_box .footer_left .footer_link li a {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .footer .footer_box .footer_left .footer_link li::after {
    content: '';
    display: inline-block;
    width: 0.025rem;
    height: 0.5rem;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    right: 0;
  }
  .footer .footer_box .footer_left .footer_link li:last-child::after {
    content: none;
  }
  .footer .footer_box .footer_left h5 {
    display: none;
  }
  .footer .footer_box .footer_left p {
    font-size: 0.5rem;
    color: #fff;
    line-height: 0.9rem;
    text-align: center;
    padding: 0 0.65rem;
    margin-top: 0.4rem;
  }
  .temp_head {
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .temp_head span {
    font-size: 0.7rem;
    line-height: 1.65rem;
    border-bottom: 0.08rem solid #112D80;
    font-weight: bold;
  }
  .temp_head a {
    font-size: 0.55rem;
  }
  .temp_head_red {
    border-bottom: 0.1rem solid #CE3434;
  }
  .temp_head_red span {
    font-size: 0.65rem;
    line-height: 1.55rem;
    width: 4.5rem;
    font-weight: bold;
    margin-bottom: -0.025rem;
  }
  .temp_head_red a {
    font-size: 0.5rem;
    border-radius: 0.2rem;
    width: 2rem;
    height: 1rem;
    line-height: 1rem;
  }
  .sy_con .safe_width {
    padding: 0;
  }
  /*内页左侧导航*/
  .t_page {
    padding: 1rem 0;
  }
  .t_page .safe_width {
    flex-direction: column;
  }
  .t_page .safe_width .t_page_left {
    width: 100%;
    background: unset;
  }
  .t_page .safe_width .t_page_left .cur_head {
    display: none;
  }
  .t_page .safe_width .t_page_left .silde_ul {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .t_page .safe_width .t_page_left .silde_ul li {
    width: 32%;
    line-height: 1.75rem;
    margin: 0 2% 0.25rem 0;
  }
  .t_page .safe_width .t_page_left .silde_ul li:nth-child(3n) {
    margin-right: 0;
  }
  .t_page .safe_width .t_page_left .silde_ul li a {
    text-align: center;
    line-height: 1.75rem;
    padding-left: 0;
    position: unset;
    font-size: 0.6rem;
    color: #fff;
    background: #cccccc;
  }
  .t_page .safe_width .t_page_left .silde_ul li a::after {
    content: none;
  }
  .t_page .safe_width .t_page_left .silde_ul li a:hover {
    color: #fff;
  }
  .t_page .safe_width .t_page_left .silde_ul li.active a {
    background: #112d80;
    color: #FFF;
  }
  .t_page .safe_width .t_page_left .silde_ul li.active a::before {
    content: none;
  }
  .t_page .safe_width .t_page_left .lead_ewm {
    display: none;
  }
  .t_page .safe_width .t_page_left.t_page_red .lead_ewm {
    display: none;
  }
  .t_page .safe_width .t_page_right {
    width: 100%;
    padding-top: 0.45rem;
  }
  .t_page .safe_width .t_page_right .page_wz {
    border-bottom: 0.025rem solid #EEEEEe;
  }
  .t_page .safe_width .t_page_right .page_wz .page_name {
    font-size: 0.7rem;
    font-weight: bold;
    color: #112D80;
    border-bottom: 0.1rem solid #112D80;
    line-height: 1.5rem;
  }
  .t_page .safe_width .t_page_right .page_wz .page_cur {
    display: none;
  }
  /*底部二维码*/
  .lead_ewm_footer {
    margin-top: 0.65rem;
    width: 100%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.9rem 0 0.65rem 0;
    flex-direction: column;
  }
  .lead_ewm_footer .ewm_box {
    width: 6.9rem;
    height: 6.9rem;
    background: url(../images/lead/ewm_border.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.5rem;
  }
  .lead_ewm_footer .ewm_box img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .lead_ewm_footer p {
    font-size: 0.6rem;
    line-height: 0.75rem;
    margin-top: 0.55rem;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.d_zp table tbody tr:hover td a {
  text-decoration: none !important;
}
.ywtx_list .ywtx_item .ywtx_text span {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .ywtx_list .ywtx_item .ywtx_text span {
    font-size: 0.55rem !important;
  }
}
.footer .footer_box .footer_left p a{
    text-decoration: none;
   color:#fff!important;}