@charset "utf-8";
.block_pc {
  display: inline-block;
  width: 100%;
}
.m_hide {
  display: inline-block;
}
.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: 12px;
  font-family: "微软雅黑";
  /* font-family: "Source Han Sans CN"; */
  font-weight: normal;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
  word-wrap: break-word;
}
/* 重置 */
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;
}
/*公共导航nav*/
.content_mian {
  width: 100%;
}
.content_mian .banner_box {
  width: 100%;
  height: 345px;
  position: relative;
}
.content_mian .banner_box .m_enter {
  display: none;
}
.content_mian .banner_box .v1 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.content_mian .banner_box .b1 {
  display: none;
}
.content_mian .banner_box .banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content_mian .banner_box .banner_text .safe_width {
  height: 100%;
}
.content_mian .banner_box .banner_text .safe_width .b_mian {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right {
  width: 310px;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box::after {
  width: 18px;
  height: 18px;
  display: inline-block;
  content: '';
  background: url(../images/search.png) no-repeat center center;
  background-size: 18px auto;
  position: absolute;
  left: 14px;
  top: 12px;
  z-index: 1;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input {
  width: calc(100% - 58px);
  height: 42px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #000;
  background: transparent;
  line-height: 42px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box a {
  display: inline-block;
  width: 58px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  background: #0065B3;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_right .s_box a:hover {
  opacity: 0.8;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_left {
  width: calc(100% - 5% - 310px);
  height: 100%;
  display: flex;
  justify-self: left;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box h5 {
  font-size: 58px;
  font-weight: bolder;
  font-family: "Source Han Sans CN";
  line-height: 60px;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box p {
  text-transform: uppercase;
  letter-spacing: 1.8px;
}
.content_mian .banner_box .banner_text .safe_width .b_mian .b_left .r_box {
  padding-left: 10px;
}
.nav_pc {
  display: inline-block;
  width: 100%;
  height: 50px;
  background: #0065b3;
}
.nav_pc .safe_width {
  height: 100%;
}
.nav_pc .safe_width .switch_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.nav_pc .safe_width .switch_ul li {
  padding: 0 28px;
  display: inline-block;
  height: 50px;
}
.nav_pc .safe_width .switch_ul li.active {
  background: #184f9f;
}
.nav_pc .safe_width .switch_ul li:hover {
  background: #184f9f;
}
.nav_pc .safe_width .switch_ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  line-height: 20px;
  height: 50px;
}
.footer-bottom {
  display: none;
}
.safe_width {
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
/*footer*/
.footer {
  width: 100%;
  background: #0065B3;
  padding: 34px 0;
}
.footer .safe_width .f_text {
  width: 100%;
}
.footer .safe_width .f_text p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
}
.footer .safe_width .f_text p a {
  text-decoration: none;
  color: #fff;
}
/*锚点定位*/
.md_con {
  position: relative;
}
.dw_mark {
  width: 100%;
  height: 110px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
  opacity: 0;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin: 40px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jump_page {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 40px;
  font-size: 14px;
  color: #212121;
}
.cur_page {
  margin-right: 16px;
  line-height: 44px;
}
.page_input input {
  margin: 0 8px;
  width: 44px;
  height: 44px;
  outline: none;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #333;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: 1px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #999;
  font-size: 16px;
  width: 44px;
  line-height: 44px;
  padding: 0 !important;
  border-radius: 0px !important;
  margin: 0 8px;
}
.page_con nav ul li:hover a {
  color: #0065b3 !important;
}
.page_con nav ul li a:focus {
  color: #0065b3 !important;
}
.page_con nav ul li.active a {
  color: #fff !important;
  color: #0065b3;
  background: #0065b3 !important;
  border-color: #0065b3 !important;
}
/*右侧导航条*/
#gotop {
  display: none;
}
.fixed-right {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 25;
  width: 74px;
}
.fixed-right .box {
  width: 74px;
  height: 74px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  border-radius: 3px;
  background: #DBDBDB;
  margin-bottom: 6px;
  text-decoration: none;
}
.fixed-right .box:hover::after {
  content: none;
}
.fixed-right .box:hover {
  background: #0065b3;
}
.fixed-right .box:hover span {
  color: #fff;
}
.fixed-right .box span {
  font-size: 14px;
  color: #515151;
  margin-top: 4px;
}
.fixed-right .box .h:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #0065B3;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}
.fixed-right .box .ewm-box:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
}
.fixed-right .box a {
  display: block;
  width: 34px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.fixed-right .box .hide_div {
  position: absolute;
  right: 100%;
  top: 50%;
  padding-right: 26px;
  transform: translateY(-50%);
  opacity: 1;
  visibility: hidden;
  z-index: 10;
}
.fixed-right .box:hover .hide_div {
  opacity: 1;
  visibility: visible;
}
.fixed-right .box .h {
  position: relative;
  width: 210px;
  background-color: #0065B3;
  padding: 20px 0;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .ewm-box {
  position: relative;
  width: 160px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .ewm-box .h3 {
  text-align: center;
}
.fixed-right .box .ewm-box img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.fixed-right .box .h p {
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.fixed-right .box.tel1 a {
  background-image: url(../images/icon01.png);
}
.fixed-right .box.tel2 a {
  background-image: url(../images/icon02.png);
}
.fixed-right .box.tel3 a {
  background-image: url(../images/icon03.png);
}
.fixed-right .box.totop a {
  background-image: url(../images/icon04.png);
}
.fixed-right .box.tg1 a {
  background-image: url(../images/icon05.png);
}
.fixed-right .box.sg1 a {
  background-image: url(../images/icon06.png);
}
.fixed-right .box.tel1:hover a {
  background-image: url(../images/icon01_w.png);
}
.fixed-right .box.tel2:hover a {
  background-image: url(../images/icon02_w.png);
}
.fixed-right .box.tel3:hover a {
  background-image: url(../images/icon03_w.png);
}
.fixed-right .box.totop:hover a {
  background-image: url(../images/icon04_w.png);
}
.fixed-right .box.tg1:hover a {
  background-image: url(../images/icon05_w.png);
}
.fixed-right .box.sg1:hover a {
  background-image: url(../images/icon06_w.png);
}
@media screen and (max-width: 1024px) {
  .nav_pc .safe_width .switch_ul li {
    padding: 0 12px;
  }
  .safe_width {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_right {
    display: none;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left {
    width: calc(100%);
    height: 100%;
    display: flex;
    justify-self: left;
    align-items: center;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box h5 {
    font-size: 58px;
    font-weight: bolder;
    font-family: "Source Han Sans CN";
    line-height: 60px;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box p {
    text-transform: uppercase;
    letter-spacing: 1.8px;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .r_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 25.875px;
  }
  .safe_width {
    width: 100%;
    max-width: 100%;
    padding: 0 0.65rem;
  }
  .block_pc,
  .fixed-right,
  .m_hide {
    display: none;
  }
  .block_sj,
  .footer-bottom {
    display: inline-block;
  }
  body {
    padding-bottom: 2.5rem;
  }
  /*顶部banner*/
  .content_mian {
    overflow-x: hidden;
  }
  .content_mian .banner_box {
    height: 5rem;
  }
  .content_mian .banner_box .v1 {
    display: none;
  }
  .content_mian .banner_box .b1 {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .content_mian .banner_box .m_enter {
    display: flex;
    position: absolute;
    right: 0.25rem;
    top: 0.6rem;
    justify-content: right;
    align-items: center;
    z-index: 3;
  }
  .content_mian .banner_box .m_enter a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0.4rem;
  }
  .content_mian .banner_box .m_enter a img {
    display: inline-block;
    width: 1.35rem;
    height: auto;
  }
  .content_mian .banner_box .m_enter a span {
    font-size: 0.5rem;
    line-height: 0.8rem;
    margin-top: 0.1rem;
    color: #fff;
  }
  .content_mian .banner_box .banner_text .safe_width {
    height: 100%;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian {
    padding-bottom: 0.5rem;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_right {
    display: none;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left {
    width: calc(100% - 4rem);
    font-size: 12px;
    line-height: 16px;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box h5 {
    font-size: 1.1rem;
    line-height: 1.2rem;
    letter-spacing: 0.05rem;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .l_box p {
    text-transform: uppercase;
    letter-spacing: 0;
  }
  .content_mian .banner_box .banner_text .safe_width .b_mian .b_left .r_box {
    display: none;
  }
  .nav_pc {
    height: unset;
  }
  .nav_pc .safe_width {
    height: auto;
    padding: 0;
  }
  .nav_pc .safe_width .switch_ul {
    flex-wrap: wrap;
    height: unset;
  }
  .nav_pc .safe_width .switch_ul li {
    text-align: center;
    padding: 0 0.5rem;
    width: calc(100% / 3);
    display: inline-block;
    height: 1.9rem;
    border-bottom: 0.025rem solid #1b75bb;
  }
  .nav_pc .safe_width .switch_ul li a {
    width: 100%;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 1.9rem;
    height: 1.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /*手机端bottom*/
  .footer-bottom {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    height: 2.5rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #fff;
    border-top: 0.025rem solid #e2e2e2;
    box-shadow: 0px -5px 10px 1px rgba(0, 0, 0, 0.09);
  }
  .footer-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    text-align: center;
  }
  .footer-bottom a div {
    color: #868E9D;
    font-size: 0.5rem;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 0.6rem;
  }
  .footer-bottom a span {
    display: inline-block;
    width: 1.35rem;
    height: 1.35rem;
    background: url(../images/tabIcon.png) no-repeat;
  }
  .footer-bottom .nav-01 span {
    background-position: 0 0;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-01.active span {
    background-position: -1.35rem 0rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-02 span {
    background-position: 0rem -1.35rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-02.active span {
    background-position: -1.35rem -1.35rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-03 span {
    background-position: 0rem -2.7rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-03.active span {
    background-position: -1.35rem -2.7rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-04 span {
    background-position: 0rem -4.05rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom .nav-04.active span {
    background-position: -1.35rem -4.05rem;
    background-size: 2.7rem auto;
  }
  .footer-bottom a.active div {
    color: #162641;
  }
  .footer {
    padding: 1.35rem 0;
  }
  .footer .safe_width .f_text {
    width: 100%;
  }
  .footer .safe_width .f_text p {
    font-size: 0.6rem;
    line-height: 1.3rem;
  }
  .footer .safe_width .f_text p a {
    text-decoration: none;
  }
  /*页码*/
  .page_con {
    margin: 1.1rem 0 0px 0;
  }
  .page_con nav ul li a {
    font-size: 0.6rem;
    width: 1.5rem;
    line-height: 1.5rem;
    background: #f2f2f2;
    border-radius: 0 !important;
    margin: 0 0.15rem;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 3.3rem;
    letter-spacing: 0.05rem;
    background: #0065b3;
    color: #fff !important;
  }
  .pagination > .disabled > a {
    background: #C8C8C8 !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 23.4375px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 20px;
  }
}
/*滚动条样式*/
/*滚动条样式*/
::-webkit-scrollbar {
  width: 0px;
  height: 4px;
  border-radius: 0 2px 2px 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: #0855b3;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.overHidden {
  overflow: hidden;
  height: 100%;
}
