/* reset */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ratio-img,
.ratio-img img {
  width: 100%;
  object-fit: cover;
}
.index_morebtn a {
  padding: 0 0.18rem 0 0.5rem;
  display: block;
  line-height: 60px;
  background: #195ec2 url(../images_new/faqbg.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.index_morebtn a span {
  width: 39px;
  height: 39px;
  text-align: center;
  background: url(../images_new/morebg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 0.35rem;
}
.index_morebtn a span i {
  color: #000;
  font-size: 16px;
}
.index_morebtn a:hover {
  color: #fff;
}

.header .index_morebtn {
  float: right;
  margin: 0 0.3rem;
  margin-top: 15px;
}

.index_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.index_title h3 {
  line-height: 1em;
}
.index_m span,
.index_m a {
  border-radius: 30px;
}
.index_m a {
  display: flex;
  align-items: center;
  width: 145px;
  height: 46px;

  text-align: center;
  padding: 1px;
  background: #26a6ff;
  background: linear-gradient(
    90deg,
    rgba(38, 166, 255, 1) 0%,
    rgba(6, 66, 185, 1) 100%
  );

  overflow: hidden;
}
.index_m span {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.index_m a i {
  margin-right: 10px;
  font-size: 20px;
}

.index_m_white a {
  background: none;
  border: 1px solid #fff;
}
.index_m_white span {
  background: none;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .header {
    z-index: 99999;
  }
  .nav li.on > a {
    font-weight: normal;
  }
  .index_morebtn a {
    line-height: 40px;
    padding: 0 20px;
    border-radius: 30px;
  }
  .header .index_morebtn {
    margin: 10px 0;
    margin-right: 20px;
  }
  .index_morebtn a span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .index_m a {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .index_title {
    margin-bottom: 0.3rem;
  }
  .index_title .index_m a {
    display: block;
  }
  .index_m a {
    width: auto;
    min-width: 110px;
    height: 36px;
  }
  .index_m a span {
    padding-left: 5px;
  }
  .index_m a i {
    margin-right: 2px;
  }
}
.index_morebtn02 a {
  display: block;
  padding: 0;
  text-align: center;
  background: url(../images_new/index_a01.png) no-repeat;
  background-size: 100% 100%;
  line-height: 78px;
  border-radius: 50px;
}
.index_morebtn02 a span {
  margin: 0;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  right: 15px;
  top: 50%;
}

@media only screen and (min-width: 1025px) {
  .index_morebtn a:hover {
    opacity: 0.9;
  }
  .footer a:hover {
    opacity: 0.8;
  }
  .index_m a span {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .index_m a:hover span {
    color: #fff;
    background-color: #0f4491;
  }
  .index_m_white a:hover span,
  .index_m_white a:hover {
    background: #fff;
    color: #000;
  }
}

.jie {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
* {
  box-sizing: border-box;
}
.wrap {
  width: 1600px;
  max-width: 94%;

  margin: 0 auto;
}

.footer {
  background: #122189 url(../images_new/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 0.64rem;
}
.footer,
.footer a {
  color: #fff;
}
.foot_top {
  padding-bottom: 0.8rem;
}
.foot_top .left {
  float: left;
}
.foot_top .right {
  float: right;
  overflow: hidden;
}
.foot_top .right dl {
  width: 137px;
  float: left;
  text-align: center;
  margin-left: 0.6rem;
}
.foot_top .right dt {
  width: 137px;
  height: 137px;
  margin: auto;
  margin-bottom: 8px;
}
.foot_top .right dt img {
  width: 100%;
  height: 100%;
}
.foot_top .left dl {
  overflow: hidden;
}
.foot_top .left dt {
  float: left;
  width: 174px;
}
.foot_top .left dt img {
  width: 100%;
}
.foot_top .left dd {
  float: right;
  margin-left: 0.5rem;
  padding-top: 0.5rem;
}
.foot_email {
  margin-bottom: 0.3rem;
}
/*.foot_top .left dd p {
  overflow: hidden;
}*/
.foot_top .left dd p a {
  float: left;
  line-height: 1em;
  padding-right: 0.25rem;
  margin-right: 0.25rem;
  border-right: 2px solid #ffffff;
}
.foot_top .left dd p a:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.foot_bottom {
  padding: 0.4rem 0 0.6rem 0;
}
.foot_bottom a {
  margin-left: 0.2rem;
}
.footer_share {
  line-height: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
  padding-bottom: 0.5rem;
}
.footer_share ul {
  display: flex;
  justify-content: space-around;
}
.footer_share dl .icon-xiaohongshu1 {
  font-size: 0.24rem;
}

.footer_share li {
  float: left;
  margin-right: 0.22rem;
  cursor: pointer;
}

.footer_share li:last-child {
  margin-right: 0;
}

.footer_share dl {
  position: relative;

  cursor: pointer;
}

.footer_share dt img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 1600px) {
  .footer_share dt img {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 1365px) {
  .footer_share dt img {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer_share dt img {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer_share dt img {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_share dt img {
    width: 20px;
    height: 20px;
  }
}

.footer_share dd {
  visibility: hidden;
  opacity: 0;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  z-index: 5;
}

.footer_share dd img {
  width: 100%;
  height: 100%;
}

.footer_share li:hover dd {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

@media only screen and (max-width: 1024px) {
  .footer_share dl .icon-xiaohongshu1 {
    font-size: 0.4rem;
  }
  .footer {
    padding-top: 0.5rem;
  }
  .foot_top .left dt {
    width: 100px;
  }
  .foot_top .left dd {
    padding-top: 20px;
    margin-left: 0px;
    width: calc(100% - 120px);
  }
  .foot_email {
    margin-bottom: 20px;
  }
  .foot_top .left,
  .foot_top .right {
    float: none;
    width: 100%;
  }
  .foot_top .right dl {
    margin: 0;
    margin-right: 20px;
  }
  .foot_top,
  .foot_top .left {
    padding-bottom: 0.5rem;
  }
  .foot_bottom {
    padding: 0.3rem 0;
  }
  .index_morebtn02 a {
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
  .index_morebtn02 a span {
    right: 0;
    margin-left: 10px;
    position: relative;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .footer_share {
    line-height: 30px;
  }

  .footer_share dl .icon-xiaohongshu1 {
    font-size: 20px;
  }

  .footer_r {
    width: 100%;
  }

  .footer_share li {
    margin-right: 0;
  }

  .footer_share dd {
    width: 120px;
    height: 120px;
  }

  .footer_share li:first-child dd {
    left: 0;
    transform: translate(0, -50%) scale(0);
    -webkit-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -o-transform: translate(0, -50%) scale(0);
  }

  .footer_share li:first-child:hover dd {
    transform: translate(0, -50%) scale(1);
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
  }
  .footer_share li:last-child dd {
    right: 0;
    left: auto;
    transform: translate(0, -50%) scale(0);
    -webkit-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -o-transform: translate(0, -50%) scale(0);
  }

  .footer_share li:last-child:hover dd {
    transform: translate(0, -50%) scale(1);
    -webkit-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
  }
  .foot_top .left dd {
    padding-top: 0px;
    width: calc(100% - 80px);
    font-size: 14px;
    padding-left: 10px;
  }
  .foot_top .left dt {
    width: 70px;
  }

  .foot_email {
    margin-bottom: 10px;
  }
  .foot_top .left dl {
    display: flex;
    align-items: center;
  }
  .foot_top .left dd p a {
    padding: 0;
    margin: 0;
    border: 0;
    margin-right: 20px;
  }

  .foot_top .left dd p a:last-child {
    margin-right: 0;
  }
  .foot_top .right dl {
    width: auto;
  }
  .foot_top .right dt {
    width: 120px;
    height: 120px;
  }
  .footer_share {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

/* sitebanner */
.site_banner {
  position: relative;
}
.site_banner img {
  width: 100%;
}
.site_ban_text {
  width: 100%;
  text-align: center;
}
.site_ban_text h3 {
  color: #003177;
}

@media only screen and (max-width: 767px) {
  .site_banner img {
    display: none;
  }
  .site_banner {
    height: 200px;
  }
}

/* 侧边栏隐藏 */
.sitebar_r {
  display: none;
}

/* logo改 */
.header_logo {
  display: flex;
  align-items: center;
}
.header_text {
  width: 345px;
  padding-left: 0.4rem;
  margin-left: 0.4rem;
  border-left: 1px solid #0f4491;
}
.header_text span,
.header_text em {
  display: block;
  line-height: 1em;
  color: #195390;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.header_text span {
  margin-bottom: 0.1rem;
}
@media only screen and (max-width: 1200px) {
  .header_text {
    padding-left: 0.2rem;
    margin-left: 0.2rem;
    width: 270px;
  }
  .header_text span {
    font-size: 16px;
  }
  .header_text em {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header h1 {
    width: auto;
    height: auto;
    clear: both;
  }
  .header_text {
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    clear: both;
    padding-top: 10px;
    padding-left: 45px;
  }
  .header_text span {
    font-size: 16px;
  }
  .header_text em {
    font-size: 10px;
  }
  .h_icimg {
    width: 40px;
    height: 40px;
    margin: 0;
    margin-top: 10px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header h1 {
    width: calc(100% - 40px);
  }

  .header .wrap_box {
    max-width: 100%;
  }

  .header_in {
    padding-right: 0;
  }
}
