@charset "utf-8";

/*new*/
@import url('lib.css');

html {
  font-size: 100px
}

@font-face {
  font-family: 'impact';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/impact.woff) format("woff")
}

@font-face {
  font-family: 'sys';
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/sourcehanserifsc-bold.woff) format("woff")
}

.imp {
  font-family: 'impact';
}

.sys {
  font-family: 'sys';
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-weight: normal;
}

ol,
ul {
  list-style: none
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  color: #222;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none
}

a:hover {
  color: #005826
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  color: #000;
  background: #ff0
}

small {
  font-size: 80%
}
.bgf9f9f9{
  background: #f9f9f9;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  display: block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%
}

address,
cite,
dfn,
var,
i {
  font-style: normal;
}

/*address,cite,dfn,em,var,i{font-style: normal;}*/
svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  height: 0;
  border: none;
  border-top: 2px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

:focus {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible;
  border: none
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal;
  -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver
}

legend {
  padding: 0;
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td,
th {
  padding: 0
}

select::-ms-expand {
  display: none;
}

.none {
  display: none
}

.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 14px;
  font-size: 14px;
  cursor: pointer;
  padding-left: 20px;
}

.check+label:after,
.check+label:before {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 13px;
  border-radius: 3px;
  content: '';
  background: #000
}

.check:checked+label:after {
  background: #ca140d
}

.radio:checked+label,
.radio:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 20px
}

.radio+label:after,
.radio+label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: ''
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
  border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.radio:checked+label:before {
  border: 1px solid #d9a65c
}

.radio:checked+label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9a65c;
  top: 3px;
  left: 4px
}

::-webkit-input-placeholder {
  color: #999;
  opacity: .54
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

:-ms-input-placeholder {
  color: #999
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "."
}

.l {
  float: left
}

.r {
  float: right
}

.fl {
  float: left !important
}

.fr {
  float: right !important
}

.bor {
  border: 1px dashed #999
}

.poab {
  position: absolute
}

.pore {
  position: relative
}

.texto a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.eclip {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.imgInline {
  display: inline-block !important;
  vertical-align: middle
}

.imgMargin {
  margin: 0 auto
}

.imgW100 {
  width: 100%
}

.text-r {
  text-align: right
}

.text-m {
  text-align: center
}

.text-bold {
  font-weight: 700;
}

.text-light {
  font-weight: 100;
}

.text-up {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.flex-left {
  display: flex;
  flex-wrap: wrap
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-v-center {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.flex-v {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}*/
.flex-v-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}




.trans {
  transition: all .5s
}

.trans-mask {
  display: block;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
}

.trans-mask img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.trans-mask:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.bg-mask .pic {
  overflow: hidden;
}

.bg-mask .pic .a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  display: block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.bg-mask:hover .pic .a {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bgimg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ablink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
}

.wp {
  margin: 0 auto;
  max-width: 14.4rem;
  width: 90%
}

.wp1440 {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px
}

.greybg {
  background: #f2f2f2
}

.co {
  color: #0142ae
}

.fixdbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.m-show {
  display: none
}

.filter-page {
  filter: blur(5px);
}

@media screen and (max-width:980px) {
  .pc-show {
    display: none
  }

  .m-show {
    display: block
  }
}

.titline_w {
  position: relative;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s
}



.titlin_w:hover .titline_w {
  background-size: 100% 1px
}

.titline_w:hover {
  background-size: 100% 1px
}

.titline_b {
  position: relative;
  background-image: linear-gradient(#031c6a, #052179);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s
}

.titlin_b:hover .titline_b {
  background-size: 100% 1px
}

.titline_b:hover {
  background-size: 100% 1px
}

.titline_r {
  position: relative;
  background-image: linear-gradient(#cca76e, #cca261);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s
}

.titlin_r:hover .titline_r {
  background-size: 100% 1px;
  color: #cca76e
}

.titline_r:hover {
  background-size: 100% 1px
}

.zi6 {
  position: relative;
  z-index: 6
}

.zi5 {
  position: relative;
  z-index: 5
}

.zi4 {
  position: relative;
  z-index: 4
}

.zi3 {
  position: relative;
  z-index: 3
}

.zi2 {
  position: relative;
  z-index: 2
}

.zi1 {
  position: relative;
  z-index: 1
}

.l2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.l3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.l4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical
}

.l5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical
}

.l8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical
}

.pc-header .wp {
  max-width: 18rem
}



@keyframes go {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes roted {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.pc-header .topbar {
  line-height: .7rem;
  height: .7rem;
  transition: all 0.2s ease-out 0s;
  background: #f8f8f8;
}

.pc-header .topbar .topbar-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}



.nav-bar {
  background: #fff;
}

.nav-bar .logo {
  width: 3.12rem;
  overflow: hidden;
}

.nav-bar .logo img {
  width: 100%;
}

.nav-bar .wp {
  align-items: center;
  background: url(../images/header-bg.png) no-repeat 2.18rem bottom;
}

.hd-nav {
  padding: .35rem 0;
}

.hd-nav li {
  display: flex;
  align-items: center;
  line-height: 1;
}

.hd-nav li {
  line-height: .36rem;
  font-size: .2rem;
  padding: 0 .25rem;
  position: relative;
}

/* 导航下拉菜单（国内学位/国外学位） */
.hd-nav li .nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 2rem;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, .1);
  padding: .1rem 0;
  z-index: 99;
  white-space: nowrap;
}

.hd-nav li.has-dropdown:hover .nav-dropdown {
  display: block;
}

.hd-nav li .nav-dropdown li {
  display: block;
  padding: 0;
  font-size: .16rem;
  line-height: .4rem;
}

.hd-nav li .nav-dropdown li:after {
  content: none;
  display: none;
}

.hd-nav li .nav-dropdown li a {
  display: block;
  padding: 0 .25rem;
  color: #333;
  text-align: center;

}



.hd-nav li .nav-dropdown li a:hover {
  color: #c9a164;
  background: #f8f8f8;
}

.pc-header .topbar .flex-right,
.pc-header .topbar .flex-right .login-btn,
.pc-header .topbar .flex-right .alumni-btn,
.pc-header .topbar .flex-right .contact-btn {
  font-size: .2rem;
}

.pc-header .topbar .font-switcher {
  margin: 0 .2rem;
  padding: 0 .2rem;
  position: relative;
}

.pc-header .topbar .font-switcher .font-switcher-btn {
  width: .35rem;
  height: .35rem;
  background: url(../images/icon1.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.pc-header .topbar .font-switcher .font-list {
  right: 0;
  left: auto;
}

.pc-header .topbar .font-switcher .tr-switcher-icon {
  margin-left: .1rem;
}

.pc-header .topbar .font-switcher:hover .tr-switcher-icon {
  transform: rotate(180deg);
}


.tr-switcher-icon {
  width: 0;
  height: 0;
  border-left: .05rem solid transparent;
  border-right: .05rem solid transparent;
  border-top: .06rem solid #c9a164;
  transition: transform .2s ease;
}

.pc-header .topbar .font-switcher:hover .font-switcher-btn {
  color: #c89e3a;
}

.pc-header .topbar .font-switcher .font-list {
  position: absolute;
  top: 100%;
  left: 0;
  transform: none;
  background: rgba(255, 255, 255, 0.9);
  font-size: .16rem;
  line-height: .3rem;
  padding: .1rem;
  color: #c9a164;
  display: none;
  z-index: 99;
}

.pc-header .topbar .font-switcher .font-list span {
  display: block;
  padding: .05rem .1rem;
  cursor: pointer;
}

.pc-header .topbar .font-switcher .font-list span:hover {
  color: #c89e3a;
}

.pc-header .topbar .social-net {
  margin: 0 .2rem;
  padding: 0 .2rem;
  position: relative;
}

.pc-header .topbar .social-net .social-net-btn {
  width: .35rem;
  height: .35rem;
  background: url(../images/icon15.png) no-repeat;
  background-size: cover;
  position: relative;
}

.pc-header .topbar .social-net .social-net-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .2s ease;
  -webkit-mask: url(../images/icon15.png) no-repeat center/cover;
  mask: url(../images/icon15.png) no-repeat center/cover;
}

.pc-header .topbar .social-net:hover {
  cursor: pointer;
  background: #FFF;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.pc-header .topbar .social-net:hover .social-net-btn:after {
  opacity: 1;
}

.pc-header .topbar .social-net .tr-switcher-icon {
  margin-left: .1rem;
}

.pc-header .topbar .social-net:hover .tr-switcher-icon {
  transform: rotate(180deg);
}

.pc-header .topbar .alumni-btn {
  margin-right: .2rem;
  position: relative;
  padding-right: .2rem;
}

.pc-header .topbar .alumni-btn::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "|";
  font-size: .16rem;
  line-height: 1;
  color: #e1e1e1;
}

.pc-header .topbar .contact-btn {
  margin-left: .1rem;
  color: #fe4e00;
}

.pc-header .topbar .contact-btn .icon-phone {
  width: .19rem;
  height: .19rem;
  background: url(../images/icon2.png) no-repeat;
  background-size: cover;
  margin-right: .1rem;
}

.pc-header .topbar .social-net .social-net-list {
  position: absolute;
  top: 100%;
  left: 0;
  transform: none;
  background: #FFF;
  font-size: .16rem;
  line-height: .3rem;
  padding: .1rem;
  color: #c9a164;
  z-index: 1000;
  width: 2.2rem;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
  display: none;
}

.pc-header .topbar .social-net:hover .social-net-list {
  display: block;
}

.pc-header .topbar .social-net .social-net-item {
  display: flex;
  align-items: center;
  color: #7e7e7e;
  padding: .03rem .05rem;
  line-height: 1;
  align-items: center;

}

.social-net-item .svg {
  width: .2rem;
  height: .2rem;
}

.social-net-item .social-svg {
  width: 100%;
  height: 100%;
  filter: invert(42%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(90%);
}

.social-net-item:hover .social-svg {
  filter: invert(67%) sepia(22%) saturate(1166%) hue-rotate(3deg) brightness(92%) contrast(87%);
}

.social-net-item:hover .social-net-text {
  color: #c89e3a;
}

.social-net-item .social-net-text {
  font-size: .16rem;
  margin-left: .1rem;
}

.social-net-item .qr-code {
  width: .8rem;
  height: .8rem;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: .05rem;
  transform: translate(0, -50%);
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 默认显示第一个二维码 */
.social-net-item:first-child .qr-code {
  opacity: 1;
  visibility: visible;
}

/* 当鼠标进入列表区域时，先把第一个隐藏（为显示当前hover项做准备） */
.pc-header .topbar .social-net .social-net-list:hover .social-net-item:first-child .qr-code {
  opacity: 0;
  visibility: hidden;
}

/* 当鼠标悬停在具体某一项时，显示该项的二维码（包括如果悬停的是第一个，也会重新显示） */
.pc-header .topbar .social-net .social-net-list:hover .social-net-item:hover .qr-code {
  opacity: 1;
  visibility: visible;
}



.hd-nav li:first-child {
  margin-left: 0
}

/* .hd-nav  li:before{position:absolute;bottom:-.33rem;left:50%;width:0;opacity: 0; height:3px;background:#fff;content:"";transition:width .5s} */
.hd-nav > li:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "|";
  font-size: .16rem;
  line-height: 1;
  color: #999999;
}

.hd-nav > li:last-child:after {
  content: "";
  display: none;
}

.hd-nav > li:hover > a,
.hd-nav > li > a.active {
  color: #c9a164;
  text-decoration: underline;
}

.hd-nav li .nav-dropdown li a {
  text-decoration: none;
}

.hd-nav li .nav-dropdown li a:hover {
  text-decoration: none;
}

.pc-header .tools .a {
  display: none;
}

.banner {
  width: 100%;
  height: 100vh;
}

.banner .frame,
.banner .slick-list,
.banner .slick-track {
  height: 100% !important;
}

.banner .item {
  height: 100%;
  background-size: cover;
  background-position: center center;
}

/* 联系我们页幻灯片 */
.contact-banner {
  width: 100%;
  overflow: hidden;
}

.contact-banner .frame,
.contact-banner .slick-list,
.contact-banner .slick-track {
  width: 100%;
}

.contact-banner .item {
  width: 100%;
}

.contact-banner .item img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-banner .slick-dots {
  position: absolute;
  bottom: .15rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 9;
}

.contact-banner .slick-dots li {
  margin: 0 .05rem;
}

.contact-banner .slick-dots li button {
  width: .1rem;
  height: .1rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
}

.contact-banner .slick-dots li.slick-active button {
  background: #c9a164;
}


.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;

}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


.login-btn {
  margin-right: .2rem;
}

.register-btn {
  margin-right: .2rem;
}

.login-btn a:hover,
.register-btn a:hover {
  color: #c89e3a;
}

.footer {
  height: 3.54rem;
  background: url(../images/footer-bg.jpg) no-repeat center center;
  overflow: hidden;
  background-size: cover;
  color: #FFF;
  font-size: .14rem;
}

.footer-content {
  padding: .33rem .5rem;
}

.footer-logo {
  width: 3.62rem;
  height: .79rem;
}

.footer-logo img {
  width: 100%;
}

.footer-social ul {
  display: flex;
  align-items: center;
}

.footer-social ul li {

  width: .3rem;
  height: .3rem;
  margin-left: .1rem;
}

.footer-social .social-svg {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}

.footer-social ul li:hover .social-svg {
  filter: invert(67%) sepia(22%) saturate(1166%) hue-rotate(3deg) brightness(92%) contrast(87%);
}

.footer-main {
  padding: 0 .8rem;
}

.footer-main .footer-qr {
  width: 18%;
  margin-right: .5rem;
}

.footer-main .footer-qr ul {
  display: flex;
  justify-content: space-between;
}

.footer-main .footer-qr ul li {
  width: 42%;
  text-align: center;
}

.footer-main .footer-qr ul li img {
  width: 100%;
  display: block;
}

.footer-main .footer-qr ul li p {
  margin-top: .1rem;

}

.footer-address {
  width: 24%;
  line-height: 2.5;
}

.footer-address .text1 {
  font-size: .2rem;
  line-height: 1;
  font-weight: bold;
  padding-bottom: .1rem;
}

.footer-address .text2 {
  background: url(../images/icon5.png) no-repeat left center;
  padding-left: .25rem;
}

.footer-address .text3 {
  background: url(../images/icon6.png) no-repeat left center;
  padding-left: .25rem;
}

.footer-email {
  width: 25%;
  line-height: 2.5;
}


.footer-email .text1 {

  line-height: 1;

  margin-bottom: .15rem;
  background: url(../images/icon7.png) no-repeat left center;
  padding-left: .25rem;
}

.footer-email .text2 {

  background: url(../images/icon8.png) no-repeat left .12rem;
  padding-left: .25rem;
}


.footer-menu {
  width:20%;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu ul li {
  width: 50%;
  margin-bottom: .2rem;
}

.footer-menu ul li a {
  color: #FFF;
}

.footer-menu ul li a:hover {
  color: #c89e3a;
}

/* 咨询弹窗 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  width: 7rem;
  max-width: 90%;
  max-height: 70vh;
  overflow-y: auto;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
  transform: scale(1);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.4rem 0.1rem 0.4rem;
}

.modal-title {
  font-size: 0.24rem;
  color: #1c3278;
  font-weight: bold;
}

.modal-close {
  width: 0.36rem;
  height: 0.36rem;
  border: none;
  background: #e8e8e8;
  border-radius: 50%;
  font-size: 0.24rem;
  color: #666;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.3s;
  text-align: center;
}

.modal-close:hover {
  background: #c9a164;
  color: #fff;
}

.modal-body {
  padding: 0.2rem 0.4rem 0.4rem 0.4rem;
}

.consult-form .form-row {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.2rem;
}

.consult-form .form-group {
  flex: 1;
  margin-bottom: 0.2rem;
}

.consult-form .form-label {
  display: block;
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.1rem;
}

.consult-form .form-input,
.consult-form .form-select,
.consult-form .form-textarea {
  width: 100%;
  padding: 0.12rem 0.15rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.16rem;
  color: #333;
  transition: border-color 0.3s;
}

.consult-form .form-input:focus,
.consult-form .form-select:focus,
.consult-form .form-textarea:focus {
  outline: none;
  border-color: #1c3278;
}

.consult-form .form-input::placeholder,
.consult-form .form-textarea::placeholder {
  color: #999;
}

.consult-form .form-select {
  cursor: pointer;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 0.15rem center;
  background-size: 0.12rem;
}

.consult-form .form-textarea {
  min-height: 1.2rem;
  resize: vertical;
}

.submit-btn {
  width: 100%;
  padding: 0.15rem;
  background: #1c3278;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 0.18rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  transition: background 0.3s;
  margin-top: 0.1rem;
}

.submit-btn:hover {
  background: #0f1f4d;
}

.submit-icon {
  font-size: 0.16rem;
}

@media (max-width: 768px) {
  .modal-content {
    width: 90%;
    margin: 0.2rem;
  }
  
  .modal-body {
    padding: 0.3rem;
  }
  
  .consult-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}

