@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  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: 83.333333%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 77.03%;
  max-width: 1480px;
}
@media screen and (max-width: 1580px) {
  .container2 .container2 {
    width: 85%;
  }
}
@media screen and (max-width: 1260px) {
  .container2 .container2 {
    width: 90%;
  }
}
.container3 {
  margin: 0 auto;
  width: 62.5%;
  max-width: 1200px;
}
@media screen and (max-width: 1580px) {
  .container3 .container3 {
    width: 85%;
  }
}
@media screen and (max-width: 1260px) {
  .container3 .container3 {
    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;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font28 {
  font-size: 28px;
}
.font32 {
  font-size: 0.32rem;
}
.font36 {
  font-size: 0.36rem;
}
.font38 {
  font-size: 0.38rem;
}
.font48 {
  font-size: 0.48rem;
}
.font64 {
  font-size: 0.64rem;
}
@media (max-width: 1580px) {
  .font14 {
    font-size: 12px;
  }
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font24 {
    font-size: 22px;
  }
  .font28 {
    font-size: 26px;
  }
  .font48 {
    font-size: 0.44rem;
  }
}
@media (max-width: 1260px) {
  .font48 {
    font-size: 0.4rem;
  }
  .font20 {
    font-size: 16px;
  }
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.28rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.28rem;
  }
  .font20 {
    font-size: 0.28rem;
  }
  .font24 {
    font-size: 0.28rem;
  }
  .font28 {
    font-size: 0.28rem;
  }
  .font36 {
    font-size: 0.28rem;
  }
  .font38 {
    font-size: 0.4rem;
  }
  .font48 {
    font-size: 0.4rem;
  }
  .font64 {
    font-size: 0.4rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-btn-more {
  opacity: 1;
  transition: 0.3s;
}
.public-btn-more a {
  display: flex;
  align-items: center;
}
.public-btn-more a span {
  font-size: 0.18rem;
  color: #666666;
}
.public-btn-more a .btn {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.public-btn-more a .btn .img {
  width: 20px;
}
.public-btn-more a .btn .img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-btn-more a .btn .img svg path {
  fill: "#ccc";
  transition: 0.36s ease;
}
.public-btn-more a .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #0a1c68;
  transform: translateX(-100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.public-btn-more a .btn:hover svg path {
  fill: #fff;
}
.public-btn-more a .btn:hover::before {
  transform: translateX(0);
}
.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;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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;
}
#c-header.c-head-move {
  top: -1rem;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 .c-menu .img1 {
  display: none !important;
}
#c-header.c-style2 .c-menu .img2 {
  display: block !important;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-style2 a {
  color: #333;
}
#c-header .containers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0.5rem;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header .c-right-box .c-menu {
  display: flex;
  align-items: center;
  margin-left: 0.54rem;
}
#c-header .c-right-box .c-menu .span {
  display: block;
  width: 2px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
#c-header .c-right-box .c-menu li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-right-box .c-menu li .img1 {
  width: 21px;
  height: 22px;
  margin-left: 0.54rem;
}
#c-header .c-right-box .c-menu li .img1 img {
  width: 100%;
  height: 100%;
}
#c-header .c-right-box .c-menu li .img2 {
  display: none;
  width: 0.21rem;
  height: 0.22rem;
  margin-left: 0.54rem;
}
#c-header .c-right-box .c-menu li .img2 img {
  width: 100%;
}
@media (max-width: 1260px) {
  #c-header .c-right-box .c-menu .span {
    display: none ;
  }
}
/*顶部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 .c-txt {
  margin-left: 0.14rem;
}
#c-header .c-logo .c-txt span {
  display: block;
}
#c-header .c-logo .c-txt span:first-child {
  color: #fff;
  height: 0.5rem;
  line-height: 0.8rem;
  text-align: left;
}
#c-header .c-logo .c-txt span:last-child {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-family: "Myriad Pro";
  height: 0.5rem;
  line-height: 0.3rem;
  text-align: left;
}
#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.54rem;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #005CE6;
  transition: 0.3s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#c-header .c-nav li.on > a::before,
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#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-new-style .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header .c-new-style .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header .c-new-style .c-logo .c-txt span:nth-child(1) {
  color: #333;
}
#c-header .c-new-style .c-logo .c-txt span:nth-child(2) {
  color: #666;
}
#c-header .c-new-style .c-right-box a {
  color: #666;
}
#c-header .c-new-style .c-right-box .c-gn svg path {
  fill: #666;
}
#c-header .c-new-style .c-right-box .c-gn button svg path {
  fill: #fff;
}
#c-header .c-new-style .c-right-box .span {
  background-color: #666;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #005CE6;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1rem;
  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;
}
#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 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: #005CE6;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1rem);
}
/*顶部导航开关*/
#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: #005CE6 !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;
  color: #000;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #005CE6;
  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: #005CE6;
}
@keyframes op {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes sc {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*首页轮播图*/
.index {
  z-index: -1 !important;
}
.c-home-banner {
  height: 100vh;
  overflow: hidden;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 0;
}
.c-home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .mySwiper {
  height: 100%;
  width: 100%;
}
.c-home-banner .mySwiper .swiper-wrapper {
  width: 100%;
}
.c-home-banner .mySwiper .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.c-home-banner .mySwiper .swiper-wrapper .swiper-slide .pc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .mySwiper .swiper-wrapper .swiper-slide .mobile-img {
  display: none;
}
.c-home-banner .mySwiper .swiper-wrapper .swiper-slide .mobile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .mySwiper .swiper-wrapper .swiper-slide .banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .mySwiper .banner-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 12px;
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.c-home-banner .mySwiper .banner-next i {
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 20px;
}
.c-home-banner .mySwiper .swiper-pagination {
  bottom: 50%;
  transform: translateY(50%);
  left: 94%;
  width: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-home-banner .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 0.4rem;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  font-size: 12px;
}
.c-home-banner .mySwiper .swiper-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.3s;
  transform: translateX(100%);
  margin-top: 0.05rem;
}
.c-home-banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  color: #0a1c68;
  transition: 0.3s;
  overflow: hidden;
}
.c-home-banner .mySwiper .swiper-pagination .swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  width: 0.5rem;
  height: 2px;
  background-color: #0a1c68;
  transform: translateX(0);
  margin-top: 0.05rem;
}
@media (max-width: 1023px) {
  .c-home-banner .mySwiper .swiper-pagination {
    display: none !important;
  }
}
.c-home-banner .containers {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: sc 2s;
  width: 90%;
}
.c-home-banner .containers .c-text,
.c-home-banner .containers .c-text2 {
  line-height: 1;
  margin-top: 0.4rem;
  opacity: 1;
  transition: all 0.5s;
  text-align: center;
  color: #fff;
}
.c-home-banner .containers .c-text span,
.c-home-banner .containers .c-text2 span {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  opacity: 1;
}
.c-home-banner .containers .c-text span:nth-child(even),
.c-home-banner .containers .c-text2 span:nth-child(even) {
  animation: op 2s;
}
.c-home-banner .containers .c-text span:nth-child(odd),
.c-home-banner .containers .c-text2 span:nth-child(odd) {
  animation: op 2.5s;
}
.c-home-banner .containers .c-text2 {
  margin-top: 0.2rem;
}
.c-home-banner .containers .c-text2 span {
  font-size: 0.16rem;
}

@media (max-width:500px) {
  .c-home-banner .containers .c-text2{display: none;}
}

.about {
  width: 100%;
  height: 100vh;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  background-color: #f8f8f8;
}
.about .inner {
  display: flex;
}
.about .on {
  opacity: 1 !important;
  transform: translateY(-10px) !important;
}
.about .left {
  width: 54%;
  background: url(../images/about-bg_03.png) no-repeat;
  margin-left: 1rem;
  padding-left: 1.2rem;
  padding-top: 0.7rem;
}
.about .left p {
  font-weight: 700;
  opacity: 0;
  transform: translateY(0px);
  transition: 1s;
}
.about .left p span{font-size: .32rem !important;}

.about .left p:nth-child(1) {
  color: #999;
  margin-bottom: 0.22rem;
}
.about .left p:nth-child(2) {
  color: #0a1c68;
  margin-bottom: 0.15rem;
}
.about .left p:nth-child(3) {
  color: #666;
  margin-bottom: 0.6rem;
}
.about .left .more {
  opacity: 0;
  transition: 0.3s;
}
.about .left .more a {
  display: flex;
  align-items: center;
}
.about .left .more a span {
  font-size: 0.18rem;
  color: #666666;
}
.about .left .more a .btn {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.about .left .more a .btn .img {
  width: 20px;
  display: flex;
  align-items: center;
}
.about .left .more a .btn svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .left .more a .btn svg path {
  fill: #ccc;
  transition: 0.36s ease;
}
.about .left .more a .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #0a1c68;
  transform: translateX(-100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.about .left .more a .btn:hover svg path {
  fill: #fff;
}
.about .left .more a .btn:hover::before {
  transform: translateX(0);
}
.about .left .num-scoll {
  margin-top: 0.8rem;
}
.about .left .num-scoll .top {
  color: #666666;
  height: 0.18rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}
.about .left .num-scoll .top i {
  display: inline-block;
  width: 0.03rem;
  height: 0.17rem;
  background-color: #0a1c68;
  margin-right: 0.1rem;
}
.about .left .num-scoll #c-list7 {
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #0a1c68;
}
.about .left .num-scoll #c-list7 .list {
  display: flex;
  margin-right: 0.8rem;
  width: 7em;
}
.about .left p:nth-child(2){width: 7rem;}

.about .left p:nth-child(2) span{font-size: .32rem;}

@media (max-width:1580px) {
  .about .left .num-scoll #c-list7 .list {
    margin-right: .5rem;
  }
  .about .left p:nth-child(2){width: 7rem;}
}

@media (max-width:1199px) {
  .about .left .num-scoll #c-list7{position: relative !important}
}


.main .m-ul .m-li .m-r-info p{width: 5.5rem;}
  .main .m-ul .m-li .m-l-info p{width: 5.5rem;}

@media (max-width:1199px) {
  .about .left .num-scoll #c-list7 .list {
    margin-right: .3rem;
    
  }
  .about .left p:nth-child(2){width: 6rem;}
}



.about .left .num-scoll #c-list7 .list .l .num {
  font-size: 0.56rem;
  font-family: "AvantGarde-Demi";
  font-weight: 700;
  color: #0a1c68;
  margin-bottom: 0;
}
.about .left .num-scoll #c-list7 .list .l span {
  color: #333;
  font-size: 0.16rem;
  display: block;
  margin-top: -5px;
}
.about .left .num-scoll #c-list7 .list .r {
  margin-top: 0.2rem;
  font-size: 0.12rem;
}


@media (max-width:768px) {
  .about .left .num-scoll #c-list7{overflow: initial;flex-wrap: wrap;}
  .about .left .num-scoll #c-list7 .list{width:40%;margin-top: .3rem;}
}

.about .right {
  width: 46%;
  background: url(../images/about-bg_05.png) no-repeat;
  display: flex;
  overflow: hidden;
}
.about .right .left-img {
  width: 68% !important;
  position: relative;
}
.about .right .left-img .swiper-wrapper {
  width: 100%;
}
.about .right .left-img .swiper-wrapper .swiper-slide {
  width: 100%;
}
.about .right .left-img .swiper-wrapper .swiper-slide .inner-img {
  position: relative;
  width: 100%;
  padding-top: 130%;
}
.about .right .left-img .swiper-wrapper .swiper-slide .inner-img .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.about .right .left-img .left-btn,
.about .right .left-img .right-btn {
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.about .right .left-img .left-btn .img,
.about .right .left-img .right-btn .img {
  height: 26px;
  width: 14px;
  display: flex;
  align-items: center;
}
.about .right .left-img .left-btn:hover svg path,
.about .right .left-img .right-btn:hover svg path {
  fill: #0a1c68;
}
.about .right .left-img .left-btn {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  z-index: 1;
}
.about .right .left-img .left-btn svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
}
.about .right .left-img .left-btn svg path {
  fill: #fff;
  transition: 0.36s ease;
}
.about .right .left-img .right-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.about .right .left-img .right-btn svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.5);
}
.about .right .left-img .right-btn svg path {
  fill: #fff;
}
.about .right .right-txt {
  padding-top: 0.9rem;
  width: 32%;
}
.about .right .right-txt .p {
  width: 100%;
  font-size: 1.8rem;
  color: #0a1c68;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  position: relative;
  font-weight: 700;
}
.about .right .right-txt .p::before {
  position: absolute;
  left: 1.2rem;
  bottom: -0.88rem;
  display: block;
  content: "";
  width: 0.5rem;
  height: 1.9rem;
  background-color: #f8f8f8;
  border-left: 1px solid #0a1c68;
  transform: rotate(70deg);
}
@media (max-width: 1580px) {
  .about .right .right-txt .p {
    font-size: 140px;
  }
  .about .right .right-txt .p::before {
    left: 97px;
    bottom: -62px;
    height: 135px;
  }
}
@media (max-width: 1462px) {
  .about .left {
    width: 50%;
  }
  .about .left .num-scoll #c-list7 .list:last-child {
    margin-right: 0;
  }
  .about .right {
    width: 50%;
  }
  .about .right .right-txt .p {
    font-size: 140px;
  }
  .about .right .right-txt .p::before {
    left: 97px;
    bottom: -62px;
    height: 135px;
  }
}
@media (max-width: 1430px) {
  .about .right {
    width: 50%;
  }
  .about .right .right-txt .p {
    font-size: 140px;
  }
  .about .right .right-txt .p::before {
    left: 1.1rem;
    bottom: -0.9rem;
    height: 135px;
  }
}
@media (max-width: 1260px) {
  .about .left {
    padding-top: 2rem;
    margin-left: 0;
  }
  .about .right {
    padding-top: 2rem;
  }
}
@media (max-width: 1200px) {
  .about .right .right-txt .p {
    font-size: 120px;
  }
  .about .right .right-txt .p::before {
    left: 1.3rem;
    bottom: -0.8rem;
    height: 120px;
  }
}
@media (max-width: 1130px) {
  .about .right .right-txt .p {
    font-size: 120px;
  }
  .about .right .right-txt .p::before {
    left: 1.1rem;
    bottom: -0.8rem;
    height: 120px;
  }
}
@media (max-width: 1040px) {
  .about .right .right-txt .p {
    font-size: 120px;
  }
  .about .right .right-txt .p::before {
    left: 0.9rem;
    bottom: -0.8rem;
    height: 120px;
  }
}
@media (max-width: 1023px) {
  .about {
    height: auto;
    padding-top: 0;
  }
  .about .inner {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .about .inner .left {
    width: 100%;
    padding-top: 1rem;
  }
  .about .inner .left .br {
    display: none;
  }
  .about .inner .right {
    width: 100%;
    padding-top: 0;
  }
  .about .inner .right .left-img {
    width: 100% !important;
  }
  .about .inner .right .right-txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .about .inner .left {
    padding: 0.8rem 0.5rem 0;
  }
  .about .inner .left .num-scoll {
    margin-top: 0.4rem;
  }
  .about .inner .left .num-scoll #c-list7 .list .l .num {
    margin-top: 4px;
  }
}
.active .share-img {
  transform: translate(100%) !important;
}
.active .inner-img {
  opacity: 1 !important;
}
.active .m-r-info {
  opacity: 1 !important;
  transform: translateY(-20px) !important;
}
.active2 .share-img2 {
  transform: translate(100%) !important;
  opacity: 1 !important;
}
.active2 .inner-img {
  opacity: 1 !important;
}
.active2 .m-l-info {
  opacity: 1 !important;
  transform: translateY(-20px) !important;
}
.main {
  background-color: #f8f8f8;
}
.main .core {
  background-color: #fff;
  position: sticky;
  top: 0;
}
.main .core .c-container {
  margin: 0 2.2rem;
  display: flex;
  justify-content: space-between;
  padding-top: 0.95rem;
  padding-bottom: 0.75rem;
}
.main .core .c-container .on {
  opacity: 1 !important;
  transform: translateY(-10px) !important;
}
.main .core h2 {
  display: flex;
  font-size: 0.24rem;
  opacity: 0;
  transform: translateY(0);
  transition: 1s;
}
.main .core h2 .span {
  font-weight: 600;
  color: #666;
  margin-right: 1.4rem;
}
.main .core h2 .detalis {
  color: #666666;
}
.main .core h2 .detalis span {
  color: #0c1f6b;
}
.main .core .date {
  font-family: "AvantGarde-Demi";
  font-size: 0.24rem;
  color: #999;
  font-weight: 600;
  opacity: 0;
  transform: translateY(0);
  transition: 1s;
  display: flex;
  align-items: center;
}
.main .core .date span {
  color: #0c1f6b;
}
.main .m-ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  padding-top: 0.5rem;
}
.main .m-ul .m-li {
  position: sticky;
  top: 2.8rem;
  width: 100%;
  display: flex;
  padding: 0 2.2rem;
  margin-bottom: 1.5rem;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.main .m-ul .m-li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.main .m-ul .m-li .more {
  margin-top: 1rem;
}
.main .m-ul .m-li .more a {
  display: flex;
  align-items: center;
}
.main .m-ul .m-li .more span {
  font-size: 0.18rem;
  color: #666666;
}
.main .m-ul .m-li .more .btn {
  width: 0.68rem;
  height: 0.68rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: 0.3s ease;
  border: 1px solid #ccc;
}
.main .m-ul .m-li .more .btn .img {
  width: 20px;
  display: flex;
  align-items: center;
}
.main .m-ul .m-li .more .btn svg {
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .more .btn svg path {
  fill: #ccc;
  transition: 0.36s ease;
}
.main .m-ul .m-li .more .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a1c68;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main .m-ul .m-li .more .btn:hover svg path {
  fill: #fff;
}
.main .m-ul .m-li .more .btn:hover::before {
  transform: translateX(0);
}
.main .m-ul .m-li .m-l-img {
  width: 54%;
  position: relative;
  overflow: hidden;
}
.main .m-ul .m-li .m-l-img .inner-img {
  width: 100%;
  padding-top: 58.5%;
  position: relative;
  transition: 0.5s 0.5s all;
  opacity: 0;
}
.main .m-ul .m-li .m-l-img .inner-img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .m-l-img .inner-img .img img {
  width: 100%;
  object-fit: cover;
}
.main .m-ul .m-li .m-l-img .share-img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.85;
  background: linear-gradient(114deg, rgba(39, 132, 249, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 80%, rgba(228, 230, 240, 0) 110%);
  transform: translateX(-101%);
  transition: 1s all;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.main .m-ul .m-li .m-r-info {
  width: 46%;
  padding-left: 0.9rem;
  padding-top: 1.1rem;
  font-size: 0.18rem;
  text-align: left;
  opacity: 0;
  transform: translateY(0);
  transition: 1s;
}
.main .m-ul .m-li .m-r-info .title {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.26rem;
  font-weight: 600;
}
.main .m-ul .m-li .m-r-info p {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.4rem;
  text-align: left;
}
.main .m-ul .m-li .m-r-info .m-btn {
  width: 2.16rem;
  height: 0.6rem;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main .m-ul .m-li .m-r-info .m-btn .img {
  height: 0.1rem;
  width: 0.2rem;
  display: none;
  margin-left: 0.4rem;
}
.main .m-ul .m-li .m-r-info .m-btn .img img,
.main .m-ul .m-li .m-r-info .m-btn .img svg {
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .m-r-info .m-btn .img img path,
.main .m-ul .m-li .m-r-info .m-btn .img svg path {
  fill: #ccc;
  transition: 0.36s ease;
}
.main .m-ul .m-li .m-r-info .m-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a1c68;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main .m-ul .m-li .m-r-info .m-btn:hover img path,
.main .m-ul .m-li .m-r-info .m-btn:hover svg path {
  fill: #fff;
}
.main .m-ul .m-li .m-r-info .m-btn:hover::before {
  transform: scaleX(1);
}
.main .m-ul .m-li .m-l-info {
  width: 46%;
  padding-top: 1.1rem;
  font-size: 0.18rem;
  text-align: left;
  opacity: 0;
  transform: translateY(0);
  transition: 1s;
}
.main .m-ul .m-li .m-l-info .title {
  font-size: 0.32rem;
  color: #333;
  margin-bottom: 0.26rem;
  font-weight: 600;
}
.main .m-ul .m-li .m-l-info p {
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.4rem;
  text-align: left;
}
.main .m-ul .m-li .m-l-info .m-btn {
  width: 2.16rem;
  height: 0.6rem;
  background-color: #fff;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main .m-ul .m-li .m-l-info .m-btn .img {
  height: 0.1rem;
  width: 0.2rem;
  display: none;
  margin-left: 0.4rem;
}
.main .m-ul .m-li .m-l-info .m-btn .img img,
.main .m-ul .m-li .m-l-info .m-btn .img svg {
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .m-l-info .m-btn .img img path,
.main .m-ul .m-li .m-l-info .m-btn .img svg path {
  fill: #ccc;
  transition: 0.36s ease;
}
.main .m-ul .m-li .m-l-info .m-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a1c68;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.main .m-ul .m-li .m-l-info .m-btn:hover {
  color: #fff;
}
.main .m-ul .m-li .m-l-info .m-btn:hover::before {
  transform: scaleX(1);
}
.main .m-ul .m-li .m-l-info .m-btn:hover img,
.main .m-ul .m-li .m-l-info .m-btn:hover svg {
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .m-l-info .m-btn:hover img path,
.main .m-ul .m-li .m-l-info .m-btn:hover svg path {
  fill: #fff;
}
.main .m-ul .m-li .m-r-img {
  width: 54%;
  overflow: hidden;
  position: relative;
}
.main .m-ul .m-li .m-r-img .inner-img {
  width: 100%;
  padding-top: 58.5%;
  position: relative;
  transition: 0.5s 0.5s all;
  opacity: 0;
}
.main .m-ul .m-li .m-r-img .inner-img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main .m-ul .m-li .m-r-img .inner-img .img img {
  width: 100%;
  object-fit: cover;
}
.main .m-ul .m-li .m-r-img .share-img2 {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.85;
  background: linear-gradient(114deg, rgba(39, 132, 249, 0), rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0.8) 80%, rgba(228, 230, 240, 0) 110%);
  transform: translateX(-101%);
  transform-origin: right;
  transition: 1.5s all;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: left;
  z-index: 10;
}
.main .m-ul .m-li:nth-child(1) {
  z-index: 1;
}
.main .m-ul .m-li:nth-child(2) {
  z-index: 2;
}
.main .m-ul .m-li:nth-child(3) {
  z-index: 3;
}
.main .m-ul .m-li:nth-child(4) {
  z-index: 4;
  position: inherit;
  padding-bottom: 2.5rem;
  top: 0;
}
.main .m-active {
  position: sticky;
  top: 0;
}
.main .mul-active {
  position: sticky;
  top: 2.8rem;
}
@media (max-width: 1260px) {
  .main .core .c-container {
    margin: 0 1.2rem;
  }
  .main .m-ul .m-li {
    padding: 0 1.2rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) {
  .main .core .c-container {
    margin: 0 1.2rem;
  }
  .main .core .date {
    margin-left: 0.2rem;
  }
  .main .core h2 {
    font-size: inherit;
  }
  .main .core h2 .span {
    margin-right: 0.8rem;
  }
  .main .m-ul .m-li {
    padding: 0 1.2rem;
    padding-bottom: 0.3rem;
  }
  .main .m-ul .m-li .m-r-info,
  .main .m-ul .m-li .m-l-info {
    padding-top: 0.6rem;
    padding-bottom: 0.2;
  }
  .main .m-ul .m-li .m-r-info .more,
  .main .m-ul .m-li .m-l-info .more {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .main .core {
    position: inherit;
  }
  .main .core .c-container {
    margin: 0 0.5rem;
    display: block;
  }
  .main .core .c-container h2 {
    display: block;
  }
  .main .core .c-container h2 .detalis {
    margin-top: 0.3rem;
  }
  .main .core .c-container h2 .detalis .br {
    display: none;
  }
  .main .core .c-container .date {
    margin-left: 0;
    margin-top: 0.3rem;
  }
  .main .m-ul #c-list12-1,
  .main .m-ul #c-list12-3 {
    position: inherit;
    display: block;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  .main .m-ul #c-list12-1 .m-l-img,
  .main .m-ul #c-list12-3 .m-l-img {
    width: 100%;
  }
  .main .m-ul #c-list12-1 .m-r-info,
  .main .m-ul #c-list12-3 .m-r-info {
    width: 100%;
    padding-left: 0;
  }
  .main .m-ul #c-list12-2,
  .main .m-ul #c-list12-4 {
    position: inherit;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
  }
  .main .m-ul #c-list12-2 .m-r-img,
  .main .m-ul #c-list12-4 .m-r-img {
    width: 100%;
  }
  .main .m-ul #c-list12-2 .m-l-info,
  .main .m-ul #c-list12-4 .m-l-info {
    width: 100%;
    padding-left: 0;
  }
}
.az-map {
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  background: #fff;
  z-index: 0;
  background-size: cover;
}
.az-map .an-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.az-map .map-video {
  position: absolute;
  top: 0;
  left: 4.5rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.az-map .map-video img {
  width: 100%;
}
.az-map .container {
  position: relative;
  overflow: hidden;
}
.az-map .container .m-top {
  width: 50%;
}
.az-map .container .m-top .desc .p1 {
  color: #999999;
}
.az-map .container .m-top .desc .p2 {
  font-size: 0.36rem;
  color: #0c1f6b;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.az-map .container .m-top .desc .p3 {
  color: #333333;
}

.az-map .container .m-top .desc .p3 span{font-size: .24rem !important;}
.az-map .container .m-bottom {
  width: 25%;
}
.az-map .container .m-bottom .title {
  color: #999999;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
}
.az-map .container .m-bottom .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.az-map .container .m-bottom .header .left {
  display: flex;
}
.az-map .container .m-bottom .header .left .mySwiper4 {
  width: 1rem;
  overflow: hidden;
  margin-left: 0.15rem;
}
.az-map .container .m-bottom .header .left .mySwiper4 .wiper-wrapper {
  width: 100% !important;
}
.az-map .container .m-bottom .header .left .mySwiper4 .wiper-wrapper .swiper-slide {
  width: 100% !important;
  flex-shrink: 0;
}
.az-map .container .m-bottom .header .left .mySwiper4 .wiper-wrapper .swiper-slide span {
  display: block;
  font-size: 0.24rem;
  color: #000000;
}
.az-map .container .m-bottom .header .right {
  color: #999999;
  line-height: 0.28rem;
  transition: 0.3s;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
}
.az-map .container .m-bottom .header .right .btn {
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.az-map .container .m-bottom .header .right .btn .img {
  width: 7px;
  height: 10px;
  display: flex;
  align-items: center;
  transform: scale(1.5);
}
.az-map .container .m-bottom .header .right .btn svg {
  width: 100%;
  height: 100%;
}
.az-map .container .m-bottom .header .right .btn svg path {
  fill: #999;
  transition: 0.36s ease;
}
.az-map .container .m-bottom .header .right:hover {
  color: #0c1f6b;
}
.az-map .container .m-bottom .header .right:hover .btn svg path {
  fill: #0c1f6b;
}
.az-map .container .m-bottom .mySwiper3 .swiper-wrapper .swiper-slide .inner-img {
  padding-top: 52.6%;
  width: 100%;
  position: relative;
}
.az-map .container .m-bottom .mySwiper3 .swiper-wrapper .swiper-slide .inner-img .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.az-map .container .m-bottom .mySwiper3 .swiper-wrapper .swiper-slide .inner-img .img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .az-map {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .az-map .map-video {
    position: inherit;
  }
  .az-map .container .m-top {
    width: 100%;
  }
  .az-map .container .m-top .desc .br {
    display: none;
  }
  .az-map .container .m-bottom {
    width: 100%;
  }
  .az-map .an-img {
    display: none;width: 100%;
  }
}

@media (max-width:415px) {
  .az-map .container .m-bottom .mySwiper3 .swiper-wrapper .swiper-slide .inner-img p{left: .7rem !important;}
}

.news {
  width: 100%;
  padding-top: 0.62rem;
  padding-bottom: 0.6rem;
  background-color: #f9f9f9;
  position: relative;
}
.news .top {
  display: flex;
  justify-content: space-between;
  margin: 0 2.2rem;
  margin-bottom: 0.2rem;
}
.news .top .text {
  font-size: 0.38rem;
  color: #333;
  font-weight: 600;
}
.news .top .more {
  display: flex;
  align-items: center;
}
.news .top .more a {
  display: flex;
  align-items: center;
}
.news .top .more a span {
  color: #666666;
}
.news .top .more a .btn {
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
}
.news .top .more a .btn .img {
  width: 7px;
  height: 10px;
  transform: scale(1.5);
}
.news .top .more a .btn .img img,
.news .top .more a .btn .img svg {
  width: 100%;
  height: 100%;
}
.news .top .more a .btn .img img path,
.news .top .more a .btn .img svg path {
  fill: #999;
  transition: 0.36s ease;
}
.news .top .more:hover svg path {
  fill: #0a1c68;
}
.news .top .more:hover a span {
  color: #0a1c68;
}
.news .mySwiper2 {
  margin: 0 2.2rem;
  overflow: hidden;
  cursor: pointer;
}
.news .mySwiper2 .swiper-wrapper {
  width: 100%;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide {
  width: 25%;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .img-box {
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  transition: 0.3s;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .img-box .inner-img {
  padding-top: 61%;
  width: 100%;
  position: relative;
  transition: 0.36s ease;
  overflow: hidden;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .img-box .inner-img .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.36s ease;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .data {
  font-size: 0.16rem;
  color: #594f3c;
  margin-top: 0.05rem;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .desc {
  font-size: 0.22rem;
  color: #333;
  font-weight: 700;
  margin-top: 0.25rem;
  padding-right: 0.5rem;
  transition: 0.3s ease;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide a .p3 {
  font-size: 0.15rem;
  color: #464545;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.5rem;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide:hover a .img-box {
  border: 3px solid #0a1c68;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide:hover a .desc {
  color: #0426a0;
}
.news .mySwiper2 .swiper-wrapper .swiper-slide:hover a .img {
  transform: scale(1.2);
}
.news .swiper-button-next1,
.news .swiper-button-prev1 {
  width: 0.62rem;
  height: 0.62rem;
  display: flex ;
  justify-content: center ;
  align-items: center ;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  vertical-align: middle;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 50%;
  overflow: hidden;
}
.news .swiper-button-next1 .n-img,
.news .swiper-button-prev1 .n-img {
  width: 0.2rem;
  height: 0.24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.news .swiper-button-next1 .n-img svg,
.news .swiper-button-prev1 .n-img svg {
  width: 100%;
  height: 100%;
}
.news .swiper-button-next1 .n-img svg path,
.news .swiper-button-prev1 .n-img svg path {
  fill: #999999;
}
.news .swiper-button-next1::before,
.news .swiper-button-prev1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0a1c68;
  transform: translateX(-100%);
  border-radius: 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news .swiper-button-next1:hover,
.news .swiper-button-prev1:hover {
  color: #fff;
}
.news .swiper-button-next1:hover::before,
.news .swiper-button-prev1:hover::before {
  transform: translateX(0);
}
.news .swiper-button-next1:hover svg path,
.news .swiper-button-prev1:hover svg path {
  fill: #fff;
}
.news .swiper-button-next1 {
  position: absolute;
  right: 0.75rem;
  bottom: 50%;
  transform: rotate(360deg);
  transform: translateY(50%);
}
.news .swiper-button-prev1 {
  transform: translateY(50%) rotate(180deg);
  position: absolute;
  left: 0.75rem;
  bottom: 50%;
}
@media (max-width: 1023px) {
  .news .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .news .top {
    margin: 0 0.5rem;
  }
  .news .mySwiper2 {
    margin: 0 1rem;
  }
  .news .mySwiper2 .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
  .news .swiper-button-next1 {
    right: 0.2rem;
  }
  .news .swiper-button-prev1 {
    left: 0.2rem;
  }
}
.public-banner {
  position: relative;
}
.public-banner::before {
  padding-top: 33.85%;
}
.public-banner::before .pc-img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .public-banner::before .pc-img {
    display: none;
  }
}
.public-banner::before .moblie-img {
  display: none;
}
@media (max-width: 767px) {
  .public-banner::before .moblie-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .public-banner::before {
    height: 2.5rem;
  }
}
.public-banner .text-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
.public-banner .text-info .title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
}
.public-banner .text-info .subtitle {
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .public-banner .text-info .title {
    color: #fff;
    line-height: 1;
    margin-bottom: 20px;
  }
  .public-banner .text-info .subtitle {
    display: none;
  }
}
.deve-main .deve-item1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-color: #f5f6fa;
}
.deve-main .deve-item1 .container2 .top h2 {
  line-height: 1.2;
}
.deve-main .deve-item1 .container2 .top .desc {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0.46rem;
}
.deve-main .deve-item1 .container2 ul {
  display: flex;
}
.deve-main .deve-item1 .container2 ul li {
  width: 25%;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.deve-main .deve-item1 .container2 ul li:last-child {
  margin-right: 0;
}
.deve-main .deve-item1 .container2 ul li .text-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.36s ease;
}
.deve-main .deve-item1 .container2 ul li .text-info .title {
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  width: 2.25rem;
}
.deve-main .deve-item1 .container2 ul li .text-info .subtitle {
  color: #fff;
  opacity: 0.8;
  line-height: 1.5;
  text-align: center;
  width: 2.55rem;
  transition: 0.36s ease;
  display: none;
}
.deve-main .deve-item1 .container2 ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a1c68;
  opacity: 0;
  z-index: 1;
  transition: 0.36s ease;
}
.deve-main .deve-item1 .container2 ul li:hover .subtitle {
  display: block;
}
.deve-main .deve-item1 .container2 ul li:hover::after {
  opacity: 0.8;
}
.deve-main .deve-item1 .container2 ul .public-img::before {
  padding-top: 124%;
}
.deve-main .deve-item1 .container2 ul .public-img img {
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .deve-main .deve-item1 {
    padding-top: 0.6rem 0;
  }
  .deve-main .deve-item1 .container2 ul {
    display: block;
  }
  .deve-main .deve-item1 .container2 ul li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .deve-main .deve-item1 .container2 ul li:last-child {
    margin-bottom: 0;
  }
  .deve-main .deve-item1 .container2 ul li .text-info .title {
    width: 100%;
  }
  .deve-main .deve-item1 .container2 ul li .text-info .subtitle {
    display: block ;
    width: 100%;
  }
  .deve-main .deve-item1 .container2 ul li::after {
    display: none;
  }
}
.deve-main .deve-box {
  padding-top: 1rem;
}
.deve-main .deve-box .header {
  margin-bottom: 0.9rem;
  text-align: center;
}
.deve-main .deve-box .header h2 {
  line-height: 1.1;
  color: #000;
}
.deve-main .deve-box .header .subtitle {
  line-height: 2.6;
  color: #666;
  margin-top: 15px;
}
.deve-main .deve-box .item1,
.deve-main .deve-box .item3 {
  display: flex;
}

.deve-main .deve-box .item1 .desc{width: 6rem;}
.deve-main .deve-box .item2 .desc{width: 6rem;}
.deve-main .deve-box .item3 .desc{width: 6rem;}
.deve-main .deve-box .item4 .desc{width: 6rem;}

.deve-main .deve-box .item1 .public-img::before,
.deve-main .deve-box .item3 .public-img::before {
  padding-top: 72.9%;
  position: relative;
}
.deve-main .deve-box .item1 .public-img img,
.deve-main .deve-box .item3 .public-img img {
  width: 100%;
  object-fit: cover;
}
.deve-main .deve-box .item1 .left-img,
.deve-main .deve-box .item3 .left-img {
  width: 50%;
}
.deve-main .deve-box .item1 .left-img .swiper,
.deve-main .deve-box .item3 .left-img .swiper {
  overflow: hidden;
}
.deve-main .deve-box .item1 .left-img .swiper .swiper-wrapper .swiper-slide,
.deve-main .deve-box .item3 .left-img .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.deve-main .deve-box .item1 .right-text,
.deve-main .deve-box .item3 .right-text {
  width: 50%;
  padding-top: 1.5rem;
  padding-left: 1.9rem;
  text-align: left;
}
.deve-main .deve-box .item1 .right-text .date,
.deve-main .deve-box .item3 .right-text .date {
  line-height: 1.2;
  color: #0a1c68;
  opacity: 0.1;
}
.deve-main .deve-box .item1 .right-text .title,
.deve-main .deve-box .item3 .right-text .title {
  line-height: 1;
  margin-top: 0.4rem;
  text-align: left;
  color: #0a1c68;
}
.deve-main .deve-box .item1 .right-text .line,
.deve-main .deve-box .item3 .right-text .line {
  width: 0.3rem;
  height: 3px;
  background-color: #dddddd;
  margin-bottom: 24px;
  margin-top: 0.3rem;
}
.deve-main .deve-box .item1 .right-text .desc,
.deve-main .deve-box .item3 .right-text .desc {
  line-height: 1.5;
}
.deve-main .deve-box .item1 .right-text .more,
.deve-main .deve-box .item3 .right-text .more {
  margin-top: 0.3rem;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.deve-main .deve-box .item1 .right-text .more a,
.deve-main .deve-box .item3 .right-text .more a {
  color: #666;
}
.deve-main .deve-box .item2,
.deve-main .deve-box .item4 {
  display: flex;
}
.deve-main .deve-box .item2 .public-img::before,
.deve-main .deve-box .item4 .public-img::before {
  padding-top: 72.9%;
}
.deve-main .deve-box .item2 .public-img img,
.deve-main .deve-box .item4 .public-img img {
  width: 100%;
  object-fit: cover;
}
.deve-main .deve-box .item2 .left-text,
.deve-main .deve-box .item4 .left-text {
  width: 50%;
  padding-top: 1.5rem;
  padding-left: 1.9rem;
  text-align: left;
}
.deve-main .deve-box .item2 .left-text .date,
.deve-main .deve-box .item4 .left-text .date {
  line-height: 1.2;
  color: #0a1c68;
  opacity: 0.1;
}
.deve-main .deve-box .item2 .left-text .title,
.deve-main .deve-box .item4 .left-text .title {
  line-height: 1;
  margin-top: 0.4rem;
  text-align: left;
  color: #0a1c68;
}
.deve-main .deve-box .item2 .left-text .line,
.deve-main .deve-box .item4 .left-text .line {
  width: 0.3rem;
  height: 3px;
  background-color: #dddddd;
  margin-bottom: 24px;
  margin-top: 0.3rem;
}
.deve-main .deve-box .item2 .left-text .desc,
.deve-main .deve-box .item4 .left-text .desc {
  line-height: 1.5;
}
.deve-main .deve-box .item2 .left-text .more,
.deve-main .deve-box .item4 .left-text .more {
  margin-top: 0.3rem;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.deve-main .deve-box .item2 .left-text .more a,
.deve-main .deve-box .item4 .left-text .more a {
  color: #666;
}
.deve-main .deve-box .item2 .right-img,
.deve-main .deve-box .item4 .right-img {
  width: 50%;
}
.deve-main .deve-box .item2 .right-img .swiper,
.deve-main .deve-box .item4 .right-img .swiper {
  overflow: hidden;
}
.deve-main .deve-box .item2 .right-img .swiper .swiper-wrapper .swiper-slide,
.deve-main .deve-box .item4 .right-img .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
@media (max-width: 1580px) {
  .deve-main .deve-box .item1 .right-text,
  .deve-main .deve-box .item3 .right-text {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  .deve-main .deve-box .item1 .right-text .line,
  .deve-main .deve-box .item3 .right-text .line {
    margin: 0.5rem 0;
  }
  .deve-main .deve-box .item2 .left-text,
  .deve-main .deve-box .item4 .left-text {
    padding-top: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1080px) {
  .deve-main .deve-box .item1 .right-text,
  .deve-main .deve-box .item3 .right-text {
    padding-top: 0.5rem;
    padding-left: 0.8rem;
  }
  .deve-main .deve-box .item1 .right-text .line,
  .deve-main .deve-box .item3 .right-text .line {
    margin: 0.5rem 0;
  }
  .deve-main .deve-box .item2 .left-text,
  .deve-main .deve-box .item4 .left-text {
    padding-top: 0.5rem;
    padding-left: 0.8rem;
  }
}
@media (max-width: 1023px) {
  .deve-main .deve-box .item1,
  .deve-main .deve-box .item3 {
    display: block;
  }
  .deve-main .deve-box .item1 .desc{width: 100%;}
  .deve-main .deve-box .item2 .desc{width: 100%;}
  .deve-main .deve-box .item3 .desc{width: 100%;}
  .deve-main .deve-box .item4 .desc{width: 100%;}
  .deve-main .deve-box .item1 .public-img::before,
  .deve-main .deve-box .item3 .public-img::before {
    padding-top: 50.9%;
    position: relative;
  }
  .deve-main .deve-box .item1 .public-img img,
  .deve-main .deve-box .item3 .public-img img {
    width: 100%;
    object-fit: cover;
  }
  .deve-main .deve-box .item1 .right-text,
  .deve-main .deve-box .item3 .right-text {
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
  .deve-main .deve-box .item1 .br,
  .deve-main .deve-box .item3 .br {
    display: none;
  }
  .deve-main .deve-box .item1 .left-img,
  .deve-main .deve-box .item3 .left-img {
    width: 100%;
  }
  .deve-main .deve-box .item2,
  .deve-main .deve-box .item4 {
    display: flex;
    flex-direction: column-reverse;
  }
  .deve-main .deve-box .item2 .public-img::before,
  .deve-main .deve-box .item4 .public-img::before {
    padding-top: 50.9%;
    position: relative;
  }
  .deve-main .deve-box .item2 .public-img img,
  .deve-main .deve-box .item4 .public-img img {
    width: 100%;
    object-fit: cover;
  }
  .deve-main .deve-box .item2 .left-text,
  .deve-main .deve-box .item4 .left-text {
    width: 100%;
    padding: 0.5rem;
    padding-bottom: 1rem;
  }
  .deve-main .deve-box .item2 .br,
  .deve-main .deve-box .item4 .br {
    display: none;
  }
  .deve-main .deve-box .item2 .right-img,
  .deve-main .deve-box .item4 .right-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .deve-main .deve-box .header {
    margin-bottom: 0.5rem;
  }
  .deve-main .deve-box .header .subtitle {
    line-height: 1.5;
  }
  .deve-main .deve-box .item1 .right-text .line,
  .deve-main .deve-box .item3 .right-text .line {
    margin: 0.3rem 0;
  }
  .deve-main .deve-box .item2 .left-text .line,
  .deve-main .deve-box .item4 .left-text .line {
    margin: 0.3rem 0;
  }
}
.new-main .container2 .new-item1 {
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
.new-main .container2 .new-item1 .myNewSwiper {
  overflow: hidden;
  position: relative;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide {
  display: flex;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .public-img {
  width: 50%;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 62.4%;
  position: relative;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .public-img img {
  width: 100%;
  object-fit: cover;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .left {
  width: 50%;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right {
  width: 50%;
  border: solid 1px #dddddd;
  padding-top: 1.06rem;
  padding-left: 0.8rem;
  padding-right: .8rem;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right h2 {
  line-height: 1.2;
  color: #333333;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right h2 a{color: #333;}

.new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right .subtitle {
  line-height: 1.5;
  color: #333333;
  margin-top: 20px;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-pagination {
  position: absolute;
  bottom: 0.2rem;
  left: -25%;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-pagination .swiper-pagination-bulle {
  background-color: #fff;
}
.new-main .container2 .new-item1 .myNewSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn {
  position: absolute;
  bottom: 0.86rem;
  left: 56%;
  transform: translateX(-13%);
  display: flex;
  margin-top: 1.14rem;
  z-index: 1;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .l {
  transform: rotate(-180deg);
  margin-right: 10px;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn .img {
  width: 23px;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn .img img {
  width: 100%;
  height: 100%;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn svg {
  width: 100%;
  height: 100%;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn svg path {
  fill: #999;
}
.new-main .container2 .new-item1 .myNewSwiper .pag-btn .public-btn-more a .btn:hover svg path {
  fill: #fff;
}
@media (max-width: 1260px) {
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right {
    padding-left: 0.6rem;
    padding-top: 0.8rem;
  }
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right .pag-btn {
    margin-top: 0.9rem;
  }
}
@media (max-width: 1023px) {
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide {
    display: block;
  }
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .left {
    width: 100%;
  }
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right {
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  .new-main .container2 .new-item1 .myNewSwiper .pag-btn {
    display: none;
  }
}
.new-main .container2 .new-item2 .nav-list {
  margin-top: 0.7 rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.new-main .container2 .new-item2 .nav-list .list {
  display: flex;
}
.new-main .container2 .new-item2 .nav-list .list a {
  color: #999;
  line-height: 3.3;
  margin-right: 0.3rem;
  cursor: pointer;
  padding-bottom: 0.3rem;
}
.new-main .container2 .new-item2 .nav-list .list a:last-child {
  margin-right: 0 ;
}
.new-main .container2 .new-item2 .nav-list .list a:hover {
  color: #0a1c68;
  border-bottom: 2px solid #0a1c68;
}
.new-main .container2 .new-item2 .nav-list .list .on {
  color: #0a1c68;
  border-bottom: 2px solid #0a1c68;
}
.new-main .container2 .new-item2 .nav-list .search {
  width: 3.89rem;
  height: 0.46rem;
  background-color: #ffffff;
  border-radius: 0.23rem;
  border: solid 1px #dddddd;
  color: #cccccc;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-main .container2 .new-item2 .nav-list .search input {
  padding-left: 28px;
  flex: 1;
  color: #000;
}
.new-main .container2 .new-item2 .nav-list .search i {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 13px;
}
.new-main .container2 .new-item2 .nav-list .search i img {
  width: 100%;
  height: 100%;
}
.new-main .container2 .new-item2 .new-list li {
  margin-bottom: 0.3rem;
  cursor: pointer;
  display: flex;
}
.new-main .container2 .new-item2 .new-list li .public-img::before {
  padding-top: 57.3%;
  position: relative;
  overflow: hidden;
}
.new-main .container2 .new-item2 .new-list li .public-img img {
  width: 100%;
  object-fit: cover;
}
.new-main .container2 .new-item2 .new-list li .left {
  width: 28.5%;
}
.new-main .container2 .new-item2 .new-list li .right {
  margin-left: 0.48rem;
  padding-top: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
  flex: 1;
}
.new-main .container2 .new-item2 .new-list li .right::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.36s ease;
}
.new-main .container2 .new-item2 .new-list li .right .title {
  color: #333;
  line-height: 1;
  transition: 0.5s ease;
}
.new-main .container2 .new-item2 .new-list li .right .desc {
  line-height: 1.5;
  color: #999;
  margin-top: 20px;
  width: 4.96rem;
}
.new-main .container2 .new-item2 .new-list li .right .date {
  margin-top: 0.65rem;
}
.new-main .container2 .new-item2 .new-list li .right .date span {
  color: #999;
  line-height: 1.5;
}
.new-main .container2 .new-item2 .new-list li .right .public-btn-more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-75%);
}
.new-main .container2 .new-item2 .new-list li .right .public-btn-more .btn svg path {
  fill: #999;
}
.new-main .container2 .new-item2 .new-list li:hover .left img {
  transform: scale(1.2);
}
.new-main .container2 .new-item2 .new-list li:hover .right .title {
  color: #0a1c68;
}
.new-main .container2 .new-item2 .new-list li:hover .right .public-btn-more .btn .img path {
  fill: #fff;
}
.new-main .container2 .new-item2 .new-list li:hover .right .public-btn-more .btn::before {
  transform: translateX(0);
}
.new-main .container2 .new-item2 .new-list li:hover .right::after {
  width: 100%;
}
@media (max-width: 767px) {
  .new-main .container2 .new-item2 .nav-list {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-main .container2 .new-item2 .nav-list .list {
    width: 100%;
  }
  .new-main .container2 .new-item2 .nav-list .search {
    width: 100%;
  }
  .new-main .container2 .new-item2 .new-list li {
    display: block;
  }
  .new-main .container2 .new-item2 .new-list li .left {
    width: 100%;
  }
  .new-main .container2 .new-item2 .new-list li .right {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0.3rem;
  }
  .new-main .container2 .new-item2 .new-list li .right .desc {
    width: 100%;
  }
  .new-main .container2 .new-item2 .new-list li .right .date {
    margin-top: 0.5rem;
  }
  .new-main .container2 .new-item2 .new-list li .right .public-btn-more {
    display: none;
  }
}

@media (max-width: 415px) {
  .new-main .container2 .new-item2 .nav-list .search{height: .8rem;}
  .new-main .container2 .new-item1 .swiper-pagination{display: none;}
  .new-main .container2 .new-item1 .myNewSwiper .swiper-wrapper .swiper-slide .right{width: calc(100%);}
}

.new-main .container2 .pager {
  display: flex;
  margin-top: 0.5rem;
  margin-bottom: 1.1rem;
  justify-content: center;
}
.new-main .container2 .pager .perv {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin-right: 16px;
}
.new-main .container2 .pager .perv i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
  transform: rotate(180deg);
}
.new-main .container2 .pager .perv i img,
.new-main .container2 .pager .perv i svg {
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.new-main .container2 .pager .perv i img path,
.new-main .container2 .pager .perv i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.new-main .container2 .pager .perv:hover i img path,
.new-main .container2 .pager .perv:hover i svg path {
  fill: #0a1c68;
}
.new-main .container2 .pager .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
}
.new-main .container2 .pager .next i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
}
.new-main .container2 .pager .next i img,
.new-main .container2 .pager .next i svg {
  width: 100%;
  height: 100%;
  transform: scale(2);
}
.new-main .container2 .pager .next i img path,
.new-main .container2 .pager .next i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.new-main .container2 .pager .next:hover i img path,
.new-main .container2 .pager .next:hover i svg path {
  fill: #0a1c68;
}
.new-main .container2 .pager .perv {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin-right: 16px;
}
.new-main .container2 .pager .perv i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
  transform: rotate(180deg);
}
.new-main .container2 .pager .perv i img,
.new-main .container2 .pager .perv i svg {
  width: 100%;
  height: 100%;
}
.new-main .container2 .pager .perv i img path,
.new-main .container2 .pager .perv i svg path {
  fill: #999;
}
.new-main .container2 .pager .perv i .img2 {
  display: none;
}
.new-main .container2 .pager .perv:hover i .img1 {
  display: none;
}
.new-main .container2 .pager .perv:hover i .img2 {
  display: block;
}
.new-main .container2 .pager .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
}
.new-main .container2 .pager .next i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
}
.new-main .container2 .pager .next i img,
.new-main .container2 .pager .next i svg {
  width: 100%;
  height: 100%;
}
.new-main .container2 .pager .next i img path,
.new-main .container2 .pager .next i svg path {
  fill: #000;
}
.new-main .container2 .pager .next i .img2 {
  display: none;
}
.new-main .container2 .pager .next:hover i .img1 {
  display: none;
}
.new-main .container2 .pager .next:hover i .img2 {
  display: block;
}
.new-main .container2 .pager li {
  margin-right: 16px;
}
.new-main .container2 .pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ddd;
  color: #000;
}
@media (max-width: 414px) {
  .new-main .container2 .pager li {
    margin-right: 10px;
  }
}
.new-main .container2 .pager li:hover {
  background-color: #0a1c68;
}
.new-main .container2 .pager li:hover > a {
  color: #fff;
}
.new-main .container2 .pager li:hover:first-child {
  background-color: #fff;
}
.new-main .container2 .pager li:hover:last-child {
  background-color: #fff;
}
.new-main .container2 .pager .on {
  background-color: #0a1c68;
}
.new-main .container2 .pager .on > a {
  color: #fff;
}
.contact-us .container2 .header {
  padding: 0.8rem 0;
  border-bottom: 1px solid #ddd;
}
.contact-us .container2 .header .title {
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 0.4rem;
}
.contact-us .container2 .header ul {
  display: flex;
}
.contact-us .container2 .header ul li {
  width: 50%;
  margin-right: 0.32rem;
  transition: 0.36s ease;
  border: 1px solid #ddd;
}
.contact-us .container2 .header ul li:last-child {
  margin-right: 0;
}
.contact-us .container2 .header ul li .top {
  padding: 0.3rem 0.4rem 0.34rem;position: relative;
}

.contact-us .container2 .header ul li .top .span{position: absolute;right: .4rem;top: .3rem;}

.contact-us .container2 .header ul li .top .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.contact-us .container2 .header ul li .top .title .h2 {
  line-height: 1;
  color: #000;
}
.contact-us .container2 .header ul li .top .title .span {
  line-height: 1;
  color: rgba(0, 0, 0, 0.1);
  transition: 0.36s ease;
}
.contact-us .container2 .header ul li .top .p1 span:first-child {
  margin-right: 0.3rem;
}
@media (max-width: 1023px) {
  .contact-us .container2 .header ul li .top .p1 span {
    display: block;
  }
}
.contact-us .container2 .header ul li .bottom {
  padding: 23px 0.4rem;
  background-color: #f5f5f5;
  transition: 0.36s ease;
}
.contact-us .container2 .header ul li .bottom a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-us .container2 .header ul li .bottom a .left {
  display: flex;
  align-items: center;
}
.contact-us .container2 .header ul li .bottom a .left .i {
  width: 13px;
  height: 16px;
}
.contact-us .container2 .header ul li .bottom a .left .i svg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}
.contact-us .container2 .header ul li .bottom a .left .i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.contact-us .container2 .header ul li .bottom a .left span {
  line-height: 1.5;
  margin-left: 10px;
  transition: 0.36s ease;
  color: #999;
}
.contact-us .container2 .header ul li .bottom a .right {
  width: 22px;
  height: 11px;
  display: flex;
  align-items: center;
}
.contact-us .container2 .header ul li .bottom a .right svg {
  width: 100%;
}
.contact-us .container2 .header ul li .bottom a .right svg path {
  fill: #999;
  transition: 0.36s ease;
}
.contact-us .container2 .header ul li:hover {
  border: 1px solid #0c1f6b;
}
.contact-us .container2 .header ul li:hover .top .span {
  color: #0c1f6b;
}
.contact-us .container2 .header ul li:hover .bottom {
  background-color: #0c1f6b;
}
.contact-us .container2 .header ul li:hover .bottom .left .i svg path {
  fill: #fff;
}
.contact-us .container2 .header ul li:hover .bottom .left span {
  color: #fff;
}
.contact-us .container2 .header ul li:hover .bottom .right svg path {
  fill: #fff;
}
.contact-us .container2 .form {
  padding: 0.79rem 0;
}
.contact-us .container2 .form .title {
  line-height: 1.2;
  color: #000;
  text-align: center;
  margin-bottom: 0.49rem;
}
.contact-us .container2 .form #form {
  padding: 0.5rem 0.8rem;
  background-color: #f5f6fa;
  /* Chrome */
  /* IE 10+ */
  /* Firefox 4-18 */
  /* Firefox 19+ */
}
.contact-us .container2 .form #form ul {
  display: flex;
  flex-wrap: wrap;
}
.contact-us .container2 .form #form ul li {
  width: 50%;
  margin-bottom: 28px;
}
.contact-us .container2 .form #form ul li:nth-child(odd) {
  padding-right: 0.15rem;
}
.contact-us .container2 .form #form ul li:nth-child(even) {
  padding-left: 0.15rem;
}
.contact-us .container2 .form #form ul li span {
  display: block;
  color: #000;
  margin-bottom: 16px;
}
.contact-us .container2 .form #form ul li input {
  width: 100%;
  padding-left: 20px;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  color: #000;
}
.contact-us .container2 .form #form ul li input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 16px;
}
.contact-us .container2 .form #form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}
.contact-us .container2 .form #form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}
.contact-us .container2 .form #form .textarea span {
  display: block;
  color: #000;
  margin-bottom: 16px;
}
.contact-us .container2 .form #form .textarea #text {
  padding-top: 16px;
  padding-left: 20px;
  background-color: #fff;
  height: 2.6rem;
  width: 100%;
  color: #000;
}
.contact-us .container2 .form #form textarea::-webkit-input-placeholder {
  color: #999;
}
.contact-us .container2 .form #form textarea:-ms-input-placeholder {
  color: #999;
}
.contact-us .container2 .form #form textarea:-moz-placeholder,
.contact-us .container2 .form #form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.contact-us .container2 .form #form .btn {
  cursor: pointer;
  margin-top: 0.3rem;
  width: 100%;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #fff;
  text-align: center;
  background-color: #0a1c68;
}
@media (max-width: 767px) {
  .contact-us .container2 .header {
    padding-bottom: 0.4rem;
  }
  .contact-us .container2 .header .title {
    margin-bottom: 0.3rem;
  }
  .contact-us .container2 .header ul {
    display: block;
  }
  .contact-us .container2 .header ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .contact-us .container2 .form #form {
    padding: 0.5rem 0.4rem;
  }
  .contact-us .container2 .form #form ul li {
    width: 100%;
  }
  .contact-us .container2 .form #form ul li input {
    height: 48px;
  }
  .contact-us .container2 .form #form ul li:nth-child(odd) {
    padding-right: 0;
  }
  .contact-us .container2 .form #form ul li:nth-child(even) {
    padding-left: 0;
  }
}
.report .container3 {
  padding-top: 0.8rem;
  padding-bottom: 1.1rem;
  background-color: #fff;
}
.report .container3 .header {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.report .container3 .header span {
  color: #000;
}
.report .container3 .header ul {
  display: flex;
  align-items: flex-end;
}
.report .container3 .header ul li {
  color: #9f9f9f;
  margin: 0 27px;
  cursor: pointer;
  padding-bottom: 0.32rem;
  border-bottom: 2px solid transparent;
}
.report .container3 .header ul li:last-child {
  margin-right: 0;
}
.report .container3 .header ul li:hover {
  color: #0a1c68;
  border-bottom: 2px solid #0c1f6b;
}
.report .container3 .header ul .on {
  color: #0a1c68;
  border-bottom: 2px solid #0c1f6b;
}
.report .container3 .down li {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
  transition: 0.36s ease;
  position: relative;
  cursor: pointer;
}
.report .container3 .down li::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.36s ease;
  z-index: 1;
}
.report .container3 .down li .left {
  display: flex;
  align-items: center;
}
.report .container3 .down li .left i {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.report .container3 .down li .left i .img {
  width: 100%;
  height: 100%;
}
.report .container3 .down li .left i svg {
  width: 100%;
  height: 100%;
}
.report .container3 .down li .left i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.report .container3 .down li .left span {
  color: #999;
  line-height: 1.5;
  margin-left: 15px;
  transition: 0.36s ease;
}
.report .container3 .down li .right {
  display: flex;
  align-items: center;
}
.report .container3 .down li .right p {
  color: #999;
  line-height: 1.5;
  margin-right: 23px;
}
.report .container3 .down li .right p span {
  transition: 0.36s ease;
}
.report .container3 .down li .right i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden ;
  cursor: pointer;
}
.report .container3 .down li .right i .img {
  width: 100%;
  height: 100%;
}
.report .container3 .down li .right i svg {
  width: 100%;
  height: 100%;
}
.report .container3 .down li .right i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.report .container3 .down li:hover::after {
  width: 100%;
}
.report .container3 .down li:hover .left i svg path {
  fill: #0a1c68;
}
.report .container3 .down li:hover .left span {
  color: #0c1f6b;
}
.report .container3 .down li:hover .left span a{color:#0c1f6b !important;}
.report .container3 .down li:hover .right i svg path {
  fill: #0a1c68;
}
.report .container3 .down li:hover .right span {
  color: #0c1f6b;
}
@media (max-width: 767px) {
  .report .container3 .down li:hover {
    display: none;
  }
}
.report .container3 .pager {
  display: flex;
  margin-top: 0.5rem;
  justify-content: center;
}
.report .container3 .pager .perv {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  margin-right: 16px;
}
.report .container3 .pager .perv i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
  transform: rotate(180deg);
}
.report .container3 .pager .perv i img,
.report .container3 .pager .perv i svg {
  width: 100%;
  height: 100%;
}
.report .container3 .pager .perv i img path,
.report .container3 .pager .perv i svg path {
  fill: #999;
}
.report .container3 .pager .perv i .img2 {
  display: none;
}
.report .container3 .pager .perv:hover i .img1 {
  display: none;
}
.report .container3 .pager .perv:hover i .img2 {
  display: block;
}
.report .container3 .pager .next {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
}
.report .container3 .pager .next i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 14px;
}
.report .container3 .pager .next i img,
.report .container3 .pager .next i svg {
  width: 100%;
  height: 100%;
}
.report .container3 .pager .next i img path,
.report .container3 .pager .next i svg path {
  fill: #000;
}
.report .container3 .pager .next i .img2 {
  display: none;
}
.report .container3 .pager .next:hover i .img1 {
  display: none;
}
.report .container3 .pager .next:hover i .img2 {
  display: block;
}
.report .container3 .pager li {
  margin-right: 16px;
}
.report .container3 .pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid #ddd;
  color: #000;
}
@media (max-width: 414px) {
  .report .container3 .pager li {
    margin-right: 10px;
  }

  .report .container3 .down li{display: flex;}
  .report .container3 .down li .left{align-items: center;}
  .report .container3 .down li .right{margin-top: 0;align-items: center;}

  .investor .container3 .investor-item2 .down li{display: flex;}
  .investor .container3 .investor-item2 .down li .right{margin-top: 0;}

}
.report .container3 .pager li:hover {
  background-color: #0a1c68;
}
.report .container3 .pager li:hover > a {
  color: #fff;
}
.report .container3 .pager li:hover:first-child {
  background-color: #fff;
}
.report .container3 .pager li:hover:last-child {
  background-color: #fff;
}
.report .container3 .pager .on {
  background-color: #0a1c68;
}
.report .container3 .pager .on > a {
  color: #fff;
}
@media (max-width: 1260px) {
  .report .container3 {
    width: 85%;
  }
  .report .container3 .header ul li {
    margin: 0 17px;
  }
  .report .container3 .header ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .report .container3 .header {
    display: block;
  }
  .report .container3 .header ul {
    margin-top: 20px;
  }
  .report .container3 .header ul li:first-child {
    margin-left: 0;
  }
  .report .container3 .header ul li:last-child {
    margin-right: 0;
  }
  .report .container3 .down li {
    display: block;
  }
  .report .container3 .down li .right {
    margin-top: 0.3rem;
    justify-content: end;
  }
}
.investor .container3 .investor-item1 {
  padding-top: 0.8rem;
}
.investor .container3 .investor-item1 h3 {
  color: #000;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.investor .container3 .investor-item1 .investor-info {
  padding: 0.5rem 0.62rem 0.64rem;
  background-color: #f5f6fa;
  display: flex;
  flex-wrap: wrap;
}
.investor .container3 .investor-item1 .investor-info li {
  display: flex;
  align-items: center;
  width: 33.3%;
}
.investor .container3 .investor-item1 .investor-info li .left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0a1c68;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
}
.investor .container3 .investor-item1 .investor-info li .left i {
  width: 18px;
  height: 18px;
}
.investor .container3 .investor-item1 .investor-info li .left i img {
  width: 100%;
  height: 100%;
}
.investor .container3 .investor-item1 .investor-info li .right span {
  display: block;
}

@media (max-width:1580px) {
  .investor .container3 .investor-item1 .investor-info li .right span.font18{
      font-size: 14px;
  }
}


.investor .container3 .investor-item1 .investor-info li .right{width: calc(100% - 64px);}

.investor .container3 .investor-item1 .investor-info li .right span:first-child {
  color: #999;
  line-height: 1;
  margin-bottom: 9px;
}
.investor .container3 .investor-item1 .investor-info li .right span:last-child {
  color: #000;
  line-height: 1;
}
.investor .container3 .investor-item1 .investor-info li:last-child .left i {
  width: 20px;
  height: 14px;
}
@media (max-width: 767px) {
  .investor .container3 .investor-item1 .investor-info li:last-child .left i {
    width: 15px;
    height: 9px;
  }
}
.investor .container3 .investor-item1 .investor-info li:nth-child(-n+3) {
  margin-bottom: 0.6rem;
}
.investor .container3 .investor-item1 .investor-info li:nth-child(3) .right {
  padding-top: 0.4rem;
}
.investor .container3 .investor-item1 .investor-info li:nth-child(3) .right span:last-child {
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .investor .container3 .investor-item1 .investor-info li {
    width: 50%;
    margin-bottom: 0.4rem !important;
  }
  .investor .container3 .investor-item1 .investor-info li:nth-child(3) .right {
    padding-top: 0.4rem;
    flex: 1;
  }
  .investor .container3 .investor-item1 .investor-info li:nth-child(3) .right span:last-child {
    line-height: 1.4;
  }
  .investor .container3 .investor-item1 .investor-info li:nth-child(3) .right span .br {
    display: none;
  }
  .investor .container3 .investor-item1 .investor-info li:nth-child(-n+3) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .investor .container3 .investor-item1 .investor-info {
    padding: 0.5rem 0.32rem 0.64rem;
  }
  .investor .container3 .investor-item1 .investor-info li {
    width: 100%;
    margin-bottom: 0.4rem !important;
  }
  .investor .container3 .investor-item1 .investor-info li .left {
    width: 30px;
    height: 30px;
  }
  .investor .container3 .investor-item1 .investor-info li .left i {
    width: 13px;
    height: 13px;
  }
  .investor .container3 .investor-item1 .investor-info li:nth-child(3) .right {
    padding-top: 0;
    flex: 1;
  }
}
.investor .container3 .investor-item2 {
  padding-top: 0.89rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.investor .container3 .investor-item2 .header {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.49rem;
}
.investor .container3 .investor-item2 .header h3 {
  color: #000;
}
.investor .container3 .investor-item2 .header .more {
  display: flex;
  align-items: center;
}
.investor .container3 .investor-item2 .header .more span {
  color: #999;
  margin-right: 10px;
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .header .more i {
  width: 6px;
  height: 10px;
  display: flex;
  align-items: center;
}
.investor .container3 .investor-item2 .header .more i img,
.investor .container3 .investor-item2 .header .more i svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  object-fit: cover;
}
.investor .container3 .investor-item2 .header .more i img path,
.investor .container3 .investor-item2 .header .more i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .header .more:hover span {
  color: #0a1c68;
}
.investor .container3 .investor-item2 .header .more:hover i img path,
.investor .container3 .investor-item2 .header .more:hover i svg path {
  fill: #0a1c68;
}
.investor .container3 .investor-item2 .down li {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
  transition: 0.36s ease;
  position: relative;
  cursor: pointer;
}
.investor .container3 .investor-item2 .down li::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.36s ease;
  z-index: 1;
}
.investor .container3 .investor-item2 .down li .left {
  display: flex;
  align-items: center;
}
.investor .container3 .investor-item2 .down li .left i {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.investor .container3 .investor-item2 .down li .left i img,
.investor .container3 .investor-item2 .down li .left i svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor .container3 .investor-item2 .down li .left i img path,
.investor .container3 .investor-item2 .down li .left i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .down li .left span {
  color: #999;
  line-height: 1.5;
  margin-left: 15px;
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .down li .right {
  display: flex;
  align-items: center;
}
.investor .container3 .investor-item2 .down li .right p {
  color: #999;
  line-height: 1.5;
  margin-right: 23px;
}
.investor .container3 .investor-item2 .down li .right p span {
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .down li .right i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden ;
  cursor: pointer;
}
.investor .container3 .investor-item2 .down li .right i img,
.investor .container3 .investor-item2 .down li .right i svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor .container3 .investor-item2 .down li .right i img path,
.investor .container3 .investor-item2 .down li .right i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor .container3 .investor-item2 .down li:hover::after {
  width: 100%;
}
.investor .container3 .investor-item2 .down li:hover .left i img path,
.investor .container3 .investor-item2 .down li:hover .left i svg path {
  fill: #0c1f6b;
}
.investor .container3 .investor-item2 .down li:hover .left span {
  color: #0c1f6b;
}
.investor .container3 .investor-item2 .down li:hover .right i img,
.investor .container3 .investor-item2 .down li:hover .right i svg {
  object-fit: cover;
}
.investor .container3 .investor-item2 .down li:hover .right i img path,
.investor .container3 .investor-item2 .down li:hover .right i svg path {
  fill: #0c1f6b;
}
.investor .container3 .investor-item2 .down li:hover .right span {
  color: #0c1f6b;
}
/* 0808s */
.investor  .investor-item3 .header {
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.49rem;
}
.investor  .investor-item3 .header h3 {
  color: #000;
}
.investor .investor-item3 .header .more {
  display: flex;
  align-items: center;
}
.investor  .investor-item3 .header .more span {
  color: #999;
  margin-right: 10px;
  transition: 0.36s ease;
}
.investor  .investor-item3 .header .more i {
  width: 6px;
  height: 10px;
  display: flex;
  align-items: center;
}
.investor  .investor-item3 .header .more i img,
.investor  .investor-item3 .header .more i svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  object-fit: cover;
}
.investor  .investor-item3 .header .more i img path,
.investor  .investor-item3 .header .more i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor  .investor-item3 .header .more:hover span {
  color: #0a1c68;
}
.investor  .investor-item3 .header .more:hover i img path,
.investor  .investor-item3 .header .more:hover i svg path {
  fill: #0a1c68;
}
.investor  .investor-item3 .down li {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 1px solid #ddd;
  transition: 0.36s ease;
  position: relative;
  cursor: pointer;
}
.investor  .investor-item3 .down li::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.36s ease;
  z-index: 1;
}
.investor  .investor-item3 .down li .left {
  display: flex;
  align-items: center;
}
.investor  .investor-item3 .down li .left i {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.investor  .investor-item3.down li .left i img,
.investor  .investor-item3 .down li .left i svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor  .investor-item3 .down li .left i img path,
.investor  .investor-item3 .down li .left i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor  .investor-item3 .down li .left span {
  color: #999;
  line-height: 1.5;
  margin-left: 15px;
  transition: 0.36s ease;
}
.investor  .investor-item3 .down li .right {
  display: flex;
  align-items: center;
}
.investor  .investor-item3 .down li .right p {
  color: #999;
  line-height: 1.5;
  margin-right: 23px;
}
.investor  .investor-item3 .down li .right p span {
  transition: 0.36s ease;
}
.investor  .investor-item3 .down li .right i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden ;
  cursor: pointer;
}
.investor  .investor-item3 .down li .right i img,
.investor  .investor-item3 .down li .right i svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor  .investor-item3 .down li .right i img path,
.investor  .investor-item3 .down li .right i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor  .investor-item3 .down li:hover::after {
  width: 100%;
}
.investor  .investor-item3 .down li:hover .left i img path,
.investor  .investor-item3 .down li:hover .left i svg path {
  fill: #0c1f6b;
}
.investor  .investor-item3 .down li:hover .left span {
  color: #0c1f6b;
}
.investor  .investor-item3 .down li:hover .right i img,
.investor  .investor-item3 .down li:hover .right i svg {
  object-fit: cover;
}
.investor  .investor-item3 .down li:hover .right i img path,
.investor  .investor-item3 .down li:hover .right i svg path {
  fill: #0c1f6b;
}
.investor  .investor-item3 .down li:hover .right span {
  color: #0c1f6b;
}










@media (max-width: 767px) {
  .investor .container3 .investor-item2 .down li:hover {
    display: none;
  }
}
@media (max-width: 1260px) {
  .investor .container3 .investor-item2 .header ul li {
    margin: 0 17px;
  }
  .investor .container3 .investor-item2 .header ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .investor .container3 .investor-item2 .header ul {
    margin-top: 20px;
  }
  .investor .container3 .investor-item2 .header ul li:first-child {
    margin-left: 0;
  }
  .investor .container3 .investor-item2 .header ul li:last-child {
    margin-right: 0;
  }
  .investor .container3 .investor-item2 .down li {
    display: block;
  }
  .investor .container3 .investor-item2 .down li .right {
    margin-top: 0.3rem;
    justify-content: end;
  }
}
@media (max-width: 1260px) {
  .investor .container3 {
    width: 85%;
  }
}
.investor .investor-item3 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-color: #f5f6fa;
}
.investor .investor-item3 .container3 h3 {
  margin-bottom: 0.32rem;
  line-height: 1;
}
.investor .investor-item3 .container3 .desc {
  padding-bottom: 26px;
  border-bottom: 1px solid #ddd;
}
.investor .investor-item3 .container3 .desc p:first-child {
  line-height: 1.9;
  margin-bottom: 5px;
  color: #333;
}
.investor .investor-item3 .container3 .desc p:first-child span {
  color: #0c1f6b;
}
@media (max-width: 588px) {
  .investor .investor-item3 .container3 .desc p:first-child {
    line-height: 1.5;
  }
}
.investor .investor-item3 .container3 .desc p:last-child {
  line-height: 1.6;
  color: #333;
}
.investor .investor-item3 .container3 .item-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.investor .investor-item3 .container3 .item-box li {
  width: 31.6%;
  padding: 22px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-right: 0.3rem;
  margin-bottom: 20px;
  transition: 0.36s ease;
  cursor: pointer;
}
.investor .investor-item3 .container3 .item-box li:nth-child(3n) {
  margin-right: 0;
}
.investor .investor-item3 .container3 .item-box li .left {
  display: flex;
  align-items: center;
}
.investor .investor-item3 .container3 .item-box li .left span {
  color: #999;
  line-height: 1;
  margin-left: 12px;
}
.investor .investor-item3 .container3 .item-box li .left i {
  width: 24px;
  height: 24px;
}
.investor .investor-item3 .container3 .item-box li .left i img,
.investor .investor-item3 .container3 .item-box li .left i svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.investor .investor-item3 .container3 .item-box li .left i img path,
.investor .investor-item3 .container3 .item-box li .left i svg path {
  fill: #0c1f6b;
  transition: 0.36s ease;
}
.investor .investor-item3 .container3 .item-box li .right i {
  display: block;
  width: 6px;
  height: 11px;
}
.investor .investor-item3 .container3 .item-box li .right i img,
.investor .investor-item3 .container3 .item-box li .right i svg {
  width: 100%;
  height: 100%;
  transform: scale(4);
  object-fit: cover;
  display: flex;
  align-items: center;
}
.investor .investor-item3 .container3 .item-box li .right i img path,
.investor .investor-item3 .container3 .item-box li .right i svg path {
  fill: #999;
  transition: 0.36s ease;
}
.investor .investor-item3 .container3 .item-box li:hover {
  background-color: #0c1f6b;
}
.investor .investor-item3 .container3 .item-box li:hover .left span {
  color: #fff;
}
.investor .investor-item3 .container3 .item-box li:hover .left i img path,
.investor .investor-item3 .container3 .item-box li:hover .left i svg path {
  fill: #fff;
}
.investor .investor-item3 .container3 .item-box li:hover .right i img path,
.investor .investor-item3 .container3 .item-box li:hover .right i svg path {
  fill: #fff;
}
@media (max-width: 1580px) {
  .investor .investor-item3 .container3 .item-box li {
    width: 31.9%;
  }
}
@media (max-width: 1480px) {
  .investor .investor-item3 .container3 .item-box li {
    width: 31%;
    padding: 20px 15px;
  }
}
@media (max-width: 1260px) {
  .investor .investor-item3 .container3 .item-box li {
    width: 49%;
    padding: 20px 15px;
    margin-right: 0;
    margin-right: 0.2rem;
  }
  .investor .investor-item3 .container3 .item-box li:nth-child(3n) {
    margin-right: 0.2rem;
  }
  .investor .investor-item3 .container3 .item-box li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .investor .investor-item3 .container3 .desc p .br {
    display: none;
  }
  .investor .investor-item3 .container3 .item-box li {
    width: 100%;
    padding: 20px 15px;
    margin-right: 0;
  }
  .investor .investor-item3 .container3 .item-box li:nth-child(3n) {
    margin-right: 0;
  }
}
.news-detalis {
  margin-top: 1rem;
  padding-bottom: 1.16rem;
  background-color: #f5f6fa;
}
.news-detalis .crumbs {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.news-detalis .crumbs li {
  line-height: 3.375;
  color: #666;
  margin-right: 11px;
}
.news-detalis .crumbs li a{
  color: #666;
}
.news-detalis .crumbs li i {
  display: block;
  width: 6px;
  height: 10px;
}
.news-detalis .crumbs li i img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .news-detalis .crumbs {
    display: none;
  }
}
.news .inner-img .img{width: 100%;height: 2.4rem;}

.news-detalis .news-main {
  display: flex;
}
.news-detalis .news-main .news-content {
  width: 66.2%;
}
.news-detalis .news-main .news-content h1 {
  color: #000;
  line-height: 1;
  margin-bottom: 0.42rem;
  margin-top: 0.5rem;
}
.news-detalis .news-main .news-content .deta {
  display: flex;
  line-height: 1.78;
  padding-bottom: 14px ;
  border-bottom: 1px solid #ddd;
  color: #999;
  margin-bottom: 0.34rem;
  align-items: baseline;
}
.news-detalis .news-main .news-content .deta .span {
  margin-right: 13px;
  color: #999;
}
.news-detalis .news-main .news-content .deta .p {
  color: #999;
}
.news-detalis .news-main .news-content p {
  line-height: 1.5;
  margin-bottom: 20px;
  color: #555;
}
.news-detalis .news-main .news-content p img{max-width: 100%;}

.news-detalis .news-main .news-content .public-img::before {
  padding-top: 33.47%;
  position: relative;
}
.news-detalis .news-main .news-content .public-img::before img {
  width: 100%;
  object-fit: cover;
}
.news-detalis .news-main .news-content .img {
  margin-top: 14px;
  margin-bottom: 0.32rem;
}
.news-detalis .news-main .news-content .share {
  display: flex;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.news-detalis .news-main .news-content .share span {
  line-height: 1.5;
  margin-right: 20px;
}
.news-detalis .news-main .news-content .share .box {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c0c0c0;
  transition: 0.36s ease;
  cursor: pointer;
}
.news-detalis .news-main .news-content .share .box:hover {
  background-color: #0a1c68;
}
.news-detalis .news-main .news-content .share .box i {
  width: 17px;
  height: 17px;
}
.news-detalis .news-main .news-content .share .box i img {
  width: 100%;
  height: 100%;
}
.news-detalis .news-main .news-content .page {
  display: flex;
  justify-content: space-between;
  margin-top: 26px;
}
.news-detalis .news-main .news-content .page .left p {
  line-height: 1.5;
  color: #999;
  margin-bottom: 0;
  cursor: pointer;
  transition: 0.3s ease;
}
.news-detalis .news-main .news-content .page .left p a{color: #999;}

.news-detalis .news-main .news-content .page .left p:hover {
  color: #0a1c68;
}

.news-detalis .news-main .news-content .page .left p:hover a{
  color: #0a1c68;
}
.news-detalis .news-main .news-content .page .left p:first-child {
  margin-bottom: 10px;
}
.news-detalis .news-main .news-content .page .right {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.news-detalis .news-main .news-content .page .right i {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.news-detalis .news-main .news-content .page .right i img {
  width: 100%;
  height: 100%;
}
.news-detalis .news-main .news-content .page .right i .img1 {
  display: block;
}
.news-detalis .news-main .news-content .page .right i .img2 {
  display: none;
}
.news-detalis .news-main .news-content .page .right span {
  color: #999;
  transition: 0.3s ease;
}
.news-detalis .news-main .news-content .page .right:hover i .img1 {
  display: none;
}
.news-detalis .news-main .news-content .page .right:hover i .img2 {
  display: block;
}
.news-detalis .news-main .news-content .page .right:hover span {
  color: #0a1c68;
}
.news-detalis .news-main .news-list {
  flex: 1;
  padding-left: 1rem;
  padding-top: 1.51025rem;
}
.news-detalis .news-main .news-list .title {
  border-bottom: 1px solid #ddd;
  line-height: 1.2;
  padding-bottom: 10px;
}
.news-detalis .news-main .news-list .list-ul li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
  display: flex;
}
.news-detalis .news-main .news-list .list-ul li .public-img::before {
  padding-top: 65.2%;
  overflow: hidden;
}
.news-detalis .news-main .news-list .list-ul li .public-img::before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detalis .news-main .news-list .list-ul li .left {
  width: 1.32rem;
}
.news-detalis .news-main .news-list .list-ul li .right {
  padding-top: 25px;
  padding-left: 0.3rem;
  transition: 0.36s ease;
}
.news-detalis .news-main .news-list .list-ul li .right .p1 {
  color: #333;
  margin-bottom: 8px;
  transition: 0.36s ease;
}
.news-detalis .news-main .news-list .list-ul li .right .p1 a{color:#333}

.news-detalis .news-main .news-list .list-ul li .right p {
  line-height: 1;
}
.news-detalis .news-main .news-list .list-ul li .right p span {
  color: #999;
}
.news-detalis .news-main .news-list .list-ul li::after {
  position: absolute;
  bottom: 0;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background-color: #0a1c68;
  transition: 0.36s ease;
}
.news-detalis .news-main .news-list .list-ul li:hover .right .p1 {
  color: #0a1c68;
}
.news-detalis .news-main .news-list .list-ul li:hover .right .p1 a{color:#0a1c68;}

.news-detalis .news-main .news-list .list-ul li:hover .right p span {
  color: #0a1c68;
}
.news-detalis .news-main .news-list .list-ul li:hover::after {
  width: 100%;
}
.news-detalis .news-main .news-list .list-ul li:hover img {
  transform: scale(1.1);
}
@media (max-width: 1260px) {
  .news-detalis .news-main .news-list {
    padding-left: 0.8rem;
  }
  .news-detalis .news-main .news-list .list-ul li .right {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .news-detalis .news-main {
    display: block;
  }
  .news-detalis .news-main .news-content {
    width: 100%;
  }
  .news-detalis .news-main .news-list {
    width: 100%;
    padding-left: 0;
  }
  .news-detalis .news-main .news-list .list-ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-detalis .news-main {
    display: block;
  }
  .news-detalis .news-main .news-content {
    width: 100%;
  }
  .news-detalis .news-main .news-content h1 {
    padding-top: 0.42rem;
  }
  .news-detalis .news-main .news-content .page {
    display: block;
  }
  .news-detalis .news-main .news-content .page .right {
    margin-top: 0.5rem;
  }
  .news-detalis .news-main .news-list {
    width: 100%;
    padding-left: 0;
  }
  .news-detalis .news-main .news-list .list-ul li {
    width: 100%;
  }
  .news-detalis .news-main .news-list .list-ul li .left {
    width: 40%;
  }
  .news-detalis .news-main .news-list .list-ul li .right {
    padding-left: 0.5rem;
    padding-top: 0.5rem;
  }
  .news-detalis .news-main .news-list .list-ul li .right .p1 {
    margin-bottom: 0.2rem;
  }
}
#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: #005CE6;
}
#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 {
  background-color: #1a1a1a;
  width: 100%;
}
#c-footer .go-to {
  position: fixed;
  right: 0.6rem;
  bottom: 0.6rem;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
  background-color: #0a1c68;
  color: #333;
  border: 1px solid #333;
  vertical-align: middle;
  -webkit-transform: translateX(0);
  transform: rotate(-90deg) translateX(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  display: none;
}
#c-footer .go-to .c-img {
  width: 0.2rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#c-footer .go-to .c-img img {
  width: 100%;
  height: 100%;
}
#c-footer .go-to .c-img .img1 {
  display: block ;
}
#c-footer .go-to .c-img .img2 {
  display: none ;
}
#c-footer .go-to::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(-100%);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 50%;
}
#c-footer .go-to:hover {
  color: #333;
}
#c-footer .go-to:hover::before {
  transform: translateX(0);
}
#c-footer .go-to:hover .img1 {
  display: none ;
}
#c-footer .go-to:hover .img2 {
  display: block ;
}
#c-footer .containers {
  margin: 0 0.6rem;
}

#c-footer .c-middle-box .share a{position: relative;}
.shareimg{position: absolute;top: -150px;width: 150px;height: 150px;background-color: #fff;display: none;
  
}




#c-footer .c-middle-box .share a:hover p{display: block;}


@media (max-width: 1366px) {
  #c-footer .containers {
    margin: 0 0.5rem;
  }
}
#c-footer a {
  color: #a9a9a9;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer .c-top-box {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6rem;
}
#c-footer .c-top-box .left {
  width: 42%;
}
@media (max-width: 1366px) {
  #c-footer .c-top-box .left {
    width: 32%;
  }
}
#c-footer .c-top-box .left .logo {
  display: flex;
  align-items: flex-end;
}
#c-footer .c-top-box .left .logo .img {
  width: 0.6rem;
  height: 0.6rem;
}
#c-footer .c-top-box .left .logo .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c-footer .c-top-box .left .logo .txt {
  margin-left: 0.14rem;
  color: #fff;
}
#c-footer .c-top-box .left .logo .txt span {
  display: block;
}
#c-footer .c-top-box .left .logo .txt span:last-child {
  font-size: 12px;
}
#c-footer .c-top-box .left .address {
  margin-top: 0.3rem;
}
#c-footer .c-top-box .left .address p {
  color: #fff;
  margin-bottom: 0.05rem;
}
#c-footer .c-top-box .right {
  width: 58%;
  display: flex;
}
#c-footer .c-top-box .right .r-box {
  justify-content: flex-end;
  display: flex;
  width: 100%;
}
#c-footer .c-top-box .right .r-box .r-box-inner {
  color: #fff;
  font-weight: 700;
  margin: 0 0.45rem;
  flex-shrink: 0;
}
#c-footer .c-top-box .right .r-box .r-box-inner .u-list {
  display: flex;
  flex-wrap: wrap;
  width: 0.8rem;
  margin-top: 0.28rem;
}
#c-footer .c-top-box .right .r-box .r-box-inner .u-list li {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.1rem;
  transition: 0.3s;
  flex-shrink: 0;
}
#c-footer .c-top-box .right .r-box .r-box-inner .u-list li:hover {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1366px) {
  #c-footer .c-top-box .right {
    width: 68%;
  }
  #c-footer .c-top-box .right .r-box .r-box-inner {
    margin: 0 0.3rem;
  }
}
@media (max-width: 1023px) {
  #c-footer .c-top-box {
    display: block;
  }
  #c-footer .c-top-box .left {
    width: 100%;
    margin: 0 auto;
  }
  #c-footer .c-top-box .right {
    display: none;
  }
}
#c-footer .c-middle-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
#c-footer .c-middle-box .wechat {
  display: flex;
  align-items: flex-end;
  margin-top: 0.45rem;
  cursor: pointer;
}
#c-footer .c-middle-box .wechat .text {
  margin-left: 0.2rem;
  color: #fff;
}
#c-footer .c-middle-box .share {
  display: flex;
  align-items: flex-end;
}
#c-footer .c-middle-box .share a {
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  #c-footer .c-middle-box .share a {
    width: 20px;
    height: 20px;
  }
}
#c-footer .c-middle-box .share a:first-child {
  margin-right: 0.2rem;
}
#c-footer .c-middle-box .share a img {
  width: 100%;
  height: 100%;
}
#c-footer .c-middle-box .share a .show-img {
  display: block;
}
#c-footer .c-middle-box .share a .hide-img {
  display: none;
}
#c-footer .c-middle-box .share a:hover .show-img {
  display: none;
}
#c-footer .c-middle-box .share a:hover .hide-img {
  display: block;
}
#c-footer .c-bottom-box {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  color: #7f7f7f;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.6rem 0;
  }
}
#c-footer .c-bottom-box .containers {
  margin: 0 ;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0.6rem;
}
#c-footer .c-bottom-box .containers a {
  color: #7f7f7f;
}
#c-footer .c-bottom-box .containers .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
#c-footer .c-bottom-box .containers .c-copyright .a1 {
  display: inline-block;
  margin-right: 0.3rem;
}
#an-box {
  height: 100vh;
  background-color: #1a1a1a;
}
@media (max-width: 1580px) {
  #an-box {
    height: auto;
  }
}
.pag {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid #efefef;
  border-radius: 50%;
  cursor: pointer;
}
.pag i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.pag .left {
  opacity: 0;
  width: 11px;
  height: 22px;
  flex: 1;
  position: absolute;
  left: -2px;
  top: -2px;
  overflow: hidden;
}
.pag .left::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 22px;
  border: 2px solid #0a1c68;
  border-right-color: #0a1c68;
  border-right-style: solid;
  border-right-width: 2px;
  border-radius: 22px 0 0 22px;
  border-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pag .right {
  opacity: 0;
  width: 11px;
  height: 22px;
  flex: 1;
  position: absolute;
  right: -2px;
  top: -2px;
  overflow: hidden;
  transform: rotate(180deg);
}
.pag .right::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 11px;
  height: 22px;
  border: 2px solid #0a1c68;
  border-radius: 22px 0 0 22px;
  border-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.on {
  color: #0a1c68;
}
.on .left {
  opacity: 1;
}
.on .left::after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: spinleft;
  animation-iteration-count: infinite;
  animation: spinleft 4s infinite linear;
}
.on .right {
  opacity: 1;
}
.on .right::after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: spinright;
  animation-iteration-count: infinite;
  animation: spinright 4s infinite linear;
}
@keyframes spinleft {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinright {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
