.head-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  background: transparent;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.head-page .h_top {
  height: 32px;
  background: #EEEEEE;
  color: #666666;
}

.head-page .logo {
  position: relative;
  color: #014DA1;
  font-size: 24px;
}

.h_top_link .link {
  display: flex;
  align-items: center;
}
.h_top_link .link span {
    color: #086ED5 !important;
}

.h_top_link .link::after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #C5C5C5;
  margin: 0px 12px;
}

.h_top_link .link a {
  color: #666666;
}

.head-page .h_top_tel {
  font-family: Arial;
  font-weight: bold;
  color: #014DA1;
}

.head-page .h_top_tel span {
  width: 18px;
  height: 18px;
  background: url(../../img/h_top_tel.png) no-repeat center/cover;
  margin-right: 10px;
  display: block;
}

.head-page .h_bot {
  background: #FFFFFF;
}

.head-page .item {
  margin-left: 60px;
  position: relative;

}

.head-page .item>a {
  display: block;
  height: 80px;
  line-height: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 150px;
}

.head-page .item span {
  font-size: 16px;
  color: #333333;
  position: relative;
}

.head-page .item span::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  height: 2px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0;
  left: 0;
  background: #086ED5;
}

.head-page .item:hover span {
  color: #086ED5;
}

.head-page .item:hover span::after {
  transform: scaleX(1);
  opacity: 1;
}

.head-page .page-nav-hid {
  position: absolute;
  left: 50%;
  top: 90px;
  margin-left: -70px;
  width: 140px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s, visibility .3s;
  transition: transform .3s, opacity .3s, visibility .3s;
  transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
  z-index: 9999;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.head-page .page-nav-hid .link {
  text-align: center;
  color: #666;
  background: #fff;
  position: relative;
  line-height: 40px;
  font-size: 14px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  display: block;
}

.head-page .item:hover .page-nav-hid {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

/* 移动端头部开始 */
.head-phone {
  display: none;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #ffffff;
  position: relative;
}

.head-phone.sc-head {
  background: #ffffff;
  -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1200 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.head-phone .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #014DA1;
  font-size: 16px;
  font-weight: 600;
}

.head-phone .logo img {
  height: 45px;
}

.head-phone .nav-toggle-list {
  cursor: pointer;
}

.head-phone .nav-toggle-list span {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  border-radius: 1.5px;
  display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
  top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
  opacity: 1;
  margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
  width: 15px;
  margin-top: 8px;
}

.head-phone .item-r a {
  margin-right: 10px;
}

.head-phone .item-r a:last-child {
  margin-right: 0;
}

.head-phone .phonenav {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  display: none;
}

.head-phone .phonenav a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px dashed #d2bfaf;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mbnav-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: none;
}

.mbnav-btn-list {
  width: 30px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 15px;
}

.mbnav-btn-item {
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #666;
  border-radius: 1px;
  border-radius: 1.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
  top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
  top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
  width: 50%;
  top: 16px;
}

.mbnav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
  display: none;
}

.mbnav .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.mbnav .main {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
  background-color: #014DA1;
}

.mbnav .tel {
  padding: 0 20px;
  line-height: 60px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: Gothicb, Arial, Helvetica, sans-serif;
  justify-content: center;
}
.mbnav .tel::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../img/h_top_tel.svg) no-repeat center/cover;
    margin-right: 10px;
    display: block;
}


.mbnav .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  border-bottom: none;
  background: #d2bfaf;
}

.mbnav .search .submit {
  border: none;
  outline: none;
  background: none;
  padding: 0;
  width: 22px;
  height: 60px;
  background-size: 20px;
  color: #fff;
  font-size: 22px;
}

.mbnav .search .input {
  width: calc(100% - 22px);
  height: 60px;
  line-height: 1.5;
  border: none;
  padding: 0 0 0 12px;
  outline: none;
  color: #fff;
  font-size: 16px;
  background: none;
}

.mbnav .search ::-moz-placeholder {
  color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
  color: #fff;
}

.mbnav .search :-ms-input-placeholder {
  color: #fff;
}

.mbnav .item {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  border-bottom: 1px solid #f2f2f2;
  color: #777;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.mbnav .item.sub {
  padding-right: 40px;
}

.mbnav .item.sub::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4.5px;
}

.mbnav .slist {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 240px;
  height: 100%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.mbnav .sitem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
  visibility: visible;
}

.mbnav .tit {
  font-size: 16px;
  line-height: 60px;
  padding-right: 20px;
  padding-left: 40px;
  text-align: right;
  background-size: 7px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f2f2f2;
  position: relative;
}

.mbnav .tit::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  display: inline-block;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4.5px;
}

@-webkit-keyframes phone-navtop-animon {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes phone-navtop-animon {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes phone-navbottom-animon {
  0% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@-webkit-keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes phone-navtop-animoff {
  0% {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes phone-navbottom-animoff {
  0% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  50% {
    width: 100%;
    top: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    width: 50%;
    top: 16px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media only screen and (max-width: 1043px) {
  .mbnav-btn {
    display: block;
  }

  body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
    -webkit-animation: phone-navtop-animon 0.4s linear forwards;
    animation: phone-navtop-animon 0.4s linear forwards;
  }

  body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
    opacity: 0;
  }

  body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
    animation: phone-navbottom-animon 0.4s linear forwards;
  }

  body.mbNavOpen .mbnav {
    opacity: 1;
    visibility: visible;
  }

  body.mbNavOpen .mbnav .main {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  body.mbNavOpen .page-header {
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
  }

  body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
    -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
    animation: phone-navtop-animoff 0.4s linear forwards;
  }

  body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
  }

  body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
    animation: phone-navbottom-animoff 0.4s linear forwards;
  }

  body.mbNavOff .mbnav {
    opacity: 0;
    visibility: hidden;
  }

  body.mbNavOff .mbnav .main {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media only screen and (max-width: 1043px) {
  .head-page {
    display: none;
  }
  .head-phone {
    display: block;
  }
}
.banner {
  position: relative;
}

.banner .h-banner {
  display: none;
}



.swiper-container {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.index-banner .swiper-slide {
  background-position: 50%;
  background-size: cover;
  background-color: #fff;
}

.index-banner .video {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.banner .advice {
  text-align: left;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner .advice .width1200{
  padding: 0 60px;
  box-sizing: border-box;
}
.banner .advice-tit {
  font-size:36px;
  color: #FFFFFF;
  width: 100%;
}

.banner .advice-ftit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .index-banner .img {
    display: block;
  }

  .banner .p-banner {
    display: none;
  }

  .banner .h-banner {
    display: block;
  }
}

.page_line {
  width: 100px;
  height: 1px;
  background: #FFFFFF;
  margin: 22px auto;
}
.page_desc {
  margin-top: 20px;
}
.watch-more {
  width: 122px;
  height: 41px;
  background: #0CCCBC;
  border-radius: 18px;
  font-size: 14px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 41px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
/* 列表分页 */
.pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pages a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #666666;
  text-align: center;
  display: inline-block;
  margin-right: 17px;
}

.pages a.page-btn {
  width: 60px;
}

.pages a.active {
  color: #ffffff;
  background: #25324B;
}

@media only screen and (max-width: 1200px) {
  .pages a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .bread a {
    font-size: 12px;
  }

  .bread .maxwidth {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 750px) {
  .pages a {
    width: initial;
    height: initial;
    line-height: initial;
    font-size: 13px;
    margin-right: 15px;
  }

  .pages a.active {
    background: transparent;
    color: #25324B;
  }
}

/* 右侧提示 */
.page-asides {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 99;
  width: 60px;
  border-radius: 40px 0 0 40px;
  padding: 40px 0;
  -webkit-box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  background: #ffffff;
}
.page-asides .item {
  position: relative;
  display: block;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-asides .item:last-child .item-l {
  border-bottom: none;
}
.page-asides .item .item-l {
  height: 55px;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-asides .item .img {
  width: 17px;
  height: 17px;
  text-align: center;
  margin: 9px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-asides .item p {
  color: #4D4D4D;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
.page-asides .item .item-h {
  position: absolute;
  right: calc(100% + 8px);
  top: 0;
  background: #EA222D;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  z-index: 5;
  display: none;
}
.page-asides .item:hover {
  background: #EA222D;
}
.page-asides .item:hover .item-l {
  border-bottom: 1px solid #EA222D;
  line-height: 55px;
}
.page-asides .item:hover .item-l .img {
  display: none;
}
.page-asides .item:hover p {
  margin-top: 0;
  color: #ffffff;
}
.page-asides .item:hover .item-h {
  display: block;
}
.page-asides.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (max-width: 960px) {
  .page-asides {
    display: none;
  }
}
.foot_links {
  background: #014DA1;
}
.foot_links .width1200 {
  height: 92px;
}
.foot_links .link{
  transition: all .4s;
}
.foot_links .link:hover .link_icon img{
   transform: rotateY(180deg);
}
.foot_links .link::after {
  content: "";
  display: block;
  width: 1px;
  height: 52px;
  background: #79A6D7;
  margin: 0 90px;
}
.foot_links .link:last-child::after {
  display: none;
}
.foot_links .link_icon {
  width: 44px;
}
.foot_links .link_icon img{
  transition: all .4s;
}
.foot_links .link_texts {
  padding-left: 14px;
  box-sizing: border-box;
}
.foot_links .link_con {
  margin-top: 8px;
}

footer {
  background: #f5f5f5;
}
.foot_nav {
  padding: 40px 0 25px;
}
.foot_nav .l {
  width: calc(100% - 300px);
  padding-right: 13%;
  box-sizing: border-box;
}
footer a {
  transition: all .4s;
  display: block;
}
.foot_nav .tit {
  color: #666;
  font-weight: 600;
  margin-bottom: 18px;
}
.foot_nav .link {
  color: #777777;
  margin-bottom: 10px;
}
.foot_nav .link:last-child {
  margin-bottom: 0;
}
.foot_nav .r {
  width: 300px;
}
.foot_tel {
  margin: 12px 0 3px;
}
footer .copyright {
  border-top: 1px solid #E5E5E5;
  padding: 20px 0;
  box-sizing: border-box;
}
footer .record {
  margin-left: 16px;
}
.foot_nav .link:hover{
  transform: translateX(6px);
  color: #014DA1;
}
footer .record:hover{
  color: #014DA1;
  transform: translateX(3px);
}

@media only screen and (max-width:1280px) {
  .foot_links .link::after{
    margin: 0 70px;
  }
}
@media only screen and (max-width:1180px) {
  
  .foot_links .link::after{
    margin: 0 50px;
  }
}
@media only screen and (max-width:1148px) {
  .head-page .item{
     margin-left: 35px;
  }
}
@media only screen and (max-width:1043px) {
  .foot_links .link::after {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 960px) {
  .banner{
    display: flex;
    justify-content: center;
  }
  .foot_links .link{
    width: 33.33%;
  }
  .foot_links .link::after{
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .page_desc {
    margin-top: 10px;
  }
  .foot_nav{
    display: none;
  }
  
  .foot_links .width1200{
    height: auto;
    padding: 25px 0;
  }
 
  .foot_links .link_texts .link_tit{
    font-size: 14px;
  }
  .foot_links .link_texts .link_con {
    display: none;

  }



  footer .copyright {
    border-top: none;
    padding: 20px 0;
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.72;
  }
  .foot_links .link_icon {
    width: 36px;
    margin-bottom: 10px;
  }
  .foot_links .link{
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 33.33%;
  }
  .foot_links .link:last-child{
    margin-bottom: 0;
  }
  .foot_links .link_texts{
    padding-left: 0;
  }
  footer .record{
    margin-left: 0;
  }
  .foot_links .link_con {
    margin-top: 5px;
  }
  .page_line{
    width: 45px;
  }
  .banner .advice-tit{
    font-size: 22px;
  }
  .banner .advice .width1200{
    padding: 0;
  }
  .banner .advice-tit{
    font-size: 16px;
	text-align: center;
	display: none;
  }
  .mbnav_btns{
    margin: 30px 0 30px;
  }
  .mbnav_btns .mbnav_btn{
    width: 80px;
    height: 38px;
    background: #014DA1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    
  }
  .mbnav_btns .mbnav_login{
    border-radius: 19px 0 0 19px;
    border-right: 1px solid rgba(255, 255, 255, .15);
  }
  .mbnav_btns .mbnav_regs{
    border-radius: 0 19px 19px 0;
  }
  .step_out{
    font-size: 15px;
  }
  .step_out .icon{
    margin-right: 8px;
  }
  .mbnav_btns .mbnav_logins{
    border-radius: 19px;
    border-right: 0;
    width: 108px;
  }
}