@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");
} */
@font-face {
  font-family: "cu";
  src: url(../font/AlibabaPuHuiTi-2-95-ExtraBold.eot) format('embedded-opentype'), url(../font/AlibabaPuHuiTi-2-95-ExtraBold.otf) format('opentype'), url(../font/AlibabaPuHuiTi-2-95-ExtraBold.ttf) format('TrueType'), url(../font/AlibabaPuHuiTi-2-95-ExtraBold.woff) format('woff'), url(../font/AlibabaPuHuiTi-2-95-ExtraBold.woff2) format('woff2');
}
@font-face {
  font-family: "xi";
  src: url(../font/AlibabaPuHuiTi-2-55-Regular.eot) format('embedded-opentype'), url(../font/AlibabaPuHuiTi-2-55-Regular.otf) format('opentype'), url(../font/AlibabaPuHuiTi-2-55-Regular.ttf) format('TrueType'), url(../font/AlibabaPuHuiTi-2-55-Regular.woff) format('woff'), url(../font/AlibabaPuHuiTi-2-55-Regular.woff2) format('woff2');
}
* {
  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: "xi", '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 {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 84%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font12 {
  font-size: 12px;
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.font36 {
  font-size: 0.36rem;
}
.font40 {
  font-size: 0.4rem;
}
.font48 {
  font-size: 0.48rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font24 {
    font-size: 22px;
  }
  .font30 {
    font-size: 28px;
  }
  .font40 {
    font-size: 0.4rem;
  }
  .font60 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font12 {
    font-size: 0.26rem;
  }
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.32rem;
  }
  .font24 {
    font-size: 0.36rem;
  }
  .font30 {
    font-size: 0.4rem;
  }
  .font36 {
    font-size: 0.42rem;
  }
  .font40 {
    font-size: 0.48rem;
  }
  .font48 {
    font-size: 0.52rem;
  }
  .font60 {
    font-size: 0.6rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 140px;
  height: 44px;
  background-color: #3183e7;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn {
    min-width: 2rem;
    height: 0.8rem;
  }
}
.public-btn:hover {
  transform: scale(0.9);
}
.public-btn2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 140px;
  height: 44px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  color: #3183e7;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .public-btn2 {
    min-width: 2rem;
    height: 0.8rem;
  }
}
.public-btn2:hover {
  transform: scale(0.9);
}
.public-btn3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.public-btn3 .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 40px;
  height: 40px;
  background-color: #3183e7;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-btn3 .c-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.public-btn3 .c-ico img,
.public-btn3 .c-ico svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .public-btn3 .c-ico img,
  .public-btn3 .c-ico svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-btn3 .c-ico img path,
.public-btn3 .c-ico svg path {
  fill: #fff;
}
.public-btn3:hover {
  color: #3183e7;
}
.public-btn3:hover .c-ico svg,
.public-btn3:hover .c-ico img {
  animation: move1 0.3s;
}
.public-btn4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}
.public-btn4 .c-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 40px;
  height: 40px;
  background-color: #3183e7;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .public-btn4 .c-ico {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.public-btn4 .c-ico img,
.public-btn4 .c-ico svg {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px) {
  .public-btn4 .c-ico img,
  .public-btn4 .c-ico svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.public-btn4 .c-ico img path,
.public-btn4 .c-ico svg path {
  fill: #fff;
}
.public-btn4:hover {
  color: #3183e7;
}
.public-btn4:hover .c-ico svg,
.public-btn4:hover .c-ico img {
  animation: move1 0.3s;
}
.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;
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fade1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg) scale(1.8);
  }
  100% {
    transform: rotate(360deg) scale(1.8);
  }
}
@keyframes spread1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes spread2 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}
@keyframes move1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(200%);
  }
  50.1% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes preBook {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -1700%;
  }
}
@keyframes preBook2 {
  0% {
    background-position: 0 -1700%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rightPop {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
#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: #3183e7;
}
#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: #3183e7;
}
#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: #3183e7;
}
#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: 100px;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 70px;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  transition: 0.3s;
}
@media (max-width: 1580px) {
  #c-header {
    line-height: 70px;
  }
}
#c-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  background: #00253e;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  transition: 0.3s;
  color: #333;
}
#c-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93%;
  max-width: 1762px;
}
@media (max-width: 991px) {
  #c-header > .container {
    width: 90%;
  }
}
@media (max-width: 991px) {
  #c-header > .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .c-logo {
  position: relative;
  z-index: 10;
  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: 28px;
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
@media (max-width: 1260px) {
  #c-header .c-logo .c-img-box img {
    height: 20px;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.4rem;
  }
}
#c-header .c-logo span {
  display: inline-block;
  margin-left: 0.2rem;
  padding-left: 0.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  #c-header .c-logo span {
    display: none;
  }
}
#c-header.c-style2 .c-img-box img {
  display: none;
}
#c-header.c-style2 .c-img-box img:nth-child(2) {
  display: block;
}
/*顶部pc导航*/
#c-header .c-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.6rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
#c-header .c-nav > li:nth-child(2) > a::before,
#c-header .c-nav > li:nth-child(2) > a::after {
  display: none;
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > a {
  position: relative;
  display: block;
  z-index: 5;
  transition: 0.3s;
}
#c-header .c-nav > li > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #3183e7;
  transition: 0.3s;
  transform: translateX(-50%);
  opacity: 0;
}
#c-header .c-nav > li > a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #3183e7;
  transition: 0.3s;
  margin-left: -5px;
  opacity: 0;
}
#c-header .c-nav > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  margin-top: 1px;
  padding: 15px 0;
  min-width: 130px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  border-radius: 5px;
}
#c-header .c-nav > li > ul > li > a {
  display: block;
  transition: 0.3s;
  color: #333;
}
#c-header .c-nav > li > ul > li:hover a {
  background-color: #f5f5f5;
}
#c-header .c-nav > li:hover > a::before,
#c-header .c-nav > li:hover > a::after {
  opacity: 1;
}
#c-header .c-list-box {
  position: fixed;
  top: 101px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.4rem 0 0.8rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 1580px) {
  #c-header .c-list-box {
    top: 71px;
  }
}
#c-header .c-list-box .container {
  max-width: 1340px;
}
#c-header .c-list-box .c-list {
  display: flex;
  align-content: flex-start;
  justify-content: center;
  width: 100%;
}
#c-header .c-list-box .c-list > li {
  flex: 1;
  border-right: 1px solid #e9e9e9;
  text-align: left;
  padding: 0 0.4rem;
}
#c-header .c-list-box .c-list > li:last-child {
  border: 0;
  flex: 0;
  white-space: nowrap;
}
#c-header .c-list-box .c-list > li .c-title {
  line-height: 1.5;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-header .c-list-box .c-list > li .c-list2 li:first-child {
  padding-top: 0.1rem;
}
#c-header .c-list-box .c-list > li .c-list2 li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 2.5;
  color: #666;
  transition: all 0.3s;
}
#c-header .c-list-box .c-list > li .c-list2 li a img,
#c-header .c-list-box .c-list > li .c-list2 li a svg {
  display: none;
  width: 15px;
  height: 15px;
  opacity: 0;
  transition: all 0.3s;
}
#c-header .c-list-box .c-list > li .c-list2 li a img path,
#c-header .c-list-box .c-list > li .c-list2 li a svg path {
  fill: #007bff;
}
#c-header .c-list-box .c-list > li .c-list2 li a:hover {
  padding: 0 10px;
  color: #007bff;
  background-color: #f5f5f5;
}
#c-header .c-list-box .c-list > li .c-list2 li a:hover img,
#c-header .c-list-box .c-list > li .c-list2 li a:hover svg {
  opacity: 1;
}
#c-header .c-list-box0 {
  position: fixed;
  top: 101px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 0.4rem 0 0.8rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  display: none;
}
@media (max-width: 1580px) {
  #c-header .c-list-box0 {
    top: 71px;
  }
}
#c-header .c-list-box0 .container {
  display: flex;
  align-content: flex-start;
  max-width: 1600px;
  text-align: left;
}
#c-header .c-list-box0 .container .c-title {
  padding-bottom: 0.15rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #dddddd;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-header .c-list-box0 .container .c-left {
  padding-right: 0.3rem;
  width: 26.875%;
}
#c-header .c-list-box0 .container .c-left .c-list {
  margin: 0 0 -0.3rem;
}
#c-header .c-list-box0 .container .c-left .c-list li {
  padding: 0 0 0.3rem;
}
#c-header .c-list-box0 .container .c-left .c-list li a {
  display: flex;
  align-items: flex-start;
  color: #333;
}
#c-header .c-list-box0 .container .c-left .c-list li a .public-img {
  flex-shrink: 0;
  width: 38.75%;
}
#c-header .c-list-box0 .container .c-left .c-list li a .public-img::before {
  padding-top: 57%;
}
#c-header .c-list-box0 .container .c-left .c-list li a .c-text-box {
  padding-left: 0.2rem;
  width: 100%;
}
#c-header .c-list-box0 .container .c-left .c-list li a .c-text-box .c-text1 {
  color: #333;
}
#c-header .c-list-box0 .container .c-left .c-list li a .c-text-box .c-text2 {
  color: #999;
}
#c-header .c-list-box0 .container .c-left .c-list li a:hover {
  color: #007bff;
}
#c-header .c-list-box0 .container .c-left .c-list li a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-list-box0 .container .c-left .c-list li a:hover .c-text1 {
  color: #3183e7;
}
#c-header .c-list-box0 .container .c-right {
  width: 73.125%;
  padding-left: 0.3rem;
  display: flex;
  align-items: flex-start;
}
#c-header .c-list-box0 .container .c-right .c-item {
  width: 62.3%;
}
#c-header .c-list-box0 .container .c-right .c-item:nth-child(1) {
  padding-right: 0.3rem;
  width: 37.7%;
}
#c-header .c-list-box0 .container .c-right .c-item:nth-child(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#c-header .c-list-box0 .container .c-right .c-item:nth-child(2) .c-title {
  width: 100%;
}
#c-header .c-list-box0 .container .c-right .c-item:nth-child(2) .c-list {
  width: 48%;
}
#c-header .c-list-box0 .container .c-right .c-list li {
  padding-bottom: 0.3rem;
}
#c-header .c-list-box0 .container .c-right .c-list li:last-child {
  padding: 0;
}
#c-header .c-list-box0 .container .c-right .c-list li a {
  display: flex;
  align-items: flex-start;
}
#c-header .c-list-box0 .container .c-right .c-list li a .public-img {
  margin-right: 0.2rem;
  width: 66px;
  background-color: #13ccba;
}
#c-header .c-list-box0 .container .c-right .c-list li a .public-img::before {
  padding-top: 67%;
}
#c-header .c-list-box0 .container .c-right .c-list li a .c-text-box {
  width: calc(100% - 66px);
}
#c-header .c-list-box0 .container .c-right .c-list li a .c-text-box .c-text1 {
  color: #333;
  transition: all 0.3s;
}
#c-header .c-list-box0 .container .c-right .c-list li a .c-text-box .c-text1 .c-new {
  margin-left: 0.05rem;
  padding: 0.01rem 0.05rem;
  background-color: #3183e7;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  position: relative;
  top: -2px;
  padding: 0.03rem 0.05rem;
}
#c-header .c-list-box0 .container .c-right .c-list li a .c-text-box .c-text1 .c-hot {
  margin-left: 0.05rem;
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  position: relative;
  top: -2px;
  padding: 0.03rem 0.05rem;
  background-color: #c82521;
  color: #fff;
  border-radius: 3px;
}
#c-header .c-list-box0 .container .c-right .c-list li a .c-text-box .c-text2 {
  color: #999;
}
#c-header .c-list-box0 .container .c-right .c-list li a:hover {
  color: #007bff;
}
#c-header .c-list-box0 .container .c-right .c-list li a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-list-box0 .container .c-right .c-list li a:hover .c-text1 {
  color: #3183e7;
}
#c-header.c-style2 .c-nav > li > a {
  color: #fff;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #3183e7;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
}
#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: #3183e7;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #333;
  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: #fff;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn form {
  padding-left: 0.6rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-gn form {
    position: static;
  }
}
#c-header .c-gn form img,
#c-header .c-gn form svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  vertical-align: middle;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-header .c-gn form img,
  #c-header .c-gn form svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-gn form img path,
#c-header .c-gn form svg path {
  fill: #333;
  transition: all 0.3s;
}
#c-header .c-gn form:hover > svg path {
  fill: #3183e7 !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;
  cursor: auto;
}
#c-header .c-gn form .c-box input {
  float: left;
  padding: 0 0.15rem;
  width: -webkit-calc(30%);
  width: calc(100% - 70px);
  height: 50px;
}
#c-header .c-gn form .c-box button {
  float: left;
  width: 70px;
  height: 50px;
  color: #fff;
  background: #3183e7;
  cursor: pointer;
}
#c-header .c-gn form .c-box button svg {
  pointer-events: none;
}
#c-header .c-gn form .c-box button svg path {
  fill: #fff;
}
#c-header .c-gn .c-phone {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-phone {
    position: static;
  }
}
#c-header .c-gn .c-phone > img,
#c-header .c-gn .c-phone > svg {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-phone > img,
  #c-header .c-gn .c-phone > svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
#c-header .c-gn .c-phone > img path,
#c-header .c-gn .c-phone > svg path {
  fill: #333;
}
#c-header .c-gn .c-phone .c-box {
  display: none;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  padding: 15px;
  background-color: #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  line-height: 1.5;
  font-size: 14px;
  cursor: auto;
}
@media (max-width: 767px) {
  #c-header .c-gn .c-phone .c-box {
    left: 34%;
  }
}
#c-header .c-gn .c-phone .c-box .c-img {
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
}
#c-header .c-gn .c-phone .c-box .c-img img {
  width: 100%;
}
@media (max-width: 1260px) {
  #c-header .c-gn .public-btn {
    display: none;
  }
}
#c-header.c-style2 .c-phone svg path {
  fill: #fff;
  stroke: none;
}
/*首页轮播图*/
.c-home-3d {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.c-home-3d canvas {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#jindu-text-con {
  transform: translate(-50%, -50%) !important;
}
.c-home-banner {
  position: relative;
  height: calc(100vh - 100px);
}
@media (max-width: 1580px) {
  .c-home-banner {
    height: calc(100vh - 70px);
  }
}
@media (max-width: 991px) {
  .c-home-banner {
    height: calc(100vh - 1.2rem);
  }
}
.c-home-banner .c-mb1,
.c-home-banner .c-pc1,
.c-home-banner .f_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .c-mb1 {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .c-mb1 {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .c-pc1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-home-banner .f_video {
    display: none;
  }
}
.c-home-banner .f_font {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -40%);
  width: 100%;
  z-index: 2;
}
.c-home-banner .f_font .f_jut {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 880px;
}
.c-home-banner .f_font .f_jut .f_tit {
  margin-bottom: 14px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.c-home-banner .f_font .f_jut .text {
  margin-bottom: 0.76rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 24px;
}
@media (max-width: 1580px) {
  .c-home-banner .f_font .f_jut .text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .c-home-banner .f_font .f_jut .text {
    font-size: 0.36rem;
  }
}
.c-home-banner .f_but {
  position: relative;
  width: 0.54rem;
  height: 0.54rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .c-home-banner .f_but {
    width: 0.76rem;
    height: 0.76rem;
    bottom: 50%;
  }
}
.c-home-banner .f_but i {
  width: 0.38rem;
  height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.c-home-banner .f_but i img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.c-home-banner .f_but span {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .c-home-banner .f_but span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .c-home-banner .f_but span {
    font-size: 0.26rem;
  }
}
.c-home-banner .f_but:hover,
.c-home-banner .f_but.on {
  background-color: #007bff;
  width: 3rem;
  border-radius: 0.28rem;
  width: 3.8rem;
  background-color: transparent;
  background-color: rgba(0, 123, 255, 0.8);
  border-color: rgba(0, 123, 255, 0.8);
}
@media (max-width: 1580px) {
  .c-home-banner .f_but:hover,
  .c-home-banner .f_but.on {
    width: 3.6rem;
  }
}
@media (max-width: 767px) {
  .c-home-banner .f_but:hover,
  .c-home-banner .f_but.on {
    width: 4.6rem;
    border-radius: 0.36rem;
  }
}
.c-home-banner .f_but:hover i,
.c-home-banner .f_but.on i {
  opacity: 0;
}
.c-home-banner .f_but:hover span,
.c-home-banner .f_but.on span {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-home-banner .f_but:hover,
  .c-home-banner .f_but.on {
    width: 4.2rem;
  }
}
.c-home-banner .f_but:hover span,
.c-home-banner .f_but.on span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-home-banner .f_but:hover span:before,
.c-home-banner .f_but.on span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.1rem;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #fff;
}
@media (max-width: 1580px) {
  .c-home-banner .f_but:hover span:before,
  .c-home-banner .f_but.on span:before {
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left-width: 10px;
  }
}
.c-home-banner .f_but:hover:hover,
.c-home-banner .f_but.on:hover {
  background-color: #007bff;
  background-color: rgba(0, 123, 255, 0.8);
  border-color: rgba(0, 123, 255, 0.8);
}
@media (max-width: 767px) {
  .c-home-banner .f_but {
    background-color: #007bff;
    width: 3rem;
    border-radius: 0.28rem;
    transition: all 0.4s;
  }
  .c-home-banner .f_but span {
    opacity: 1;
  }
}
@media (max-width: 767px) and (max-width: 1580px) {
  .c-home-banner .f_but {
    width: 3.6rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .c-home-banner .f_but {
    width: 4.6rem;
    border-radius: 0.36rem;
  }
}
.c-home-banner .c-sb {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  width: 16px;
  animation: jump 1.5s linear infinite;
  cursor: pointer;
}
.c-home-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box .c-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
  margin: 4px;
  width: 18px;
  height: 18px;
}
#c-code-pop .c-img-box .c-close img path,
#c-code-pop .c-img-box .c-close svg path {
  fill: #333;
  transition: all 0.5s;
}
#c-code-pop .c-img-box .c-close:hover {
  background-color: #3183e7;
}
#c-code-pop .c-img-box .c-close:hover svg path {
  fill: #fff;
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
/* 底部 */
#c-footer {
  color: #999;
  background: #04243c;
}
#c-footer a {
  color: #999;
  transition: 0.3s;
}
#c-footer a:hover {
  color: #3183e7;
}
#c-footer .c-top-box .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0 0.35rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .c-wrap {
    padding: 1.2rem 0 0.4rem;
  }
}
#c-footer .c-center-box {
  padding: 2.2rem 0 1.2rem;
}
@media (max-width: 991px) {
  #c-footer .c-center-box {
    padding: 1rem 0 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box {
    padding: 1rem 0 1.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box {
    padding: 0.6rem 0 0;
  }
}
#c-footer .c-center-box .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #c-footer .c-center-box .container {
    flex-wrap: wrap;
  }
}
#c-footer .c-center-box .container .c-logo {
  display: inline-block;
  margin-bottom: 0.4rem;
}
#c-footer .c-center-box .container .c-logo img {
  height: 26px;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-logo img {
    height: 0.4rem;
  }
}
#c-footer .c-center-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #365063;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box {
    padding: 0.3rem 0;
  }
}
#c-footer .c-center-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-center-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-center-box .container .c-title-box a:hover {
  color: #3183e7;
}
#c-footer .c-center-box .container .c-title-box img,
#c-footer .c-center-box .container .c-title-box svg {
  display: none;
  transition: 0.3s;
  width: 0.3rem;
  height: 0.3rem;
}
#c-footer .c-center-box .container .c-title-box img path,
#c-footer .c-center-box .container .c-title-box svg path {
  fill: #fff;
  stroke: none;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-title-box img,
  #c-footer .c-center-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-center-box .container .c-list-wrap {
  width: 100%;
  padding: 0 0.5rem;
}
@media (max-width: 1260px) {
  #c-footer .c-center-box .container .c-list-wrap {
    width: calc(100% - 250px);
  }
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-list-wrap {
    width: 100%;
    padding: 0;
  }
}
#c-footer .c-center-box .container .c-list-wrap .c-list-wrap2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1900px) {
  #c-footer .c-center-box .container .c-list-wrap .c-list-wrap2 {
    flex-wrap: wrap;
  }
}
#c-footer .c-center-box .container .c-list-wrap .c-alist {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #365063;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-wrap .c-alist {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
#c-footer .c-center-box .container .c-list-wrap .c-alist li {
  padding: 0 0.36rem 0.1rem 0;
  line-height: 26px;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-wrap .c-alist li {
    width: 100%;
    border-bottom: 1px solid #365063;
    padding: 0.3rem 0;
  }
  #c-footer .c-center-box .container .c-list-wrap .c-alist li:last-child {
    margin-bottom: 0;
  }
}
#c-footer .c-center-box .container .c-list-wrap .c-alist li a {
  color: #fff;
  display: flex;
  align-items: center;
}
#c-footer .c-center-box .container .c-list-wrap .c-alist li a svg {
  width: 0.16rem;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-wrap .c-alist li a svg {
    display: none;
  }
}
#c-footer .c-center-box .container .c-list-wrap .c-alist li a svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
#c-footer .c-center-box .container .c-list-box {
  padding-right: 0.5rem;
  max-width: 3.5rem;
  min-width: 2rem;
}
@media (max-width: 1900px) {
  #c-footer .c-center-box .container .c-list-box {
    padding: 0 0 0.2rem 0;
    max-width: 100%;
    width: calc(50% - 0.2rem);
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box {
    padding: 0;
  }
}
#c-footer .c-center-box .container .c-list-box:last-child {
  padding-right: 0;
  max-width: 3rem;
  min-width: 1.5rem;
}
@media (max-width: 1900px) {
  #c-footer .c-center-box .container .c-list-box:last-child {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box {
    width: 100%;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list {
  padding-top: 0.15rem;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list {
    display: none;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list > li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-footer .c-center-box .container .c-list-box .c-list li {
  padding-bottom: 0.05rem;
}
#c-footer .c-center-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-center-box .container .c-list-box .c-list li ul {
  padding: 0 0.1rem 0.2rem 0;
  width: 50%;
}
#c-footer .c-center-box .container .c-list-box .c-list li ul li {
  padding-right: 0.2rem;
}
#c-footer .c-center-box .container .c-list-box .c-list li ul li:nth-child(1) a {
  color: #fff;
}
#c-footer .c-center-box .container .c-list-box.on .c-title-box img,
#c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-center-box .container .c-text-wrap {
  max-width: 250px;
  line-height: 2;
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-text-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-wrap {
    width: 100%;
    padding-top: 0.4rem;
  }
}
#c-footer .c-center-box .container .c-text-wrap2 {
  text-align: center;
}
@media (max-width: 1260px) {
  #c-footer .c-center-box .container .c-text-wrap2 {
    margin: -3rem 1rem 0 0;
  }
}
@media (max-width: 991px) {
  #c-footer .c-center-box .container .c-text-wrap2 {
    display: none;
  }
}
#c-footer .c-center-box .container .c-text-wrap2 img {
  width: 140px;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-text-wrap2 img {
    width: 2rem;
  }
}
#c-footer .c-center-box .container .c-text-wrap2 .c-title {
  margin-top: 0.15rem;
  color: #fff;
}
#c-footer .c-center-box .container .c-ico {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
#c-footer .c-center-box .container .c-ico a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-ico a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-footer .c-center-box .container .c-ico a img,
#c-footer .c-center-box .container .c-ico a svg {
  width: 50%;
  height: 50%;
}
@media (max-width: 767px) {
  #c-footer .c-center-box .container .c-ico a img,
  #c-footer .c-center-box .container .c-ico a svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#c-footer .c-center-box .container .c-ico a img path,
#c-footer .c-center-box .container .c-ico a svg path {
  fill: #ddd;
  transition: all 0.3s;
  stroke: none;
}
#c-footer .c-center-box .container .c-ico a:hover {
  background: #3183e7;
  border-color: #3183e7;
}
#c-footer .c-center-box .container .c-ico a:hover svg path {
  fill: #fff;
}
#c-footer .c-bottom-box {
  color: #666;
}
#c-footer .c-bottom-box .c-top {
  padding: 0.3rem 0;
  background-color: #142f46;
}
@media (max-width: 991px) {
  #c-footer .c-bottom-box .c-top {
    display: none;
  }
}
#c-footer .c-bottom-box .c-top .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 0 -0.3rem;
}
#c-footer .c-bottom-box .c-top .c-list li {
  padding: 0 0.15rem 0.3rem;
}
#c-footer .c-bottom-box .c-top .c-list li img {
  height: 0.84rem;
}
#c-footer .c-bottom-box .c-center {
  margin-top: 0.4rem;
  display: none;
}
#c-footer .c-bottom-box .c-center .c-title {
  color: #fff;
}
#c-footer .c-bottom-box .c-center .c-a-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#c-footer .c-bottom-box .c-center .c-a-list a {
  margin: 0.1rem 0.2rem 0 0;
}
#c-footer .c-bottom-box .c-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.4rem 0 0.5rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .c-bottom {
    padding: 0.8rem 0;
  }
}
#c-footer .c-bottom-box .c-bottom a {
  color: #666;
}
#c-footer .c-bottom-box .c-bottom a:hover {
  color: #3183e7;
}
#c-footer .c-bottom-box .c-bottom .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
.c-home-data {
  padding: 1.2rem 0 0.8rem;
  background: #fafafa url(../images/c-home-data-bg.png) no-repeat top left / 100% auto;
}
@media (max-width: 767px) {
  .c-home-data {
    padding: 1.2rem 0;
  }
}
.c-home-data .c-top {
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
}
.c-home-data .c-top .c-title {
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-home-data .c-top .c-title br {
    display: none;
  }
}
.c-home-data .c-top .c-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.7rem 0 0.5rem;
}
.c-home-data .c-top .c-list li {
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .c-home-data .c-top .c-list li {
    padding: 0 0.2rem 0.4rem;
    width: 50%;
  }
}
.c-home-data .c-top .c-list li .c-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #3183e7;
  line-height: 1;
  margin-bottom: 0.1rem;
}
.c-home-data .c-top .c-list li .c-box .c-num {
  font-weight: bold;
}
.c-home-data .c-top .c-list li .c-box .c-add {
  margin: 0.1rem 0 0 0.05rem;
  line-height: 0;
}
.c-home-data .c-center .c-home-data-banner {
  padding-bottom: 0.9rem;
}
.c-home-data .c-center .c-home-data-banner .swiper-pagination {
  bottom: 0.45rem;
}
.c-home-data .c-center .c-home-data-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.1rem;
  opacity: 1;
  width: 14px;
  height: 14px;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  .c-home-data .c-center .c-home-data-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
  }
}
.c-home-data .c-center .c-home-data-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3183e7;
}
.c-home-data .c-center .c-wrap {
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.c-home-data .c-center .c-wrap .public-img {
  width: 100%;
}
.c-home-data .c-center .c-wrap .public-img::before {
  padding-top: 56.756756%;
}
.c-home-data .c-center .c-wrap .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.c-home-data .c-center .c-wrap .public-img .c-play {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 10;
  width: 40px;
  height: 26px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-home-data .c-center .c-wrap .public-img .c-play {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-home-data .c-center .c-wrap .public-img .c-play rect {
  fill: #000;
  transition: all 0.3s;
}
.c-home-data .c-center .c-wrap .public-img:hover img:nth-child(1) {
  transform: scale(1.1);
}
.c-home-data .c-center .c-wrap .public-img:hover .c-play rect {
  fill: #3183e7;
}
.c-home-data .c-center .c-wrap .c-text-box {
  display: block;
  width: 100%;
  padding: 0.2rem 0;
  transition: all 0.3s;
  color: #333;
}
.c-home-data .c-center .c-wrap .c-text-box .c-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #333;
  transition: all 0.3s;
}
.c-home-data .c-center .c-wrap .c-text-box .c-title:hover {
  color: #3183e7;
}
.c-home-data .c-center .c-wrap .c-text-box .c-text {
  margin: 0.1rem 0;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: #999;
}
@media (max-width: 767px) {
  .c-home-data .c-center .c-wrap .c-text-box .c-text {
    max-height: 0.8rem;
    line-height: 0.4rem;
  }
}
.c-home-data .c-center .c-wrap .c-text-box .c-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.1rem;
}
.c-home-data .c-center .c-wrap .c-text-box .c-tag a {
  display: inline-flex;
  justify-content: center;
  line-height: 2em;
  border: 1px solid #999;
  border-radius: 3px;
  color: #999;
  padding: 0 0.1rem;
  margin: 0 0.1rem 0.1rem 0;
  min-width: 1rem;
  transition: all 0.3s;
}
.c-home-data .c-center .c-wrap .c-text-box .c-tag a:hover {
  color: #3183e7;
  border-color: #3183e7;
}
.c-home-data .c-bottom .c-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0.1rem 0.3rem;
  max-width: 780px;
  background-color: #3183e7;
  border-radius: 5px;
  color: #fff;
}
.c-home-data .c-bottom .c-wrap .public-btn2 {
  margin-left: 0.4rem;
  flex-shrink: 0;
}
.c-home-technology {
  position: relative;
  height: 170vh;
}
.c-home-technology .c-main {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}
.c-home-technology .c-main .c-top {
  padding-top: 1.2rem;
  text-align: center;
}
.c-home-technology .c-main .c-top .c-text {
  font-weight: bold;
  color: #3183e7;
}
.c-home-technology .c-main .c-top .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home-technology .c-main .c-bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-width: 14vw 13.54vw 6.25vw;
  border-style: solid;
  border-color: transparent;
}
.c-home-technology .c-main .c-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1260px) {
  .c-home-technology .c-main .c-bottom {
    border-width: 3rem 2.5rem 1rem;
  }
}
@media (max-width: 1260px) {
  .c-home-technology .c-main .c-bottom {
    border-width: 5rem 1rem 1rem;
  }
}
.c-home-technology .c-main .c-bottom > img,
.c-home-technology .c-main .c-bottom video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-technology .c-main .c-bottom > img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .c-home-technology .c-main .c-bottom > img {
    display: none;
  }
  .c-home-technology .c-main .c-bottom > img:nth-child(2) {
    display: block;
  }
}
.c-home-technology .c-main .c-bottom video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-home-technology .c-main .c-bottom video {
    display: none;
  }
}
.c-home-technology .c-main .c-bottom .c-wrap {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.c-home-technology .c-main .c-bottom .c-wrap .c-title {
  margin-bottom: 0.3rem;
  color: #fff;
}
.c-home-technology.on .c-bottom {
  border-width: 0;
}
.c-home-technology.on .c-bottom .c-wrap {
  opacity: 1;
}
.c-home-service {
  position: relative;
}
.c-home-service .public-img::before {
  padding-top: 40.625%;
}
@media (max-width: 767px) {
  .c-home-service .public-img::before {
    padding-top: 90%;
  }
}
.c-home-service .public-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-home-service .public-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .c-home-service .public-img video {
    display: none;
  }
}
.c-home-service .c-text-box {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  transform: translateY(-50%);
}
.c-home-service .c-text-box .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home-service .c-text-box .c-text {
  margin: 0.1rem 0 0.55rem;
}
.c-home-news {
  padding: 1.2rem 0 1.8rem;
}
@media (max-width: 1580px) {
  .c-home-news {
    padding: 1.2rem 0 3rem;
  }
}
@media (max-width: 991px) {
  .c-home-news {
    padding: 1.2rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .c-home-news {
    padding: 1.2rem 0;
  }
}
.c-home-news .c-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
}
.c-home-news .c-top .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home-news .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.6rem;
}
.c-home-news .c-bottom .c-list li {
  padding: 0 0.15rem 0.6rem;
  width: 33.333333%;
}
@media (max-width: 991px) {
  .c-home-news .c-bottom .c-list li {
    width: 50%;
  }
  .c-home-news .c-bottom .c-list li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-home-news .c-bottom .c-list li {
    width: 100%;
  }
  .c-home-news .c-bottom .c-list li:last-child {
    display: block;
  }
}
.c-home-news .c-bottom .c-list li .public-img::before {
  padding-top: 60.54%;
}
.c-home-news .c-bottom .c-list li .public-img:hover img {
  transform: scale(1.1);
}
.c-home-news .c-bottom .c-list li .c-text-box .c-tag {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0.3rem 0 0.2rem;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-tag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #333;
  line-height: 26px;
  border: 1px solid #ddd;
  padding: 0 0.1rem;
  margin: 0 0.1rem 0.1rem 0;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-tag a:hover {
  color: #fff;
  background-color: #3183e7;
  border-color: #3183e7;
  transition: all 0.3s;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-title h3 {
  display: inline;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #3183e7 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-title:hover h3 {
  color: #3183e7;
  background-size: 100% 100%;
}
.c-home-news .c-bottom .c-list li .c-text-box .c-text {
  color: #666;
  margin: 0.1rem 0 0.3rem;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media (max-width: 767px) {
  .c-home-news .c-bottom .c-list li .c-text-box .c-text {
    margin: 0.1rem 0;
  }
}
.c-home-news .c-bottom .c-list li .c-text-box .c-time {
  color: #666;
}
.c-pre-book {
  position: relative;
  margin-bottom: -0.8rem;
}
@media (max-width: 991px) {
  .c-pre-book {
    margin-bottom: 1.2rem;
  }
}
.c-pre-book .container {
  position: relative;
  border-radius: 10px;
  background: #3183e7;
  zoom: 1;
}
.c-pre-book .container:after {
  content: '';
  display: block;
  clear: both;
}
.c-pre-book .c-left {
  position: relative;
  z-index: 5;
  padding: 0.4rem 0.4rem 0.4rem 500px;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .c-pre-book .c-left {
    padding-left: 400px;
  }
}
@media (max-width: 991px) {
  .c-pre-book .c-left {
    width: 100%;
    padding-left: 0.4rem;
    margin-top: -0.9rem;
  }
}
@media (max-width: 767px) {
  .c-pre-book .c-left {
    padding: 0.8rem 0 0.4rem;
    float: left;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .c-pre-book .c-left div:nth-child(2) {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.c-pre-book .c-left img {
  position: absolute;
  z-index: -1;
  width: 9rem;
  top: -3rem;
  right: -4.5rem;
  opacity: 0.1;
}
@media (max-width: 991px) {
  .c-pre-book .c-left img {
    display: none;
  }
}
.c-pre-book .c-left .c-title {
  margin-bottom: 0.05rem;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-pre-book .c-left .c-text {
  opacity: 0.7;
}
.c-pre-book .c-right {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 500px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1580px) {
  .c-pre-book .c-right {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .c-pre-book .c-right {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-pre-book .c-right {
    float: left;
    position: relative;
    width: 100%;
    margin-top: -0.9rem;
  }
}
.c-pre-book .c-right img {
  width: 2.6rem;
}
@media (max-width: 991px) {
  .c-pre-book .c-right img {
    width: 42%;
    margin-top: 1rem;
  }
}
.c-pre-book .c-right .c-bg {
  position: absolute;
  bottom: -10%;
  left: 0;
  z-index: 2;
  width: 65%;
  background-position: 0 0;
  background-size: 100% auto;
  animation: preBook2 0.6s steps(17) forwards;
}
@media (max-width: 991px) {
  .c-pre-book .c-right .c-bg {
    position: static;
    width: 50%;
  }
}
.c-pre-book .c-right .c-bg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-pre-book .c-right .c-bg.on {
  animation: preBook 0.6s steps(17) forwards;
}
.c-pre-book .c-right .public-btn2 {
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 65px;
}
@media (max-width: 991px) {
  .c-pre-book .c-right .public-btn2 {
    top: 90px;
    left: 45px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .c-pre-book .c-right .public-btn2 {
    top: 1.75rem;
    left: 0.85rem;
    min-width: 2rem;
  }
}
.c-home-animation {
  position: relative;
  z-index: 10;
}
.c-home-animation .c-last {
  padding-bottom: 350vh;
}
@media (max-width: 991px) {
  .c-home-animation .c-last {
    padding-bottom: 250vh;
  }
}
.c-home-uav {
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
}
.c-home-uav .container {
  position: relative;
  height: 100%;
}
.c-home-uav .container .c-main-title {
  position: relative;
  z-index: 1;
  padding-top: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-home-uav .container .c-main-title br {
    display: none;
  }
}
.c-home-uav .container .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 5.5rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .c-home-uav .container .c-img-box {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .c-home-uav .container .c-img-box {
    top: 60%;
    transform: translate(-50%, -50%);
  }
}
.c-home-uav .container .c-img-box .c-ks {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.c-home-uav .container .c-img-box .c-ks .c-round {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #3183e7;
  border-radius: 50%;
  box-shadow: inset 0 0 2rem rgba(0, 184, 239, 0.3);
  transform: scale(0.8);
}
.c-home-uav .container .c-img-box .c-ks .c-round:nth-child(1) {
  transform: scale(1.3);
}
.c-home-uav .container .c-img-box .c-ks .c-round:nth-child(2) {
  transform: scale(0);
}
.c-home-uav .container .c-img-box .c-ks img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.8);
  animation: rotate1 3s linear infinite;
}
.c-home-uav .container .c-img-box .c-ks .c-text {
  display: flex;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: -10%;
  color: #5e5e5e;
  white-space: nowrap;
  transition: all 0.3s;
}
.c-home-uav .container .c-img-box .c-ks .c-text:nth-last-child(1) {
  top: 100%;
  left: 50%;
}
.c-home-uav .container .c-img-box .c-ks .c-text:nth-last-child(2) {
  top: 8%;
  left: 100%;
}
@media (max-width: 767px) {
  .c-home-uav .container .c-img-box .c-ks .c-text:nth-last-child(2) {
    left: 85%;
  }
}
.c-home-uav .container .c-img-box .c-ks .c-text .c-round2 {
  margin-right: 0.3rem;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #9ae0f7;
}
@media (max-width: 767px) {
  .c-home-uav .container .c-img-box .c-ks .c-text .c-round2 {
    margin-right: 0.1rem;
  }
}
.c-home-uav .container .c-img-box .c-ks .c-text .c-round2 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #9ae0f7;
  border-radius: 50%;
  animation: spread2 3s linear infinite;
}
.c-home-uav .container .c-img-box .c-ks .c-text .c-round2 div:nth-child(1) {
  animation: spread2 3s 1s linear infinite;
}
.c-home-uav .container .c-img-box .c-ks .c-text .c-round2 div:nth-child(2) {
  animation: spread2 3s 2s linear infinite;
}
.c-home-uav .container .c-img-box .c-ks.on {
  opacity: 1;
}
.c-home-uav .container .c-img-box .c-ks.on2 .c-round {
  opacity: 0.15;
}
.c-home-uav .container .c-img-box .c-ks.on2 .c-round:nth-child(3) {
  opacity: 0.3;
}
.c-home-uav .container .c-img-box .c-ks.on2 .c-text {
  opacity: 1;
  transition: all 0.3s;
}
.c-home-uav .container .c-img-box .c-ks.on2 .c-text:nth-last-child(1) {
  transition: all 0.3s 0.4s;
}
.c-home-uav .container .c-img-box .c-ks.on2 .c-text:nth-last-child(2) {
  transition: all 0.3s 0.2s;
}
.c-home-uav .container .c-img-box .c-box {
  position: relative;
}
.c-home-uav .container .c-img-box .c-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.c-home-uav .container .c-img-box .c-box img:nth-child(1) {
  position: relative;
}
.c-home-uav .container .c-img-box .c-box img:nth-child(2) {
  transform: scale(0.3);
}
.c-home-uav .container .c-img-box .c-box img:nth-child(3) {
  z-index: 2;
}
.c-home-uav .container .c-img-box .c-box img:nth-child(4) {
  z-index: 1;
}
.c-home-uav .container .c-img-box .c-box img:nth-child(5) {
  z-index: 3;
}
.c-home-uav .container .c-img-box > img {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  transform: scale(0.3);
}
.c-home-uav .container .c-img-box.on .c-box > img:nth-child(2) {
  display: none;
}
.c-home-uav .container .c-img-box.on > img {
  display: block;
}
.c-home-uav .container .c-text-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 38.125%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .c-home-uav .container .c-text-box {
    top: 75%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-home-uav .container .c-text-box {
    top: 70%;
    width: 100%;
  }
}
.c-home-uav .container .c-text-box .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-home-uav .container .c-text-box .c-text {
  margin: 0.3rem 0 0.5rem;
  color: #666;
}
.c-home-uav .container .c-text-box.on {
  pointer-events: auto;
  opacity: 1;
}
.public-box {
  position: relative;
  z-index: 1;
  padding-top: 200vh;
}
.public-box .c-list > li {
  position: relative;
  overflow: hidden;
}
.public-box .c-list > li .f_img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .public-box .c-list > li .f_img {
    display: none;
  }
}
.public-box .c-list > li .f_img > img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.public-box .c-list > li .f_img > img:nth-child(2) {
  opacity: 0;
  z-index: 2;
}
.public-box .c-list > li .f_img2 {
  display: none;
}
@media (max-width: 767px) {
  .public-box .c-list > li .f_img2 {
    display: block;
  }
}
.public-box .c-list > li > img {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.public-box .c-list > li > img:nth-child(2) {
  opacity: 0;
  z-index: 2;
}
.public-box .c-list > li .c-text-box {
  position: relative;
  z-index: 5;
}
.public-box .c-list > li .c-text-box .container {
  display: flex;
  justify-content: flex-start;
}
.public-box .c-list > li .c-text-box .c-wrap {
  max-width: 510px;
  padding: 1.5rem 0 1.5rem 0.4rem;
  color: #fff;
}
@media (max-width: 1900px) {
  .public-box .c-list > li .c-text-box .c-wrap {
    max-width: 400px;
  }
}
.public-box .c-list > li .c-text-box .c-wrap .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0.5rem 0;
  color: #3183e7;
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 li {
  padding-right: 0.4rem;
  margin-right: 0.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 li .c-box {
  display: flex;
  align-items: flex-start;
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 li .c-box .c-num {
  font-weight: bold;
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 li .c-box .c-t1 {
  margin-left: 0.05rem;
  line-height: 2;
}
.public-box .c-list > li .c-text-box .c-wrap .c-list2 li:last-child {
  border: 0;
}
.public-box .c-list > li .c-text-box .c-wrap .c-text {
  margin-bottom: 0.3rem;
  line-height: 1.9;
}
.public-box .c-list > li:nth-child(2n) .c-text-box .container {
  justify-content: flex-end;
}
.public-box .c-list > li.on > img:nth-child(2) {
  animation: fade1 0.6s linear infinite;
}
.c-hone-system {
  position: relative;
  z-index: 1;
  margin-top: 2.2rem;
}
@media (max-width: 991px) {
  .c-hone-system {
    margin-top: 0;
  }
}
.c-hone-system.on .c-main1 .c-text0:nth-child(1) {
  opacity: 1;
  transition: all 0.3s 2.1s;
}
.c-hone-system.on .c-main1 .c-text0:nth-child(2) {
  opacity: 1;
  transition: all 0.3s 2.2s;
}
.c-hone-system.on .c-main1 .c-wrj {
  opacity: 1;
  transition: all 0.3s 2.3s;
}
.c-hone-system .c-main1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.c-hone-system .c-main1 .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80vw;
}
.c-hone-system .c-main1 .c-text0 {
  position: absolute;
  z-index: 3;
  bottom: 44.1vw;
  left: 78.5vw;
  color: #3183e7;
  white-space: nowrap;
  opacity: 0;
}
.c-hone-system .c-main1 .c-text0:nth-child(2) {
  bottom: 52.5vw;
  left: 47vw;
}
@media (max-width: 767px) {
  .c-hone-system .c-main1 .c-text0 {
    font-size: 0.2rem;
  }
}
.c-hone-system .c-main1 .c-text0 p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-hone-system .c-main1 .c-wrj {
  position: absolute;
  bottom: 10vw;
  right: 36vw;
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
}
.c-hone-system .c-main1 .c-wrj:nth-child(2) {
  bottom: 45vw;
  right: 20vw;
}
@media (max-width: 767px) {
  .c-hone-system .c-main1 .c-wrj:nth-child(2) {
    right: 12vw;
  }
}
.c-hone-system .c-main1 .c-wrj:nth-child(2) .c-text:nth-last-child(2) {
  bottom: -10%;
  left: 44%;
}
.c-hone-system .c-main1 .c-wrj:nth-child(2) .c-text:nth-last-child(1) {
  bottom: 50%;
  left: -80%;
  transform: translateY(50%);
}
@media (max-width: 767px) {
  .c-hone-system .c-main1 .c-wrj {
    right: 30vw;
    bottom: 4vw;
    width: 2rem;
    height: 2rem;
  }
}
.c-hone-system .c-main1 .c-wrj img {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg) scale(0.5);
}
.c-hone-system .c-main1 .c-wrj .c-round {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #9ae0f7;
  border-radius: 50%;
  animation: spread1 3s linear infinite;
}
.c-hone-system .c-main1 .c-wrj .c-round:nth-child(1) {
  animation: spread1 3s 1s linear infinite;
}
.c-hone-system .c-main1 .c-wrj .c-round:nth-child(2) {
  animation: spread1 3s 2s linear infinite;
}
.c-hone-system .c-main1 .c-wrj .c-text {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 80%;
  left: 80%;
  color: #717171;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-hone-system .c-main1 .c-wrj .c-text {
    font-size: 0.2rem;
  }
}
.c-hone-system .c-main1 .c-wrj .c-text .c-round2 {
  margin-right: 0.3rem;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #9ae0f7;
}
@media (max-width: 767px) {
  .c-hone-system .c-main1 .c-wrj .c-text .c-round2 {
    margin-right: 0.1rem;
  }
}
.c-hone-system .c-main1 .c-wrj .c-text .c-round2 div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #9ae0f7;
  border-radius: 50%;
  animation: spread2 3s linear infinite;
}
.c-hone-system .c-main1 .c-wrj .c-text .c-round2 div:nth-child(1) {
  animation: spread2 3s 1s linear infinite;
}
.c-hone-system .c-main1 .c-wrj .c-text .c-round2 div:nth-child(2) {
  animation: spread2 3s 2s linear infinite;
}
.c-hone-system .c-main2 {
  position: relative;
  z-index: 10;
}
.c-hone-system .c-main2 .container {
  position: relative;
  z-index: 10;
  height: 100vh;
}
@media (max-width: 991px) {
  .c-hone-system .c-main2 .container {
    height: 6.7rem;
  }
}
@media (max-width: 767px) {
  .c-hone-system .c-main2 .container {
    height: 8rem;
  }
}
.c-hone-system .c-main2 .c-text-box {
  position: absolute;
  left: 11%;
  bottom: 3.8rem;
  width: 50%;
  max-width: 560px;
}
@media (max-width: 991px) {
  .c-hone-system .c-main2 .c-text-box {
    left: 0;
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .c-hone-system .c-main2 .c-text-box {
    width: 100%;
    max-width: 100%;
    bottom: 4.7rem;
  }
}
.c-hone-system .c-main2 .c-text-box .c-title {
  line-height: 1.2;
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.c-hone-system .c-main2 .c-text-box .c-text {
  margin: 0.3rem 0 0.5rem;
  color: #666;
}
#c-right-pop {
  position: fixed;
  z-index: 910;
  bottom: 20px;
}
@media (min-width: 768px) {
  #c-right-pop {
    right: 15px;
    bottom: 50%;
    transform: translateY(50%);
  }
  #c-right-pop li .c-wrap > span {
    display: none;
  }
}
#c-right-pop li {
  background-color: #007bff;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 0;
}
#c-right-pop li:nth-child(1) {
  border-radius: 28px 28px 0 0;
}
#c-right-pop li:nth-child(2) {
  border-radius: 0 0 32px 28px;
}
#c-right-pop li:nth-last-child(1) .c-wrap::before,
#c-right-pop li:nth-last-child(3) .c-wrap::before {
  display: none;
}
#c-right-pop li:nth-last-child(1) {
  margin-top: 0.1rem;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #f5f5f5;
  box-shadow: 0 0 5px rgba(60, 60, 60, 0.05);
  cursor: pointer;
  transition: all 0.3s;
  position: fixed;
  top: 29vh;
}
#c-right-pop li:nth-last-child(1) .c-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
#c-right-pop li:nth-last-child(1) .c-wrap svg path {
  fill: #333;
}
@media (min-width: 768px) {
  #c-right-pop li:nth-last-child(1):hover {
    background-color: #007bff;
    border-color: #007bff;
  }
  #c-right-pop li:nth-last-child(1):hover svg path {
    fill: #fff;
    stroke: none;
  }
}
@media (min-width: 768px) {
  #c-right-pop li:hover .c-wrap {
    background-color: #5a9cec;
  }
  #c-right-pop li:hover .c-wrap > svg path {
    fill: #fff;
  }
}
#c-right-pop .c-wrap {
  position: relative;
  width: 42px;
  border-radius: 21px;
  transition: all 0.3s;
  padding: 10px 0 8px;
  text-align: center;
}
#c-right-pop .c-wrap > img,
#c-right-pop .c-wrap > svg {
  width: 20px;
  height: 20px;
}
#c-right-pop .c-wrap > img path,
#c-right-pop .c-wrap > svg path {
  stroke: none;
  fill: #fff;
}
#c-right-pop .c-wrap::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  border-top: 1px solid #659ee4;
}
#c-right-pop .c-wrap .c-box {
  display: none;
  position: fixed;
  top: 50%;
  right: 49vw;
  z-index: 100;
  transform: translate(50%, -50%);
  width: 96vw;
  max-width: 725px;
}
#c-right-pop .c-wrap .c-box .c-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#c-right-pop .c-wrap .c-box .c-close img,
#c-right-pop .c-wrap .c-box .c-close svg {
  width: 70%;
  height: 70%;
  pointer-events: none;
}
#c-right-pop .c-wrap .c-box .c-close img path,
#c-right-pop .c-wrap .c-box .c-close svg path {
  fill: #3183e7;
}
@media (max-width: 767px) {
  #c-right-pop {
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  #c-right-pop li {
    width: 30%;
    border-radius: 0.1rem !important;
  }
  #c-right-pop li .c-wrap {
    padding: 0;
    width: 100%;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #c-right-pop li .c-wrap:before {
    display: none;
  }
  #c-right-pop li .c-wrap > span {
    display: block;
    margin-left: 8px;
    color: #fff;
  }
  #c-right-pop li .c-wrap > svg {
    width: 0.36rem;
    height: 0.36rem;
  }
  #c-right-pop li .c-wrap > svg path {
    fill: #fff;
  }
  #c-right-pop li:nth-last-child(1) {
    position: relative;
    top: 0;
    margin-top: 0;
    height: 1rem;
  }
  #c-right-pop li:nth-last-child(1) .c-wrap {
    height: auto;
  }
  #c-right-pop li:nth-last-child(1) .c-wrap > span {
    color: #333;
  }
}
#c-zx-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 910;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  max-width: 860px;
  width: 98%;
  display: none;
}
#c-zx-pop .c-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url(../images/ico-close.svg) no-repeat center / 50%;
  cursor: pointer;
}
#c-zx-pop img {
  width: 100%;
}
#c-zx-pop2 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 910;
  transform: translate(-50%, -50%);
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  max-width: 400px;
  width: 90%;
  display: none;
}
#c-zx-pop2 .c-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  background: url(../images/ico-close.svg) no-repeat center / 50%;
  cursor: pointer;
}
#c-zx-pop2 .c-box1 {
  background-color: #2c76cf;
  color: #fff;
  padding: 0.2rem 0.4rem;
}
#c-zx-pop2 .c-box1 .c-title {
  font-family: "cu", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
#c-zx-pop2 .c-box1 .c-text {
  opacity: 0.5;
}
#c-zx-pop2 .c-box2 {
  padding: 0.5rem 0.3rem 0.3rem;
}
#c-zx-pop2 .c-box2 .c-box3 {
  width: 60%;
  margin: 0 auto 0.25rem;
  max-width: 200px;
  position: relative;
  background: url(../images/right-pop-bg.jpg) no-repeat center / 100% 100%;
  padding: 10px;
}
#c-zx-pop2 .c-box2 .c-box3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(../images/right-pop-bg2.png) no-repeat center / 100% auto;
  animation: rightPop 5s linear infinite;
}
#c-zx-pop2 .c-box2 .c-box3 img {
  width: 100%;
}
#c-zx-pop2 .c-box2 .c-text {
  color: #3183e7;
}
