@charset "utf-8";
:root {
  --color: #ffb500;
  --vh: 100vh;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: thin;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg path {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 94%;
  max-width: 1760px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img,
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 88px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
.g_tac {
  text-align: center;
}
/*头部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 60px;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 60px;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -60px;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.56rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 30px;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header .c-switch {
  position: relative;
  display: none;
  width: 24px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
#c-header .c-gn {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form:hover > svg {
  color: var(--color);
}
#c-header .c-gn form .c-box {
  position: absolute;
  top: 106%;
  right: 0;
  display: none;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #666;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: var(--color);
  cursor: pointer;
}
#c-header .c-gn .c-language {
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-ico-text img:nth-child(3),
#c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  line-height: 50px;
}
#c-header .c-gn .c-language .c-box a {
  position: relative;
  display: block;
  padding: 0 20px;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-language .c-box a:hover {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text {
  color: var(--color);
}
#c-header .c-gn .c-language:hover .c-ico-text svg {
  color: var(--color);
}
#c-header .c-gn .c-phone {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-phone img,
#c-header .c-gn .c-phone svg {
  margin: 0 0.1rem 0 0;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn .c-phone svg {
  color: var(--color);
}
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.3rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--color);
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 50px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: var(--color);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: var(--color);
}
#c-header .c-nav2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 50px;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 5vw;
  border-top: 1px solid #f1f1f1;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 14px;
  height: 14px;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: var(--color);
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 底部 */
#c-footer {
  color: #fff;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.4s;
}
#c-footer a:hover {
  color: var(--color);
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 1.2rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a:hover {
  color: var(--color);
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.1rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box p {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-ico {
  display: flex;
  align-items: center;
}
#c-footer .c-top-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: #33444f;
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 40px;
    height: 40px;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 50%;
  height: 50%;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: var(--color);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-bottom-box {
  padding: 0.25rem 0;
  border-top: 1px solid #999;
  color: #7f7f7f;
  background: #333;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .container a:hover {
  color: var(--color);
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  color: #fff;
  transform: rotate(-90deg);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.4s;
  color: #333;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close:hover {
  color: #fff;
  background-color: var(--color);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/*首页内容1*/
.c-home1 .banner_txt {
  padding-top: 0.88rem;
  background: url(../images/home.png) no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}
.c-home1 .banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.c-home1 .banner_txt .container .ban_l {
  width: 60%;
}
@media (max-width: 991px) {
  .c-home1 .banner_txt .container .ban_l {
    width: 100%;
  }
}
.c-home1 .banner_txt .container .ban_l .tit h3,
.c-home1 .banner_txt .container .ban_l .tit h2 {
  font-weight: 900;
  line-height: 1.2;
}
.c-home1 .banner_txt .container .ban_l .tit p {
  margin-top: 0.1rem;
}
.c-home1 .banner_txt .container .ban_l .sub_banner_p {
  width: 5.4rem;
  margin-top: 0.44rem;
}
@media (max-width: 991px) {
  .c-home1 .banner_txt .container .ban_l .sub_banner_p {
    width: 70%;
  }
}
.c-home1 .banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.c-home1 .swiper-slide {
  overflow: hidden;
}
.c-home1 .swiper-slide .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--vh);
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.4s;
  right: 0.6rem;
  background: transparent;
}
@media (max-width: 991px) {
  .c-home1 .swiper-button-next,
  .c-home1 .swiper-button-prev {
    display: none;
  }
}
.c-home1 .swiper-button-next::after,
.c-home1 .swiper-button-prev::after {
  display: none;
}
.c-home1 .swiper-button-next img,
.c-home1 .swiper-button-prev img,
.c-home1 .swiper-button-next svg,
.c-home1 .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  color: #fff;
}
.c-home1 .swiper-button-prev {
  left: 0.6rem;
  transform: rotate(180deg);
}
.c-home1 .swiper-button-next:hover,
.c-home1 .swiper-button-prev:hover {
  opacity: 1;
}
.c-home1 .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination {
    bottom: 0.6rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  width: 0.6rem;
  height: 3px;
  vertical-align: top;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .c-home1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.3rem;
  }
}
.c-home1 .swiper-pagination .swiper-pagination-bullet div {
  height: 100%;
  background: var(--color);
  width: 0;
  transition-timing-function: linear;
}
/* 自己的公共样式 */
/*过渡*/
a {
  text-decoration: initial;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 字体 */
@font-face {
  font-family: 'pop';
  src: url(../font/DIN-Medium.otf);
}
.font-m {
  font-family: 'pop', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.img_hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari 和 Chrome */
  -o-transition: all 0.8s;
  /* Opera */
}
.pro_show_js_con * {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/*延迟*/
.sy_t_box:nth-child(2),
.xinw_nr_box:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(3),
.xinw_nr_box:nth-child(3) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(4),
.xinw_nr_box:nth-child(4) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(5) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  /* Safari 和 Chrome */
}
.sy_t_box:nth-child(6) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  /* Safari 和 Chrome */
}
.team_box:hover {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wow_up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* 普通移入效果 */
.mov_08 {
  transition: all 0.4s;
}
.mov_08:hover {
  opacity: 0.8;
}
/* 粘性布局调整 */
.sticky_top {
  top: 0 !important;
}
@media screen and (max-width: 1440px) {
  .sticky_top {
    top: 60px;
  }
}
/* 移入图片切换 */
.img_qh .img2 {
  display: none;
}
.img_qh:hover .img1 {
  display: none;
}
.img_qh:hover .img2 {
  display: block;
}
/* pc和移动端的隐藏显示 */
.xs,
.xs2 {
  display: block;
}
.yc,
.yc2 {
  display: none;
}
@media (max-width: 767px) {
  .xs,
  .xs2 {
    display: none;
  }
  .yc,
  .yc2 {
    display: block;
  }
}
.g_xs {
  display: block;
}
.g_yc {
  display: none;
}
@media (max-width: 767px) {
  .g_xs {
    display: none;
  }
  .g_yc {
    display: block;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* banner中间小图标 */
.banner_sb {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.5rem;
  width: 18px;
  height: auto;
  z-index: 100;
  object-fit: contain;
  animation: moveh 3s infinite linear;
  -webkit-animation: moveh 3s infinite linear;
}
@keyframes moveh {
  0% {
    bottom: 0.5rem;
  }
  50% {
    bottom: 0.3rem;
  }
  100% {
    bottom: 0.5rem;
  }
}
/* 子页面分隔 */
.gw {
  height: 100px;
  width: 100%;
  background: #fff;
}
.gw.on {
  height: 81px;
}
@media screen and (max-width: 1440px) {
  .gw {
    height: 60px;
  }
  .gw.on {
    height: 61px;
  }
}
.ceshi {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font72 {
  font-size: 72px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.48rem;
  }
}
/*延迟*/
.yanchi1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  /* Safari 和 Chrome */
}
.yanchi2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.yanchi3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.yanchi4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.yanchi5 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi6 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.yanchi7 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.yanchi8 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.yanchi9 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.yanchi10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.yanchi11 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.yanchi12 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.yanchi13 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi14 {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.yanchi15 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi16 {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.yanchi17 {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.yanchi18 {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.yanchi19 {
  animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}
.yanchi20 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
/* 缓动效果 */
@-webkit-keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp200 {
  from {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp200 {
  -webkit-animation-name: slideInUp200;
  animation-name: slideInUp200;
}
@-webkit-keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp100 {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp100 {
  -webkit-animation-name: slideInUp100;
  animation-name: slideInUp100;
}
@-webkit-keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp50 {
  from {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp50 {
  -webkit-animation-name: slideInUp50;
  animation-name: slideInUp50;
}
@-webkit-keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp40 {
  from {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp40 {
  -webkit-animation-name: slideInUp40;
  animation-name: slideInUp40;
}
@-webkit-keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp30 {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp30 {
  -webkit-animation-name: slideInUp30;
  animation-name: slideInUp30;
}
@-webkit-keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInUp20 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInUp20 {
  -webkit-animation-name: slideInUp20;
  animation-name: slideInUp20;
}
@keyframes fadeInDown20 {
  from {
    opacity: 0;
    transform: translate3d(0%, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown20 {
  animation-name: fadeInDown20;
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.ptb110 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ptb90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.ptb80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.ptb60 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .ptb120 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .ptb110 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .ptb100 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb90 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .ptb80 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
}
/* 导航设置 */
/* 默认导航栏颜色 */
/* 默认字体颜色 */
/* 默认svg颜色 */
/* 移入导航栏颜色 */
/* 移入导航栏字体和svg颜色 */
/* 移入文字字体和svg颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 show_nav */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
/* 导航 */
nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  background: #fff;
  border-bottom: 1px solid rgba(222, 229, 236, 0.5);
  /* show_nav 子页面导航class */
  /* nav_on 导航不在顶部后移入加上移除去掉的class */
  /* nav_on2 导航不在顶部后固定的class */
  /* 搜索下拉 */
}
@media (max-width: 1260px) {
  nav {
    background: #fff;
  }
}
nav.show_nav {
  background: none;
}
nav.show_nav .nav_top {
  background: none;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_top {
    background: var(--color);
  }
}
@media (max-width: 1260px) {
  nav.show_nav .xs {
    display: block;
  }
}
@media (max-width: 1260px) {
  nav.show_nav .yc {
    display: none;
  }
}
nav.show_nav svg {
  color: #fff;
}
nav.show_nav svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav svg path {
    fill: #fff;
  }
}
nav.show_nav .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.show_nav .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #fff;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p {
  color: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after {
  background: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg {
  color: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path {
  fill: var(--color) !important;
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
    border-color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: #fff;
}
@media (max-width: 1260px) {
  nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
    color: var(--color);
  }
}
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.show_nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #fff !important;
}
nav.nav_on,
nav.nav_on2 {
  background: #fff;
}
nav.nav_on svg,
nav.nav_on2 svg {
  color: #000;
}
nav.nav_on svg path,
nav.nav_on2 svg path {
  fill: #000;
}
nav.nav_on .nav_top,
nav.nav_on2 .nav_top {
  background: var(--color);
}
nav.nav_on .nav_ljbox .nav_l_box .logo .xs,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .xs {
  display: none;
}
nav.nav_on .nav_ljbox .nav_l_box .logo .yc,
nav.nav_on2 .nav_ljbox .nav_l_box .logo .yc {
  display: block;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #000 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  color: #000 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg {
  color: #000 !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a svg path {
  fill: #000;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p {
  color: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p::after,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a > p::after {
  background: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg {
  color: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg path,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover， > a svg path {
  fill: var(--color) !important;
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  /* 语言 */
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn {
  border-color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl .public-btn p {
  color: var(--color);
}
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p,
nav.nav_on .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg,
nav.nav_on2 .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #333 !important;
}
@media (max-width: 1260px) {
  nav.nav_on #g-header .c-switch i,
  nav.nav_on2 #g-header .c-switch i {
    background: #333;
  }
}
nav .nav_top {
  transition: all 0.4s;
  background: var(--color);
  height: 40px;
}
nav .nav_top .container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav .nav_top .container a {
  color: #fff;
  margin-left: 0.4rem;
}
nav .nav_ljbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.8rem;
  height: 88px;
  margin: auto;
  /* logo */
  /* 导航右侧 */
}
@media screen and (max-width: 1440px) {
  nav .nav_ljbox {
    height: 60px;
  }
}
@media (max-width: 1260px) {
  nav .nav_ljbox {
    width: 100%;
    padding: 0 5%;
  }
}
nav .nav_ljbox .nav_l_box .logo {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_l_box .logo .xs {
    display: none;
  }
  nav .nav_ljbox .nav_l_box .logo .yc {
    display: block;
  }
}
nav .nav_ljbox .nav_l_box .logo img {
  width: 1.02rem;
  height: auto;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo img {
    width: 1.4rem;
  }
}
nav .nav_ljbox .nav_l_box .logo p {
  color: #333;
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #01c390;
  width: 2.2rem;
  line-height: 1;
}
@media (max-width: 1580px) {
  nav .nav_ljbox .nav_l_box .logo p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_l_box .logo p {
    width: auto;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box {
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box {
    display: flex;
  }
}
nav .nav_ljbox .nav_r_box .nav_r {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  /* 导航右边内容 */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li {
  height: 100%;
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on2 {
  position: initial;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p {
  /* color: @color1 !important; */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a > p::after,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a > p::after {
  width: 100%;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg {
  /* color: @color1 !important; */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a svg path,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a svg path {
  /* fill: @color1 !important; */
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .xs,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .xs {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .yc,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .yc {
  display: block;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img1,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img1 {
  display: none !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li:hover > a .img2,
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li.on > a .img2 {
  display: block !important;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
  color: #000;
  margin: 0 0.34rem;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    margin: 0 0.1rem;
    color: #333;
  }
}
@media (max-width: 991px) {
  nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a {
    font-size: 12px;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg {
  width: 6px;
  height: auto;
  position: absolute;
  right: -11px;
  color: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > svg path {
  fill: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > img {
  width: 8px;
  height: auto;
  margin-left: 10px;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a .img2 {
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p {
  white-space: nowrap;
  transition: all 0.4s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .navbox > ul > li > a > p::after {
  transition: all 0.4s;
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px;
  left: 50%;
  background: var(--color);
  transform: translateX(-50%);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr {
  /* margin-left: 2.4rem; */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box {
  height: 100%;
  display: flex;
  align-items: center;
  /* 语言 */
  /* 搜索 */
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
  margin: 0 0.43rem 0 0.73rem;
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_rr_wl {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
  margin-right: 0.26rem;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box p,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan:hover .nav_lan_box svg {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg {
  color: #000;
  margin-right: 0.19rem;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan > svg path {
  fill: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box {
  display: flex;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box p {
  color: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg {
  color: #000;
  flex-shrink: 0;
  width: 6px;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_box svg path {
  fill: #000;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.05);
  display: none;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box {
  width: 100%;
  height: 100%;
  padding: 0.05rem 0.2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a {
  margin: 3px 0;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_lan .nav_lan_sel .nav_lan_sel_box a:hover {
  color: var(--color);
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
  position: relative;
  cursor: pointer;
  /* background: #fff; */
  /* border-radius: 5px; */
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search {
    display: none;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search {
    width: 0.26rem;
  }
}
@media (max-width: 767px) {
  nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search {
    width: 0.3rem;
  }
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search svg,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search img {
  width: 100%;
  height: auto;
}
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search svg path,
nav .nav_ljbox .nav_r_box .nav_r .nav_othr .nav_rr_box .nav_search .g_search img path {
  fill: var(--color);
}
nav .g_navsearch {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  border-top: 1px solid #e5e5e5;
  display: none;
}
nav .g_navsearch .container {
  padding: 0.95rem 0 1.05rem;
  position: relative;
}
@media (max-width: 767px) {
  nav .g_navsearch .container {
    padding-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
nav .g_navsearch .f_close img {
  width: 100%;
  float: left;
}
nav .g_navsearch .f_close img:nth-child(2) {
  display: none;
}
nav .g_navsearch .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  color: #808080;
}
nav .g_navsearch .f_close svg path {
  fill: #808080;
}
nav .g_navsearch .f_close:hover {
  transform: rotate(90deg);
}
nav .g_navsearch .f_cont {
  max-width: 760px;
  margin: 0 auto;
}
nav .g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
nav .g_navsearch .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.1rem;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid rgba(194, 194, 194, 0.15);
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form {
    padding-bottom: 0.3rem;
  }
}
nav .g_navsearch .f_cont .f_form input {
  width: 100%;
  padding-right: 0.26rem;
  padding-left: 10px;
}
nav .g_navsearch .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
nav .g_navsearch .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
nav .g_navsearch .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
nav .g_navsearch .f_cont .f_form .g_del {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 16px;
  height: auto;
}
nav .g_navsearch .f_cont .f_form .g_del:hover svg {
  color: var(--color);
}
nav .g_navsearch .f_cont .f_form .g_del:hover svg path {
  fill: var(--color);
}
nav .g_navsearch .f_cont .f_form .g_del svg,
nav .g_navsearch .f_cont .f_form .g_del img {
  color: #999;
  width: 100%;
  transition: all 0.4s;
}
nav .g_navsearch .f_cont .f_form .f_sub {
  margin-left: 0.18rem;
  padding-left: 0.18rem;
  display: flex;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  nav .g_navsearch .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
nav .g_navsearch .f_cont .f_form .f_sub::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e7edf1;
}
nav .g_navsearch .f_cont .f_form .f_sub svg {
  width: 26px;
  float: left;
  transition: all 0.4s;
}
nav .g_navsearch .f_cont .f_form .f_sub svg path {
  fill: #444444;
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg {
  color: var(--color);
}
nav .g_navsearch .f_cont .f_form .f_sub:hover svg path {
  fill: var(--color);
}
nav .g_navsearch .f_cont .f_jut {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
nav .g_navsearch .f_cont .f_jut .name {
  margin-bottom: 0.15rem;
  fill: 0 0 auto;
  display: block;
}
nav .g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
nav .g_navsearch .f_cont .f_jut .f_list .li {
  margin: 0 0.24rem 0.1rem 0;
  color: #999;
  padding-right: 0.24rem;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  position: relative;
}
nav .g_navsearch .f_cont .f_jut .f_list .li:last-child::after {
  display: none;
}
@media (max-width: 1580px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  nav .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
nav .g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: var(--color);
}
nav .g_navsearch .f_cont .f_jut .f_list .li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e7edf1;
}
/* 导航各种效果 */
.nav1_none {
  top: -100px !important;
}
.nav2_none {
  top: 100px !important;
}
@media (max-width: 1440px) {
  .nav1_none {
    top: -60px !important;
  }
  .nav2_none {
    top: 60px !important;
  }
}
/* 下拉导航 */
.pro_nav2 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100vw;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  box-shadow: 0 6px 29px rgba(211, 211, 211, 0.08);
  padding: 10px 0;
  display: none;
  white-space: nowrap;
}
.pro_nav2 .pro_nav2_box {
  display: flex;
  justify-content: center;
}
.pro_nav2 .pro_nav2_box > a {
  min-height: 0.6rem;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 5px 0.6rem;
  border-radius: 0.15rem;
  -webkit-transition: all 0.6s;
  position: relative;
}
.pro_nav2 .pro_nav2_box > a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color);
  bottom: 0;
  left: 50%;
  transition: all 0.6s;
  transform: translateX(-50%);
}
.pro_nav2 .pro_nav2_box > a:hover::after {
  width: 100%;
}
.pro_nav3 {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh);
  top: calc(100% + 1px);
  left: 0;
  background: #fff;
}
/* 移动端导航 */
#g-header {
  display: none;
}
@media (max-width: 1260px) {
  #g-header {
    display: flex;
    width: 50px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-right: -1rem;
    padding-right: 1rem;
    box-sizing: content-box;
  }
}
#g-header .c-nav2 {
  position: absolute;
  right: -100%;
  left: auto;
  width: 100%;
  top: 100px;
  height: calc(var(--vh) - 100px);
  font-size: 14px;
  line-height: 50px;
  background: #F1F1F1;
  overflow-y: auto;
  transition: all 0.8s;
  text-align: left;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 {
    height: calc(var(--vh) - 60px);
    top: 60px;
  }
}
#g-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#g-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #fff;
}
#g-header .c-nav2 li.on img,
#g-header .c-nav2 li.on svg {
  transform: rotate(0deg) !important;
}
@media (max-width: 767px) {
  #g-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#g-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#g-header .c-nav2 li .c-title-box img,
#g-header .c-nav2 li .c-title-box svg {
  transform: rotate(-90deg);
  width: 0.3rem;
  height: auto;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  float: right;
  color: #333;
  display: block;
}
@media (max-width: 1260px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 12px;
    height: auto;
  }
}
@media (max-width: 767px) {
  #g-header .c-nav2 li .c-title-box img,
  #g-header .c-nav2 li .c-title-box svg {
    width: 9px;
  }
}
#g-header .c-nav2 li .c-title-box img path,
#g-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#g-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
#g-header .c-nav2 li a i {
  font-size: 20px;
}
#g-header .c-nav2 li a:hover,
#g-header .c-nav2 li.on > a {
  color: var(--color);
}
#g-header .c-nav2 li ul {
  display: none;
}
#g-header .c-switch {
  position: relative;
  width: 24px;
  height: 22px;
  cursor: pointer;
}
@media (max-width: 991px) {
  #g-header .c-switch {
    display: block;
  }
}
#g-header .c-switch i {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #g-header .c-switch i {
    background: #333;
  }
}
#g-header .c-switch i:nth-child(1) {
  top: 0;
}
#g-header .c-switch i:nth-child(2) {
  width: 18px;
  top: 50%;
}
#g-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#g-header .c-switch i .c-title-box img {
  width: 10px;
  height: auto;
  margin: 0 0 0 10px;
  float: right;
  display: block;
}
.c-title-con {
  display: none;
}
.c-open #g-header .c-nav2 {
  right: 0;
}
.c-open #g-header .c-nav2 .c-title-con {
  overflow: hidden;
  height: auto;
  display: none;
  padding-bottom: 0.25rem;
}
.c-open #g-header .c-nav2 .c-title-con > a {
  color: #999 !important;
  display: block;
  padding: 0.15rem 0 0.15rem 20px;
  line-height: 1.5;
}
.c-open #g-header .c-switch i:nth-child(2) {
  opacity: 0;
}
.c-open #g-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-open #g-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* banner */
@media (max-width: 1260px) {
  .h_banner .h_banner_swi {
    height: 100%;
  }
}
.h_banner .swiper-slide {
  overflow: hidden;
}
.h_banner .h_b_box {
  position: relative;
  width: 100%;
  height: var(--vh);
}
@media (max-width: 1260px) {
  .h_banner .h_b_box {
    height: calc(var(--vh) - 60px);
  }
}
@media (max-width: 767px) {
  .h_banner .h_b_box {
    height: 10rem;
  }
}
.h_banner .h_b_box .h_b_txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.h_banner .h_b_box .h_b_txt .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.6rem;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p1 {
  visibility: hidden;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}
.h_banner .h_b_box .h_b_txt .container .txt_t .p2 {
  visibility: hidden;
  margin-top: 0.15rem;
  color: #fff;
}
.h_banner .h_b_box .h_b_txt .container .public-btn {
  visibility: hidden;
  margin-top: 0.56rem;
}
.h_banner .home_pag {
  bottom: 0.66rem;
}
.h_banner .home_pag .swiper-pagination-bullet {
  min-width: 1.8rem;
  height: auto;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  padding-top: 0.16rem;
  position: relative;
  margin: 0 0.1rem;
}
.h_banner .home_pag .swiper-pagination-bullet span {
  opacity: 0.64;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet span {
    font-size: 0.24rem;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.4);
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::after {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  width: 0;
  transition: all 0s;
  height: 3px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .h_banner .home_pag .swiper-pagination-bullet::before {
    height: 1px;
  }
}
.h_banner .home_pag .swiper-pagination-bullet-active span {
  opacity: 1;
}
.h_banner .home_pag .swiper-pagination-bullet-active::before {
  width: 100%;
  transition: all 5.8s;
}
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.h_b_img .img1 {
  z-index: 1;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.h_b_img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
/* 网站地图 */
.g-mapon {
  padding: 1.1rem 0 3.14rem;
}
.g-mapon .g-tit {
  text-align: center;
}
.g-mapon .g-tit h2 {
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .g-mapon .g-tit h2 {
    font-size: 0.48rem;
  }
}
.g-mapon .box {
  background: #fff;
  margin-top: 0.1rem;
}
.g-mapon .box .item {
  display: flex;
  padding: 0.45rem 0 0.3rem;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
@media (max-width: 767px) {
  .g-mapon .box .item {
    flex-direction: column;
  }
}
.g-mapon .box .item a:hover {
  color: var(--color) !important;
}
.g-mapon .box .item .g-la {
  font-weight: bold;
  width: 2.5rem;
  margin-bottom: 0.15rem;
  flex-shrink: 0;
  color: #231815;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-la {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
  }
}
.g-mapon .box .item .g-twa {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.g-mapon .box .item .g-twa a {
  min-width: 1.8rem;
  margin-right: 0.2rem;
  margin-bottom: 0.15rem;
  padding-right: 0.2rem;
  color: #000;
}
@media (max-width: 767px) {
  .g-mapon .box .item .g-twa a {
    min-width: auto;
  }
}
/* 404 */
.notbox404 {
  padding: 1.74rem 0 2.4rem;
}
.notbox404 .notbox404_box {
  text-align: center;
  width: 90%;
  margin: auto;
}
.notbox404 .notbox404_box > img {
  margin-bottom: 0.55rem;
  width: 4.6rem;
}
@media (max-width: 991px) {
  .notbox404 .notbox404_box > img {
    width: 90%;
  }
}
.notbox404 .notbox404_box .notbox404_con .txt {
  margin: 0.25rem 0 0.26rem;
}
.notbox404 .notbox404_box .notbox404_con .txt span {
  color: var(--color);
}
/* 免责声明 */
.g-pri {
  padding: 0.9rem 0 1.3rem;
}
.g-pri .box .tit {
  margin-bottom: 0.35rem;
  text-align: center;
}
.g-pri .box .tit h2 {
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.g-pri .box .tit .g-p {
  display: flex;
  justify-content: center;
}
.g-pri .box .tit .g-p p {
  color: #666;
  margin: 0 0.18rem;
}
.g-pri .box .public-content {
  color: #000;
}
.g-pri .box .public-content h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  .g-pri .box .public-content h3 {
    font-size: 16px;
  }
}
.g-pri .box .public-content .p1 {
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .p1:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .p1:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box {
  display: flex;
}
@media (max-width: 767px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box {
    flex-direction: column;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span {
  flex-shrink: 0;
  color: #222;
  display: block;
  position: relative;
  padding-left: 20px;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  left: 0;
  top: 12px;
}
@media (max-width: 1580px) {
  .g-pri .box .public-content .g-pritxt .g-pritxt-box span:after {
    top: 14px;
  }
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul {
  padding: 0;
}
.g-pri .box .public-content .g-pritxt .g-pritxt-box ul li {
  list-style: none;
}
.pub_title {
  text-align: center;
}
.pub_title h2 {
  font-weight: bold;
  color: #1e304a;
  line-height: 1.2;
}
.pub_title p {
  margin-top: 0.2rem;
  color: #999;
}
.pub_btn {
  cursor: pointer;
  min-width: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 0.6rem;
  padding: 0 0.3rem;
  border: 1px solid var(--color);
  border-radius: 100px;
  /* border-radius: 100px; */
  overflow: hidden;
  background: var(--color);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .pub_btn {
    height: 0.6rem;
    padding-left: 0.3rem;
  }
}
@media (max-width: 767px) {
  .pub_btn {
    height: 0.8rem;
    padding-left: 0.4rem;
  }
}
.pub_btn:hover {
  /* background: #fff; */
  /* p{
			color: @color1;
		} */
}
.pub_btn:hover i {
  left: 5px;
  /* svg,img{
				color: @color1;
				path{
					fill: @color1;
				}
			} */
}
.pub_btn i {
  transition: all 0.4s;
  margin-left: 0.11rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  position: relative;
  left: 0;
}
.pub_btn i svg,
.pub_btn i img {
  color: #000;
  width: 100%;
  height: auto;
}
.pub_btn i svg path,
.pub_btn i img path {
  fill: #111;
  transition: all 0.4s;
}
.pub_btn p {
  color: #000;
  position: relative;
  z-index: 5;
  transition: all 0.4s;
}
.pub_btn2 {
  min-width: auto;
  padding: 0;
  overflow: initial;
  height: auto;
  background: none;
  border: none;
}
.pub_btn2:hover {
  /* background: none;
		p{
			color: #000;
		}
		i{
			svg{
				color: #000;
			}
		} */
}
.pub_btn2 p {
  text-decoration: underline;
  color: #fff;
}
.pub_btn2 i svg {
  color: #fff;
}
.pub_btn3 {
  min-width: auto;
  padding: 0;
  overflow: initial;
  height: auto;
  background: none;
  border: none;
}
.pub_btn3:hover {
  /* background: none;
		p{
			color: @color1;
		}
		i{
			svg{
				color: @color1;
			}
		} */
}
.pub_btn3 p {
  text-decoration: underline;
  color: #000;
}
.pub_btn3 i svg {
  color: #000;
}
.pub_btn4 {
  min-width: auto;
  padding: 0;
  overflow: initial;
  height: auto;
  background: none;
  border: none;
}
.pub_btn4:hover {
  /* background: none;
		p{
			color: @color1;
		}
		i{
			svg{
				color: @color1;
			}
		} */
}
.pub_btn4 p {
  text-decoration: underline;
  color: #fff;
}
.pub_btn4 i svg {
  color: #fff;
}
.pub_btn5 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  min-width: auto;
}
@media (max-width: 767px) {
  .pub_btn5 {
    padding: 0;
  }
}
.pub_btn5:hover {
  /* border-color: @color1;
		background: @color1;
		p{
			color: @color1;
		}
		i{
			svg{
				color: #000;
			}
		} */
}
.pub_btn5 i {
  left: 0 !important;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  #c-placeholder {
    height: 60px;
  }
}
/* 二级 */
/* .nav_two_tit{display: flex;align-items: center;justify-content: space-between;}
.nav_two_tit>a{color: #666 !important;display: block;padding-left: 20px;line-height: 40px;}
.nav_two_tit svg{width: 8px;height: auto;color: #666;}
.nav_two_tit svg path{fill: #666;}
.nav_three{display: none;}
.nav_three>a{color: #999 !important;display: block;padding-left: 30px;line-height: 36px;} */
/* 开始 */
.banner {
  height: var(--vh);
  width: 100%;
  position: relative;
}
.banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner .banner_txt {
  padding-top: 0.88rem;
  background: url(../images/home.png) no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.banner .banner_txt .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.banner .banner_txt .container .ban_l {
  width: 50%;
}
@media (max-width: 991px) {
  .banner .banner_txt .container .ban_l {
    width: 100%;
  }
}
.banner .banner_txt .container .ban_l .tit h3,
.banner .banner_txt .container .ban_l .tit h2 {
  font-weight: 900;
  line-height: 1.2;
}
.banner .banner_txt .container .ban_l .tit p {
  margin-top: 0.1rem;
}
.banner .banner_txt .container .ban_l .sub_banner_p {
  width: 5.4rem;
  margin-top: 0.44rem;
}
@media (max-width: 991px) {
  .banner .banner_txt .container .ban_l .sub_banner_p {
    width: 70%;
  }
}
.banner .banner_txt .container .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.hon {
  height: 9.7rem;
  background: url(../images/home2.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .hon {
    height: auto;
    padding: 1rem 0;
  }
}
.hon .container {
  height: 100%;
}
.hon .box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .hon .box {
    flex-direction: column;
  }
}
.hon .box .gl {
  width: 50%;
}
@media (max-width: 991px) {
  .hon .box .gl {
    width: 100%;
  }
}
.hon .box .gl h2 {
  line-height: 1.2;
}
.hon .box .gl .hon_txt {
  padding-right: 1.1rem;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .hon .box .gl .hon_txt {
    padding: 0;
  }
}
.hon .box .gl .hon_txt p {
  margin-bottom: 0.25rem;
  line-height: 1.66666667;
  display: block;
  position: relative;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .hon .box .gl .hon_txt p {
    padding-left: 20px;
  }
}
.hon .box .gl .hon_txt p:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../images/home_svg.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
@media (max-width: 1580px) {
  .hon .box .gl .hon_txt p:after {
    top: 8px;
    width: 12px;
    height: 12px;
  }
}
.hon .box .gl .pub_btn {
  margin-top: 0.95rem;
}
.hon .box .gr {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .hon .box .gr {
    width: 70%;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .hon .box .gr {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.g_title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .g_title {
    flex-direction: column;
  }
}
.g_title h2,
.g_title h1 {
  font-weight: 900;
  line-height: 1.2;
}
.g_title .g_p {
  width: 59.75%;
}
@media (max-width: 767px) {
  .g_title .g_p {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.g_title .g_p p {
  line-height: 1.66666667;
  color: #333;
}
.g_title2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.subColor {
  position: relative;
}
.subColor::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: var(--color);
  bottom: -3px;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.subColor2 {
  position: relative;
}
.subColor2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: #003c69;
  bottom: -3px;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.htw {
  padding: 1.48rem 0 1.15rem;
  background: url(../images/home4.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.htw .box {
  position: relative;
  margin-top: 0.55rem;
}
.htw .box .public-img {
  border-radius: 0.2rem;
}
.htw .box .public-img:before {
  padding-top: 46.25%;
}
@media (max-width: 767px) {
  .htw .box .public-img:before {
    padding-top: 60%;
  }
}
.htw .box .gbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.htw .box .gbox .gl {
  width: 100%;
  display: flex;
  align-items: center;
}
.htw .box .gbox .gl .g_icon {
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 0.72rem;
  height: 0.72rem;
  background: var(--color);
  color: var(--color);
}
.htw .box .gbox .gl .g_icon svg,
.htw .box .gbox .gl .g_icon img {
  color: #000;
  width: 25%;
  height: auto;
}
.htw .box .gbox .gl .g_icon svg path,
.htw .box .gbox .gl .g_icon img path {
  fill: var(--color);
}
.htw .box .gbox .gl i {
  display: block;
  margin-left: 0.18rem;
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(to right, rgba(158, 156, 152, 0.3), rgba(158, 156, 152, 0));
  background: linear-gradient(to right, rgba(158, 156, 152, 0.3), rgba(158, 156, 152, 0));
}
.htw .box .gbox .gr {
  margin-left: 0.5rem;
  flex-shrink: 0;
}
.hth {
  padding: 0 0 1rem;
  background: url(../images/home6.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}
.hth .box {
  color: #fff;
  margin-top: 0.74rem;
}
.hth .box .hth_t {
  color: #000;
  margin: 0 auto 0.4rem;
  background: #ffb500;
  border-radius: 0.2rem;
  width: 62.5%;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1260px) {
  .hth .box .hth_t {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .hth .box .hth_t {
    width: 100%;
    padding: 0 10%;
  }
}
.hth .box .hth_t .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hth .box .hth_t .txt h3 {
  text-align: center;
}
.hth .box .hth_t .txt .g_span {
  align-self: flex-end;
  display: flex;
  align-items: center;
  margin: 0.52rem -0.95rem 0 0;
}
@media (max-width: 767px) {
  .hth .box .hth_t .txt .g_span {
    margin: 0.52rem 0 0 0;
  }
}
.hth .box .hth_t .txt .g_span i {
  width: 0.6rem;
  background: #000;
  height: 1px;
  margin-right: 0.13rem;
}
.hth .box .hth_t .img1 {
  display: none;
  position: absolute;
  width: 1.72rem;
  height: auto;
  left: -0.84rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .hth .box .hth_t .img1 {
    display: none;
  }
}
.hth .box .hth_b {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hth .box .hth_b {
    flex-direction: column;
  }
}
.hth .box .hth_b .item {
  display: flex;
  justify-content: space-between;
  padding: 0.45rem 0.6rem;
  border-radius: 0.1rem;
  width: calc(50% - 0.2rem);
}
@media (max-width: 767px) {
  .hth .box .hth_b .item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.hth .box .hth_b .item:nth-child(1) {
  background: #e9282d;
}
.hth .box .hth_b .item:nth-child(2) {
  background: #003c69;
}
.hth .box .hth_b .item .gl h3 {
  margin-bottom: 0.12rem;
}
.hth .box .hth_b .item .gr {
  margin-left: 0.88rem;
  flex-shrink: 0;
  margin-top: 0.28rem;
}
@media (max-width: 767px) {
  .hth .box .hth_b .item .gr {
    margin-left: 0;
  }
}
.hfo {
  padding: 1.34rem 0 1.4rem;
}
.hfo .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
  margin-top: 0.74rem;
}
@media (max-width: 767px) {
  .hfo .box {
    margin: 0.8rem 0 0;
  }
}
.hfo .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .hfo .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hfo .box .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.6rem;
  }
}
.hfo .box .item:hover .public-img img {
  transform: scale(1.05);
}
.hfo .box .item:hover .txt {
  /* .pub_btn{
						p{
							color: @color1;
						}
						i{
							svg{
								color: @color1;
							}
						}
					} */
}
.hfo .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.hfo .box .item .itembox .public-img {
  margin-bottom: 0.35rem;
  border-radius: 0.2rem;
}
.hfo .box .item .itembox .public-img:before {
  padding-top: 60%;
}
.hfo .box .item .itembox .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}
.hfo .box .item .itembox .txt .pub_btn {
  margin-top: 0.52rem;
}
.hfo .g_tac {
  margin-top: 0.74rem;
}
/* 底部 */
footer .gt {
  padding: 0 0.8rem;
  background: var(--color);
}
@media (max-width: 1260px) {
  footer .gt {
    padding: 0 5%;
  }
}
footer .gt .gt_box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .gt .gt_box {
    flex-direction: column;
  }
}
footer .gt .gt_box .gl {
  width: 86.93181818%;
  padding: 0.8rem 0 0.5rem;
  display: flex;
}
@media (max-width: 1260px) {
  footer .gt .gt_box .gl {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl {
    width: 100%;
  }
}
footer .gt .gt_box .gl .foot_nav {
  margin-right: 1.05rem;
}
@media screen and (max-width: 1460px) {
  footer .gt .gt_box .gl .foot_nav {
    margin-right: 0.7rem;
  }
}
@media (max-width: 1260px) {
  footer .gt .gt_box .gl .foot_nav {
    margin-bottom: 0.3rem;
  }
}
footer .gt .gt_box .gl .foot_nav a {
  transition: all 0.4s;
}
footer .gt .gt_box .gl .foot_nav a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl .foot_nav {
    margin: 0 ;
    width: 100%;
  }
}
footer .gt .gt_box .gl .foot_nav:last-child {
  margin-right: 0;
}
footer .gt .gt_box .gl .foot_nav .a_tit {
  padding-bottom: 0.36rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl .foot_nav .a_tit {
    padding-bottom: 0;
  }
}
footer .gt .gt_box .gl .foot_nav .a_tit::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 2px;
  background: #000;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl .foot_nav .a_tit::after {
    display: none;
  }
}
footer .gt .gt_box .gl .foot_nav .a_tit.on svg,
footer .gt .gt_box .gl .foot_nav .a_tit.on img {
  transform: rotate(90deg);
}
footer .gt .gt_box .gl .foot_nav .a_tit a {
  text-transform: uppercase;
  color: #000;
}
footer .gt .gt_box .gl .foot_nav .a_tit svg,
footer .gt .gt_box .gl .foot_nav .a_tit img {
  transition: all 0.4s;
  width: 5px;
  height: auto;
  display: none;
  color: #333;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl .foot_nav .a_tit svg,
  footer .gt .gt_box .gl .foot_nav .a_tit img {
    display: block;
  }
}
footer .gt .gt_box .gl .foot_nav .a_tit svg path,
footer .gt .gt_box .gl .foot_nav .a_tit img path {
  fill: #fff;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gl .foot_nav ul {
    display: none;
    padding-bottom: 0.2rem;
  }
}
footer .gt .gt_box .gl .foot_nav ul li {
  margin-bottom: 0.08rem;
}
footer .gt .gt_box .gl .foot_nav ul li a {
  color: #000;
}
footer .gt .gt_box .gr {
  width: 13.06818182%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.84rem 0 0.2rem 0.82rem;
}
@media (max-width: 1260px) {
  footer .gt .gt_box .gr {
    padding: 0.84rem 0 0.2rem 0.42rem;
  }
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr {
    width: 100%;
    border: none;
    padding: 0 0 0.5rem;
  }
}
footer .gt .gt_box .gr .foot_logo {
  display: block;
  width: 1.02rem;
  height: auto;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .foot_logo {
    width: 1.4rem;
  }
}
footer .gt .gt_box .gr .foot_logo img {
  width: 100%;
  object-fit: contain;
}
footer .gt .gt_box .gr .foot_add {
  margin-top: 0.46rem;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .foot_add {
    display: flex;
    flex-wrap: wrap;
  }
}
footer .gt .gt_box .gr .foot_add .item {
  margin-bottom: 0.28rem;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .foot_add .item {
    width: 50%;
  }
}
footer .gt .gt_box .gr .foot_add .item p {
  margin-top: 0.05rem;
}
footer .gt .gt_box .gr .b_ewm {
  display: flex;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box {
  position: relative;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box.on .foot_t_r_ewm {
  transform: scale(1);
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box.on .foot_t_r_con svg path {
  fill: #fff;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_ewm {
  position: absolute;
  bottom: 110%;
  right: 0;
  background: #fff;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 1;
  transform: scale(0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  width: 160px;
  height: 160px;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_ewm {
    width: 120px;
    height: 120px;
    left: 0;
    right: auto;
  }
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_ewm img {
  object-fit: contain;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_ewm svg {
  width: 9px;
  height: 5px;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_ewm svg path {
  fill: #fff;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_con {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  margin: 0 0.08rem 0 0;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_con {
    width: 0.7rem;
    height: 0.7rem;
  }
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_con svg {
  color: #000;
  width: 37.5%;
  height: auto;
}
footer .gt .gt_box .gr .b_ewm .foot_t_r_box .foot_t_r_con svg path {
  fill: #8e8e8e;
}
footer .gt .gt_box .gr .g_wl {
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  footer .gt .gt_box .gr .g_wl {
    margin-top: 0.4rem;
  }
}
footer .gt .gt_box .gr .g_wl p {
  margin-bottom: 0.05rem;
}
footer .gt .gt_box .gr .g_wl .g_a {
  display: flex;
  flex-wrap: wrap;
}
footer .gt .gt_box .gr .g_wl .g_a a {
  margin: 0 0.1rem 0.05rem 0;
}
footer .gb {
  background: #000;
  padding: 0.1rem 0.8rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .gb {
    flex-direction: column;
    padding: 0.2rem 5%;
  }
}
footer .gb .gl {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 767px) {
  footer .gb .gl {
    margin-bottom: 0.1rem;
  }
}
footer .gb .gl p {
  color: rgba(255, 255, 255, 0.7);
}
footer .gb .gl a {
  transition: all 0.4s;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
}
footer .gb .gl a:hover {
  color: #fff;
}
footer .gb .gr {
  color: rgba(255, 255, 255, 0.7);
}
footer .gb .gr a {
  transition: all 0.4s;
}
footer .gb .gr a:hover {
  color: #fff;
}
footer .gb .gr span {
  margin: 0 2px 0 4px;
}
/* 为什么选择我们-科克大学的相关排名 */
.sub_banner {
  height: 6.4rem;
  width: 100%;
  position: relative;
}
.sub_banner .mob_pc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img {
  width: 100%;
  height: 100%;
}
.sub_banner .mob_pc .g_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_banner .mob_pc .g_video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.sub_banner .banner_txt {
  background: url(../images/home.png) no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.sub_banner .banner_txt .container2 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.sub_banner .banner_txt .container2 .ban_l {
  width: 50%;
}
@media (max-width: 991px) {
  .sub_banner .banner_txt .container2 .ban_l {
    width: 100%;
  }
}
.sub_banner .banner_txt .container2 .ban_l .tit h3,
.sub_banner .banner_txt .container2 .ban_l .tit h2,
.sub_banner .banner_txt .container2 .ban_l .tit h1 {
  font-weight: 700;
  line-height: 1.2;
}
.sub_banner .banner_txt .container2 .ban_l .tit p {
  margin-top: 0.1rem;
}
.sub_banner .banner_txt .container2 .ban_l .sub_banner_p {
  width: 5.4rem;
  margin-top: 0.44rem;
}
@media (max-width: 991px) {
  .sub_banner .banner_txt .container2 .ban_l .sub_banner_p {
    width: 70%;
  }
}
.sub_banner .banner_txt .container2 .ban_l .pub_btn {
  margin-top: 0.77rem;
}
.subBox {
  padding: 1.4rem 0 1.54rem;
}
.subBox .gbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subBox .gbox {
    flex-direction: column;
  }
}
.subBox .gbox .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  width: 22.72727273%;
}
@media (max-width: 991px) {
  .subBox .gbox .gl {
    width: 100%;
    position: initial;
  }
}
.subBox .gbox .gl a {
  cursor: pointer;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.26rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.26rem;
  position: relative;
}
.subBox .gbox .gl a.on::before {
  width: 100%;
}
.subBox .gbox .gl a.on i {
  opacity: 1;
}
.subBox .gbox .gl a.on p {
  color: #000;
}
.subBox .gbox .gl a:hover::before {
  width: 100%;
}
.subBox .gbox .gl a::before {
  content: '';
  position: absolute;
  transition: all 0.4s;
  width: 0;
  height: 2px;
  background: var(--color);
  bottom: -1px;
}
.subBox .gbox .gl a p {
  transition: all 0.4s;
  color: #333;
  font-weight: bold;
}
.subBox .gbox .gl a i {
  opacity: 0;
  transition: all 0.4s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .subBox .gbox .gl a i {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .subBox .gbox .gl a i {
    width: 0.24rem;
  }
}
.subBox .gbox .gl a i svg,
.subBox .gbox .gl a i img {
  width: 100%;
  height: auto;
}
.subBox .gbox .gl a i svg path,
.subBox .gbox .gl a i img path {
  fill: var(--color);
}
.subBox .gbox .gr {
  width: 68.18181818%;
}
@media (max-width: 991px) {
  .subBox .gbox .gr {
    margin-top: 0.4rem;
    width: 100%;
  }
}
.ranon .item {
  margin-bottom: 1rem;
}
.ranon .item .public-content {
  color: #333;
}
@media (max-width: 767px) {
  .ranon .item .public-content {
    overflow: auto;
  }
}
.table1 {
  border-color: #f4f4f4;
  width: 100%;
}
.table1 th {
  text-align: left;
  border: none;
  border-right: 1px solid #f4f4f4;
  padding: 0.2rem;
}
.table1 td {
  border: none;
  border-right: 1px solid #f4f4f4;
}
.table1 tr th {
  padding-left: 1.5rem;
}
@media (max-width: 1580px) {
  .table1 tr th {
    padding-left: 20px !important;
  }
}
.table1 tr th:first-child {
  padding-left: 0.62rem;
}
.table1 tr td {
  padding: 0.2rem;
  padding-left: 1.5rem;
}
@media (max-width: 1580px) {
  .table1 tr td {
    padding-left: 20px !important;
  }
}
.table1 tr td:first-child {
  padding-left: 0.62rem;
}
.table2 {
  border-color: #f4f4f4;
  width: 100%;
}
.table2 td {
  border: none;
  border-right: 1px solid #f4f4f4;
}
.table2 tr td {
  padding: 0.2rem 0;
  padding-left: 0.62rem;
}
@media (max-width: 1260px) {
  .table2 tr td {
    padding: 20px;
  }
}
.table3 {
  border-color: #f4f4f4;
  width: 100%;
}
@media (max-width: 767px) {
  .table3 {
    width: 800px;
    max-width: initial !important;
  }
}
.table3 td {
  border: none;
  border-right: 1px solid #f4f4f4;
}
.table3 tr td {
  padding: 0.2rem 0;
  padding-left: 0.32rem;
}
@media (max-width: 1260px) {
  .table3 tr td {
    padding: 20px;
  }
}
.g_title3 {
  margin-bottom: 0.5rem;
}
.g_title3 h2,
.g_title3 h1 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.g_title3 p {
  margin-bottom: 0.2rem;
  color: #333;
  line-height: 1.66666667;
}
.g_title4.g_title4_2 p {
  color: #666;
  margin-bottom: 0.1rem;
}
.g_title4 h2,
.g_title4 h1 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  line-height: 1.3;
}
.g_title4 h3 {
  margin-bottom: 0.1rem;
}
.g_title4 p {
  margin-bottom: 0.1rem;
  color: #333;
  line-height: 1.66666667;
}
/* 为什么选择我们-科克大学的历史 */
.his .hison .hison_box {
  background: #f1f4f6;
  border-radius: 0.2rem;
}
.his .hison .hison_box .gallery-thumbs .gthumbs {
  padding: 0.3rem 0.3rem 0.77rem 0.58rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-thumbs .gthumbs {
    flex-direction: column-reverse;
    padding: 0.4rem;
  }
}
.his .hison .hison_box .gallery-thumbs .gthumbs .txt {
  width: 62.16216216%;
  padding: 0.22rem 1.65rem 0 0;
}
@media (max-width: 1260px) {
  .his .hison .hison_box .gallery-thumbs .gthumbs .txt {
    padding: 0.22rem 0.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-thumbs .gthumbs .txt {
    width: 100%;
    padding: 0.3rem 0 0;
  }
}
.his .hison .hison_box .gallery-thumbs .gthumbs .txt h3 {
  margin-bottom: 0.48rem;
  line-height: 1.3;
}
@media (max-width: 1260px) {
  .his .hison .hison_box .gallery-thumbs .gthumbs .txt h3 {
    font-size: 0.32rem;
  }
}
.his .hison .hison_box .gallery-thumbs .gthumbs .txt h3 span {
  font-weight: bold;
}
.his .hison .hison_box .gallery-thumbs .gthumbs .txt .g_p {
  line-height: 1.66666667;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: calc(30/18*4em);
}
.his .hison .hison_box .gallery-thumbs .gthumbs .public-img {
  width: 37.83783784%;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-thumbs .gthumbs .public-img {
    width: 100%;
  }
}
.his .hison .hison_box .gallery-top-box {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  padding-top: 1.11rem;
  margin: -1.11rem 0 0;
  position: relative;
}
@media (max-width: 1580px) {
  .his .hison .hison_box .gallery-top-box {
    margin: -0.6rem 0 0;
  }
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-top-box {
    margin: 0 ;
  }
}
.his .hison .hison_box .gallery-top-box::before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #606262;
  bottom: 0.56rem;
  left: 0;
}
.his .hison .hison_box .gallery-top-box .gup_year {
  position: absolute;
  left: 0.7rem;
  top: 0;
}
@media (max-width: 991px) {
  .his .hison .hison_box .gallery-top-box .gup_year {
    left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-top-box .gup_year {
    left: 1rem;
  }
}
.his .hison .hison_box .gallery-top-box .gup_year .item {
  display: none;
}
.his .hison .hison_box .gallery-top-box .gup_year .item.on {
  display: block;
}
.his .hison .hison_box .gallery-top {
  width: 10%;
  margin: 0;
  overflow: initial;
}
@media (max-width: 991px) {
  .his .hison .hison_box .gallery-top {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-top {
    width: 25%;
  }
}
.his .hison .hison_box .gallery-top .swiper-slide {
  display: flex;
  align-items: flex-end;
}
.his .hison .hison_box .gallery-top .swiper-slide-thumb-active .gtop .gup .gup_box {
  width: 2px;
  height: 0.88rem;
  background: #000;
}
.his .hison .hison_box .gallery-top .swiper-slide-thumb-active .gtop .gup .gup_box p {
  opacity: 1;
}
.his .hison .hison_box .gallery-top .swiper-slide-thumb-active .gtop .year {
  color: #000;
}
.his .hison .hison_box .gallery-top .gtop {
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.his .hison .hison_box .gallery-top .gtop .gup {
  position: relative;
  display: flex;
  justify-content: center;
}
.his .hison .hison_box .gallery-top .gtop .gup .gup_box {
  transition: all 0.4s;
  margin-bottom: 0.11rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 24px;
  background: #c1c3c5;
}
.his .hison .hison_box .gallery-top .gtop .gup .gup_box p {
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  font-weight: 900;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .his .hison .hison_box .gallery-top .gtop .gup .gup_box p {
    top: -4px;
  }
}
.his .hison .hison_box .gallery-top .gtop .year {
  min-height: 0.56rem;
  padding: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
/* 为什么选择我们-首个绿色校园 */
.greon {
  margin-bottom: 0.9rem;
}
.greon .box .img {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.greon .box .img .public-img:before {
  padding-top: 60%;
}
.greon .box .img .g_p {
  position: absolute;
  padding: 0.26rem 0.32rem;
  bottom: 0;
  left: 0;
  background: rgba(255, 181, 0, 0.9);
  z-index: 10;
}
@media (max-width: 767px) {
  .greon .box .img .g_p {
    position: initial;
  }
}
.greon .box .img .g_p p {
  color: #333;
  line-height: 1.66666667;
}
.greon .box .txt {
  line-height: 1.66666667;
  color: #333;
  margin-top: 0.55rem;
}
.greon .box .txt p {
  margin-bottom: 0.2rem;
}
.public-tw1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .public-tw1 {
    margin: 0 ;
  }
}
.public-tw1 .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .public-tw1 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-tw1 .item {
    width: 100%;
    padding: 0;
  }
}
.public-tw1 .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.public-tw1 .item .itembox .public-img {
  border-radius: 0.2rem;
  margin-bottom: 0.24rem;
}
.public-tw1 .item .itembox .txt h3 {
  line-height: 1.66666667;
  color: #000;
  font-weight: bold;
  /* overflow: hidden;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
					height: calc((30/18)*2em); */
}
.public-tw1 .item .itembox .txt a {
  color: #005CE6;
}
.gretw {
  padding-bottom: 0.48rem;
}
.greth {
  padding-bottom: 1.15rem;
}
.greth .box {
  position: relative;
}
.greth .box .swiper-slide {
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
}
.greth .box .swiper-slide .public-img:before {
  padding-top: 60%;
}
.greth .box .swiper-slide .g_video {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.greth .box .swiper-slide .g_video .vid_on {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.greth .box .swiper-slide .g_video .vid_on svg,
.greth .box .swiper-slide .g_video .vid_on img {
  width: 0.19rem;
  height: auto;
  color: #000;
}
.greth .box .swip2_pag {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
  position: initial;
}
.greth .box .swip2_pag span {
  width: 0.24rem;
  height: 2px;
  background: #bfbfbf;
  border-radius: 0;
  opacity: 1;
  transition: all 0.4s;
}
.greth .box .swip2_pag .swiper-pagination-bullet-active {
  background: var(--color);
  width: 0.72rem;
}
.grefo .g_title3 {
  margin-bottom: 0;
}
.grefo .g_more {
  margin-top: 0.3rem;
}
.public-news .g_it {
  position: relative;
  padding: 0.3rem 0;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-news .g_it {
    align-items: center;
  }
}
.public-news .g_it:last-child {
  border-bottom: 1px solid #eeeeee;
}
.public-news .g_it:hover::after {
  width: 100%;
}
.public-news .g_it:hover .public-img img {
  transform: scale(1.05);
}
.public-news .g_it:hover .right .pub_btn::after {
  width: 100%;
}
.public-news .g_it:hover .right .pub_btn i {
  transform: translateX(5px);
}
.public-news .g_it::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #000;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.public-news .g_it .left {
  width: 33.33333333%;
}
@media (max-width: 767px) {
  .public-news .g_it .left {
    width: 40%;
  }
}
.public-news .g_it .left .public-img {
  height: 100%;
  border-radius: 0.2rem;
}
.public-news .g_it .left .public-img:before {
  padding-top: 63.26530612%;
}
.public-news .g_it .right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 61.66666667%;
  padding: 0.15rem 0 0;
}
@media (max-width: 767px) {
  .public-news .g_it .right {
    width: 55%;
  }
}
.public-news .g_it .right .txt {
  width: 100%;
}
.public-news .g_it .right .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-news .g_it .right .txt p {
  line-height: 1.66666667;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc((30/18)*2em);
}
.public-news .g_it .right .pub_btn {
  position: relative;
  /* &::after{
					content: '';
					position: absolute;
					width: 0;
					height: 2px;
					background: @color1;
					bottom: 0;
					left: 50%;
					transition: all .6s;
					transform: translateX(-50%);
				} */
}
@media (max-width: 767px) {
  .public-news .g_it .right .pub_btn {
    margin-top: 0.2rem;
  }
}
/* 为什么选择我们-校友故事 */
.stoon {
  padding: 0 0 0.05rem;
}
.stoon .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .stoon .box {
    margin: 0 ;
  }
}
.stoon .box .g_it {
  width: calc(1/5*100%);
  margin-bottom: 0.05rem;
  padding: 0 0.25rem;
}
@media (max-width: 1260px) {
  .stoon .box .g_it {
    width: calc(1/3*100%);
  }
}
@media (max-width: 767px) {
  .stoon .box .g_it {
    width: 100%;
  }
}
.stoon .box .g_it .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .stoon .box .g_it .itembox:hover .subColor2::after {
    opacity: 0;
  }
  .stoon .box .g_it .itembox:hover .txt {
    background: var(--color);
  }
  .stoon .box .g_it .itembox:hover .txt .txt_t span {
    opacity: 0;
  }
  .stoon .box .g_it .itembox:hover .txt .g_p {
    opacity: 1;
    top: 0;
  }
}
.stoon .box .g_it .itembox .subColor2::after {
  border-radius: 0.1rem;
}
.stoon .box .g_it .itembox .public-img {
  border-radius: 0.1rem;
}
.stoon .box .g_it .itembox .txt {
  overflow: hidden;
  transition: all 0.4s;
  text-align: center;
  border-radius: 0.1rem;
  margin: -0.8rem 0 0 -0.21rem;
  width: calc(100% + 0.42rem);
  padding: 1.1rem 0.22rem 0.3rem;
}
@media (max-width: 767px) {
  .stoon .box .g_it .itembox .txt {
    background: var(--color);
    margin: -0.8rem 0 0 -0.2rem;
    width: calc(100% + 0.4rem);
  }
}
.stoon .box .g_it .itembox .txt .txt_t {
  position: relative;
}
.stoon .box .g_it .itembox .txt .txt_t span {
  transition: all 0.4s;
  position: absolute;
  top: calc(100% + 0.1rem);
  left: 0;
  text-align: center;
  width: 100%;
  color: #666;
}
@media (max-width: 767px) {
  .stoon .box .g_it .itembox .txt .txt_t span {
    position: initial;
    top: 0;
    font-size: 12px;
  }
}
.stoon .box .g_it .itembox .txt .g_p {
  position: relative;
  top: 0.5rem;
  opacity: 0;
  transition: all 0.4s;
  margin-top: 0.12rem;
  color: #333;
}
@media (max-width: 767px) {
  .stoon .box .g_it .itembox .txt .g_p {
    opacity: 1;
    top: 0;
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .public-swiper1 .swiper {
    padding-bottom: 1rem;
  }
}
.public-swiper1 .swiper .stotw_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .stotw_box {
    flex-direction: column;
  }
}
.public-swiper1 .swiper .stotw_box .public-img {
  width: 41.66666667%;
  border-radius: 0.2rem;
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .stotw_box .public-img {
    width: 100%;
  }
}
.public-swiper1 .swiper .stotw_box .txt {
  position: relative;
  padding: 0 1.1rem 0 1rem;
  width: 58.33333333%;
}
@media (max-width: 1260px) {
  .public-swiper1 .swiper .stotw_box .txt {
    padding: 0.5rem 0.4rem 1rem;
  }
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .stotw_box .txt {
    width: 100%;
    padding: 0.6rem 0 0;
  }
}
.public-swiper1 .swiper .stotw_box .txt .img1 {
  position: absolute;
  width: 0.8rem;
  height: auto;
  left: -0.4rem;
  top: -0.3rem;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .public-swiper1 .swiper .stotw_box .txt .img1 {
    display: none;
  }
}
.public-swiper1 .swiper .stotw_box .txt .img2 {
  position: absolute;
  width: 0.8rem;
  height: auto;
  right: 0;
  top: 100%;
  transform: rotate(180deg);
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 1260px) {
  .public-swiper1 .swiper .stotw_box .txt .img2 {
    display: none;
  }
}
.public-swiper1 .swiper .stotw_box .txt .txt_box h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
}
.public-swiper1 .swiper .stotw_box .txt .txt_box p {
  padding-right: 0.1rem;
  line-height: 1.66666667;
  color: #333;
  max-height: 15em;
  overflow: auto;
}
@media screen and (max-width: 1460px) {
  .public-swiper1 .swiper .stotw_box .txt .txt_box p {
    max-height: 10em;
  }
}
.public-swiper1 .swiper .g_qie_box {
  width: 58.33333333%;
  position: absolute;
  height: auto;
  bottom: 0.4rem;
  right: 0;
  padding: 0 1.1rem 0 1rem;
}
@media (max-width: 1260px) {
  .public-swiper1 .swiper .g_qie_box {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .g_qie_box {
    bottom: 0.2rem;
    width: 100%;
  }
}
.public-swiper1 .swiper .g_qie {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .g_qie {
    justify-content: center;
  }
}
.public-swiper1 .swiper .g_qie .pub_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  width: auto;
  height: auto;
  margin-right: 0.13rem;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-swiper1 .swiper .g_qie .pub_nav {
    margin: 0 0.2rem;
  }
}
.public-swiper1 .swiper .g_qie .pub_nav:after {
  display: none;
}
.public-swiper1 .swiper .g_qie .pub_nav:hover svg {
  color: var(--color);
}
.public-swiper1 .swiper .g_qie .pub_nav:hover svg path {
  fill: var(--color);
}
.public-swiper1 .swiper .g_qie .pub_nav svg,
.public-swiper1 .swiper .g_qie .pub_nav img {
  color: #000;
  width: 16px;
  height: auto;
}
.public-swiper1 .swiper .g_qie .pub_nav svg path,
.public-swiper1 .swiper .g_qie .pub_nav img path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.public-swiper1 .swiper .g_qie .pub_prev {
  left: 0.8rem;
}
.public-swiper1 .swiper .g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.public-swiper1 .swiper .g_qie .pub_next {
  right: 0.8rem;
}
/* 教育教学-四大学部聚合页 */
.public-news2 .g_it {
  margin-bottom: 0.26rem;
  display: block;
}
@media (max-width: 767px) {
  .public-news2 .g_it {
    align-items: center;
  }
}
.public-news2 .g_it::after {
  opacity: 0;
}
.public-news2 .g_it:hover::after {
  opacity: 1;
}
.public-news2 .g_it:hover .public-img img {
  transform: scale(1.05);
}
.public-news2 .g_it .g_it_con {
  position: relative;
  padding: 0.3rem 0 0.3rem 0.3rem;
  border-radius: 0.2rem;
  background: #f1f4f6;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-news2 .g_it .g_it_con {
    flex-direction: column;
    padding: 0.3rem;
  }
}
.public-news2 .g_it .left {
  width: 27.35042735%;
}
@media (max-width: 767px) {
  .public-news2 .g_it .left {
    width: 100%;
  }
}
.public-news2 .g_it .left .public-img {
  height: 100%;
  border-radius: 0.2rem;
}
.public-news2 .g_it .right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 72.64957265%;
  padding: 0.22rem 0.68rem 0.42rem 0.6rem;
}
@media (max-width: 767px) {
  .public-news2 .g_it .right {
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
.public-news2 .g_it .right .txt {
  width: 100%;
}
.public-news2 .g_it .right .txt h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-news2 .g_it .right .txt > p {
  line-height: 1.66666667;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc((30/18)*3em);
}
@media (max-width: 767px) {
  .public-news2 .g_it .right .pub_btn {
    margin-top: 0.2rem;
  }
}
/* 教育教学-学部详情页 */
.public-fainfo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.3rem;
}
@media (max-width: 767px) {
  .public-fainfo {
    margin: 0 ;
  }
}
.public-fainfo > .item {
  width: calc(1/3*100%);
  margin-bottom: 0.6rem;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .public-fainfo > .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-fainfo > .item {
    width: 100%;
    padding: 0;
  }
}
.public-fainfo > .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  background: #003c69;
  transition: all 0.4s;
  border-radius: 20px;
}
.public-fainfo > .item .itembox:hover {
  background: var(--color);
}
.public-fainfo > .item .itembox:hover .txt h3 {
  color: #000;
}
.public-fainfo > .item .itembox:hover .txt i svg {
  color: #000;
}
.public-fainfo > .item .itembox .public-img {
  border-radius: 20px;
}
.public-fainfo > .item .itembox .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.26rem 0.2rem;
}
@media (max-width: 767px) {
  .public-fainfo > .item .itembox .txt {
    padding: 0.3rem 0.4rem;
  }
}
.public-fainfo > .item .itembox .txt h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
.public-fainfo > .item .itembox .txt i {
  margin-left: 0.2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.16rem;
  height: auto;
  color: #fff;
}
@media (max-width: 1260px) {
  .public-fainfo > .item .itembox .txt i {
    width: 0.2rem;
  }
}
@media (max-width: 767px) {
  .public-fainfo > .item .itembox .txt i {
    width: 0.24rem;
  }
}
.public-fainfo > .item .itembox .txt i svg,
.public-fainfo > .item .itembox .txt i img {
  color: #fff;
  width: 100%;
  height: auto;
}
.public-fainfo > .item .itembox .txt i svg path,
.public-fainfo > .item .itembox .txt i img path {
  fill: var(--color);
}
/* 教育教学-课程列表 */
.couon .box form {
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
}
.couon .box form .search_box {
  width: 5.47rem;
  height: 0.6rem;
  padding: 0.05rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .couon .box form .search_box {
    height: 0.8rem;
    padding: 0.08rem;
  }
}
.couon .box form .search_box input {
  padding: 0 0.25rem;
  width: 100%;
  color: #333;
}
.couon .box form .search_box input::-webkit-input-placeholder {
  color: #ccc;
}
.couon .box form .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color);
  width: 0.48rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .couon .box form .search_box button {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.couon .box form .search_box button svg {
  color: #000;
  width: 37.5%;
  height: auto;
}
.couon .box form .search_box button svg path {
  fill: #9a9a9a;
}
.couon .box form > button {
  color: #333;
  margin-left: 0.3rem;
  text-decoration: underline;
}
.couon .box .couon_sli {
  margin-bottom: 0.6rem;
  border-bottom: 1px solid #eee;
}
.couon .box .couon_sli .g_it {
  display: flex;
  border-top: 1px solid #eee;
  padding: 0.33rem 0 0.21rem;
}
.couon .box .couon_sli .g_it > p {
  margin-top: 0.06rem;
  flex-shrink: 0;
  width: 96px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .couon .box .couon_sli .g_it > p {
    width: 50px;
    margin-top: 6px;
    font-size: 12px;
  }
}
.couon .box .couon_sli .g_it .g_a {
  display: flex;
  flex-wrap: wrap;
}
.couon .box .couon_sli .g_it .g_a a {
  cursor: pointer;
  height: 0.4rem;
  padding: 0 0.22rem;
  margin: 0 0.2rem 0.1rem 0;
  background: #f1f4f6;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s;
  color: #333;
}
@media (max-width: 767px) {
  .couon .box .couon_sli .g_it .g_a a {
    height: 0.6rem;
    padding: 0 0.34rem;
    font-size: 12px;
  }
}
.couon .box .couon_sli .g_it .g_a a.on {
  background: var(--color);
  color: #333 !important;
}
.couon .box .couon_sli .g_it .g_a a:hover {
  /* color: @color1; */
  text-decoration: underline;
}
.couon_con .item {
  margin-bottom: 0.26rem;
  border-radius: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f1f4f6;
  padding: 0.54rem 0.6rem;
}
@media (max-width: 767px) {
  .couon_con .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .couon_con .item:hover::after {
    opacity: 1;
  }
  .couon_con .item:hover .g_more .more1 p {
    /* color: @color1; */
    left: -0.28rem;
  }
  .couon_con .item:hover .g_more .more1 i {
    opacity: 1;
  }
  .couon_con .item:hover .g_more .more1 i svg {
    /* color: @color1; */
  }
}
.couon_con .item::after {
  opacity: 0;
}
.couon_con .item .txt {
  width: 76.85185185%;
}
@media (max-width: 767px) {
  .couon_con .item .txt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.couon_con .item .txt h3 {
  margin-bottom: 0.16rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.couon_con .item .txt p {
  line-height: 1.55555556;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc((28/18)*2em);
}
.couon_con .item .g_more {
  width: 21.2962963%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .couon_con .item .g_more {
    width: 100%;
  }
}
.couon_con .item .g_more .more1 {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.28rem;
}
.couon_con .item .g_more .more1 i {
  right: 0;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  margin-left: 0.1rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .couon_con .item .g_more .more1 i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .couon_con .item .g_more .more1 i {
    width: 0.26rem;
  }
}
.couon_con .item .g_more .more1 i svg,
.couon_con .item .g_more .more1 i img {
  color: #000;
  width: 100%;
  height: auto;
}
.couon_con .item .g_more .more1 i svg path,
.couon_con .item .g_more .more1 i img path {
  fill: var(--color);
}
.couon_con .item .g_more .more1 p {
  position: relative;
  left: 0;
  transition: all 0.4s;
  text-decoration: underline;
}
.couon_con .item .g_more .more2 p {
  text-decoration: underline;
}
.g_page {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_page a {
  height: 0.6rem;
  width: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 0.1rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: none;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .g_page a {
    font-size: 0.28rem;
    height: 0.7rem;
    min-width: 0.7rem;
  }
}
.g_page a.prev img,
.g_page a.prev svg {
  transform: rotate(180deg);
}
.g_page a:hover {
  border-color: var(--color);
  background: var(--color);
}
.g_page a img,
.g_page a svg {
  width: 0.16rem;
  height: auto;
  color: #000;
}
@media (max-width: 767px) {
  .g_page a img,
  .g_page a svg {
    width: 6px;
  }
}
.g_page a .img2 {
  display: none;
}
.g_page a svg path {
  fill: #999999;
}
.g_page .active {
  color: #000;
  border-color: var(--color);
  background: var(--color);
}
.g_page .active p {
  color: #000;
}
.g_page > p {
  color: #999;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .g_page > p {
    display: none;
  }
}
.g_page input {
  margin: 0 0.1rem;
  border: 1px solid #999999;
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .g_page input {
    display: none;
  }
}
/* 教育教学-课程详情页 */
.coinfo .coinfo_tit {
  margin-bottom: 0.5rem;
  padding-bottom: 0.58rem;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .coinfo .coinfo_tit {
    flex-direction: column;
  }
}
.coinfo .coinfo_tit .g_title3 {
  margin-bottom: 0;
}
.coinfo .coinfo_tit .g_title3 h1,
.coinfo .coinfo_tit .g_title3 h2 {
  margin-bottom: 0;
}
.coinfo .coinfo_tit .g_title3 p {
  margin-bottom: 0;
}
.coinfo .coinfo_tit a {
  flex-shrink: 0;
  transition: all 0.4s;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .coinfo .coinfo_tit a {
    margin-top: 0.4rem;
  }
}
.coinfo .coinfo_tit a:hover {
  color: var(--color);
}
.coinfo .box .item {
  margin-bottom: 0.5rem;
}
.coinfo .box .item p {
  margin-bottom: 0.24rem;
  color: #333;
  line-height: 1.9;
}
.coinfo .box .item h2 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.coinfo .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.g_dian {
  margin-bottom: 0.24rem;
}
.g_dian .p1 {
  margin-bottom: 0.24rem;
  display: block;
  position: relative;
  padding-left: 25px;
}
.g_dian .p1:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: url(../images/course_svg.svg) no-repeat;
  background-size: cover;
  left: 0;
  top: 7px;
}
@media (max-width: 1580px) {
  .g_dian .p1:after {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .g_dian .p1:after {
    top: 4px;
  }
}
.g_dian.g_dian2 .p1 {
  margin-bottom: 0 !important;
}
/* 教育教学-语言课程 */
.lanon .lanon_tit {
  margin-bottom: 0.5rem;
  padding-bottom: 0.58rem;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .lanon .lanon_tit {
    flex-direction: column;
  }
}
.lanon .lanon_tit .g_title3 {
  margin-bottom: 0;
}
.lanon .lanon_tit .g_title3 p {
  margin-bottom: 0;
}
.lanon .lanon_tit a {
  flex-shrink: 0;
  transition: all 0.4s;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .lanon .lanon_tit a {
    margin-top: 0.4rem;
  }
}
.lanon .lanon_tit a:hover {
  color: var(--color);
}
.lanon .box table {
  border: 1px solid #f4f4f4;
  margin-bottom: 0.24rem;
  border-color: #f4f4f4;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .lanon .box table {
    width: 800px;
  }
}
.lanon .box table p {
  font-size: 18px;
}
@media (max-width: 1260px) {
  .lanon .box table p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lanon .box table p {
    font-size: 14px;
  }
}
.lanon .box table th {
  text-align: left;
  border: none;
  border: 1px solid #f4f4f4;
  padding: 0.14rem 0.3rem;
}
.lanon .box table td {
  border: none;
  border: 1px solid #f4f4f4;
}
.lanon .box table tr th {
  background: var(--color);
}
.lanon .box table tr td {
  padding: 0.14rem 0.3rem;
}
.lanon .box .item {
  margin-bottom: 0.5rem;
}
.lanon .box .item p {
  margin-bottom: 0.24rem;
  color: #333;
  line-height: 1.9;
}
.lanon .box .item h2 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.lanon .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .lanon .box .item h3 {
    font-size: 0.28rem;
  }
}
.lanon .box .item h3 a {
  color: #333;
  text-decoration: underline;
}
.lanon .box .lanon_box {
  margin: 1.1rem 0;
}
@media (max-width: 767px) {
  .lanon .box .lanon_box .public-swiper1 .swiper {
    padding-bottom: 1.5rem;
  }
}
.lanon .box .lanon_box .g_qie_box {
  bottom: 0.18rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .lanon .box .lanon_box .g_qie_box {
    justify-content: center;
  }
}
.lanon .box .lanon_box .g_qie_box .g_qie .pub_nav {
  margin-top: auto;
}
.lanon .box .lanon_box .g_qie_box .swip2_pag {
  margin-left: 0.2rem;
  position: initial;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
  margin: 0 0 0 -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  border: 1px solid #397fb4;
  position: relative;
}
@media (max-width: 767px) {
  .lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.8);
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.lanon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active::after {
  opacity: 0;
}
/* .table_box{
	@media @max-xs{
		width: 100%;
		overflow: auto;
		margin-bottom: 0.5rem;
	}
	p{
		margin-bottom: 0.1rem !important;
	}
	.table4{
		margin-bottom: 0.24rem;
		border-color: #f4f4f4;
		width: 100%;
		font-weight: bold;
		@media @max-xs{
			width: 800px;
			
		}
		th{
			text-align: left;
			border: none;
			border-right: 1px solid #f4f4f4;
			padding: 0.14rem ;
		}
		td{
			border: none;
			border-right: 1px solid #f4f4f4;
		}
		tr{
			th{
				background: @color1;
				padding-left: 8%;
				@media @max-lg{
					
				}
				@media @max-xs{
					padding-left: 0.3rem;
				}
				&:first-child{
					padding-left: 4%;
				}
			}
			td{
				padding: 0.14rem ;
				padding-left: 8%;
				@media @max-lg{
					
				}
				@media @max-xs{
					padding-left: 0.3rem;
				}
				&:first-child{
					padding-left: 4%;
				}
			}
		}
	}
	.table4_2{
		tr{
			th{
				background: @color1;
				padding-left: 4%;
				@media @max-lg{
					
				}
				&:first-child{
					padding-left: 2%;
				}
			}
			td{
				padding: 0.14rem ;
				padding-left: 4%;
				@media @max-lg{
					
				}
				&:first-child{
					padding-left: 2%;
				}
			}
		}
	}
	.table5{
		margin-bottom: 0.24rem;
		border-color: #eee;
		width: 100%;
		text-align: center;
		@media @max-xs{
			
			
		}
		td{
			
			padding: 0.14rem ;
		}
	}
} */
.lantw {
  background: #003c69;
  border-radius: 0.2rem;
  padding: 0.3rem 0.3rem 0.25rem;
  margin-top: 1.15rem;
  display: flex;
}
@media (max-width: 767px) {
  .lantw {
    flex-direction: column;
    padding: 0.45rem;
  }
}
.lantw .gewm {
  margin-right: 0.58rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lantw .gewm {
    margin: 0 0 0.4rem;
  }
}
.lantw .gewm img {
  width: 1.6rem;
}
@media (max-width: 1260px) {
  .lantw .gewm img {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .lantw .gewm img {
    width: 2.4rem;
  }
}
.lantw .gewm p {
  color: #fff;
  margin-top: 0.1rem;
}
.lantw .txt h2 {
  color: var(--color);
  font-weight: bold;
}
.lantw .txt .g_p {
  margin-top: 0.2rem;
  color: #fff;
}
.lantw .txt .g_p p {
  margin-bottom: 5px;
}
/* 教育教学-学费及奖学金 */
.tuion .tuion_tit {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tuion .tuion_tit {
    flex-direction: column;
  }
}
.tuion .tuion_tit .g_title3 {
  margin-bottom: 0;
}
.tuion .tuion_tit .g_title3 p {
  margin-bottom: 0;
}
.tuion .box table {
  border: 1px solid #f4f4f4;
  margin-bottom: 0.24rem;
  border-color: #f4f4f4;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .tuion .box table {
    width: 800px;
  }
}
.tuion .box table p {
  font-size: 18px;
}
@media (max-width: 1260px) {
  .tuion .box table p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tuion .box table p {
    font-size: 14px;
  }
}
.tuion .box table th {
  border: none;
  border: 1px solid #f4f4f4;
  padding: 0.14rem 0.3rem;
}
.tuion .box table td {
  border: none;
  border: 1px solid #f4f4f4;
}
.tuion .box table tr th {
  background: var(--color);
}
.tuion .box table tr td {
  padding: 0.14rem 0.3rem;
}
.tuion .box .item {
  margin-bottom: 1rem;
}
.tuion .box .item p {
  margin-bottom: 0.24rem;
  color: #333;
  line-height: 1.9;
}
.tuion .box .item h2 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.tuion .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .tuion .box .item h3 {
    font-size: 0.28rem;
  }
}
.tuion .box .item h3 a {
  color: #333;
  text-decoration: underline;
}
.tuion .box .item .pub_btn p {
  margin-bottom: 0;
  color: #000;
}
.tuion .box .lanon_box {
  margin: 1.1rem 0;
}
@media (max-width: 767px) {
  .tuion .box .lanon_box .public-swiper1 .swiper {
    padding-bottom: 1.5rem;
  }
}
.tuion .box .lanon_box .g_qie_box {
  bottom: 0.18rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tuion .box .lanon_box .g_qie_box {
    justify-content: center;
  }
}
.tuion .box .lanon_box .g_qie_box .g_qie .pub_nav {
  margin-top: auto;
}
.tuion .box .lanon_box .g_qie_box .swip2_pag {
  margin-left: 0.2rem;
  position: initial;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
  margin: 0 0 0 -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #397fb4;
  position: relative;
}
@media (max-width: 767px) {
  .tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.8);
}
.tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.tuion .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active::after {
  opacity: 0;
}
.tuitw .g_it {
  border-radius: 0.2rem;
  margin-bottom: 0.6rem;
  overflow: hidden;
  height: 4rem;
  position: relative;
}
@media (max-width: 1580px) {
  .tuitw .g_it {
    height: 5rem;
  }
}
@media (max-width: 1260px) {
  .tuitw .g_it {
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .tuitw .g_it {
    height: auto;
    border-radius: 0;
  }
}
.tuitw .g_it:last-child {
  margin-bottom: 0;
}
.tuitw .g_it:nth-child(2n) .txt {
  color: #000;
  align-items: flex-end;
}
.tuitw .g_it:nth-child(2n) .txt .txt_con .pub_btn p {
  color: #000;
}
.tuitw .g_it:nth-child(2n) .txt .txt_con .pub_btn i svg {
  color: #000;
}
.tuitw .g_it .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .tuitw .g_it .img {
    height: 3rem;
    border-radius: 0.2rem;
  }
}
.tuitw .g_it .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.tuitw .g_it .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0.4rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px) {
  .tuitw .g_it .txt {
    position: initial;
    color: #333;
    padding: 0.4rem 0 0;
  }
}
.tuitw .g_it .txt .txt_con {
  width: 45%;
}
@media (max-width: 767px) {
  .tuitw .g_it .txt .txt_con {
    width: 100%;
  }
}
.tuitw .g_it .txt .txt_con .txt_box h3 {
  margin-bottom: 0.14rem;
  font-weight: bold;
}
.tuitw .g_it .txt .txt_con .txt_box p {
  line-height: 1.875;
}
.tuitw .g_it .txt .txt_con .pub_btn {
  margin-top: 0.48rem;
}
@media (max-width: 767px) {
  .tuitw .g_it .txt .txt_con .pub_btn {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .tuitw .g_it .txt .txt_con .pub_btn p {
    color: #000;
  }
}
@media (max-width: 767px) {
  .tuitw .g_it .txt .txt_con .pub_btn i svg {
    color: #000;
  }
}
/* 教育教学-申请要求 */
.reqon .reqon_tit {
  margin-bottom: 0.5rem;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .reqon .reqon_tit {
    flex-direction: column;
  }
}
.reqon .reqon_tit .g_title3 {
  margin-bottom: 0;
}
.reqon .reqon_tit .g_title3 p {
  margin-bottom: 0;
}
.reqon .box .item {
  margin-bottom: 1rem;
}
.reqon .box .item:last-child {
  margin-bottom: 0;
}
.reqon .box .item a:hover {
  color: #005CE6;
}
.reqon .box .item p {
  color: #333;
  line-height: 1.7;
}
.reqon .box .item p a {
  /* color: @color1; */
  text-decoration: underline;
}
.reqon .box .item h2 {
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.reqon .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .reqon .box .item h3 {
    font-size: 0.28rem;
  }
}
.reqon .box .item h3 a {
  color: #333;
  text-decoration: underline;
}
.reqon .box .item .pub_btn p {
  margin-bottom: 0;
  color: #000;
}
.reqon .box .lanon_box {
  margin: 1.1rem 0;
}
@media (max-width: 767px) {
  .reqon .box .lanon_box .public-swiper1 .swiper {
    padding-bottom: 1.5rem;
  }
}
.reqon .box .lanon_box .g_qie_box {
  bottom: 0.18rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .reqon .box .lanon_box .g_qie_box {
    justify-content: center;
  }
}
.reqon .box .lanon_box .g_qie_box .g_qie .pub_nav {
  margin-top: auto;
}
.reqon .box .lanon_box .g_qie_box .swip2_pag {
  margin-left: 0.2rem;
  position: initial;
  width: auto;
  display: inline-flex;
  align-items: center;
}
.reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
  transition: all 0.4s;
  margin: 0 0 0 -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #397fb4;
  position: relative;
}
@media (max-width: 767px) {
  .reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.4s;
  background: rgba(0, 0, 0, 0.8);
}
.reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active {
  border: 1px solid var(--color);
}
.reqon .box .lanon_box .g_qie_box .swip2_pag .swiper-pagination-bullet-active::after {
  opacity: 0;
}
/* 教育教学-下载专区 */
.dowon .dowon_tit {
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .dowon .dowon_tit {
    flex-direction: column;
  }
}
.dowon .dowon_tit .g_title3 {
  margin-bottom: 0;
}
.dowon .dowon_tit .g_title3 h1 {
  margin-bottom: 0.1rem;
}
.dowon .box .g_it {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #eeeeee;
  padding: 0.27rem 0;
}
.dowon .box .g_it img {
  width: 0.25rem;
  height: auto;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .dowon .box .g_it img {
    width: 0.4rem;
    margin-right: 0.16rem;
  }
}
.dowon .box .g_it p {
  font-weight: 900;
}
/* 职业发展办公室 */
.caron_tit {
  margin-bottom: 1.1rem;
}
.caron {
  margin-bottom: 1.1rem;
}
.caron .box {
  margin-top: 0.3rem;
  width: 100%;
}
.caron .box img {
  width: 100%;
}
.cartw {
  margin-bottom: 1.1rem;
}
.cartw .box p {
  margin-bottom: 0.1rem;
  color: #666;
  line-height: 1.55555556;
}
.carth {
  margin-bottom: 1.1rem;
}
.carth .box ul {
  padding-left: 35px;
}
.carth .box ul li {
  list-style: initial;
}
.carth .box ul li p {
  color: #666;
}
.carth .box p {
  margin-bottom: 0.1rem;
  color: #666;
  line-height: 1.55555556;
}
.carth .box img {
  margin: 0.2rem 0;
}
.carfo .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carfo .box > p {
  color: #666;
}
.carfo .box span {
  align-self: flex-end;
  margin-top: 0.3rem;
  display: inline-flex;
  text-align: right;
  color: #666;
  position: relative;
}
.carfo .box span::after {
  content: '';
  position: absolute;
  width: 0.54rem;
  height: 1px;
  background: #cccccc;
  right: calc(100% + 0.22rem);
  top: 50%;
}
/* 俱乐部 */
.club_tit .g_title4 p {
  color: #666;
}
.clubon {
  margin-bottom: 1.1rem;
}
.clubon .box .g_tac {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}
.clubon .box .g_tac a {
  cursor: pointer;
  text-decoration: underline;
}
.clubon .box .g_tac svg {
  margin-left: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.24rem;
  height: auto;
  color: #333;
}
@media (max-width: 1260px) {
  .clubon .box .g_tac svg {
    width: 0.28rem;
  }
}
@media (max-width: 767px) {
  .clubon .box .g_tac svg {
    width: 0.3rem;
  }
}
.clubon .box .g_tac svg path {
  fill: var(--color);
}
.clubtw {
  margin-bottom: 1.1rem;
}
.clubtw:last-child {
  margin-bottom: 0;
}
.clubtw .box a:hover {
  color: #005CE6;
}
.clubtw .box p {
  color: #666;
  margin-bottom: 0.1rem;
}
.clubtw .box p a {
  /* color: @color1; */
  text-decoration: underline;
}
.clubtw .box a {
  word-wrap: break-word;
  color: #666;
}
.clubtw .box a:hover {
  /* color: @color1; */
  /* text-decoration: underline; */
}
/* 社团 */
.mason {
  padding: 0 0 0.85rem;
}
@media (max-width: 767px) {
  .mason {
    padding-bottom: 0;
  }
}
.mason .item {
  margin-top: 0.9rem;
}
.mason .g_title4 p {
  color: #666;
  margin-bottom: 0.1rem;
}
.mason .box {
  margin-top: 0.5rem;
}
.mason .box .public-news2 .g_it {
  align-items: center;
}
@media (max-width: 767px) {
  .mason .box .public-news2 .g_it {
    flex-direction: column;
    padding: 0.2rem;
  }
}
@media (max-width: 767px) {
  .mason .box .public-news2 .g_it .left {
    width: 100%;
  }
}
.mason .box .public-news2 .g_it .right {
  padding: 0.22rem 0.68rem;
}
@media (max-width: 767px) {
  .mason .box .public-news2 .g_it .right {
    width: 100%;
    padding: 0.4rem 0 0 0;
  }
}
.mason .box .public-news2 .g_it .right .g_p p {
  line-height: 1.66666667;
  color: #333;
  margin-bottom: 0.1rem;
}
/* 学生支持 */
.supon img {
  width: 100%;
}
/* 成绩展示 */
.subBox2 {
  padding: 1.4rem 0 1.54rem;
}
.subBox2 .gbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .subBox2 .gbox {
    flex-direction: column;
  }
}
.subBox2 .gbox .gl {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  padding-bottom: 1rem;
  width: 22.72727273%;
}
@media (max-width: 991px) {
  .subBox2 .gbox .gl {
    width: 100%;
    position: initial;
  }
}
.subBox2 .gbox .gl ul li {
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 0.25rem;
}
.subBox2 .gbox .gl ul li.on {
  border-bottom: 2px solid var(--color);
}
.subBox2 .gbox .gl ul li.on .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.subBox2 .gbox .gl ul li .g_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0 0 0;
  position: relative;
  cursor: pointer;
}
.subBox2 .gbox .gl ul li .g_top .g_top_l {
  width: 80%;
}
.subBox2 .gbox .gl ul li .g_top .g_top_l p {
  color: #333;
  font-weight: bold;
}
.subBox2 .gbox .gl ul li .g_top .g_gb {
  position: relative;
  transition: 0.4s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.2rem;
  width: 0.2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .subBox2 .gbox .gl ul li .g_top .g_gb {
    width: 16px;
  }
}
.subBox2 .gbox .gl ul li .g_top .g_gb i {
  width: 16px;
  height: 2px;
  background: #000;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .subBox2 .gbox .gl ul li .g_top .g_gb i {
    width: 12px;
    height: 1px;
  }
}
.subBox2 .gbox .gl ul li .g_top .g_gb .i2 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.subBox2 .gbox .gl ul li .g_xia {
  margin-top: 0.2rem;
  display: none;
}
.subBox2 .gbox .gl ul li .g_xia a {
  padding-left: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.24rem;
}
.subBox2 .gbox .gl ul li .g_xia a.on i {
  opacity: 1;
}
.subBox2 .gbox .gl ul li .g_xia a:hover i {
  opacity: 1;
}
.subBox2 .gbox .gl ul li .g_xia a:last-child {
  margin-bottom: 0;
}
.subBox2 .gbox .gl ul li .g_xia a p {
  transition: all 0.4s;
  color: #333;
}
.subBox2 .gbox .gl ul li .g_xia a i {
  transition: all 0.4s;
  opacity: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: auto;
  color: #000;
}
@media (max-width: 1260px) {
  .subBox2 .gbox .gl ul li .g_xia a i {
    width: 14px;
  }
}
@media (max-width: 767px) {
  .subBox2 .gbox .gl ul li .g_xia a i {
    width: 12px;
  }
}
.subBox2 .gbox .gl ul li .g_xia a i svg,
.subBox2 .gbox .gl ul li .g_xia a i img {
  width: 100%;
  height: auto;
}
.subBox2 .gbox .gl ul li .g_xia a i svg path,
.subBox2 .gbox .gl ul li .g_xia a i img path {
  fill: var(--color);
}
.subBox2 .gbox .gr {
  width: 68.18181818%;
}
@media (max-width: 991px) {
  .subBox2 .gbox .gr {
    width: 100%;
  }
}
.scoon {
  padding: 0.9rem 0 0.8rem;
}
.scoon .item {
  margin-bottom: 0.85rem;
}
.scoon .item:last-child {
  margin-bottom: 0;
}
.scoon .item .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .scoon .item .box {
    margin: 0.8rem 0 0;
  }
}
.scoon .item .box .g_it {
  width: calc(1/2*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
.scoon .item .box .g_it:nth-child(2n) .itembox .scoon_box {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .scoon .item .box .g_it {
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
  }
}
.scoon .item .box .g_it .itembox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.scoon .item .box .g_it .itembox:hover .scoon_box {
  opacity: 1;
  pointer-events: initial;
}
.scoon .item .box .g_it .itembox .img {
  height: 3.04rem;
  border-radius: 0.1rem;
  background: #f8f8f8;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .scoon .item .box .g_it .itembox .img {
    height: 4.2rem;
  }
}
@media (max-width: 1260px) {
  .scoon .item .box .g_it .itembox .img {
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .scoon .item .box .g_it .itembox .img {
    display: none;
  }
}
.scoon .item .box .g_it .itembox .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.scoon .item .box .g_it .itembox .scoon_box {
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  width: calc(200% + 0.3rem);
  min-height: 100%;
  background: var(--color);
  border-radius: 0.1rem;
  top: 0;
  left: 0;
  padding: 0.76rem 0 1.18rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .scoon .item .box .g_it .itembox .scoon_box {
    width: 100%;
    flex-direction: column;
    padding: 0.5rem 0;
    position: initial;
    opacity: 1;
    pointer-events: initial;
  }
}
.scoon .item .box .g_it .itembox .scoon_box .left {
  padding-left: 1.2rem;
  width: 35.66666667%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .scoon .item .box .g_it .itembox .scoon_box .left {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.scoon .item .box .g_it .itembox .scoon_box .left img {
  width: auto;
  height: auto;
}
.scoon .item .box .g_it .itembox .scoon_box .right {
  color: #fff;
  width: 56.33333333%;
}
@media (max-width: 767px) {
  .scoon .item .box .g_it .itembox .scoon_box .right {
    width: 100%;
    padding: 0.5rem 0.5rem 0;
  }
}
.scoon .item .box .g_it .itembox .scoon_box .right .txt {
  margin-bottom: 0.3rem;
}
.scoon .item .box .g_it .itembox .scoon_box .right .txt h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
.scoon .item .box .g_it .itembox .scoon_box .right .g_p {
  padding-right: 1.1rem;
}
@media (max-width: 767px) {
  .scoon .item .box .g_it .itembox .scoon_box .right .g_p {
    padding: 0;
  }
}
.scoon .item .box .g_it .itembox .scoon_box .right .g_p p {
  margin-bottom: 0.1rem;
}
.scoon .item .box .g_it .itembox .scoon_box .right .g_p p a {
  text-decoration: underline;
  margin-left: 0.1rem;
}
/* 资源与支持 */
.reson {
  padding: 0.1rem 0 0;
}
.reson .reson_tit .p1 {
  font-weight: bold;
}
.reson .reson_tit .p2 {
  margin-top: 0.18rem;
  color: #666;
}
.reson .box {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.reson .box .item {
  padding: 0.35rem 0.3rem;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .reson .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .reson .box .item {
    width: 100%;
  }
}
.reson .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.reson .box .item .g_p {
  color: #666;
  word-wrap: break-word;
}
.reson .box .item .g_p p {
  margin-bottom: 0.1rem;
}
.reson .box .item .g_p a {
  transition: all 0.4s;
  text-decoration: underline;
}
.reson .box .item .g_p a:hover {
  color: var(--color);
}
/* UCC Futures */
.uccon {
  padding: 0.8rem 0 1.15rem;
}
.uccon .g_title3 p {
  color: #666;
}
.uccon .box {
  padding-top: 0.5rem;
}
.conntw {
  padding: 1rem 0 0;
}
.ucctw .g_title3 p {
  color: #666;
}
.ucctw .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .ucctw .box {
    margin: 0 ;
  }
}
.ucctw .box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.15rem;
}
@media (max-width: 991px) {
  .ucctw .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ucctw .box .item {
    width: 100%;
    padding: 0;
  }
}
.ucctw .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
.ucctw .box .item .itembox .public-img {
  width: 100%;
}
.ucctw .box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.ucctw .box .item .itembox:hover .txt h3 p {
  text-decoration: underline;
}
.ucctw .box .item .itembox:hover .txt h3 i {
  opacity: 1;
}
.ucctw .box .item .itembox .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.34rem 0.4rem;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
@media (max-width: 1260px) {
  .ucctw .box .item .itembox .txt {
    padding: 0.14rem 0.2rem;
  }
}
@media (max-width: 767px) {
  .ucctw .box .item .itembox .txt {
    padding: 0.3rem;
  }
}
.ucctw .box .item .itembox .txt .g_p {
  margin-bottom: 0.2rem;
  color: #fff;
}
.ucctw .box .item .itembox .txt .g_p p {
  text-decoration: initial;
}
.ucctw .box .item .itembox .txt .pub_btn {
  justify-content: flex-start;
  width: 100%;
}
.ucctw .box .item .itembox .txt .pub_btn p {
  color: #fff;
  text-decoration: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ucctw .box .item .itembox .txt .pub_btn i {
  opacity: 0;
}
.ucctw .box .item .itembox .txt .pub_btn i svg {
  color: #fff;
}
/* 学院研究 */
.stuon .stuon_tit h3 {
  margin-bottom: 0.15rem;
}
.stuon .box .public-content {
  color: #000;
}
.stuon .box .public-content p {
  margin-bottom: 0.1rem;
  color: #666;
}
/* 科克大学研究中心 */
/* 科克大学研究与可持续发展目标 */
.sdgon,
.sdgtw {
  padding: 0.8rem 0 0;
}
.sdgon .g_title4 p,
.sdgtw .g_title4 p {
  color: #666;
}
.sdgth {
  padding: 0.8rem 0 0;
}
.sdgth .sdgth_tit .p1 {
  font-weight: bold;
}
.sdgth .sdgth_tit .p2 {
  margin-top: 0.18rem;
  color: #666;
}
.sdgth .box {
  margin-top: 0.24rem;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.sdgth .box .item {
  padding: 0.35rem 0.3rem;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 33.33333333%;
}
@media (max-width: 991px) {
  .sdgth .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .sdgth .box .item {
    width: 100%;
  }
}
.sdgth .box .item h3 {
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.sdgth .box .item .g_p {
  color: #666;
  word-wrap: break-word;
}
.sdgth .box .item .g_p p {
  /* margin-bottom: 0.1rem; */
}
.sdgth .box .item .g_p a {
  display: block;
  margin-top: 0.1rem;
  transition: all 0.4s;
  text-decoration: underline;
}
.sdgth .box .item .g_p a:hover {
  color: #007aff;
}
/* 爱尔兰与中国 */
.abiron {
  margin-bottom: 1.15rem;
}
.abirtw {
  margin-bottom: 1.1rem;
}
.abirtw:last-child {
  margin-bottom: 0 ;
}
.abirtw .box h3 {
  margin-bottom: 0.1rem;
}
.abirtw .box h3 span {
  color: #666;
}
.abirtw .box .g_p p {
  margin-bottom: 0.1rem;
  color: #666;
}
.abirtw .box .g_p img {
  width: auto;
  margin: 0.1rem 0;
}
/* 爱尔兰与中国 */
.abir_tit {
  margin-bottom: 1.1rem;
}
/* 关于科克 */
.aboucc_tit {
  margin-bottom: 0.85rem;
}
.aboucc_tit .g_name {
  display: flex;
  justify-content: flex-end;
}
.aboucc_tit .g_name span {
  align-self: flex-end;
  margin-top: 0.3rem;
  display: inline-flex;
  text-align: right;
  color: #666;
  position: relative;
}
.aboucc_tit .g_name span::after {
  content: '';
  position: absolute;
  width: 0.54rem;
  height: 1px;
  background: #cccccc;
  right: calc(100% + 0.22rem);
  top: 50%;
}
.aboucc_tit .g_p {
  margin-top: 0.18rem;
}
.aboucc_tit .g_p p {
  color: #666;
  margin-bottom: 0.1rem;
}
.abouccon {
  margin-bottom: 1.1rem;
}
.abouccon:last-child {
  margin-bottom: 0;
}
.abouccon .box p {
  color: #666;
  margin-bottom: 0.1rem;
}
.abouccon .box ul {
  padding-left: 35px;
}
.abouccon .box ul li {
  list-style: initial;
}
.abouccon .box h3 {
  margin: 0.2rem 0;
  font-weight: bold;
}
/* 科克与中国 */
.uccacon p {
  color: #666;
  margin-bottom: 0.1rem;
}
/* 新闻动态 */
.g_subnav {
  border-bottom: 1px solid #e5e5e5;
}
.g_subnav .box {
  height: 0.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .g_subnav .box {
    overflow: auto;
    justify-content: flex-start;
  }
}
.g_subnav .box a {
  display: inline-flex;
  align-items: center;
  margin: 0 0.45rem;
  padding: 0 4px;
  color: #666;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1260px) {
  .g_subnav .box a {
    white-space: nowrap;
  }
}
.g_subnav .box a.on::after {
  opacity: 1;
}
.g_subnav .box a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 2px;
  background: var(--color);
}
@media (max-width: 1260px) {
  .g_subnav .box a::after {
    bottom: 0;
  }
}
.newon {
  padding: 1.4rem 0;
}
.newon .g_page {
  margin-top: 0.8rem;
}
.layui-form {
  display: flex;
  flex-wrap: wrap;
}
.layui-form .layui-input-block {
  width: 3.6rem;
  margin: 0 0.2rem 0.4rem 0;
}
@media (max-width: 767px) {
  .layui-form .layui-input-block {
    width: 3.4rem;
  }
}
.layui-form .layui-input-block .layui-form-select dl {
  top: 100%;
  bottom: auto;
}
.layui-form .layui-input-block .layui-form-select dl dd.layui-this {
  background: var(--color);
  color: #333;
}
.layui-form .layui-input-block .layui-form-select .layui-input {
  border-radius: 100px;
  height: 0.6rem;
  border: 1px solid #e5e5e5;
  color: #444;
  font-weight: bold;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .layui-form .layui-input-block .layui-form-select .layui-input {
    height: 0.8rem;
  }
}
.layui-form .layui-input-block .layui-form-select .layui-edge {
  right: 0.24rem;
  background: url(../images/b2.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
  border: none;
  margin: 0;
  margin-top: -4px;
}
.public-news3 .g_it {
  position: relative;
  padding: 0.8rem 0;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .public-news3 .g_it {
    align-items: center;
    flex-direction: column;
    padding: 0.8rem 0 0.4rem;
    margin-bottom: 0.8rem;
  }
}
.public-news3 .g_it:last-child {
  border-bottom: 1px solid #eeeeee;
}
.public-news3 .g_it:hover::after,
.public-news3 .g_it:hover::before {
  width: 100%;
}
.public-news3 .g_it:hover .public-img img {
  transform: scale(1.05);
}
.public-news3 .g_it:hover .right .pub_btn {
  border-color: var(--color);
  background: var(--color);
}
.public-news3 .g_it:hover .right .pub_btn p {
  color: var(--color);
}
.public-news3 .g_it:hover .right .pub_btn i svg {
  color: #000;
}
.public-news3 .g_it::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #000;
  z-index: 10;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.public-news3 .g_it::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}
.public-news3 .g_it .left {
  width: 26%;
}
@media (max-width: 767px) {
  .public-news3 .g_it .left {
    width: 100%;
  }
}
.public-news3 .g_it .left .public-img {
  height: 100%;
  border-radius: 0.2rem;
}
.public-news3 .g_it .left .public-img:before {
  padding-top: 63.26530612%;
}
.public-news3 .g_it .right {
  display: flex;
  justify-content: flex-start;
  width: 64%;
}
@media (max-width: 767px) {
  .public-news3 .g_it .right {
    width: 100%;
    flex-direction: column;
    margin-top: 0.4rem;
  }
}
.public-news3 .g_it .right .g_date {
  flex-shrink: 0;
  width: 21.2890625%;
}
@media (max-width: 767px) {
  .public-news3 .g_it .right .g_date {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
  }
}
.public-news3 .g_it .right .g_date .p1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .public-news3 .g_it .right .g_date .p1 {
    margin-right: 0.2rem;
  }
}
.public-news3 .g_it .right .txt_box {
  width: 78.7109375%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .public-news3 .g_it .right .txt_box {
    width: 100%;
  }
}
.public-news3 .g_it .right .txt_box .txt {
  width: 100%;
}
.public-news3 .g_it .right .txt_box .txt h3 {
  width: 100%;
  transition: all 0.4s;
  margin-bottom: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public-news3 .g_it .right .txt_box .txt p {
  line-height: 1.66666667;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc((30/18)*2em);
}
.public-news3 .g_it .right .txt_box .pub_btn {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .public-news3 .g_it .right .txt_box .pub_btn {
    margin-top: 0.2rem;
  }
}
/* 新闻详情页 */
.ninfo_t {
  padding: 0.6rem 0 0.4rem;
}
.ninfo_t .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ninfo_t .container .pub_btn i {
  left: 0 !important;
  margin: 0 0.11rem 0 0;
}
.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.crumbs p {
  display: flex;
  align-items: center;
}
.crumbs p > a {
  margin-right: 0.07rem;
  color: #999;
}
@media (max-width: 767px) {
  .crumbs p > a {
    font-size: 14px;
    margin-bottom: 0.05rem;
  }
}
.crumbs p:last-child a {
  color: #666;
}
.crumbs p:last-child svg,
.crumbs p:last-child i {
  display: none;
}
.crumbs p svg {
  width: 5px;
  height: auto;
  margin-right: 0.16rem;
}
.crumbs p svg path {
  fill: #666;
}
.crumbs p i {
  font-style: initial;
  opacity: 0.7;
  color: #999;
  margin-right: 0.07rem;
}
.ninfoon {
  padding-bottom: 1.4rem;
}
.ninfoon .box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .ninfoon .box {
    flex-direction: column;
  }
}
.ninfoon .box .gl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.75rem 0 0 0;
  width: 32.5%;
}
@media (max-width: 991px) {
  .ninfoon .box .gl {
    width: 100%;
  }
}
.ninfoon .box .gl .gt {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
  margin-bottom: 2.8rem;
}
@media (max-width: 991px) {
  .ninfoon .box .gl .gt {
    position: initial;
    margin-bottom: 0.5rem;
  }
}
.ninfoon .box .gl .gt .g_h1 {
  padding-right: 0.78rem;
}
@media (max-width: 991px) {
  .ninfoon .box .gl .gt .g_h1 {
    padding: 0;
  }
}
.ninfoon .box .gl h1 {
  margin-bottom: 0.6rem;
  font-weight: bold;
  line-height: 1.18518519;
}
.ninfoon .box .gl .g_time {
  margin-bottom: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .g_time {
    margin-bottom: 0.7rem;
  }
}
.ninfoon .box .gl .g_time p {
  line-height: 1;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  border-right: 1px solid #ccc;
}
.ninfoon .box .gl .g_time p:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.ninfoon .box .gl .ins_det_fxr_box {
  border-top: 1px solid #e5e5e5;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
}
.ninfoon .box .gl .ins_det_fxr_box * {
  transition: all 0.6s;
}
.ninfoon .box .gl .ins_det_fxr_box > p {
  margin-right: 0.05rem;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a:hover {
  border-color: var(--color);
  background: var(--color);
  opacity: 1;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a:hover svg {
  color: #000;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a::before {
  content: '' !important;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .ins_det_fxr_box .bshare-custom a {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a svg {
  transition: all 0s;
  color: #999899;
  width: 50%;
  height: auto;
  pointer-events: none;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom a svg path {
  fill: #fff;
  opacity: 1;
}
.ninfoon .box .gl .ins_det_fxr_box .bshare-custom .fx4 {
  display: none;
}
@media (max-width: 767px) {
  .ninfoon .box .gl .ins_det_fxr_box .bshare-custom .fx4 {
    display: flex;
  }
}
.ninfoon .box .gl .social-share .icon-wechat .wechat-qrcode {
  top: 120% !important;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .ninfoon .box .gl .social-share .icon-wechat .wechat-qrcode {
    left: 0 !important;
    transform: translateX(0%);
  }
}
.ninfoon .box .gl .social-share .icon-wechat .wechat-qrcode:after {
  display: none !important;
}
.ninfoon .box .gl .bsBox {
  box-sizing: initial;
}
.ninfoon .box .gl .gb {
  padding-bottom: 0.4rem;
}
.ninfoon .box .gl .gb .g_ewm {
  display: flex;
  align-items: center;
}
.ninfoon .box .gl .gb .g_ewm .img {
  padding: 0.15rem;
  width: 160px;
  height: 160px;
  border-radius: 0.2rem;
  background: #f8f8f8;
}
.ninfoon .box .gl .gb .g_ewm .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ninfoon .box .gl .gb .g_ewm p {
  margin-left: 0.25rem;
  color: #666;
}
.ninfoon .box .gr {
  border-left: 1px solid #e5e5e5;
  width: 67.5%;
  padding: 0.84rem 0 1.05rem 0.4rem;
}
@media (max-width: 991px) {
  .ninfoon .box .gr {
    width: 100%;
    padding: 0 0 0.6rem;
    border: 0;
    margin-top: 0.5rem;
  }
}
.ninfoon .box .gr .public-content {
  word-break: break-all;
}
.ninfoon .box .gr .public-content p {
  margin-bottom: 0.1rem;
}
.ninfoon .box .gr .public-content p.font20 {
  color: #000;
}
.ninfoon .g_pag .pag_box {
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.ninfoon .g_pag .pag_box:hover .p2::after {
  width: 100%;
}
.ninfoon .g_pag .pag_box p {
  transition: all 0.4s;
}
.ninfoon .g_pag .pag_box .p1 {
  color: #999;
  width: 35%;
}
@media (max-width: 767px) {
  .ninfoon .g_pag .pag_box .p1 {
    width: 30%;
    flex-shrink: 0;
  }
}
.ninfoon .g_pag .pag_box .p2 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  max-width: 65%;
  position: relative;
}
.ninfoon .g_pag .pag_box .p2::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: var(--color);
  bottom: 0;
  left: 0;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .ninfoon .g_pag .pag_box .p2 {
    width: 100%;
  }
}
.pub_hot {
  position: relative;
  z-index: 1;
  background: #f8f8f8;
  padding: 1.4rem 0 1.1rem;
}
.curtain1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain1 .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain1 .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .curtain1 .curtain_box {
    width: 90%;
  }
}
.curtain1 .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain1 .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .curtain1 .curtain_box .curtain_title .close_tc {
    width: 40px;
    height: 40px;
  }
}
.curtain1 .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain1 .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain1 .curtain_box .curtain_con {
  max-height: 90vh;
  overflow: auto;
}
.mdpop {
  width: 6.7rem;
}
.mdpop .mdpop_box {
  background: #fff;
  overflow: hidden;
  border-radius: 0.2rem;
}
.mdpop .mdpop_box .mdpop_t {
  padding: 0.52rem 0.5rem 0;
}
.mdpop .mdpop_box .mdpop_t .mdpop_tit {
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #e5e5e5;
}
.mdpop .mdpop_box .mdpop_t .mdpop_tit h1 {
  padding-right: 0.65rem;
  font-weight: bold;
  line-height: 1.3125;
  margin-bottom: 0.22rem;
}
.mdpop .mdpop_box .mdpop_t .mdpop_tit .g_time {
  display: flex;
  flex-wrap: wrap;
  color: #999;
}
.mdpop .mdpop_box .mdpop_t .mdpop_tit .g_time p {
  line-height: 1;
  margin-right: 0.12rem;
  padding-right: 0.12rem;
  border-right: 1px solid #ccc;
}
.mdpop .mdpop_box .mdpop_t .mdpop_tit .g_time p:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.mdpop .mdpop_box .mdpop_t .mdpop_txt {
  max-height: 5rem;
  overflow: auto;
  margin: 0.1rem 0;
  padding: 0.26rem 0 0.48rem;
  color: #666;
}
.mdpop .mdpop_box .mdpop_t .mdpop_txt p {
  margin-bottom: 0.1rem;
}
.mdpop .mdpop_box .mdpop_ewm {
  display: flex;
  background: #f8f8f8;
  padding: 0.3rem 0.5rem 0.33rem;
}
.mdpop .mdpop_box .mdpop_ewm .img {
  margin-right: 0.2rem;
  padding: 0.15rem;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  background: #fff;
}
.mdpop .mdpop_box .mdpop_ewm .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mdpop .mdpop_box .mdpop_ewm .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mdpop .mdpop_box .mdpop_ewm .txt .txt_t {
  color: #666;
}
.mdpop .mdpop_box .mdpop_ewm .txt .txt_b {
  color: #000;
}
.mdpop .mdpop_box .mdpop_ewm .txt .txt_b span {
  margin: 0 3px;
  color: var(--color);
}
.mdpop .mdpop_b {
  margin-top: 0.3rem;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 100px;
}
.mdpop .mdpop_b p {
  margin-right: 0.1rem;
}
.mdpop .mdpop_b i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.18rem;
  height: auto;
}
@media (max-width: 1260px) {
  .mdpop .mdpop_b i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .mdpop .mdpop_b i {
    width: 0.26rem;
  }
}
.mdpop .mdpop_b i svg,
.mdpop .mdpop_b i img {
  color: var(--color);
  width: 100%;
  height: auto;
}
.mdpop .mdpop_b i svg path,
.mdpop .mdpop_b i img path {
  fill: var(--color);
}
/* 资源库 */
.libon {
  padding: 1.4rem 0;
}
.libon .box .g_page {
  margin-top: 0.2rem;
}
.libon_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}
@media (max-width: 767px) {
  .libon_box {
    margin: 0 ;
  }
}
.libon_box .item {
  width: calc(1/3*100%);
  margin-bottom: 0.5rem;
  padding: 0 0.25rem;
}
@media (max-width: 991px) {
  .libon_box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .libon_box .item {
    width: 100%;
    padding: 0;
  }
}
.libon_box .item .itembox {
  cursor: pointer;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.libon_box .item .itembox:hover .public-img img {
  transform: scale(1.05);
}
.libon_box .item .itembox:hover .txt h3 {
  color: var(--color) !important;
}
.libon_box .item .itembox .subColor::after {
  border-radius: 0;
}
.libon_box .item .itembox .subColor .public-img:before {
  padding-top: 60%;
}
.libon_box .item .itembox .txt {
  background: #f8f8f8;
  padding: 0.44rem 0.2rem 0.41rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.libon_box .item .itembox .txt i {
  margin-right: 0.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  border-radius: 50%;
  background: var(--color);
  height: 0.32rem;
  color: #000;
}
@media (max-width: 767px) {
  .libon_box .item .itembox .txt i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.libon_box .item .itembox .txt i svg,
.libon_box .item .itembox .txt i img {
  width: 25%;
  height: auto;
}
.libon_box .item .itembox .txt i svg path,
.libon_box .item .itembox .txt i img path {
  fill: var(--color);
}
.libon_box .item .itembox .txt h3 {
  transition: all 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 合作中介 */
.inton {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .inton {
    flex-direction: column;
  }
}
.inton .left {
  width: 48.75%;
}
@media (max-width: 767px) {
  .inton .left {
    width: 100%;
  }
}
.inton .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 48.75%;
}
@media (max-width: 767px) {
  .inton .right {
    width: 100%;
  }
}
.inton .right .item .public-img:before {
  padding-top: 47.52136752%;
}
.inton .item {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .inton .item {
    margin-top: 0.5rem;
  }
}
.inton .item:hover .public-img img {
  transform: scale(1.05);
}
.inton .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.32rem 0.4rem;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.inton .item .txt h3 {
  font-weight: bold;
  white-space: nowrap;
}
.eduon .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
  margin-top: 0.36rem;
}
@media (max-width: 767px) {
  .eduon .box {
    margin: 0 ;
    justify-content: space-between;
  }
}
.eduon .box .item {
  width: calc(1/5*100%);
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
}
@media (max-width: 991px) {
  .eduon .box .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .eduon .box .item {
    padding: 0;
  }
}
.eduon .box .item .itembox {
  display: block;
  width: 100%;
  height: 100%;
}
.eduon .box .item .itembox:hover img {
  transform: scale(1.05);
}
.eduon .box .item .itembox .img {
  overflow: hidden;
  background: #f8f8f8;
  padding: 0.55rem;
  border-radius: 0.2rem;
}
@media (max-width: 1260px) {
  .eduon .box .item .itembox .img {
    padding: 0.55rem;
  }
}
.eduon .box .item .itembox .img .public-img {
  overflow: initial;
}
.eduon .box .item .itembox .img .public-img img {
  object-fit: contain;
}
.eduon .box .item .itembox h3 {
  font-weight: bold;
  text-align: center;
  padding: 0.25rem 0 0.1rem;
}
/* 科克大学孔子学院 */
.inson .public-content p {
  margin-bottom: 0.1rem;
}
.cinfo_t {
  padding: 0.26rem 0;
}
.cinfoon {
  padding-bottom: 1.3rem;
}
.cinfoon .container {
  margin-top: 0.95rem;
  padding: 0 3rem;
}
@media (max-width: 1580px) {
  .cinfoon .container {
    padding: 0 2rem;
  }
}
@media (max-width: 1260px) {
  .cinfoon .container {
    padding: 0;
  }
}
.cinfoon .container .box {
  position: relative;
}
.cinfoon .container .box .g_fh {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  right: -1.6rem;
  top: 0;
  border-radius: 50%;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 1px solid var(--color);
}
@media (max-width: 1260px) {
  .cinfoon .container .box .g_fh {
    right: 0;
    margin-bottom: 0.5rem;
  }
}
.cinfoon .container .box .g_fh:hover {
  background: #fff;
}
.cinfoon .container .box .g_fh:hover svg {
  color: var(--color);
}
.cinfoon .container .box .g_fh svg,
.cinfoon .container .box .g_fh img {
  width: 28.75%;
  height: auto;
  color: #000;
}
.cinfoon .container .box .g_h1 {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.35rem;
}
@media (max-width: 1260px) {
  .cinfoon .container .box .g_h1 {
    padding-right: 1.2rem;
  }
}
.cinfoon .container .box .g_h1 h1 {
  line-height: 1.2;
}
.cinfoon .container .box .public-content p {
  margin-bottom: 0.1rem;
}
/* 联系我们 */
.conon {
  padding: 0.55rem 0 1.2rem;
}
.conon .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .conon .box {
    flex-direction: column;
  }
}
.conon .box .item:nth-child(2) {
  padding: 0 2rem;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
@media (max-width: 1580px) {
  .conon .box .item:nth-child(2) {
    padding: 0 2rem;
  }
}
@media (max-width: 1260px) {
  .conon .box .item:nth-child(2) {
    padding: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .conon .box .item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .conon .box .item {
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
}
.conon .box .item .g_add {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .conon .box .item .g_add {
    margin-bottom: 0;
    flex-shrink: 0;
    margin-right: 0.3rem;
  }
}
.conon .box .item .g_add i {
  margin-right: 0.17rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color);
  border-radius: 50%;
  width: 0.36rem;
  height: 0.36rem;
  color: #000;
}
@media (max-width: 991px) {
  .conon .box .item .g_add i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.conon .box .item .g_add i svg,
.conon .box .item .g_add i img {
  width: 50%;
  height: auto;
}
.conon .box .item .g_add i svg path,
.conon .box .item .g_add i img path {
  fill: var(--color);
}
.conon .box .item .g_add p {
  color: var(--color);
}
.conon .box .item .g_p {
  width: 100%;
}
.conon .box .item .g_p p {
  word-wrap: break-word;
  text-decoration: underline;
}
.conon .conon_b {
  width: 100%;
  position: relative;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .conon .conon_b {
    flex-direction: column;
    align-items: center;
  }
}
.conon .conon_b .swiper {
  width: 100%;
}
.conon .conon_b .g_qie {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .conon .conon_b .g_qie {
    display: none;
    justify-content: center;
  }
}
.conon .conon_b .g_qie .pub_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  margin-right: 0.13rem;
  z-index: 10;
  cursor: pointer;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .conon .conon_b .g_qie .pub_nav {
    margin: 0 0.2rem;
  }
}
.conon .conon_b .g_qie .pub_nav:after {
  display: none;
}
.conon .conon_b .g_qie .pub_nav:hover svg {
  color: var(--color);
}
.conon .conon_b .g_qie .pub_nav:hover svg path {
  fill: var(--color);
}
.conon .conon_b .g_qie .pub_nav svg,
.conon .conon_b .g_qie .pub_nav img {
  color: #000;
  width: 16px;
  height: auto;
}
.conon .conon_b .g_qie .pub_nav svg path,
.conon .conon_b .g_qie .pub_nav img path {
  fill: #999;
  opacity: 1;
  transition: all 0.4s;
}
.conon .conon_b .g_qie .pub_prev {
  left: -0.8rem;
}
.conon .conon_b .g_qie .pub_prev svg {
  transform: rotate(180deg);
}
.conon .conon_b .g_qie .pub_next {
  right: -0.8rem;
}
.conon .conon_b .item {
  width: 100%;
  background: #f7f8f9;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.2rem;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1260px) {
  .conon .conon_b .item {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .conon .conon_b .item {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
}
.conon .conon_b .item .gl {
  margin-right: 0.4rem;
  width: 40%;
}
@media (max-width: 767px) {
  .conon .conon_b .item .gl {
    width: 100%;
  }
}
.conon .conon_b .item .gl .public-img {
  border-radius: 0.12rem;
}
.conon .conon_b .item .gl .public-img:before {
  padding-top: 129.72972973%;
}
.conon .conon_b .item .gr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 43.24324324%;
  padding: 0.16rem 0 0;
}
@media (max-width: 1900px) {
  .conon .conon_b .item .gr {
    width: 59.45945946%;
  }
}
@media (max-width: 1260px) {
  .conon .conon_b .item .gr {
    justify-content: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .conon .conon_b .item .gr {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.conon .conon_b .item .gr .g_t {
  width: 100%;
  position: relative;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #dedfe0;
}
.conon .conon_b .item .gr .g_t::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: var(--color);
  bottom: -1px;
  left: 0;
}
.conon .conon_b .item .gr .g_t h3 {
  font-weight: bold;
}
.conon .conon_b .item .gr .g_add {
  margin: 0.04rem 0 0.3rem;
}
.conon .conon_b .item .gr .g_add .g_it {
  padding-top: 0.22rem;
  display: flex;
  align-items: center;
}
.conon .conon_b .item .gr .g_add .g_it i {
  margin-right: 0.14rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.19rem;
  height: 0.19rem;
  color: var(--color);
}
@media (max-width: 1260px) {
  .conon .conon_b .item .gr .g_add .g_it i {
    width: 0.22rem;
  }
}
@media (max-width: 767px) {
  .conon .conon_b .item .gr .g_add .g_it i {
    width: 0.26rem;
  }
}
.conon .conon_b .item .gr .g_add .g_it i svg,
.conon .conon_b .item .gr .g_add .g_it i img {
  width: 100%;
  height: auto;
}
.conon .conon_b .item .gr .g_add .g_it i svg path,
.conon .conon_b .item .gr .g_add .g_it i img path {
  fill: var(--color);
}
.conon .conon_b .item .gr .g_add .g_it p {
  color: #666;
}
.conon .conon_b .item .gr .g_ewm {
  display: flex;
  flex-direction: column;
  /* text-align: center; */
}
.conon .conon_b .item .gr .g_ewm .img {
  padding: 0.1rem;
  width: 120px;
  height: 120px;
  border-radius: 0.2rem;
  background: #fff;
}
.conon .conon_b .item .gr .g_ewm .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.conon .conon_b .item .gr .g_ewm p {
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.con_title {
  text-align: center;
}
.con_title h1,
.con_title h2 {
  line-height: 1.1;
  color: #000;
}
.con_title p {
  margin-top: 0.16rem;
  color: #666;
}
.con_title2 {
  text-align: left;
}
.contw {
  background: url(../images/contact4.png);
  background-size: cover;
  background-position: top center;
  padding: 1.35rem 0 1.4rem;
}
.contw .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .contw .box {
    flex-direction: column;
  }
}
.contw .box .gl {
  width: 32.5%;
  padding-right: 1.64rem;
}
@media (max-width: 991px) {
  .contw .box .gl {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 767px) {
  .contw .box .gl {
    padding: 0;
  }
}
.contw .box .gr {
  width: 67.5%;
}
@media (max-width: 991px) {
  .contw .box .gr {
    width: 100%;
  }
}
.contw .box .gr form {
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.contw .box .gr form .inp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contw .box .gr form .inp {
    flex-direction: column;
  }
}
.contw .box .gr form .inp .inp_box {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0 0.23rem;
  display: flex;
  align-items: center;
  border: 1px solid #f4f1e9;
  width: calc(50% - 0.15rem);
  margin-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .contw .box .gr form .inp .inp_box {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.contw .box .gr form .inp .inp_box .inp_txt {
  flex-shrink: 0;
  width: 86px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .contw .box .gr form .inp .inp_box .inp_txt {
    width: 66px;
  }
}
.contw .box .gr form .inp .inp_box .inp_txt::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #e7edf1;
}
.contw .box .gr form .inp .inp_box .inp_txt p {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
}
.contw .box .gr form .inp .inp_box .inp_txt p span {
  color: var(--color);
}
.contw .box .gr form .inp .inp_box input {
  padding: 0 0.2rem;
  width: 100%;
  height: 0.6rem;
}
@media (max-width: 767px) {
  .contw .box .gr form .inp .inp_box input {
    height: 0.8rem;
  }
}
.contw .box .gr form .inp .inp_box .sot_select_nr .sel_text_x {
  height: 0.5rem;
}
@media (max-width: 767px) {
  .contw .box .gr form .inp .inp_box .sot_select_nr .sel_text_x {
    height: 0.8rem;
  }
}
.contw .box .gr form .inp .inp_box .layui-input-block {
  width: 100%;
  margin: 0;
}
.contw .box .gr form .inp .inp_box .layui-input-block input {
  padding-right: 0;
  font-weight: 400;
  border: none;
}
.contw .box .gr form .inp .inp_box .layui-input-block .layui-edge {
  right: 0;
}
.contw .box .gr form .inp2 .inp_box {
  width: 100%;
}
.contw .box .gr form .inptext .inp_box {
  border-radius: 0.2rem;
}
.contw .box .gr form .inptext .inp_box .inp_txt::after {
  height: 1.32rem;
}
.contw .box .gr form .inptext .inp_box textarea {
  border-radius: 0.1rem;
  width: 100%;
  height: 1.8rem;
  line-height: 1.4rem;
  padding: 0.2rem 0.18rem;
}
@media (max-width: 767px) {
  .contw .box .gr form .inptext .inp_box textarea {
    height: 2.2rem;
    line-height: 1.8rem;
  }
}
.contw .box .gr form .g_lab {
  margin-bottom: 0.55rem;
  padding-right: 0.1rem;
  color: #999999;
}
@media (max-width: 767px) {
  .contw .box .gr form .pub_btn {
    height: 0.8rem;
  }
}
/* 搜索结果 */
.seaon {
  padding: 0.9rem 0 1.4rem;
}
.seaon .seaon_sil {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0.95rem;
}
.seaon .seaon_sil .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .seaon .seaon_sil .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.seaon .seaon_sil .container .gl {
  height: 0.8rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .seaon .seaon_sil .container .gl {
    width: 100%;
    overflow: auto;
    justify-content: flex-start;
  }
}
.seaon .seaon_sil .container .gl a {
  display: inline-flex;
  align-items: center;
  margin: 0 0.66rem 0 0;
  color: #666;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1260px) {
  .seaon .seaon_sil .container .gl a {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .seaon .seaon_sil .container .gl a {
    margin-right: 0.2rem;
    font-size: 13px;
  }
}
.seaon .seaon_sil .container .gl a.on {
  color: var(--color);
}
.seaon .seaon_sil .container .gl a.on::after {
  opacity: 1;
}
.seaon .seaon_sil .container .gl a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  width: 100%;
  height: 2px;
  background: var(--color);
}
@media (max-width: 1260px) {
  .seaon .seaon_sil .container .gl a::after {
    bottom: 0;
  }
}
.seaon .seaon_sil .container .gr {
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .seaon .seaon_sil .container .gr {
    width: 100%;
    margin: 0.3rem 0;
  }
}
.seaon .seaon_sil .container .gr .search_box {
  width: 4.2rem;
  height: 0.6rem;
  padding: 0.05rem;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .seaon .seaon_sil .container .gr .search_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .seaon .seaon_sil .container .gr .search_box {
    height: 0.8rem;
    padding: 0.08rem;
  }
}
.seaon .seaon_sil .container .gr .search_box input {
  padding: 0 0.2rem;
  width: 100%;
  color: #333;
}
.seaon .seaon_sil .container .gr .search_box input::-webkit-input-placeholder {
  color: #ccc;
}
.seaon .seaon_sil .container .gr .search_box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color);
  width: 0.48rem;
  height: 0.48rem;
}
@media (max-width: 767px) {
  .seaon .seaon_sil .container .gr .search_box button {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.seaon .seaon_sil .container .gr .search_box button svg {
  color: #000;
  width: 37.5%;
  height: auto;
}
.seaon .seaon_sil .container .gr .search_box button svg path {
  fill: #9a9a9a;
}
.seaon .box .g_li {
  margin-top: 1.1rem;
}
.seaon .box .g_li .g_li_tit {
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.seaon .box .g_li .g_li_tit h3 {
  font-weight: bold;
}
.seaon .box .g_li .g_li_tit .pub_btn p {
  text-decoration: initial;
}
