@charset "utf-8";
:root {
  --color: #1fc676;
  --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: 'pop';
  src: url(../font/POPPINS-REGULAR.ttf);
}
.font-pop {
  font-family: 'pop', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@font-face {
  font-family: 'med';
  src: url(../font/POPPINS-MEDIUM.ttf);
}
.font-med {
  font-family: 'med', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@font-face {
  font-family: 'bold';
  src: url(../font/Poppins-SemiBold.ttf);
}
.font-med {
  font-family: 'bold', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  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;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1b87ff;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@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;
}
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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 73.5%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1920px;
}
@media (max-width: 1580px) {
  .container2 {
    width: 86%;
  }
}
@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-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1b87ff;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.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.5s;
}
.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: #1b87ff;
}
#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: #1b87ff;
}
#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: #1b87ff;
}
#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%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@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: -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.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);
}
#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.3s;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1b87ff;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  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 {
  border-bottom: 1px solid #eee;
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
}
#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: #1b87ff;
}
#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 {
  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: #1b87ff !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.3s;
  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.3s;
}
#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.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #1b87ff;
}
#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.3s;
}
#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;
}
@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.3s;
  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 img path,
#c-header .c-gn form svg path {
  fill: #fff;
}
#c-header .c-gn form:hover > svg path {
  fill: #1b87ff !important;
}
#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;
}
#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: #1b87ff;
  cursor: pointer;
}
#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.3rem;
  width: 20px;
  height: 20px;
  fill: #fff;
}
#c-header .c-gn .c-phone span {
  font-weight: bold;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .c-phone svg path {
  fill: #1b87ff;
}
#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: #1b87ff;
  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-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-button-next {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  right: 0.6rem;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-next {
    display: none;
  }
}
.c-home-banner .swiper-button-next::after {
  display: none;
}
.c-home-banner .swiper-button-next img,
.c-home-banner .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-next img path,
.c-home-banner .swiper-button-next svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-prev {
  margin-top: -0.2rem;
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.2;
  transition: 0.3s;
  left: 0.6rem;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .c-home-banner .swiper-button-prev {
    display: none;
  }
}
.c-home-banner .swiper-button-prev::after {
  display: none;
}
.c-home-banner .swiper-button-prev img,
.c-home-banner .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.c-home-banner .swiper-button-prev img path,
.c-home-banner .swiper-button-prev svg path {
  fill: #fff;
}
.c-home-banner .swiper-button-next:hover,
.c-home-banner .swiper-button-prev:hover {
  opacity: 1;
}
#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.5s;
}
#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.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #1b87ff;
}
#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;
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #1b87ff;
}
#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: #1b87ff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  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.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.3s;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#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.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-top-box .container .c-ico a img path,
#c-footer .c-top-box .container .c-ico a svg path {
  fill: #fff;
}
#c-footer .c-top-box .container .c-ico a:hover {
  background: #1b87ff;
}
@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: #1b87ff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
/*类标签*/
em,
i,
cite {
  font-style: normal;
}
strong,
a {
  text-decoration: none;
}
strong,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: middle;
  object-fit: cover;
}
input {
  outline: none;
}
select {
  border-color: #DEDEDE;
}
textarea {
  outline: none;
  resize: none;
}
a,
p,
b,
li {
  text-decoration: none;
}
a {
  color: #333;
}
p {
  margin: 0;
}
a:hover,
button:hover {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
iframe {
  margin-bottom: -5px;
}
select {
  border-color: #DEDEDE;
}
label {
  font-weight: normal;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
input::-webkit-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* 取消focus点击效果 */
.pub_tc {
  text-align: center;
}
*::after,
*::before {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  /* Firefox 4 */
  -webkit-transition: all 0.4s;
  /* Safari 和 Chrome */
  -o-transition: all 0.4s;
  /* Opera */
}
/* 滚动条 */
.srco::-webkit-scrollbar {
  width: 3px;
}
.srco::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 2px;
}
.srco::-webkit-scrollbar-thumb {
  background: #1b87ff;
  border-radius: 25px;
}
.srco::-webkit-scrollbar-corner {
  background: #1b87ff;
}
/* 图片盒子 */
.img-box {
  width: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.img-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*过渡*/
.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;
  }
}
/* 图片移入效果 */
.img_hover:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
/* 使用swiper 出现闪屏问题 */
.swiper-slide {
  transform: translate3d(0, 0, 0);
  /* overflow: hidden; */
}
/* 头部图文 */
.tuw {
  display: flex;
  align-items: center;
}
.tuw img {
  width: 0.28rem;
  height: auto;
}
.tuw p {
  margin-left: 0.1rem;
}
/* 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 {
  padding-top: 70px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .gw {
    padding-top: 60px;
  }
}
/* banner */
.h_b_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.h_b_img > img {
  position: absolute;
  left: 0;
  top: 0;
}
.h_b_img .img1 {
  z-index: 1;
}
.h_b_img .img2 {
  z-index: 2;
  display: none;
}
@media (max-width: 767px) {
  .h_b_img .img1 {
    z-index: 1;
    display: none;
  }
  .h_b_img .img2 {
    z-index: 2;
    display: block;
  }
}
.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;
}
.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;
}
.font36 {
  font-size: 36px;
}
.font44 {
  font-size: 44px;
}
.font48 {
  font-size: 48px;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .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;
  }
  .font36 {
    font-size: 32px;
  }
  .font44 {
    font-size: 40px;
  }
  .font48 {
    font-size: 44px;
  }
}
@media (max-width: 1460px) {
  .font24 {
    font-size: 20px;
  }
  .font26 {
    font-size: 22px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.28rem;
  }
  .font24 {
    font-size: 0.32rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
  .font36 {
    font-size: 0.48rem;
  }
  .font44 {
    font-size: 0.52rem;
  }
  .font48 {
    font-size: 0.58rem;
  }
}
/*延迟*/
.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.4s;
  -webkit-animation-delay: 0.4s;
}
.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颜色 */
/* 移入文字下划线颜色 */
/* 子页面导航栏颜色 */
/* 子页面字体颜色 */
/* 子页面svg颜色 */
.news {
  width: 100%;
  background: #edf4ff;
}
@media (max-width: 767px) {
  .news {
    padding: 0 0 1.2rem;
  }
}
.news .top {
  width: 100%;
  padding: 1rem 0 0.48rem;
  background: linear-gradient(to bottom, #e2eeff, rgba(226, 238, 255, 0));
}
@media (max-width: 767px) {
  .news .top {
    padding: 1.2rem 0 0.48rem;
  }
}
.news .top .container {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .top .container .public-img {
  width: 54.28571429%;
  border-radius: 0.26rem;
}
@media (max-width: 991px) {
  .news .top .container .public-img {
    width: 100%;
  }
}
.news .top .container .public-img::before {
  padding-top: 59.21052632%;
}
.news .top .container .public-img img {
  transition: all 0.8s;
}
.news .top .container .tbox {
  width: 41.57142857%;
}
@media (max-width: 991px) {
  .news .top .container .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.news .top .container .tbox .label {
  display: inline-block;
  color: #000000;
  background-color: rgba(197, 176, 125, 0.4);
  font-weight: bold;
  line-height: 1.5em;
  padding: 0.04rem 0.16rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  overflow: hidden;
}
.news .top .container .tbox .title {
  margin-top: 0.27rem;
  line-height: 1.22222222em;
  height: 2.44444444em;
  color: #191919;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.news .top .container .tbox .txt {
  line-height: 1.5em;
  color: #444;
  margin-top: 0.3rem;
}
.news .top .container .tbox .mores {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.95rem;
}
@media (max-width: 1260px) {
  .news .top .container .tbox .mores {
    margin-top: 0.5rem;
  }
}
.news .top .container .tbox .mores .lbs {
  display: flex;
}
.news .top .container .tbox .mores .lbs a {
  min-width: 0.6rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(61, 99, 252, 0.06);
  color: #7c8592;
  transition: all 0.4s;
  padding: 0 0.08rem;
  margin-right: 0.1rem;
}
.news .top .container .tbox .mores .lbs a:hover {
  color: #C5B07D;
}
.news .top .container .tbox .mores .public-btn {
  height: auto;
  min-width: auto;
  padding: 0;
  background: none;
}
.news .top .container .tbox .mores .public-btn .l_txt {
  margin-right: 0.1rem;
}
.news .top .container .tbox .mores .public-btn::before {
  display: none;
}
.news .top .container .tbox .mores .public-btn .r_icon {
  background: none;
  border: 1px solid #C5B07D;
}
.news .top .container .tbox .mores .public-btn .r_icon::after {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #C5B07D;
}
.news .top .container .tbox .mores .public-btn .r_icon svg path {
  stroke: #C5B07D;
  fill: #C5B07D;
}
.news .top .container .tbox .mores .public-btn .r_icon svg rect {
  fill: #C5B07D;
  stroke: none;
}
.news .top .container .tbox .mores .public-btn:hover .r_icon svg {
  transform: rotate(0);
}
.news .top .container .tbox .mores .public-btn:hover .r_icon svg path {
  stroke: #fff;
  fill: #fff;
  opacity: 1;
}
.news .top .container .tbox .mores .public-btn:hover .r_icon svg rect {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.news .top .container:hover .public-img img {
  transform: scale(1.05);
}
.news .top .container:hover .tbox .title {
  color: #C5B07D;
}
.news .down {
  width: 100%;
}
.news .down .container {
  max-width: 1400px;
}
.news .down .container .menu {
  width: 100%;
  padding: 0.33rem 0 0.3rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.news .down .container .menu ul {
  display: flex;
  justify-content: center;
}
.news .down .container .menu ul li {
  margin-right: 0.2rem;
}
.news .down .container .menu ul li a {
  min-width: 1rem;
  height: 0.52rem;
  color: #000000;
  line-height: 1.625em;
  padding: 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.26rem;
  transition: all 0.4s;
}
.news .down .container .menu ul li:hover a,
.news .down .container .menu ul li.on a {
  background: #C5B07D;
  color: #fff;
}
.news .down .container .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news .down .container .box .list {
  width: 100%;
  padding: 0.5rem 0.46rem 1rem 0;
}
@media (max-width: 991px) {
  .news .down .container .box .list {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.news .down .container .box .list ul {
  width: 100%;
}
.news .down .container .box .list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
  margin-bottom: 0.5rem;
}
.news .down .container .box .list ul li .public-img {
  width: 37.25490196%;
  border-radius: 0.14rem;
}
@media (max-width: 767px) {
  .news .down .container .box .list ul li .public-img {
    width: 100%;
  }
}
.news .down .container .box .list ul li .public-img::before {
  padding-top: 53.94736842%;
}
.news .down .container .box .list ul li .public-img a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.news .down .container .box .list ul li .public-img a img {
  transition: all 0.5s;
}
.news .down .container .box .list ul li .tbox {
  width: 59.01960784%;
}
@media (max-width: 767px) {
  .news .down .container .box .list ul li .tbox {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.news .down .container .box .list ul li .tbox .title {
  width: 100%;
  line-height: 1.38461538em;
  color: #191919;
  font-weight: bold;
  transition: all 0.4s;
  height: 2.76923077em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .down .container .box .list ul li .tbox .txt {
  line-height: 1.5em;
  color: #444;
}
.news .down .container .box .list ul li .tbox .others {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.22rem;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  margin-top: 0.27rem;
}
.news .down .container .box .list ul li .tbox .others .lbs {
  display: flex;
}
.news .down .container .box .list ul li .tbox .others .lbs a {
  min-width: 0.6rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(197, 176, 125, 0.4);
  color: #000000;
  transition: all 0.4s;
  padding: 0 0.08rem;
  margin-right: 0.1rem;
}
.news .down .container .box .list ul li .tbox .others .lbs a:hover {
  color: #C5B07D;
}
.news .down .container .box .list ul li .tbox .others .time {
  color: #8C8C8C;
  line-height: 1.5em;
  padding-right: 0.08rem;
}
.news .down .container .box .list ul li:hover .public-img img {
  transform: scale(1.05);
}
.news .down .container .box .list ul li:hover .tbox .title {
  color: #C5B07D;
}
.news .down .container .box .other {
  width: 20.42857143%;
  padding-top: 0.5rem;
}
@media (max-width: 991px) {
  .news .down .container .box .other {
    width: 100%;
    margin-top: 1.2rem;
    padding-top: 0;
  }
}
.news .down .container .box .other .news-new {
  width: 100%;
}
.news .down .container .box .other .news-new .title {
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.news .down .container .box .other .news-new ul {
  width: 100%;
  margin-top: 0.18rem;
}
.news .down .container .box .other .news-new ul li {
  margin-bottom: 0.2rem;
}
.news .down .container .box .other .news-new ul li:last-child {
  margin-bottom: 0;
}
.news .down .container .box .other .news-new ul li a {
  width: 100%;
  display: block;
}
.news .down .container .box .other .news-new ul li a .t1 {
  line-height: 1.625em;
  color: #000;
  transition: all 0.4s;
}
.news .down .container .box .other .news-new ul li a .time {
  color: #888;
  line-height: 1.71428571em;
  margin-top: 0.07rem;
}
.news .down .container .box .other .news-new ul li:hover a .t1 {
  color: #1673ff;
}
.news .down .container .box .other .hot-label {
  width: 100%;
  margin-top: 0.48rem;
}
.news .down .container .box .other .hot-label .title {
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.news .down .container .box .other .hot-label .lbs {
  width: calc(100% + 0.3rem);
  margin: 0.15rem -0.15rem 0;
  display: flex;
  flex-wrap: wrap;
}
.news .down .container .box .other .hot-label .lbs a {
  min-width: 0.6rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(61, 99, 252, 0.06);
  color: #7c8592;
  transition: all 0.4s;
  padding: 0 0.08rem;
  margin: 0 0.05rem 0.1rem;
}
.news .down .container .box .other .hot-label .lbs a:hover {
  color: #0568fd;
}
#pager {
  width: 100%;
  display: flex;
}
#pager a,
#pager > span {
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  transition: all 0.4s;
  margin-right: 0.12rem;
}
#pager a:last-child,
#pager > span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #pager a,
  #pager > span {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#pager a svg,
#pager > span svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  #pager a svg,
  #pager > span svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#pager a svg path,
#pager > span svg path {
  stroke: #666;
  fill: none;
  transition: all 0.4s;
}
#pager a.next svg,
#pager > span.next svg {
  transform: rotateZ(180deg);
}
#pager a:hover,
#pager > span:hover,
#pager a.on,
#pager > span.on,
#pager a.active,
#pager > span.active {
  background: #0568fd;
  border: 1px solid #0568fd;
  color: #fff;
}
#pager a:hover svg path,
#pager > span:hover svg path,
#pager a.on svg path,
#pager > span.on svg path,
#pager a.active svg path,
#pager > span.active svg path {
  stroke: #fff;
}
.Breadcrumb {
  width: 100%;
  padding: 0.36rem 0 0.3rem;
}
.Breadcrumb .container {
  display: flex;
  align-items: center;
  color: #999;
  line-height: 1.71428571em;
}
.Breadcrumb .container a {
  color: #999;
  transition: all 0.4s;
  margin: 0 0.1rem;
}
.Breadcrumb .container a:nth-child(1) {
  margin: 0 0.1rem 0 0;
}
.Breadcrumb .container a:hover {
  color: #0568fd;
}
.Breadcrumb .container span {
  color: #444;
  margin-left: 0.1rem;
}
.news-info {
  width: 100%;
}
@media (max-width: 991px) {
  .news-info {
    padding-bottom: 1.2rem;
  }
}
.news-info .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-info .container .info {
  width: 100%;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .news-info .container .info {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
.news-info .container .info .title {
  line-height: 1.5em;
  color: #191919;
  font-weight: bold;
}
.news-info .container .info .tips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .news-info .container .info .tips {
    padding-bottom: 0.5rem;
  }
}
.news-info .container .info .tips .txt {
  line-height: 1.71428571em;
  color: #999;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .news-info .container .info .tips .txt {
    width: 100%;
    justify-content: space-between;
  }
}
.news-info .container .info .tips .txt span {
  margin-right: 0.52rem;
}
.news-info .container .info .tips .txt span:last-child {
  margin-right: 0;
}
.news-info .container .info .tips .share {
  display: flex;
}
@media (max-width: 767px) {
  .news-info .container .info .tips .share {
    width: 100%;
    margin-top: 0.15rem;
  }
}
.news-info .container .info .tips .share a {
  padding-left: 0.24rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.08rem;
  transition: all ease-out 0.3s;
  position: relative;
  opacity: 1;
  border: none !important;
}
@media (max-width: 767px) {
  .news-info .container .info .tips .share a {
    padding-left: 0.4rem;
    height: 0.4rem;
  }
}
.news-info .container .info .tips .share a svg {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .news-info .container .info .tips .share a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.news-info .container .info .tips .share a svg path {
  fill: rgba(10, 15, 31, 0.4);
  opacity: 1;
  transition: all ease-out 0.3s;
}
.news-info .container .info .tips .share a:hover {
  background: none !important;
}
.news-info .container .info .tips .share a:hover svg path {
  fill: #0568fd;
}
.news-info .container .info .public-content {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  line-height: 1.5em;
  color: #000;
  margin-top: 0.19rem;
  padding: 0.36rem 0;
  text-align: justify;
}
.news-info .container .info .lbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news-info .container .info .lbs a {
  min-width: 0.6rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(61, 99, 252, 0.06);
  color: #7c8592;
  transition: all 0.4s;
  padding: 0 0.08rem;
  margin-right: 0.1rem;
}
.news-info .container .info .lbs a:hover {
  color: #0568fd;
}
.news-info .container .info .ck-box {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
  margin-top: 0.3rem;
  display: flex;
}
.news-info .container .info .ck-box a {
  width: 50%;
  border-right: 1px solid rgba(102, 102, 102, 0.1);
  padding: 0.35rem 0;
}
.news-info .container .info .ck-box a:first-child span svg {
  transform: rotateZ(180deg);
}
.news-info .container .info .ck-box a:first-child:hover span {
  transform: translateX(-0.1rem);
}
.news-info .container .info .ck-box a:first-child:hover span svg {
  transform: rotateZ(180deg);
}
.news-info .container .info .ck-box a:last-child {
  border-right: none;
  text-align: right;
}
.news-info .container .info .ck-box a:last-child span {
  flex-direction: row-reverse;
}
.news-info .container .info .ck-box a:last-child span svg {
  margin-right: 0;
  margin-left: 0.2rem;
}
.news-info .container .info .ck-box a span {
  display: flex;
  align-items: center;
  transition: all 0.4s;
  color: #444;
  line-height: 1.625em;
}
.news-info .container .info .ck-box a span svg {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .news-info .container .info .ck-box a span svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.news-info .container .info .ck-box a span svg path {
  fill: #C5B07D;
  opacity: 1;
}
.news-info .container .info .ck-box a p {
  line-height: 1.625em;
  color: #000;
  transition: all 0.4s;
  margin-top: 7px;
}
.news-info .container .info .ck-box a:hover span {
  transform: translateX(0.1rem);
}
.news-info .container .info .ck-box a:hover p {
  color: #C5B07D;
}
.news-info .container .info .back {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.news-info .container .other {
  width: 20.57142857%;
}
@media (max-width: 991px) {
  .news-info .container .other {
    width: 100%;
    margin-top: 1.2rem;
  }
}
.news-info .container .other .tj-news {
  width: 100%;
}
.news-info .container .other .tj-news .title {
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.news-info .container .other .tj-news ul {
  width: 100%;
  margin-top: 0.2rem;
}
.news-info .container .other .tj-news ul li {
  margin-bottom: 0.16rem;
}
@media (max-width: 767px) {
  .news-info .container .other .tj-news ul li {
    margin-bottom: 0.5rem;
  }
}
.news-info .container .other .tj-news ul li:last-child {
  margin-bottom: 0;
}
.news-info .container .other .tj-news ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news-info .container .other .tj-news ul li a .public-img {
  width: 38.19444444%;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .news-info .container .other .tj-news ul li a .public-img {
    width: 100%;
  }
}
.news-info .container .other .tj-news ul li a .public-img::before {
  padding-top: 58.18181818%;
}
.news-info .container .other .tj-news ul li a .tbox {
  width: 54.16666667%;
}
@media (max-width: 767px) {
  .news-info .container .other .tj-news ul li a .tbox {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.news-info .container .other .tj-news ul li a .tbox .t1 {
  line-height: 1.25em;
  color: #000;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-info .container .other .tj-news ul li a .tbox .time {
  color: #888;
  line-height: 1.71428571em;
  margin-top: 0.05rem;
}
.news-info .container .other .tj-news ul li:hover a .t1 {
  color: #1673ff;
}
.news-info .container .other .news-new {
  width: 100%;
  margin-top: 0.5rem;
}
.news-info .container .other .news-new .title {
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.news-info .container .other .news-new ul {
  width: 100%;
  margin-top: 0.18rem;
}
.news-info .container .other .news-new ul li {
  margin-bottom: 0.2rem;
}
.news-info .container .other .news-new ul li:last-child {
  margin-bottom: 0;
}
.news-info .container .other .news-new ul li a {
  width: 100%;
  display: block;
}
.news-info .container .other .news-new ul li a .t1 {
  line-height: 1.625em;
  color: #000;
  transition: all 0.4s;
}
.news-info .container .other .news-new ul li a .time {
  color: #888;
  line-height: 1.71428571em;
  margin-top: 0.07rem;
}
.news-info .container .other .news-new ul li:hover a .t1 {
  color: #1673ff;
}
.news-info .container .other .hot-label {
  width: 100%;
  margin-top: 0.48rem;
}
.news-info .container .other .hot-label .title {
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
}
.news-info .container .other .hot-label .lbs {
  width: calc(100% + 0.3rem);
  margin: 0.15rem -0.15rem 0;
  display: flex;
  flex-wrap: wrap;
}
.news-info .container .other .hot-label .lbs a {
  min-width: 0.6rem;
  height: 0.28rem;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(61, 99, 252, 0.06);
  color: #7c8592;
  transition: all 0.4s;
  padding: 0 0.08rem;
  margin: 0 0.05rem 0.1rem;
}
.news-info .container .other .hot-label .lbs a:hover {
  color: #0568fd;
}
.social-share a:before {
  display: none;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px !important;
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    left: -50px;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.social-share .icon-facebook:hover path {
  fill: #44619D;
  opacity: 1;
}
.social-share .icon-twitter:hover path {
  fill: #55acee;
  opacity: 1;
}
.social-share .icon-weibo:hover path {
  fill: #ff763b;
  opacity: 1;
}
.social-share .icon-wechat:hover path {
  fill: #7bc549;
  opacity: 1;
}
.report {
  width: 100%;
  background: url(../images/report-bg.png) top center no-repeat;
  padding: 0.92rem 0 1rem;
  position: relative;
}
.report::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/report-list-bg.png) center bottom no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.report .container {
  max-width: 1400px;
  position: relative;
  z-index: 2;
}
.report .container .top {
  width: 100%;
}
.report .container .top .title {
  line-height: 1.20833333em;
  text-align: center;
  font-weight: bold;
  color: #010101;
}
.report .container .top .txt {
  text-align: center;
  line-height: 1.55555556em;
  color: #000;
  margin-top: 0.08rem;
}
.report .container .top .sbox {
  margin: 0.45rem auto 0;
  max-width: 500px;
  height: 0.58rem;
  display: flex;
  background: #fff;
  border-radius: 0.08rem;
  padding: 2px;
}
@media (max-width: 767px) {
  .report .container .top .sbox {
    height: 0.8rem;
  }
}
.report .container .top .sbox .text {
  width: 77.82258065%;
  height: 100%;
  text-align: left;
  padding: 0 0.1rem;
}
.report .container .top .sbox .btn {
  width: 22.17741935%;
  height: 100%;
  background: #1673ff;
  color: #fff;
  border-radius: 0.08rem;
}
.report .container .swiper {
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
.report .container .swiper .swiper-container {
  width: 100%;
}
.report .container .swiper .swiper-container .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: 0 0.6rem;
  border-radius: 0.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .report .container .swiper .swiper-container .swiper-slide {
    padding: 0 0.3rem;
  }
}
.report .container .swiper .swiper-container .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}
.report .container .swiper .swiper-container .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .report .container .swiper .swiper-container .swiper-slide .bg img.pc {
    display: none;
  }
}
.report .container .swiper .swiper-container .swiper-slide .bg img.sm {
  display: none;
}
@media (max-width: 991px) {
  .report .container .swiper .swiper-container .swiper-slide .bg img.sm {
    display: block;
  }
}
.report .container .swiper .swiper-container .swiper-slide .logo {
  position: absolute;
  z-index: 2;
  top: 0.3rem;
  right: 0.3rem;
  height: 0.23rem;
  display: none;
}
.report .container .swiper .swiper-container .swiper-slide .public-img {
  width: 59.375%;
}
@media (max-width: 991px) {
  .report .container .swiper .swiper-container .swiper-slide .public-img {
    width: 100%;
  }
}
.report .container .swiper .swiper-container .swiper-slide .public-img::before {
  padding-top: 60.52631579%;
}
.report .container .swiper .swiper-container .swiper-slide .tbox {
  width: 40.625%;
}
@media (max-width: 991px) {
  .report .container .swiper .swiper-container .swiper-slide .tbox {
    width: 100%;
    padding: 0.5rem 0 0.8rem;
  }
}
.report .container .swiper .swiper-container .swiper-slide .tbox .title {
  line-height: 1.33333333em;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0.14rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.report .container .swiper .swiper-container .swiper-slide .tbox .txt {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
  margin-top: 0.17rem;
}
.report .container .swiper .swiper-container .swiper-slide .tbox .more {
  display: flex;
  margin-top: 0.45rem;
}
.report .container .swiper .swiper-container .swiper-slide .tbox .more .public-btn:hover .r_icon svg {
  transform: rotate(0);
}
.report .container .swiper .swiper-container .swiper-pagination {
  width: 100%;
  padding: 0 0.6rem;
  bottom: 0.3rem;
  font-size: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .report .container .swiper .swiper-container .swiper-pagination {
    text-align: center;
  }
}
.report .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.4s;
  margin: 0 6px 0 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .report .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
}
.report .container .swiper .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
}
.report .container .list {
  width: 100%;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .report .container .list {
    margin-top: 1.2rem;
  }
}
.report .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.report .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem 0.3rem;
  background: #edf4ff;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .report .container .list ul li {
    width: calc(50% - 0.3rem);
  }
}
@media (max-width: 767px) {
  .report .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.report .container .list ul li a {
  width: 100%;
  display: block;
}
.report .container .list ul li a .public-img {
  width: 100%;
}
.report .container .list ul li a .public-img::before {
  padding-top: 55.04587156%;
}
.report .container .list ul li a .public-img img {
  transition: all 0.8s;
}
.report .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0.2rem;
}
.report .container .list ul li a .tbox .t1 {
  color: #222;
  line-height: 1.2em;
  font-weight: bold;
  transition: all 0.4s;
}
.report .container .list ul li a .tbox .more {
  display: flex;
  align-items: center;
  line-height: 1.5em;
  margin-top: 0.38rem;
}
.report .container .list ul li a .tbox .more span {
  color: #1673ff;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
.report .container .list ul li a .tbox .more svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .report .container .list ul li a .tbox .more svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.report .container .list ul li a .tbox .more svg path {
  fill: #057cff;
  stroke: none;
  opacity: 1;
}
.report .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.report .container .list ul li:hover a .tbox .t1 {
  color: #1b87ff;
}
.report .container .list ul li:hover a .tbox .more span {
  margin-right: 0.3rem;
}
.report .container .page-list {
  margin-top: 0.3rem;
}
.report-info {
  width: 100%;
  padding: 0 0 0.94rem;
}
@media (max-width: 767px) {
  .report-info {
    padding: 0 0 1.2rem;
  }
}
.report-info .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.report-info .container .info {
  width: 72.85714286%;
  padding-top: 0.16rem;
}
@media (max-width: 991px) {
  .report-info .container .info {
    width: 100%;
  }
}
.report-info .container .info .title {
  line-height: 1.5em;
  color: #191919;
  font-weight: bold;
}
.report-info .container .info .tips {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.1rem;
  line-height: 1.71428571em;
  color: #999;
}
.report-info .container .info .tips span {
  margin-right: 0.52rem;
}
.report-info .container .info .tips span:last-child {
  margin-right: 0;
}
.report-info .container .info .public-content {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  line-height: 1.5em;
  color: #000;
  margin-top: 0.24rem;
  padding: 0.32rem 0;
}
.report-info .container .info .ck-box {
  width: 100%;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  border-bottom: 1px solid rgba(102, 102, 102, 0.1);
  margin-top: 0.3rem;
  display: flex;
}
.report-info .container .info .ck-box a {
  width: 50%;
  border-right: 1px solid rgba(102, 102, 102, 0.1);
  padding: 0.35rem 0;
}
.report-info .container .info .ck-box a:first-child span svg {
  transform: rotateZ(180deg);
}
.report-info .container .info .ck-box a:last-child {
  border-right: none;
  text-align: right;
}
.report-info .container .info .ck-box a:last-child span {
  flex-direction: row-reverse;
}
.report-info .container .info .ck-box a:last-child span svg {
  margin-right: 0;
  margin-left: 0.2rem;
}
.report-info .container .info .ck-box a span {
  display: flex;
  align-items: center;
  color: #444;
  line-height: 1.625em;
}
.report-info .container .info .ck-box a span svg {
  width: 15px;
  height: 15px;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .report-info .container .info .ck-box a span svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.report-info .container .info .ck-box a span svg path {
  fill: #1673ff;
  opacity: 1;
}
.report-info .container .info .ck-box a p {
  line-height: 1.625em;
  color: #000;
  transition: all 0.4s;
  margin-top: 7px;
}
.report-info .container .info .ck-box a:hover p {
  color: #0568fd;
}
.report-info .container .info .back {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.report-info .container .other {
  width: 22.85714286%;
  background: #fff url(../images/report-other-bg.png) 0.3rem top no-repeat;
  border-radius: 0.14rem;
  padding: 0.64rem 0 0.41rem;
  margin-top: 0.22rem;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
}
@media (max-width: 991px) {
  .report-info .container .other {
    width: 100%;
    max-width: 320px;
    margin: 0.8rem auto 0;
  }
}
.report-info .container .other .title {
  line-height: 1.25em;
  color: #000;
  text-align: center;
}
.report-info .container .other .load {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.27rem;
}
.report-info .container .other .public-btn {
  width: 68.75%;
}
.report-info .container .other .public-btn p {
  margin-right: 0;
}
.report-info .container .other .sbox {
  width: 100%;
  margin-top: 0.36rem;
}
.report-info .container .other .sbox .txt {
  width: 100%;
  display: flex;
  justify-content: center;
}
.report-info .container .other .sbox .txt span {
  color: #999;
  line-height: 1.625em;
  position: relative;
  padding: 0 0.2rem;
}
.report-info .container .other .sbox .txt span::before {
  content: '';
  width: 0.5rem;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 100%;
}
.report-info .container .other .sbox .txt span::after {
  content: '';
  width: 0.5rem;
  height: 1px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  left: 100%;
}
.report-info .container .other .sbox .share {
  display: flex;
  justify-content: center;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .report-info .container .other .sbox .share {
    width: 100%;
    margin-top: 0.15rem;
  }
}
.report-info .container .other .sbox .share a {
  padding-left: 0.24rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.08rem;
  transition: all ease-out 0.3s;
  position: relative;
  opacity: 1;
  border: none !important;
}
@media (max-width: 767px) {
  .report-info .container .other .sbox .share a {
    padding-left: 0.4rem;
    height: 0.4rem;
  }
}
.report-info .container .other .sbox .share a svg {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .report-info .container .other .sbox .share a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.report-info .container .other .sbox .share a svg path {
  fill: rgba(10, 15, 31, 0.4);
  opacity: 1;
  transition: all ease-out 0.3s;
}
.report-info .container .other .sbox .share a:hover {
  background: none !important;
}
.report-info .container .other .sbox .share a:hover svg path {
  fill: #0568fd;
}
.hot-load {
  width: 100%;
  padding-bottom: 1.18rem;
}
@media (max-width: 767px) {
  .hot-load {
    padding-bottom: 0.9rem;
  }
}
.hot-load .container {
  max-width: 1400px;
}
.hot-load .container .title {
  line-height: 1.27777778em;
  color: #000;
  font-weight: bold;
}
.hot-load .container .list {
  width: 100%;
  margin-top: 0.44rem;
}
.hot-load .container .list ul {
  width: calc(100% + 0.3rem);
  margin: 0 -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.hot-load .container .list ul li {
  width: calc(25% - 0.3rem);
  margin: 0 0.15rem;
  background: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hot-load .container .list ul li {
    width: calc(50% - 0.3rem);
    margin: 0 0.15rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .hot-load .container .list ul li {
    width: calc(100% - 0.3rem);
  }
}
.hot-load .container .list ul li a {
  width: 100%;
  display: block;
}
.hot-load .container .list ul li a .public-img {
  width: 100%;
}
.hot-load .container .list ul li a .public-img::before {
  padding-top: 55.04587156%;
}
.hot-load .container .list ul li a .public-img img {
  transition: all 0.8s;
}
.hot-load .container .list ul li a .tbox {
  width: 100%;
  padding: 0.25rem 0.2rem;
}
.hot-load .container .list ul li a .tbox .t1 {
  color: #222;
  line-height: 1.2em;
  font-weight: bold;
  transition: all 0.4s;
}
.hot-load .container .list ul li a .tbox .more {
  display: flex;
  align-items: center;
  line-height: 1.5em;
  margin-top: 0.38rem;
}
.hot-load .container .list ul li a .tbox .more span {
  color: #1673ff;
  margin-right: 0.2rem;
  transition: all 0.4s;
}
.hot-load .container .list ul li a .tbox .more svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .hot-load .container .list ul li a .tbox .more svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.hot-load .container .list ul li a .tbox .more svg path {
  fill: #057cff;
  opacity: 1;
}
.hot-load .container .list ul li:hover a .public-img img {
  transform: scale(1.05);
}
.hot-load .container .list ul li:hover a .tbox .t1 {
  color: #1b87ff;
}
.hot-load .container .list ul li:hover a .tbox .more span {
  margin-right: 0.3rem;
}
.report-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.report-pop .box {
  width: 840px;
  max-width: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.08rem;
  padding: 0.6rem 0.6rem 0.7rem;
  background: #fff;
}
.report-pop .box .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.32rem;
  height: 0.32rem;
  cursor: pointer;
}
.report-pop .box .close svg {
  width: 0.2rem;
  height: 0.2rem;
}
.report-pop .box .close svg path {
  fill: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.report-pop .box .title {
  line-height: 1.27777778em;
  font-weight: bold;
  color: #222;
}
.report-pop .box .txt {
  color: rgba(34, 34, 34, 0.6);
  line-height: 1.33333333em;
  margin-top: 0.1rem;
  margin-bottom: 0.28rem;
}
.report-pop .box .item {
  width: 100%;
  margin-bottom: 0.14rem;
  position: relative;
}
.report-pop .box .item .ts {
  width: 100%;
  height: 0.66rem;
  border-radius: 4px;
  padding: 0 0.1rem 0 0.45rem;
  background: #f4f6fa;
}
.report-pop .box .item .ts::placeholder {
  color: #999;
}
.report-pop .box .item span {
  color: #1673ff;
  position: absolute;
  left: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
}
.report-pop .box .item .ts2 {
  width: 100%;
  height: 0.66rem;
  border-radius: 4px;
  padding: 0.2rem 0.1rem 0.1rem 0.35rem;
  line-height: 1.625em;
  background: #f4f6fa;
}
.report-pop .box .item .ts2::placeholder {
  color: #999;
}
.report-pop .box .more {
  display: flex;
  margin-top: 0.25rem;
}
.report-pop .box .more .btn {
  width: 2.4rem;
  height: 0.6rem;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(to right, #1673ff, #2bc6ff);
}
.contact-banner {
  width: 100%;
}
.contact-banner .bg {
  width: 100%;
  height: 6rem;
}
.contact-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .contact-banner .bg img:nth-child(1) {
    display: none;
  }
}
.contact-banner .bg img:nth-child(2) {
  display: none;
}
@media (max-width: 991px) {
  .contact-banner .bg img:nth-child(2) {
    display: block;
  }
}
.contact-banner .container {
  max-width: 1400px;
  position: absolute;
  top: 1.68rem;
  left: 50%;
  transform: translateX(-50%);
}
.contact-banner .container .txt {
  color: #0568fd;
  font-weight: bold;
  line-height: 1.44444444em;
}
.contact-banner .container .title {
  line-height: 1.36363636em;
  font-weight: bold;
  color: #191919;
  margin-top: 0.28rem;
}
.contact {
  width: 100%;
  background: #f3f9ff;
  padding: 0 0 0.55rem;
}
.contact .container {
  max-width: 1400px;
}
.contact .container .list {
  width: 100%;
  margin-top: -1rem;
}
.contact .container .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .container .list ul li {
  width: 31.42857143%;
  background: #edf4ff;
  border-radius: 0.26rem;
  padding: 0.52rem 0.55rem 0.28rem;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .contact .container .list ul li {
    padding: 0.3rem;
  }
}
@media (max-width: 767px) {
  .contact .container .list ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.contact .container .list ul li .icon {
  width: 0.5rem;
  height: 0.58rem;
  display: flex;
}
@media (max-width: 767px) {
  .contact .container .list ul li .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.contact .container .list ul li .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.contact .container .list ul li .title {
  line-height: 1.38461538em;
  margin-top: 0.35rem;
  color: #000;
  font-weight: bold;
}
.contact .container .list ul li .txt {
  line-height: 1.5em;
  color: #444;
  margin-top: 0.1rem;
  margin-bottom: 0.48rem;
}
.contact .container .list ul li .tb {
  margin-top: 0.2rem;
}
.contact .container .list ul li .tb .ts {
  line-height: 1.5em;
  font-weight: bold;
  color: #0568fd;
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
.contact .container .list ul li .tb .ts:last-child {
  margin-bottom: 0;
}
.contact .container .list ul li .tb .ts img {
  width: 16px;
  margin-right: 0.1rem;
}
.contact .container .list ul li .ewm {
  width: 94px;
  height: 94px;
  margin-top: 0.25rem;
}
.contact .container .list ul li .ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact .container .top {
  width: 100%;
  margin-top: 0.94rem;
}
@media (max-width: 767px) {
  .contact .container .top {
    margin-top: 0.9rem;
  }
}
.contact .container .top .title {
  color: #191919;
  font-weight: bold;
  line-height: 1.33333333em;
}
.contact .container .top .menu {
  width: 100%;
  margin-top: 0.34rem;
  position: relative;
}
.contact .container .top .menu .bg {
  width: 102px;
  height: 0.52rem;
  border-radius: 0.26rem;
  background: #0568fd;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.contact .container .top .menu ul {
  display: flex;
  position: relative;
  z-index: 2;
}
.contact .container .top .menu ul li {
  width: 102px;
  height: 0.52rem;
  border-radius: 0.26rem;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
}
.contact .container .top .menu ul li.on {
  color: #fff;
}
.contact .container .list2 {
  width: 100%;
  margin-top: 0.35rem;
}
.contact .container .list2 ul {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .container .list2 ul.on {
  display: flex;
}
.contact .container .list2 ul li {
  width: 48.57142857%;
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .contact .container .list2 ul li {
    width: 100%;
  }
}
.contact .container .list2 ul li .tbox .t1 {
  line-height: 1.41666667em;
  color: #000;
  font-weight: bold;
}
.contact .container .list2 ul li .tbox .t2 {
  margin-top: 7px;
  line-height: 1.875em;
  color: #444;
}
.contact .container .list2 ul li .img {
  width: 100%;
  position: relative;
  border-radius: 0.26rem;
  margin-top: 0.22rem;
  overflow: hidden;
}
.contact .container .list2 ul li .img .public-img {
  width: 100%;
}
.contact .container .list2 ul li .img .public-img::before {
  padding-top: 58.82352941%;
}
.contact .container .list2 ul li .img a {
  width: 0.66rem;
  display: flex;
  position: absolute;
  z-index: 2;
  left: 50.14705882%;
  top: 34.5%;
}
