@charset "utf-8";
:root {
  --color: #11467f;
  --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");
} */
@font-face {
  font-family: "zi";
  src: url("../font/inter_regular.woff2") format("woff2");
  /* src: url("../font/Inter-Regular.ttf") format("truetype"); */
}
* {
  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;
}
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;
  scrollbar-width: thin;
}
@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: "zi", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.625em;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
    line-height: 1.71428571em;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
    line-height: 1.71428571em;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
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;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-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;
}
* {
  scrollbar-width: thin;
}
* ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
* ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #11467f;
}
* ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.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%;
  }
}
.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;
  }
}
.font14 {
  font-size: 14px;
  line-height: 1.71428571em;
}
.font16 {
  font-size: 16px;
  line-height: 1.625em;
}
.font18 {
  font-size: 18px;
  line-height: 1.55555556em;
}
.font20 {
  font-size: 20px;
  line-height: 1.5em;
}
.font24 {
  font-size: 24px;
  line-height: 1.41666667em;
}
.font30 {
  font-size: 30px;
  line-height: 1.33333333em;
}
.font38 {
  font-size: 38px;
  line-height: 1.26315789em;
}
.font40 {
  font-size: 40px;
  line-height: 1.25em;
}
.font42 {
  font-size: 42px;
  line-height: 1.23809524em;
}
.font48 {
  font-size: 44px;
  line-height: 1.20833333em;
}
.font52 {
  font-size: 44px;
  line-height: 1.22727273em;
}
.font60 {
  font-size: 46px;
  line-height: 1.22727273em;
}
.font72 {
  font-size: 48px;
  line-height: 1.22727273em;
}
@media (max-width: 1580px) {
  .font14,
  .font16 {
    font-size: 14px;
    line-height: 1.71428571em;
  }
  .font18 {
    font-size: 16px;
    line-height: 1.625em;
  }
  .font20 {
    font-size: 18px;
    line-height: 1.55555556em;
  }
  .font24 {
    font-size: 22px;
    line-height: 1.45454545em;
  }
  .font30 {
    font-size: 28px;
    line-height: 1.35714286em;
  }
  .font38 {
    font-size: 36px;
    line-height: 1.27777778em;
  }
  .font52,
  .font48,
  .font42,
  .font40 {
    font-size: 38px;
    line-height: 1.26315789em;
  }
  .font60 {
    font-size: 40px;
    line-height: 1.26315789em;
  }
  .font72 {
    font-size: 42px;
    line-height: 1.26315789em;
  }
}
@media (max-width: 1260px) {
  .font14,
  .font16 {
    font-size: 14px;
    line-height: 1.71428571em;
  }
  .font18 {
    font-size: 16px;
    line-height: 1.625em;
  }
  .font20 {
    font-size: 18px;
    line-height: 1.55555556em;
  }
  .font24 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .font30 {
    font-size: 22px;
    line-height: 1.45454545em;
  }
  .font38 {
    font-size: 28px;
    line-height: 1.35714286em;
  }
  .font52,
  .font48,
  .font42,
  .font40 {
    font-size: 28px;
    line-height: 1.35714286em;
  }
  .font60 {
    font-size: 28px;
    line-height: 1.35714286em;
  }
  .font72 {
    font-size: 28px;
    line-height: 1.35714286em;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16,
  .font18 {
    font-size: 0.26rem;
    line-height: 1.71428571em;
  }
  .font20 {
    font-size: 0.3rem;
    line-height: 1.625em;
  }
  .font24 {
    font-size: 0.32rem;
    line-height: 1.58823529em;
  }
  .font30 {
    font-size: 0.34rem;
    line-height: 1.55555556em;
  }
  .font38 {
    font-size: 0.36rem;
    line-height: 1.5em;
  }
  .font52,
  .font48,
  .font42,
  .font40 {
    font-size: 0.38rem;
    line-height: 1.1;
  }
  .font60 {
    font-size: 0.38rem;
    line-height: 1.1;
  }
  .font72 {
    font-size: 0.38rem;
    line-height: 1.1;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
  min-width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .public-btn {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .public-btn {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn:hover {
  background: #11467f;
  border-color: #11467f;
}
.public-btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
  min-width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  border: 2px solid #11467f;
  background-color: #11467f;
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .public-btn2 {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .public-btn2 {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn2:hover {
  background: transparent;
  border-color: #fff;
}
.public-btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.4rem;
  min-width: 1.8rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .public-btn3 {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .public-btn3 {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.public-btn3 img,
.public-btn3 svg {
  margin-right: 0.1rem;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .public-btn3 img,
  .public-btn3 svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.public-btn3 img path,
.public-btn3 svg path {
  fill: #fff;
  transition: all 0.4s;
}
.public-btn3:hover {
  color: #11467f;
  background: #fff;
}
.public-btn3:hover svg path {
  fill: #11467f;
}
.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 {
  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;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #11467f;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #11467f;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #11467f;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 96%;
  max-width: 1840px;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#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;
}
/*顶部logo*/
#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: 0.6rem;
  }
}
#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;
}
/*顶部pc导航*/
#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.5rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.3rem;
  }
}
#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);
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li > .c-title-box a {
  font-size: 18px;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li > .c-title-box a {
    font-size: 16px;
  }
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #11467f;
  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: 102%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 10px;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li a {
  padding: 0.15rem 0.2rem;
  color: #333;
  transition: all 0.4s;
  line-height: 1.5;
  border-radius: 5px;
  white-space: nowrap;
}
#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);
  display: none;
}
#c-header .c-nav ul li:hover a {
  background: #f7f7f7;
  color: #11467f;
}
#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: #11467f;
}
#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 path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #11467f !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  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 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#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: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#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: #11467f;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  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;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language {
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language {
    margin-right: 0.4rem;
  }
}
#c-header .c-gn .c-language .c-box {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-box img,
#c-header .c-gn .c-language .c-box svg {
  width: 24px;
  height: 24px;
  margin-right: 0.1rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-language .c-box img,
  #c-header .c-gn .c-language .c-box svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-gn .c-language .c-box img path,
#c-header .c-gn .c-language .c-box svg path {
  fill: #fff;
}
#c-header .c-gn .c-language .c-list {
  position: absolute;
  top: 99%;
  left: 50%;
  width: 100%;
  display: none;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 10px 10px;
}
#c-header .c-gn .c-language .c-list li:last-child a::before {
  display: none;
}
#c-header .c-gn .c-language .c-list li a {
  display: block;
  position: relative;
  padding: 0 10px;
  color: #333;
  text-align: center;
}
#c-header .c-gn .c-language .c-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px) !important;
  left: 10px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .c-language .c-list li a:hover {
  color: #11467f;
}
#c-header.c-style2 .c-gn .c-language {
  position: relative;
  cursor: pointer;
}
#c-header.c-style2 .c-gn .c-language .c-box img path,
#c-header.c-style2 .c-gn .c-language .c-box svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #11467f;
}
#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: #11467f;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 50%;
  height: 50%;
  transform: rotate(-90deg);
}
#c-go-top img path,
#c-go-top svg path {
  fill: #ffff;
}
#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;
}
#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 img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.4s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #11467f;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#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;
}
/* 底部 */
#c-footer {
  color: #fff;
  background: #14426b url(../images/footer-bg.svg) no-repeat center bottom / 90% auto;
}
#c-footer a {
  color: rgba(255, 255, 255, 0.4);
  transition: 0.4s;
}
#c-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
#c-footer .c-top-box {
  padding: 1.2rem 0 1.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.8rem 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-list-box {
  padding-right: 0.26rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    padding-right: 0;
    margin-bottom: 0;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
#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: #11467f;
}
#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: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@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.3rem;
    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;
  }
}
#c-footer .c-top-box .container .c-text-box {
  padding: 0.2rem 0 0.65rem;
}
#c-footer .c-top-box .container .c-text-box p {
  padding-bottom: 0.05rem;
}
@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-text-box p:last-child {
  padding: 0;
}
#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.2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-footer .c-top-box .container .c-ico a img,
#c-footer .c-top-box .container .c-ico a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a img,
  #c-footer .c-top-box .container .c-ico a svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover svg path {
  fill: #11467f;
}
@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-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.3);
}
#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 .c-link {
  margin-bottom: 0.25rem;
  padding-bottom: 0.35rem;
  display: flex;
  align-items: flex-start;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#c-footer .c-bottom-box .container .c-link > p {
  flex-shrink: 0;
}
#c-footer .c-bottom-box .container .c-link .c-abox {
  width: 100%;
}
#c-footer .c-bottom-box .container .c-link a {
  white-space: nowrap;
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.3);
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
  text-decoration: underline;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*首页轮播图*/
.c-home-banner {
  height: 100vh;
}
@media (max-width: 767px) {
  .c-home-banner {
    height: auto;
  }
}
@media (max-width: 767px) {
  .c-home-banner > .swiper-wrapper {
    flex-wrap: wrap;
  }
}
.c-home-banner > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.basexian {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 3;
}
@media (max-width: 767px) {
  .basexian {
    display: none;
  }
}
.basexian i {
  display: block;
  margin-left: 24.6%;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.basexian i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  bottom: 100%;
  height: 0.82rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  animation: donhua2 15s linear infinite;
  -webkit-animation: donhua2 15s linear infinite;
}
.basexian i:nth-child(2):before {
  animation-delay: 6s;
  -webkit-animation-delay: 6s;
}
.basexian i:nth-child(3):before {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}
@keyframes donhua2 {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes donhua2 {
  from {
    bottom: 100%;
  }
  to {
    bottom: 0;
  }
}
.basevideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 2;
}
.basevideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1-banner .swiper-slide {
  overflow: hidden;
}
.c-home1-banner .swiper-slide .c-pc,
.c-home1-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home1-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home1-banner .swiper-slide .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.c-home1-banner .swiper-slide .c-text-box .c-title {
  font-weight: bold;
  line-height: 1.11111111;
}
.c-home1-banner .swiper-slide .c-text-box .c-text {
  margin: 0.24rem 0 0.54rem;
  max-width: 504px;
}
.c-home1-banner .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-home1-banner .swiper-pagination {
  bottom: 0.6rem;
}
.c-home1-banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 0.3;
  background: #fff;
  height: 2px;
  width: 30px;
  border-radius: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-home1-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
}
.c-home1-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.8rem;
}
.c-home2 {
  position: relative;
  height: 100vh;
}
.c-home2 .c-pc,
.c-home2 .c-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home2 .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home2 .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home2 .c-pc {
    display: none;
  }
}
.c-home2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/jiutrnaimg2.png) center right / 12.44rem no-repeat;
}
.c-home2 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
}
.c-home2 .c-text-box .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  width: 100%;
}
@media (max-width: 991px) {
  .c-home2 .c-text-box .c-wrap {
    width: 100%;
  }
}
.c-home2 .c-text-box .c-wrap .f_font {
  width: 51.625%;
}
@media (max-width: 767px) {
  .c-home2 .c-text-box .c-wrap .f_font {
    width: 100%;
  }
}
.c-home2 .c-text-box .c-wrap .f_font .c-title {
  font-weight: bold;
  color: #11467f;
  line-height: 1.2;
  margin-bottom: 0.48rem;
}
.c-home2 .c-text-box .c-wrap .f_font .f_text {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.52rem;
}
.c-home2 .c-text-box .c-wrap .f_font .public-btn3 {
  border: solid 2px #d8d8d8;
  color: #2d2d2d;
}
.c-home2 .c-text-box .c-wrap .f_font .public-btn3:hover {
  background-color: #11467f;
  color: #ffffff;
  border-color: #11467f;
}
.c-home2 .c-text-box .c-wrap .c-list {
  display: flex;
  flex-wrap: wrap;
  width: 48.375%;
}
@media (max-width: 767px) {
  .c-home2 .c-text-box .c-wrap .c-list {
    margin-top: 0.6rem;
    width: 100%;
  }
}
.c-home2 .c-text-box .c-wrap .c-list li {
  width: 50%;
  padding-left: 0.5rem;
  margin-bottom: 0.7rem;
  border-left: 2px solid #11467f;
}
@media (max-width: 767px) {
}
.c-home2 .c-text-box .c-wrap .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  color: #11467f;
  margin-bottom: 0.1rem;
}
.c-home2 .c-text-box .c-wrap .c-list li .c-box .font72 {
  font-weight: bold;
  line-height: 1;
  font-size: 0.8rem;
}
.c-home2 .c-text-box .c-wrap .c-list li .c-box .c-text {
  margin-left: 0.15rem;
  transform: translateY(10%);
  color: #5b5b5b;
}
@media (max-width: 767px) {
  .c-home2 .c-text-box .c-wrap .c-list li .c-box .c-text {
    font-size: 0.26rem;
  }
}
.c-home3 {
  position: relative;
  height: 100vh;
}
.c-home3 .c-pc,
.c-home3 .c-mb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home3 .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home3 .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home3 .c-pc {
    display: none;
  }
}
.c-home3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.c-home3 .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.c-home3 .c-text-box .c-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-home3 .c-text-box .c-wrap .c-top {
  width: 37.5%;
}
@media (max-width: 991px) {
  .c-home3 .c-text-box .c-wrap .c-top {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-top {
    width: 100%;
  }
}
.c-home3 .c-text-box .c-wrap .c-top .c-title {
  font-weight: bold;
  margin-bottom: 0.32rem;
}
.c-home3 .c-text-box .c-wrap .c-top .f_text {
  line-height: 1.5;
}
.c-home3 .c-text-box .c-wrap .c-top .public-btn {
  margin-top: 0.76rem;
}
.c-home3 .c-text-box .c-wrap .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 41.5%;
}
@media (max-width: 991px) {
  .c-home3 .c-text-box .c-wrap .c-list {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li {
  display: flex;
  align-items: center;
  width: 50%;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.26rem 0;
  margin-bottom: 0.32rem;
}
.c-home3 .c-text-box .c-wrap .c-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li {
    display: block;
    text-align: center;
    width: 50%;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    padding: 0 0.2rem;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li img {
  margin-right: 0.3rem;
  width: 1.3rem;
  height: 1.3rem;
}
@media (max-width: 1260px) {
  .c-home3 .c-text-box .c-wrap .c-list li img {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li img {
    margin: 0 0 0.4rem;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap {
    flex-wrap: wrap;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-text2 {
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-text2 {
    line-height: 1.2;
    margin-bottom: 0.1rem;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-box {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-box {
    width: 100%;
    justify-content: center;
  }
}
.c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-box .font60 {
  font-weight: bold;
  line-height: 1;
}
.c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-box .c-text {
  margin-left: 0.15rem;
  transform: translateY(10%);
}
@media (max-width: 767px) {
  .c-home3 .c-text-box .c-wrap .c-list li .c-box-wrap .c-box .c-text {
    font-size: 0.26rem;
  }
}
.c-home-pagination {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 100;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .c-home-pagination {
    display: none;
  }
}
.c-home-pagination li {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0.28rem;
}
.c-home-pagination li:last-child {
  margin-bottom: 0;
}
.c-home-pagination li .c-line {
  margin-right: 0.1rem;
  width: 0.4rem;
  height: 2px;
}
.c-home-pagination li .c-line::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.4s;
}
.c-home-pagination li p {
  line-height: 30px;
  color: #fff;
  opacity: 0;
  transition: all 0.4s;
  display: none;
}
.c-home-pagination li.on .c-line::before {
  width: 100%;
}
.c-home-pagination li.on p {
  opacity: 1;
}
.c-home-pagination2 li {
  color: #333333;
}
.c-home-pagination2 li .c-line:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.c-home-pagination2 li p {
  color: #333333;
}
@keyframes mouse {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.c-home-mouse {
  position: fixed;
  bottom: 0.6rem;
  left: 0.6rem;
  z-index: 100;
  width: 24px;
  height: 24px;
}
@media (max-width: 1260px) {
  .c-home-mouse {
    left: 0.2rem;
    bottom: 0.2rem;
  }
}
@media (max-width: 991px) {
  .c-home-mouse {
    display: none;
  }
}
.c-home-mouse img {
  width: 100%;
  height: 100%;
  animation: mouse 2s infinite linear;
}
.c-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.public-page {
  background: #f7f7f7;
  padding: 1rem 0 1.6rem;
}
@media (max-width: 767px) {
  .public-page {
    padding: 1.2rem 0;
  }
}
.public-page.c-sitemap .c-wrap {
  padding: 1.2rem;
  min-height: 6.6rem;
}
@media (max-width: 767px) {
  .public-page.c-sitemap .c-wrap {
    padding: 0.8rem 0.4rem;
  }
}
.public-page .c-wrap {
  padding: 0.8rem 2rem 1.2rem;
  background: #fff;
}
@media (max-width: 1580px) {
  .public-page .c-wrap {
    padding: 1.2rem;
  }
}
@media (max-width: 767px) {
  .public-page .c-wrap {
    padding: 0.8rem 0.4rem;
  }
}
.public-page .c-wrap .c-title {
  font-weight: bold;
  text-align: center;
}
.public-page .c-wrap .c-time {
  text-align: center;
  color: #999;
  padding: 0.3rem 0 0.25rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #f5f5f5;
}
.public-page .c-wrap .c-time span:last-child {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-time span:last-child {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-time span {
    display: block;
  }
}
.public-page .c-wrap .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 1rem -0.15rem -0.3rem;
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-list {
    margin: 0.4rem -0.2rem -0.4rem;
    text-align: center;
  }
}
.public-page .c-wrap .c-list > li {
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 991px) {
  .public-page .c-wrap .c-list > li {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-list > li {
    padding: 0 0.2rem 0.4rem;
    width: 50%;
  }
}
.public-page .c-wrap .c-list > li .c-title {
  font-weight: bold;
  line-height: 1;
  border-left: 2px solid #11467f;
  padding-left: 15px;
  margin-left: -17px;
  text-align: left;
}
@media (max-width: 991px) {
  .public-page .c-wrap .c-list > li .c-title {
    padding-left: 5px;
    margin-left: -7px;
  }
}
@media (max-width: 767px) {
  .public-page .c-wrap .c-list > li .c-title {
    display: inline-block;
    text-align: center;
  }
}
.public-page .c-wrap .c-list > li ul {
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .public-page .c-wrap .c-list > li ul {
    padding-top: 0.2rem;
  }
}
.public-page .c-wrap .c-list > li ul li {
  margin-bottom: 0.1rem;
}
.public-page .c-wrap .c-list > li ul li:last-child {
  margin-bottom: 0;
}
.public-page .c-wrap .c-list > li ul li a {
  color: #666;
  transition: all 0.4s;
}
.public-page .c-wrap .c-list > li ul li a:hover {
  color: #11467f;
  text-decoration: underline;
}
.c-404 {
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 1rem);
  color: #666;
}
.c-404 .c-text {
  margin-top: 0.7rem;
  line-height: 2;
}
.public-breadcrumb {
  padding: 0.35rem 0;
  color: #999;
}
.public-breadcrumb .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.public-breadcrumb a {
  color: #999;
  transition: all 0.4s;
}
.public-breadcrumb a.on {
  color: #333;
}
.public-breadcrumb a:hover {
  color: #333;
}
.public-breadcrumb span {
  margin: 0 0.1rem;
}
.public-breadcrumb span:last-child {
  display: none;
}
.public-banner {
  position: relative;
}
.public-banner .basexian {
  display: none;
}
.public-banner .public-img::before {
  padding-top: 36.45833333%;
}
@media (max-width: 991px) {
  .public-banner .public-img::before {
    padding-top: 80%;
  }
}
.public-banner .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
@media (max-width: 991px) {
  .public-banner .public-img .c-pc {
    display: none;
  }
}
.public-banner .public-img .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .public-banner .public-img .c-mb {
    display: block;
  }
}
.public-banner .public-breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}
.public-banner .public-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
}
.public-banner .public-breadcrumb a.on {
  color: #fff;
}
.public-banner .public-breadcrumb a:hover {
  color: #fff;
}
.public-banner .c-text-box {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
}
.public-banner .c-text-box .c-text {
  margin-top: 0.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .public-banner .c-text-box .c-text {
    font-size: 0.34rem;
  }
}
.public-title {
  margin-bottom: 0.55rem;
  text-align: center;
}
.public-title .c-title {
  font-weight: bold;
  color: #11467f;
}
.c-contact {
  padding: 1.2rem 0 1.4rem;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .c-contact {
    padding: 1.2rem 0;
  }
}
.c-contact .c-main {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.c-contact .c-main .c-left {
  padding: 0.6rem 0.8rem;
  width: 37.5%;
  background: url(../images/contact-bg.png) no-repeat center / cover;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1260px) {
  .c-contact .c-main .c-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-contact .c-main .c-left {
    padding: 0.6rem;
    width: 100%;
  }
}
.c-contact .c-main .c-left .c-logo {
  width: 1.5rem;
}
.c-contact .c-main .c-left .c-list {
  margin: 0.45rem 0;
}
.c-contact .c-main .c-left .c-list li {
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
}
.c-contact .c-main .c-left .c-list li:last-child {
  padding-bottom: 0;
}
.c-contact .c-main .c-left .c-list li img {
  flex-shrink: 0;
  margin-right: 0.2rem;
  width: 26px;
  height: 26px;
}
@media (max-width: 767px) {
  .c-contact .c-main .c-left .c-list li img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-contact .c-main .c-left .c-list li .c-box p:nth-child(1) {
  opacity: 0.48;
}
.c-contact .c-main .c-left .c-list li .c-box p:nth-child(2) {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .c-contact .c-main .c-left .c-list li .c-box p:nth-child(2) {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-contact .c-main .c-left .c-list li .c-box p:nth-child(2) {
    font-size: 0.28rem;
  }
}
.c-contact .c-main .c-right {
  width: 62.5%;
  padding: 0.6rem 0.8rem;
}
@media (max-width: 1260px) {
  .c-contact .c-main .c-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-contact .c-main .c-right {
    padding: 0.6rem;
    width: 100%;
  }
}
.c-contact .c-main .c-right .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-contact .c-main .c-right .c-list li {
  margin-bottom: 0.2rem;
  position: relative;
  width: 47.5%;
  line-height: 50px;
}
@media (max-width: 767px) {
  .c-contact .c-main .c-right .c-list li {
    line-height: 0.8rem;
  }
}
.c-contact .c-main .c-right .c-list li:nth-child(1),
.c-contact .c-main .c-right .c-list li:nth-last-child(1),
.c-contact .c-main .c-right .c-list li:nth-last-child(2) {
  width: 100%;
}
@media (max-width: 1260px) {
  .c-contact .c-main .c-right .c-list li {
    width: 100% !important;
  }
}
.c-contact .c-main .c-right .c-list li:last-child {
  margin: 0.3rem 0 0;
}
.c-contact .c-main .c-right .c-list li.on .c-text {
  opacity: 0;
}
.c-contact .c-main .c-right .c-list li select,
.c-contact .c-main .c-right .c-list li input {
  width: 100%;
  height: 50px;
  padding: 0 0.2rem;
  font-size: 16px;
  border-radius: 25px;
  background: #fafafa;
}
@media (max-width: 1580px) {
  .c-contact .c-main .c-right .c-list li select,
  .c-contact .c-main .c-right .c-list li input {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-contact .c-main .c-right .c-list li select,
  .c-contact .c-main .c-right .c-list li input {
    height: 0.8rem;
    font-size: 0.28rem;
    border-radius: 0.4rem;
  }
}
.c-contact .c-main .c-right .c-list li select {
  padding-right: 0.6rem;
  background: #fafafa url(../images/ico-arrow-bottom.svg) no-repeat right 0.2rem center / 14px;
}
@media (max-width: 767px) {
  .c-contact .c-main .c-right .c-list li select {
    background-size: 0.28rem;
  }
}
.c-contact .c-main .c-right .c-list li textarea {
  vertical-align: top;
  padding: 13px 0.2rem;
  width: 100%;
  border-radius: 10px;
  background: #fafafa;
  line-height: 24px;
  padding: 0.13rem 0.2rem;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .c-contact .c-main .c-right .c-list li textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-contact .c-main .c-right .c-list li textarea {
    font-size: 0.28rem;
  }
}
.c-contact .c-main .c-right .c-list li .c-text {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.2rem;
  color: #999;
  pointer-events: none;
}
.c-contact .c-main .c-right .c-list li .public-btn2:hover {
  background: #fff;
  color: #11467f;
  border-color: #11467f;
}
.c-join1 {
  padding: 1.2rem 0 1.4rem;
  overflow: hidden;
}
.c-join1 .public-title {
  margin-bottom: 0.95rem;
}
@media (max-width: 767px) {
  .c-join1 .public-title {
    margin-bottom: 0.55rem;
  }
}
.c-join1 .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  overflow: visible;
}
@media (max-width: 767px) {
  .c-join1 .c-list {
    margin: 0 -0.2rem -0.4rem;
  }
}
.c-join1 .c-list li {
  position: relative;
  padding: 0 1rem;
}
@media (max-width: 1260px) {
  .c-join1 .c-list li {
    padding: 0 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-join1 .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 50%;
  }
}
.c-join1 .c-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  border-top: 1px solid #f6f6f6;
}
@media (max-width: 767px) {
  .c-join1 .c-list li::before {
    display: none;
  }
}
.c-join1 .c-list li:nth-child(3n)::before,
.c-join1 .c-list li:last-child::before {
  display: none;
}
.c-join1 .c-list li .c-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  background: #f6f6f6;
  border-radius: 50%;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .c-join1 .c-list li .c-wrap {
    width: 3rem;
    height: 3rem;
  }
}
.c-join1 .c-list li .c-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -5;
  width: 98%;
  height: 98%;
  border: 1px dashed #999;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  border-radius: 50%;
  box-sizing: border-box;
  background: #fff;
}
.c-join1 .c-list li .c-wrap > div {
  width: 100%;
}
.c-join1 .c-list li .c-wrap .public-img {
  display: inline-block;
  width: 43.6%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .c-join1 .c-list li .c-wrap .public-img {
    width: 1rem;
  }
}
.c-join1 .c-list li .c-wrap .public-img img {
  object-fit: contain;
  opacity: 0.3;
  filter: grayscale(100%);
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .c-join1 .c-list li .c-wrap .public-img img {
    filter: grayscale(0%);
    opacity: 1;
  }
}
.c-join1 .c-list li .c-wrap .c-title {
  margin-top: 0.2rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}
@media (max-width: 1580px) {
  .c-join1 .c-list li .c-wrap .c-title {
    font-size: 12px;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  .c-join1 .c-list li .c-wrap .c-title {
    font-size: 0.24rem;
  }
}
.c-join1 .c-list li .c-wrap .c-title img,
.c-join1 .c-list li .c-wrap .c-title svg {
  margin-left: 0.1rem;
  width: 16px;
  height: 16px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-join1 .c-list li .c-wrap .c-title img,
  .c-join1 .c-list li .c-wrap .c-title svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.c-join1 .c-list li .c-wrap .c-title img path,
.c-join1 .c-list li .c-wrap .c-title svg path {
  fill: #333;
}
.c-join1 .c-list li .c-wrap:hover::before {
  width: 120%;
  height: 120%;
}
.c-join1 .c-list li .c-wrap:hover .public-img img {
  opacity: 1;
  filter: grayscale(0%);
}
.c-join1 .c-list li .c-wrap:hover .c-title svg {
  margin-left: 0.2rem;
}
.c-join2 .public-img {
  border-radius: 10px;
}
.c-join2 .public-img::before {
  padding-top: 43.75%;
}
.c-join2 .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
.c-join2 .swiper-button-prev,
.c-join2 .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-top: -0.4rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-join2 .swiper-button-prev,
  .c-join2 .swiper-button-next {
    display: none;
  }
}
.c-join2 .swiper-button-prev:hover,
.c-join2 .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.c-join2 .swiper-button-prev img,
.c-join2 .swiper-button-next img,
.c-join2 .swiper-button-prev svg,
.c-join2 .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-join2 .swiper-button-prev img path,
.c-join2 .swiper-button-next img path,
.c-join2 .swiper-button-prev svg path,
.c-join2 .swiper-button-next svg path {
  fill: #fff;
}
.c-join2 .swiper-button-prev {
  left: 0.6rem;
}
.c-join2 .swiper-button-prev img,
.c-join2 .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-join2 .swiper-button-next {
  right: 0.6rem;
}
.c-join2 .swiper-pagination {
  bottom: 0.3rem;
}
.c-join2 .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 0.3;
  background: #fff;
  height: 2px;
  width: 30px;
  border-radius: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-join2 .swiper-pagination .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
  }
}
.c-join2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (min-width: 768px) {
  .c-join2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.8rem;
  }
}
.c-join3 {
  padding: 1.6rem 0 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-join3 {
    padding: 1.2rem 0;
  }
}
.c-join3 .c-join3-banner {
  width: 62.5%;
  overflow: visible;
}
@media (max-width: 767px) {
  .c-join3 .c-join3-banner {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.c-join3 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.c-join3 .public-img {
  border-radius: 10px;
}
.c-join3 .public-img::before {
  padding-top: 64%;
}
.c-join3 .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  transition: all 0.4s;
}
.c-join3 .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.35rem 0.4rem;
  color: #fff;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-join3 .c-text-box {
    background: rgba(0, 0, 0, 0.2);
  }
}
.c-join3 .c-text-box > div {
  width: 100%;
  max-width: 740px;
}
.c-join3 .c-text-box .c-title {
  margin-bottom: 0.1rem;
  font-weight: bold;
}
.c-join3 .swiper-slide-active .public-img::after {
  opacity: 0;
}
.c-join3 .swiper-slide-active .c-text-box {
  opacity: 1;
}
.c-join3 .swiper-button-prev,
.c-join3 .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-top: -0.4rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.c-join3 .swiper-button-prev:hover,
.c-join3 .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .c-join3 .swiper-button-prev,
  .c-join3 .swiper-button-next {
    display: none;
  }
}
.c-join3 .swiper-button-prev img,
.c-join3 .swiper-button-next img,
.c-join3 .swiper-button-prev svg,
.c-join3 .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-join3 .swiper-button-prev img path,
.c-join3 .swiper-button-next img path,
.c-join3 .swiper-button-prev svg path,
.c-join3 .swiper-button-next svg path {
  fill: #fff;
}
.c-join3 .swiper-button-prev {
  left: -1.8rem;
}
.c-join3 .swiper-button-prev img,
.c-join3 .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-join3 .swiper-button-next {
  right: -1.8rem;
}
.c-join3 .swiper-scrollbar {
  opacity: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c-join3 .swiper-scrollbar {
    opacity: 1;
  }
}
.c-join3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a0da;
}
.c-join4 {
  padding: 1.2rem 0 1.4rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .c-join4 {
    padding: 1.2rem 0;
  }
}
.c-join4 .c-join4-banner {
  overflow: visible;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-join4 .c-join4-banner {
    padding-bottom: 0.6rem;
  }
}
.c-join4 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.c-join4 .public-img {
  border-radius: 10px;
}
.c-join4 .public-img::before {
  padding-top: 64%;
}
.c-join4 .c-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0.25rem 0.3rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 30%);
  transition: all 0.4s;
}
.c-join4 .c-text-box > div {
  width: 100%;
  max-width: 740px;
}
.c-join4 .c-text-box .c-title {
  font-weight: bold;
}
.c-join4 .swiper-scrollbar {
  left: 0;
  width: 100%;
}
.c-join4 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a0da;
}
.public-menu {
  border-bottom: 1px solid #ddd;
}
.public-menu .container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.public-menu .container .c-list {
  display: flex;
  align-items: flex-start;
  line-height: 1rem;
  margin-bottom: -1px;
  overflow-x: auto;
}
.public-menu .container .c-list li {
  flex-shrink: 0;
  margin-right: 0.7rem;
}
@media (max-width: 767px) {
  .public-menu .container .c-list li {
    margin-right: 0.4rem;
  }
}
.public-menu .container .c-list li:last-child {
  margin: 0;
}
.public-menu .container .c-list li a {
  position: relative;
  display: block;
  padding: 0 0.15rem;
  color: #333;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-menu .container .c-list li a {
    padding: 0;
  }
}
.public-menu .container .c-list li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  border-top: 2px solid #11467f;
  transition: all 0.4s;
}
.public-menu .container .c-list li.on a,
.public-menu .container .c-list li:hover a {
  color: #11467f;
}
.public-menu .container .c-list li.on a::before,
.public-menu .container .c-list li:hover a::before {
  left: 0;
  width: 100%;
}
.c-society-list {
  padding: 1.1rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-society-list {
    padding: 1.2rem 0;
  }
}
.public-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem 0.4rem;
}
.public-list li {
  width: 33.333%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 1260px) {
  .public-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-list li {
    width: 100%;
  }
}
.public-list li .c-wrap {
  position: relative;
  display: block;
  color: #333;
  border-bottom: 2px solid #ddd;
  transition: all 0.4s;
}
.public-list li .c-wrap::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-top: 2px solid #11467f;
  transition: all 0.4s;
}
.public-list li .c-wrap .public-img::before {
  padding-top: 52.06896552%;
}
.public-list li .c-wrap .c-text-box {
  padding: 0.25rem 0.2rem;
}
.public-list li .c-wrap .c-text-box .c-time {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.public-list li .c-wrap .c-text-box .c-time img {
  width: 18px;
  height: 18px;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .public-list li .c-wrap .c-text-box .c-time img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-list li .c-wrap .c-text-box .c-title {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .public-list li .c-wrap .c-text-box .c-title {
    margin-bottom: 0.1rem;
  }
}
.public-list li .c-wrap .c-text-box .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -0.8rem;
  color: #666;
}
.public-list li .c-wrap .c-text-box .c-tag p {
  padding: 0 0.4rem 0.8rem 0;
}
.public-list li .c-wrap:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.public-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.public-list li .c-wrap:hover::before {
  width: 100%;
}
.public-pagination {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.public-pagination a,
.public-pagination input {
  margin: 0 5px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #f1f1f1;
  color: #999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .public-pagination a,
  .public-pagination input {
    min-width: 0.8rem;
    height: 0.8rem;
  }
}
.public-pagination a img,
.public-pagination input img,
.public-pagination a svg,
.public-pagination input svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .public-pagination a img,
  .public-pagination input img,
  .public-pagination a svg,
  .public-pagination input svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.public-pagination a img path,
.public-pagination input img path,
.public-pagination a svg path,
.public-pagination input svg path {
  fill: #999;
  transition: all 0.4s;
}
.public-pagination a:hover {
  color: #fff;
  background: #11467f;
  border-color: #11467f;
}
.public-pagination a:hover svg path {
  fill: #fff;
}
.public-pagination input {
  width: 70px;
  height: 46px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .public-pagination input {
    width: 1.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.public-pagination .c-prev img,
.public-pagination .c-prev svg {
  transform: rotate(180deg);
}
.c-factory .c-list > li {
  padding: 1.6rem 0 1.6rem;
  background: url(../images/factory-bg.png) no-repeat 44vw 0.9rem / 60% auto;
}
@media (max-width: 1260px) {
  .c-factory .c-list > li {
    padding: 1.2rem 0;
    background-position: left 100% top 0.6rem;
  }
}
.c-factory .c-list > li:nth-child(2n) {
  background-color: #f7f7f7;
}
.c-factory .c-list > li .container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
}
.c-factory .c-list > li .c-left {
  padding-right: 0.8rem;
  width: 45%;
  max-width: 560px;
}
@media (max-width: 1580px) {
  .c-factory .c-list > li .c-left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-left {
    padding: 0 0 0.4rem;
    width: 100%;
  }
}
.c-factory .c-list > li .c-left .c-title {
  font-weight: bold;
  color: #11467f;
}
.c-factory .c-list > li .c-left .c-list2 {
  display: inline-flex;
  align-items: flex-start;
  border: 2px solid #11467f;
  height: 60px;
  border-radius: 30px;
  margin: 0.35rem 0 0.5rem;
}
@media (max-width: 1580px) {
  .c-factory .c-list > li .c-left .c-list2 {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-left .c-list2 {
    height: 0.8rem;
    border-radius: 0.4rem;
  }
}
.c-factory .c-list > li .c-left .c-list2 li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 0.4rem;
  border-radius: 26px;
  min-width: 1.8rem;
  color: #11467f;
  transition: all 0.4s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-left .c-list2 li {
    border-radius: 0.4rem;
    padding: 0 0.16rem;
    font-size: 0.24rem;
  }
}
.c-factory .c-list > li .c-left .c-list2 li.on {
  background: #11467f;
  color: #fff;
}
.c-factory .c-list > li .c-left .c-list3 {
  position: relative;
}
.c-factory .c-list > li .c-left .c-list3 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  color: #666;
  transition: all 0.8s;
}
.c-factory .c-list > li .c-left .c-list3 li:nth-child(1) {
  position: relative;
}
.c-factory .c-list > li .c-left .c-list3 li.on {
  z-index: 5;
  opacity: 1;
}
.c-factory .c-list > li .c-right {
  width: 55%;
  position: relative;
}
@media (max-width: 1580px) {
  .c-factory .c-list > li .c-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-right {
    width: 100%;
  }
}
.c-factory .c-list > li .c-right .c-list2 {
  position: absolute;
  position: relative;
}
.c-factory .c-list > li .c-right .c-list2 li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  color: #666;
  transition: all 0.8s;
}
.c-factory .c-list > li .c-right .c-list2 li:nth-child(1) {
  position: relative;
}
.c-factory .c-list > li .c-right .c-list2 li.on {
  z-index: 5;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-right .c-list2 li .swiper-container {
    padding-bottom: 0.6rem;
  }
}
.c-factory .c-list > li .c-right .c-list2 li .public-img {
  border-radius: 10px;
}
.c-factory .c-list > li .c-right .c-list2 li .public-img::before {
  padding-top: 68.18181818%;
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-top: -0.4rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev,
  .c-factory .c-list > li .c-right .c-list2 li .swiper-button-next {
    display: none;
  }
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev:hover,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev img,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next img,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev svg,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev img path,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next img path,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev svg path,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next svg path {
  fill: #fff;
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev {
  left: 0.4rem;
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev img,
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-button-next {
  right: 0.4rem;
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-scrollbar {
  opacity: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .c-factory .c-list > li .c-right .c-list2 li .swiper-scrollbar {
    opacity: 1;
  }
}
.c-factory .c-list > li .c-right .c-list2 li .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a0da;
}
.c-develop1 {
  padding: 1.2rem 0;
  text-align: center;
}
.c-develop1 .container {
  max-width: 870px;
}
.c-develop1 .container img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.5rem;
}
@keyframes develop {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
.c-develop2 {
  padding-bottom: 1.6rem;
}
.c-develop2 .c-list > li {
  position: relative;
  margin-top: 1.2rem;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li {
    padding: 0;
  }
  .c-develop2 .c-list > li:nth-child(1) {
    margin: 0;
  }
}
.c-develop2 .c-list > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 37.5%;
  z-index: 1;
  width: 62.5%;
  height: 100%;
  background: #f7f7f7;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li::before {
    display: none;
  }
}
.c-develop2 .c-list > li:nth-child(2n) .container {
  flex-direction: row-reverse;
}
.c-develop2 .c-list > li:nth-child(2n)::before {
  border-radius: 0 10px 10px 0;
  left: auto;
  right: 37.5%;
}
.c-develop2 .c-list > li:nth-child(2n) .c-right {
  padding: 0 1.1rem 0 1rem;
}
@media (max-width: 1580px) {
  .c-develop2 .c-list > li:nth-child(2n) .c-right {
    padding: 0 0.8rem 0 0;
  }
}
.c-develop2 .c-list > li .container {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .container {
    flex-wrap: wrap;
  }
}
.c-develop2 .c-list > li .c-left {
  width: 62.5%;
}
@media (max-width: 1260px) {
  .c-develop2 .c-list > li .c-left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .c-left {
    width: 100%;
  }
}
.c-develop2 .c-list > li .c-left .public-img,
.c-develop2 .c-list > li .c-left .c-img-box {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .c-left .public-img,
  .c-develop2 .c-list > li .c-left .c-img-box {
    border-radius: 10px 10px 0 0;
  }
}
.c-develop2 .c-list > li .c-left .public-img::before,
.c-develop2 .c-list > li .c-left .c-img-box::before {
  content: "";
  display: block;
  padding-top: 63%;
}
.c-develop2 .c-list > li .c-left .c-img-box {
  position: relative;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-img:nth-child(1) {
  flex-shrink: 0;
  width: 50%;
  border-right: 1px solid #fff;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-img .c-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0.25rem 0.3rem;
  white-space: nowrap;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 991px) {
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-btn img {
  width: 60px;
  height: 60px;
  margin-bottom: 0.05rem;
  pointer-events: none;
}
.c-develop2 .c-list > li .c-left .c-img-box .c-wrap .c-btn .c-text {
  opacity: 0.5;
  color: #fff;
  white-space: nowrap;
}
.c-develop2 .c-list > li .c-left .c-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-develop2 .c-list > li .c-left .c-play .c-btn {
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .c-left .c-play .c-btn {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-develop2 .c-list > li .c-left .c-play .c-btn::before,
.c-develop2 .c-list > li .c-left .c-play .c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transform: scale(0);
  animation: develop 2s infinite linear;
}
.c-develop2 .c-list > li .c-left .c-play .c-btn::after {
  animation: develop 2s 1s infinite linear;
}
.c-develop2 .c-list > li .c-left .c-play .c-btn img {
  width: 100%;
  pointer-events: none;
}
.c-develop2 .c-list > li .c-left .swiper-button-prev,
.c-develop2 .c-list > li .c-left .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  margin-top: -0.4rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
@media (max-width: 767px) {
}
.c-develop2 .c-list > li .c-left .swiper-button-prev:hover,
.c-develop2 .c-list > li .c-left .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.c-develop2 .c-list > li .c-left .swiper-button-prev img,
.c-develop2 .c-list > li .c-left .swiper-button-next img,
.c-develop2 .c-list > li .c-left .swiper-button-prev svg,
.c-develop2 .c-list > li .c-left .swiper-button-next svg {
  width: 20px;
  height: 20px;
}
.c-develop2 .c-list > li .c-left .swiper-button-prev img path,
.c-develop2 .c-list > li .c-left .swiper-button-next img path,
.c-develop2 .c-list > li .c-left .swiper-button-prev svg path,
.c-develop2 .c-list > li .c-left .swiper-button-next svg path {
  fill: #fff;
}
.c-develop2 .c-list > li .c-left .swiper-button-prev {
  left: 0.4rem;
}
.c-develop2 .c-list > li .c-left .swiper-button-prev img,
.c-develop2 .c-list > li .c-left .swiper-button-prev svg {
  transform: rotate(180deg);
}
.c-develop2 .c-list > li .c-left .swiper-button-next {
  right: 0.4rem;
}
.c-develop2 .c-list > li .c-left .swiper-scrollbar {
  opacity: 0;
  left: 3%;
  width: 94%;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .c-left .swiper-scrollbar {
    opacity: 1;
  }
}
.c-develop2 .c-list > li .c-left .swiper-scrollbar .swiper-scrollbar-drag {
  background: #00a0da;
}
.c-develop2 .c-list > li .c-right {
  padding: 0 1rem 0 1.1rem;
  width: 37.5%;
}
@media (max-width: 1580px) {
  .c-develop2 .c-list > li .c-right {
    padding: 0 0 0 0.8rem;
  }
}
@media (max-width: 1260px) {
  .c-develop2 .c-list > li .c-right {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .c-develop2 .c-list > li .c-right {
    width: 100%;
    padding: 0.4rem !important;
    background: #f7f7f7;
    border-radius: 0 0 10px 10px;
  }
}
.c-develop2 .c-list > li .c-right .c-title {
  font-weight: bold;
  color: #11467f;
}
.c-develop2 .c-list > li .c-right .c-text {
  margin-top: 0.3rem;
  color: #666;
}
.c-invest .c-list {
  position: relative;
}
.c-invest .c-list > li {
  position: relative;
  background-color: #ffffff;
}
.c-invest .c-list > li .container {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-invest .c-list > li .container {
    padding: 1.2rem 0;
  }
}
.c-invest .c-list > li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .c-invest .c-list > li .c-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.c-invest .c-list > li .c-wrap .public-img {
  width: 46.25%;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .c-invest .c-list > li .c-wrap .public-img {
    width: 100%;
  }
}
.c-invest .c-list > li .c-wrap .public-img::before {
  padding-top: 70.27%;
}
.c-invest .c-list > li .c-wrap .c-text-box {
  padding: 0 0.5rem;
  width: 50%;
}
@media (max-width: 991px) {
  .c-invest .c-list > li .c-wrap .c-text-box {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num {
  position: relative;
  z-index: 1;
  margin: 0 0 -0.4rem -0.6rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 0.8;
  color: #ddd;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .c-invest .c-list > li .c-wrap .c-text-box .c-num {
    margin: 0 0 -0.5rem -0.3rem;
    font-size: 1.2rem;
  }
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  background: -webkit-linear-gradient(bottom, #fff 20%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 70%);
}
.c-invest .c-list > li .c-wrap .c-text-box .c-title {
  position: relative;
  z-index: 5;
  font-weight: bold;
  color: #11467f;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-text {
  margin-top: 0.3rem;
  position: relative;
  z-index: 5;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num-box {
  margin-top: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num-box .c-box {
  display: flex;
  align-items: flex-start;
  line-height: 1;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num-box .c-box .c-num2 {
  font-weight: bold;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num-box .c-box .c-text1 {
  margin-left: 0.1rem;
}
.c-invest .c-list > li .c-wrap .c-text-box .c-num-box .c-box .font18 {
  transform: translateY(20%);
}
.c-invest .c-list > li:nth-child(2n) .c-wrap {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .c-invest .c-list > li:nth-child(2n) .c-wrap {
    flex-direction: column-reverse;
  }
}
.c-news-list {
  padding: 0.7rem 0 1.6rem;
}
@media (max-width: 767px) {
  .c-news-list {
    padding: 1.2rem 0;
  }
}
.c-news-list .c-tag {
  display: flex;
  align-items: flex-start;
}
.c-news-list .c-tag .c-box {
  margin-bottom: 0.55rem;
  line-height: 28px;
}
@media (max-width: 767px) {
  .c-news-list .c-tag .c-box {
    line-height: 0.48rem;
  }
}
.c-news-list .c-tag .c-box a {
  margin-left: 0.35rem;
  color: #666;
  transition: all 0.4s;
}
.c-news-list .c-tag .c-box a.on,
.c-news-list .c-tag .c-box a:hover {
  color: #11467f;
}
.c-news-info .container {
  max-width: 1400px;
}
.c-news-info .c-main {
  padding: 0.55rem 0 1.4rem;
}
.c-news-info .c-main .container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .c-news-info .c-main .container {
    flex-wrap: wrap;
  }
}
.c-news-info .c-main .c-left {
  padding-right: 1.3rem;
  width: 100%;
}
@media (max-width: 991px) {
  .c-news-info .c-main .c-left {
    padding: 0;
  }
}
.c-news-info .c-main .c-left .c-title {
  font-weight: bold;
}
.c-news-info .c-main .c-left .c-time-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
  padding: 0.5rem 0 0.25rem;
  border-bottom: 1px solid #333;
}
.c-news-info .c-main .c-left .c-time-box p span,
.c-news-info .c-main .c-left .c-time-box p a {
  margin-right: 0.45rem;
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-left .c-time-box p span,
  .c-news-info .c-main .c-left .c-time-box p a {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-left .c-time-box p:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .c-news-info .c-main .c-left .c-time-box p:first-child span:last-child {
    margin: 0 0 0.1rem;
  }
}
.c-news-info .c-main .c-left .c-time-box p:last-child {
  color: #666;
}
.c-news-info .c-main .c-left .c-time-box p:last-child span,
.c-news-info .c-main .c-left .c-time-box p:last-child a {
  color: #666;
}
.c-news-info .c-main .c-left .c-time-box p:last-child a:hover {
  color: #11467f;
}
.c-news-info .c-main .c-left .c-time-box p:last-child span:last-child,
.c-news-info .c-main .c-left .c-time-box p:last-child a:last-child {
  margin-right: 0;
}
.c-news-info .c-main .c-left .public-content {
  color: #333;
}
.c-news-info .c-main .c-left .public-content a {
  color: #333;
}
.c-news-info .c-main .c-left .public-content a:hover {
  color: #11467f;
}
.c-news-info .c-main .c-left .c-share {
  margin-bottom: 0.35rem;
  padding: 0.6rem 0 0.35rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  color: #666;
}
.c-news-info .c-main .c-left .c-share .social-share {
  display: flex;
}
.c-news-info .c-main .c-left .c-share .social-share a {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #b2b2b2;
  transition: all 0.4s;
  border: 0;
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-left .c-share .social-share a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.c-news-info .c-main .c-left .c-share .social-share a::before {
  display: none;
}
.c-news-info .c-main .c-left .c-share .social-share a > img,
.c-news-info .c-main .c-left .c-share .social-share a > svg {
  width: 50%;
  height: 50%;
}
.c-news-info .c-main .c-left .c-share .social-share a > img path,
.c-news-info .c-main .c-left .c-share .social-share a > svg path {
  fill: #fff;
}
.c-news-info .c-main .c-left .c-share .social-share a:hover {
  background: #00a0da;
}
.c-news-info .c-main .c-left .c-other p:nth-child(2) {
  margin-top: 0.1rem;
}
.c-news-info .c-main .c-left .c-other a {
  color: #666;
  transition: all 0.4s;
}
.c-news-info .c-main .c-left .c-other a:hover {
  color: #11467f;
}
.c-news-info .c-main .c-right {
  width: 340px;
  flex-shrink: 0;
  margin-top: 1.6rem;
}
@media (max-width: 1260px) {
  .c-news-info .c-main .c-right {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .c-news-info .c-main .c-right {
    margin-top: 1.2rem;
    width: 100%;
  }
}
.c-news-info .c-main .c-right .c-title {
  margin-bottom: 0.45rem;
  font-weight: bold;
}
@media (max-width: 991px) {
  .c-news-info .c-main .c-right .c-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-right .c-title {
    font-size: 0.48rem;
  }
}
.c-news-info .c-main .c-right .c-list {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .c-news-info .c-main .c-right .c-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.2rem 0.45rem;
  }
}
.c-news-info .c-main .c-right .c-list li {
  padding-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .c-news-info .c-main .c-right .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-right .c-list li {
    width: 100%;
  }
}
.c-news-info .c-main .c-right .c-list li .c-wrap {
  display: block;
}
.c-news-info .c-main .c-right .c-list li .c-wrap .public-img::before {
  padding-top: 58.82352941%;
}
.c-news-info .c-main .c-right .c-list li .c-wrap .c-time {
  margin: 0.15rem 0 0.1rem;
  color: #999;
}
.c-news-info .c-main .c-right .c-list li .c-wrap .c-title2 {
  color: #333;
  transition: all 0.4s;
}
.c-news-info .c-main .c-right .c-list li .c-wrap:hover .public-img img {
  transform: scale(1.1);
}
.c-news-info .c-main .c-right .c-list li .c-wrap:hover .c-title2 {
  color: #11467f;
}
.c-news-info .c-main .c-right .c-return {
  display: inline-flex;
  align-items: center;
  color: #333;
  transition: all 0.4s;
}
.c-news-info .c-main .c-right .c-return img,
.c-news-info .c-main .c-right .c-return svg {
  margin-right: 0.1rem;
  width: 14px;
  height: 14px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .c-news-info .c-main .c-right .c-return img,
  .c-news-info .c-main .c-right .c-return svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.c-news-info .c-main .c-right .c-return img path,
.c-news-info .c-main .c-right .c-return svg path {
  fill: #333;
  transition: all 0.4s;
}
.c-news-info .c-main .c-right .c-return:hover {
  color: #11467f;
}
.c-news-info .c-main .c-right .c-return:hover svg path {
  fill: #11467f;
}
