@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 (max-width: 768px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 54px;
  }
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1600px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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-size: inherit;
  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: 72.9%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 768px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#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%;
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #E2550E;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 0.33rem 0;
  transition: all ease 0.8s;
}
@media (min-width: 1920px) {
  .header {
    padding: 33px 0;
  }
}
@media (max-width: 768px) {
  .header {
    opacity: 0;
  }
}
.header .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header .box {
    width: 90%;
  }
}
.header .box .logo {
  width: 2.18rem;
  display: flex;
}
@media (min-width: 1920px) {
  .header .box .logo {
    width: 218px;
  }
}
.header .box .logo img {
  width: 100%;
}
.header .box .logo svg{
  width: 100%;
}
.header .box .logo svg path{
  fill: #fff;
}
.header .box .head-icon {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .box .head-icon img {
  width: 0.33rem;
  height: 0.33rem;
  position: relative;
  z-index: 2;
}
.header .box .head-icon svg {
  width: 0.33rem;
  height: 0.33rem;
  position: relative;
  z-index: 2;
}
.header .box .head-icon svg .cls-1 {
  fill: #E2550E;
}
.header .box .head-icon::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  opacity: 0.1;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: menu_circle;
  animation-name: menu_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (min-width: 1920px) {
  .header .box .head-icon {
    width: 60px;
    height: 60px;
  }
  .header .box .head-icon img {
    width: 33px;
    height: 33px;
  }
}
.header.fh {
  opacity: 0;
}
@keyframes menu_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
.header2 {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  padding: 0.2rem 0;
  transition: all ease 0.8s;
  opacity: 0;
}
.header2.fh {
  opacity: 1;
  z-index: 10;
}
@media (max-width: 768px) {
  .header2 {
    opacity: 1;
    z-index: 15;
    background: #fff;
  }
}
.header2 .box {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(15, 78, 80, 0.08);
  border-radius: 0.1rem;
  padding: 0 0.4rem;
}
@media (max-width: 1024px) {
  .header2 .box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .header2 .box {
    padding: 0;
    box-shadow: none;
  }
}
.header2 .box .p-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header2 .box .p-box .logo {
  width: 2.18rem;
  display: flex;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1920px) {
  .header2 .box .p-box .logo {
    width: 218px;
  }
}
.header2 .box .p-box .logo img,
.header2 .box .p-box .logo svg {
  width: 100%;
}
.header2 .box .p-box .logo svg .cls-1{
  fill: #E2550E;
}
.header2 .box .p-box .head-icon {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .header2 .box .p-box .head-icon {
    display: flex;
  }
}
.header2 .box .p-box .head-icon img,
.header2 .box .p-box .head-icon svg {
  width: 0.33rem;
  height: 0.33rem;
  position: relative;
  z-index: 2;
}
.header2 .box .p-box .head-icon svg .cls-1 {
  fill: #E2550E;
}
.header2 .box .p-box .head-icon::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: rgba(0, 88, 91, 0.5);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: menu_circle;
  animation-name: menu_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (min-width: 1920px) {
  .header2 .box .p-box .head-icon {
    width: 60px;
    height: 60px;
  }
  .header2 .box .p-box .head-icon img {
    width: 33px;
    height: 33px;
  }
}
.header2 .box .p-box .right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0.8rem;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right {
    margin-left: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 1.2rem 5%;
    display: none;
  }
}
.header2 .box .p-box .right .menu {
  position: relative;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .menu {
    width: 100%;
  }
}
.header2 .box .p-box .right .menu ul {
  display: flex;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .menu ul {
    flex-wrap: wrap;
  }
}
.header2 .box .p-box .right .menu ul li {
  width: 1.15rem;
  position: relative;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .menu ul li {
    width: 100%;
  }
}
.header2 .box .p-box .right .menu ul li .menu-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.header2 .box .p-box .right .menu ul li .menu-link a{
  line-height: 1rem;
  color: #333;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .menu ul li .menu-link a{
    line-height: 48px;
    font-size: 16px;
    width: 90%;
    padding-right: 8px;
  }
}
.header2 .box .p-box .right .menu ul li .menu-link span {
  width: 9px;
  height: 5px;
  margin-left: 0.1rem;
  display: none;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .menu ul li .menu-link span {
    display: flex;
  }
}
.header2 .box .p-box .right .menu ul li .menu-link span img {
  width: 100%;
  transition: all ease-in 0.3s;
}
.header2 .box .p-box .right .menu ul li .s-menu {
  display: none;
  width: 80px;
}
@media (max-width:768px) {
  .header2 .box .p-box .right .menu ul li .s-menu{
    width: 100%;
  }
}
.header2 .box .p-box .right .menu ul li .s-menu a {
  display: block;
  margin: 10px 0;
  width: 100%;
  line-height: 20px;
  color: #666;
  position: relative;
  transition: all ease-in 0.3s;
  /* white-space: nowrap; */
}
.header2 .box .p-box .right .menu ul li .s-menu a:hover {
  color: #E2550E;
}
.header2 .box .p-box .right .menu ul li:hover .menu-link,
.header2 .box .p-box .right .menu ul li.on .menu-link {
  color: #E2550E;
}
.header2 .box .p-box .right .menu ul li:hover .menu-link span img,
.header2 .box .p-box .right .menu ul li.on .menu-link span img {
  transform: rotateZ(180deg);
}
.header2 .box .p-box .right .menu .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all ease-out 0.5s;
  left: 0;
  top: 100%;
  border-radius: 1px;
  opacity: 0;
}
.header2 .box .p-box .right .menu .line.on {
  opacity: 1;
}
.header2 .box .p-box .right .menu .line .s1 {
  width: 0;
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.5s;
  flex-shrink: 0;
}
.header2 .box .p-box .right .menu .line .s2 {
  width: 5px;
  height: 5px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
  flex-shrink: 0;
}
.header2 .box .p-box .right .menu .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: rgba(0, 88, 91, 0.1);
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.3s;
}
.header2 .box .p-box .right .language{
    display: flex;
    align-items: center;
    color: #ccc;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .language {
    margin-top: 20px;
  }
}
.header2 .box .p-box .right .language .a1{
    color: #666;
    margin: 0 5px;
}
.header2 .box .p-box .right .language .a2{
    color: #E2550E;
    margin: 0 5px;
}
.header2 .box .p-box .right .search {
  width: 0.48rem;
  height: 0.48rem;
  background: #E2550E;
  border-radius: 24px;
  display: flex;
  transition: all ease-in 0.3s;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .search {
    width: 100%;
    padding-left: 0.2rem;
    margin-top: 20px;
    height: 36px;
  }
}
.header2 .box .p-box .right .search .txt {
  width: calc(100% - 0.48rem);
  height: 0.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .search .txt {
    width: calc(100% - 36px);
    height: 30px;
  }
}
.header2 .box .p-box .right .search .btn {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .search .btn {
    width: 36px;
    height: 36px;
  }
}
.header2 .box .p-box .right .search .btn img {
  width: 0.2rem;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .search .btn img {
    width: 18px;
  }
}
.header2 .box .p-box .right .search:hover {
  width: 2rem;
  padding-left: 0.2rem;
}
@media (max-width: 768px) {
  .header2 .box .p-box .right .search:hover {
    width: 100%;
  }
}
.header2 .box .p-smenu {
  width: 100%;
  padding: 0.3rem 0 0.5rem 3rem;
  display: none;
}
.header2 .box .p-smenu ul {
  display: flex;
  position: relative;
}
.header2 .box .p-smenu ul li {
  width: 1.15rem;
  position: relative;
}
.header2 .box .p-smenu ul li a {
  display: block;
  margin: 0 0 20px;
  width: 80px;
  line-height: 20px;
  color: #666;
  position: relative;
  transition: all ease-in 0.3s;
}
@media (max-width:768px) {
  .header2 .box .p-smenu ul li a{
    width: 100%;
  }
}
.header2 .box .p-smenu ul li a:hover {
  color: #E2550E;
}
.banner11 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.banner11 .swiper {
  width: 100%;
  height: 100%;
}
.banner11 .swiper .swiper-pagination {
  display: flex;
  left: 8.3%;
  bottom: 0.6rem;
}
.banner11 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: initial;
  background: none;
  color: #FFFFFF;
  opacity: 0.4;
  margin: 0 0.3rem 0 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.banner11 .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '/';
  position: absolute;
  left: calc(100% + 0.1rem);
  bottom: 0;
  font-size: 16px;
}
.banner11 .swiper .swiper-pagination .swiper-pagination-bullet:last-child::after {
  display: none;
}
.banner11 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
  font-size: 24px;
  line-height: 16px;
}
.banner11 .swiper .swiper-pagination .swiper-pagination-bullet-active::after {
  opacity: 0.4;
}
.banner11 .swiper .swiper-slide {
  overflow: hidden;
}
.banner11 .swiper .swiper-slide-active .tbox .line .line1 {
  width: 100%;
}
.banner11 .swiper .swiper-slide-active .tbox .line .line2 {
  width: 100%;
}
.banner11 .swiper .swiper-slide-active .tbox .line .line2::after {
  display: block;
}
.banner11 .img {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner11 .img img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  .banner11 .img img.mh-pc {
    display: none;
  }
}
.banner11 .img img.mh-mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner11 .img img.mh-mobile {
    display: block;
  }
}
.banner11 .img img.qx-pc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .banner11 .img img.qx-pc {
    display: none;
  }
}
.banner11 .img img.qx-mobile {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
@media (max-width: 768px) {
  .banner11 .img img.qx-mobile {
    display: block;
  }
}
.banner11 .tbox {
  position: absolute;
  width: 84%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .banner11 .tbox {
    width: 90%;
  }
}
.banner11 .tbox .t1 {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
}
@media (max-width: 1600px) {
  .banner11 .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .banner11 .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .banner11 .tbox .t1 {
    font-size: 18px;
  }
}
.banner11 .tbox .t2 {
  font-size: 0.68rem;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 0.27rem;
}
@media (max-width: 500px) {
  .banner11 .tbox .t2 {
    margin-top: 0.5rem;
  }
}
.banner11 .tbox .line {
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .banner11 .tbox .line {
    margin-top: 0.5rem;
  }
}
.banner11 .tbox .line .line1 {
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.6;
  transition: all ease-in 2s 1s;
  flex-shrink: 0;
}
.banner11 .tbox .line .dian {
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  margin: 0 3px;
  flex-shrink: 0;
}
.banner11 .tbox .line .line2 {
  width: 0;
  height: 100%;
  background: #fff;
  opacity: 0.2;
  transition: all ease-in 2s 0.5s;
}
.banner11 .tbox .t3 {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  font-family: OpenSans;
  opacity: 0.9;
  line-height: 1;
  margin-top: 0.6rem;
  text-align: right;
}
@media (max-width: 500px) {
  .banner11 .tbox .t3 {
    margin-top: 1rem;
  }
}
.banner11 .tbox .more {
  margin-top: 0.5rem;
  font-weight: 500;
  color: #fff;
  display: table;
  position: relative;
  padding: 5px 0;
}
@media (max-width: 500px) {
  .banner11 .tbox .more {
    margin-top: 0.3rem;
  }
}
.banner11 .tbox .more .lines {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all ease-in 0.3s;
  left: 0;
  top: 100%;
  border-radius: 1px;
}
.banner11 .tbox .more .lines .s1 {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.banner11 .tbox .more .lines .s2 {
  width: 6px;
  height: 6px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.banner11 .tbox .more .lines .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.banner11 .tbox .more:hover .lines .s1 {
  width: calc(100% - 11px);
}
.banner11 .tbox .more:hover .lines .s3 {
  width: 0;
}
.banner11 .mouse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
  z-index: 9;
  cursor: pointer;
}
.banner11 .mouse .icon {
  width: 16px;
  height: 26px;
  margin: auto;
  display: flex;
}
.banner11 .mouse .icon img,
.banner11 .mouse .icon svg {
  width: 100%;
  animation: run1 0.7s infinite;
  -webkit-animation: run1 0.7s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.banner11 .mouse .txt {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-top: 0.1rem;
}
@keyframes run1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes run1 {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
  }
}
.index-box1 {
  width: 100%;
  padding: 1.89rem 0 0.67rem;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .index-box1 {
    padding: 189px 0 67px;
  }
}
@media (max-width: 500px) {
  .index-box1 {
    padding: 1.2rem 0;
  }
}
.index-box1 .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0.3rem 0 0.72rem;
}
@media (min-width: 1920px) {
  .index-box1 .box {
    padding: 0 30px 0 72px;
  }
}
@media (max-width: 768px) {
  .index-box1 .box {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .index-box1 .box {
    padding: 0;
  }
}
.index-box1 .box .img {
  width: 6.94rem;
  height: 6.94rem;
  position: relative;
}
@media (min-width: 1920px) {
  .index-box1 .box .img {
    width: 694px;
    height: 694px;
  }
}
@media (max-width: 768px) {
  .index-box1 .box .img {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .index-box1 .box .img {
    width: 5rem;
    height: 5rem;
  }
}
.index-box1 .box .img .earth {
  width: 100%;
  height: 100%;
}
.index-box1 .box .img .earth img {
  width: 100%;
  height: 100%;
}
.index-box1 .box .img .icon {
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  background: #E2550E;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 21.46%;
  right: 27.23%;
  z-index: 2;
}
.index-box1 .box .img .icon img,
.index-box1 .box .img .icon svg {
  width: 10px;
  position: relative;
  z-index: 2;
}
.index-box1 .box .img .icon::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #E2550E;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: menu_circle;
  animation-name: menu_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.index-box1 .box .img .cloud1 {
  position: absolute;
  top: -1.3rem;
  right: -2.11rem;
  transition: all ease-in 5s;
}
.index-box1 .box .img .cloud1.on {
  right: 1.11rem;
}
.index-box1 .box .img .cloud2 {
  position: absolute;
  left: 0;
  bottom: -0.95rem;
  transition: all ease-in 5s;
}
.index-box1 .box .img .cloud2.on {
  left: 2.5rem;
}
.index-box1 .box .tbox {
  width: 37.13%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .index-box1 .box .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box1 .box .tbox .title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
@media (min-width: 1920px) {
  .index-box1 .box .tbox .title {
    font-size: 44px;
  }
}
.index-box1 .box .tbox .t1 {
  font-size: 24px;
  color: #E2550E;
  margin-top: 0.53rem;
  line-height: 34px;
}
@media (min-width: 1920px) {
  .index-box1 .box .tbox .t1 {
    margin-top: 53px;
  }
}
.index-box1 .box .tbox .txt {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .index-box1 .box .tbox .txt {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1440px) {
  .index-box1 .box .tbox .txt {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-box1 .box .tbox .more {
  font-weight: bold;
  color: #E2550E;
  display: table;
  position: relative;
  margin-top: 0.7rem;
  padding: 5px 0;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 500px) {
  .index-box1 .box .tbox .more {
    margin-top: 0.3rem;
  }
}
.index-box1 .box .tbox .more .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all ease-in 0.3s;
  left: 0;
  top: 100%;
  border-radius: 1px;
}
.index-box1 .box .tbox .more .line .s1 {
  width: 0;
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box1 .box .tbox .more .line .s2 {
  width: 6px;
  height: 6px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.index-box1 .box .tbox .more .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box1 .box .tbox .more:hover .line .s1 {
  width: calc(100% - 11px);
}
.index-box1 .box .tbox .more:hover .line .s3 {
  width: 0;
}
.index-box2 {
  width: 100%;
  padding: 1.42rem 0 1.1rem;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .index-box2 {
    padding: 142px 0 110px;
  }
}
@media (max-width: 500px) {
  .index-box2 {
    padding: 1.12rem 0 0.55rem;
    background-size: auto 101% !important;
  }
}
.index-box2 .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .index-box2 .box {
    width: 90%;
  }
}
.index-box2 .box .ts {
  width: 100%;
  font-size: 20px;
  color: #E2550E;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1600px) {
  .index-box2 .box .ts {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-box2 .box .ts {
    font-size: 16px;
  }
}
.index-box2 .box .title {
  width: 100%;
  font-size: 0.44rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-top: 0.15rem;
}
.index-box2 .box .list {
  width: 100%;
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-box2 .box .list .item {
  width: 15.375%;
  transition: all ease-in 0.5s;
  position: relative;
  box-shadow: 0 0 0.16rem 0 rgba(0, 88, 91, 0.08);
}
@media (max-width: 500px) {
  .index-box2 .box .list .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .index-box2 .box .list .item:last-child {
    margin-bottom: 0;
  }
}
.index-box2 .box .list .item .img {
  width: 100%;
  height: 5.7rem;
  overflow: hidden;
  border-radius: 3px;
}
.index-box2 .box .list .item .img img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.index-box2 .box .list .item .img video {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.index-box2 .box .list .item .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0.3rem 0.5rem 0.45rem;
  overflow: hidden;
  background-image: linear-gradient(rgba(0,88,91,0), rgba(0,88,91,.9));
  transition: all ease-in 0.3s;
}
@media (max-width: 500px) {
  .index-box2 .box .list .item .tbox {
    padding: 0.3rem 0.3rem 0.3rem;
  }
}
.index-box2 .box .list .item .tbox .t1 {
  text-align: center;
  font-size: 24px;
  color: #F5FCFC;
  line-height: 34px;
}
@media (max-width: 1600px) {
  .index-box2 .box .list .item .tbox .t1 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 1440px) {
  .index-box2 .box .list .item .tbox .t1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1366px) {
  .index-box2 .box .list .item .tbox .t1 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .index-box2 .box .list .item .tbox .t1 {
    text-align: left;
  }
}
.index-box2 .box .list .item .tbox .txt {
  width: 100%;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 0.2rem;
  position: absolute;
  left: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 500px) {
  .index-box2 .box .list .item .tbox .txt {
    height: auto;
    position: relative;
  }
}
.index-box2 .box .list .item .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3px;
  position: absolute;
  transition: all ease-in 0.3s;
  left: 0;
  top: calc(100% + 10px);
  border-radius: 3px;
  opacity: 0;
}
.index-box2 .box .list .item .line .s1 {
  width: 0;
  height: 100%;
  background: #E2550E;
  border-radius: 3px;
  display: block;
  transition: all ease-in-out 1s;
}
.index-box2 .box .list .item .line .s2 {
  width: 5px;
  height: 5px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.index-box2 .box .list .item .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: #cfe1e4;
  border-radius: 3px;
  display: block;
  transition: all ease-in-out 1s;
}
.index-box2 .box .list .item:hover .line .s1 {
  width: calc(100% - 12px);
}
.index-box2 .box .list .item:hover .line .s3 {
  width: 0;
}
.index-box2 .box .list .item.on {
  width: 52.56%;
}
@media (max-width: 500px) {
  .index-box2 .box .list .item.on {
    width: 100%;
  }
}
.index-box2 .box .list .item.on .tbox {
  padding: 0.3rem 0.6rem 1rem;
}
@media (max-width: 1600px) {
  .index-box2 .box .list .item.on .tbox {
    padding: 0.3rem 0.6rem 1.5rem;
  }
}
@media (max-width: 1024px) {
  .index-box2 .box .list .item.on .tbox {
    padding: 0.3rem 0.6rem 2.5rem;
  }
}
@media (max-width: 500px) {
  .index-box2 .box .list .item.on .tbox {
    padding: 0.3rem 0.3rem 0.3rem;
  }
}
.index-box2 .box .list .item.on .tbox .t1 {
  text-align: left;
}
.index-box2 .box .list .item.on .tbox .txt {
  padding: 0 0.6rem;
  opacity: 1;
  height: auto;
}
@media (max-width: 500px) {
  .index-box2 .box .list .item.on .tbox .txt {
    padding: 0;
  }
}
.index-box2 .box .list .item.on .line {
  opacity: 1;
}
.index-box2 .box .list .item.on .line .s1 {
  width: calc(100% - 12px);
}
.index-box2 .box .list .item.on .line .s3 {
  width: 0;
}
.index-box3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.27rem 0;
}
@media (min-width: 1920px) {
  .index-box3 {
    padding: 127px 0;
  }
}
@media (max-width: 1900px) {
  .index-box3 {
    background-size: cover !important;
  }
}
.index-box3 .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .index-box3 .box {
    width: 90%;
  }
}
.index-box3 .box .index-box3-swiper {
  width: 100%;
  padding-right: 11.25%;
  position: relative;
}
@media (max-width: 768px) {
  .index-box3 .box .index-box3-swiper {
    padding-right: 0;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 27.8%;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .index-box3 .box .index-box3-swiper .swiper-slide {
    width: 100%;
    padding-right: 0;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox {
  width: 43.68%;
}
@media (max-width: 768px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox {
    width: 100%;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .ts {
  font-size: 20px;
  color: #333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox .ts {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox .ts {
    font-size: 16px;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .title {
  font-size: 0.44rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.6rem;
  margin-top: 0.1rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-top: 0.75rem;
}
@media (max-width: 1600px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .tbox .t1 {
    font-size: 18px;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .t2 {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-top: 0.1rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more {
  display: table;
  margin-top: 0.7rem;
  font-weight: bold;
  color: #333;
  position: relative;
  padding-bottom: 5px;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all ease-in 0.3s;
  left: 0;
  top: 100%;
  border-radius: 3px;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more .line .s1 {
  width: 0;
  height: 100%;
  background: #666;
  border-radius: 3px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more .line .s2 {
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: #666;
  border-radius: 3px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more:hover .line .s1 {
  width: calc(100% - 11px);
}
.index-box3 .box .index-box3-swiper .swiper-slide .tbox .more:hover .line .s3 {
  width: 0;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box {
  width: 4.08rem;
  height: 4.08rem;
  position: relative;
}
@media (max-width: 768px) {
  .index-box3 .box .index-box3-swiper .swiper-slide .img-box {
    margin: 0.5rem auto 0;
  }
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box::after {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #fff;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: img_circle;
  animation-name: img_circle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .img img.on {
  display: block;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon {
  width: fit-content;
  position: absolute;
  animation: run2 1s infinite;
  -webkit-animation: run2 1s infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon.icon1 {
  top: 0.74rem;
  left: -0.38rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon.icon2 {
  top: 1.79rem;
  left: -1.2rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon.icon3 {
  top: 2.78rem;
  left: -0.55rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon.icon4 {
  top: 1.32rem;
  left: 3.17rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon.icon5 {
  top: 2.36rem;
  left: 2.8rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a {
  display: flex;
  align-items: center;
  background: #fff;
  /*padding: 0.1rem 0.22rem;*/
  border-radius: 0.25rem;
  font-weight: bold;
  color: #333333;
  transition: all ease-in 0.3s;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box1{
    display: flex;
    align-items: center;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box1 span {
  width: 0.54rem;
  height: 0.54rem;
  position: relative;
  margin-right: 0.15rem;
  border-radius: 50%;
  overflow: hidden;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box1 span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box1 span img:nth-child(2) {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all ease-in 0.3s;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon:hover a {
  background: rgba(0, 88, 91, 0.9);
  color: #fff;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon:hover a .t-box1 span img:nth-child(2) {
  opacity: 1;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box1 .t-txt{
    padding: 0 0.45rem 0 0.25rem;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box2{
    height: 0.54rem;
    display: flex;
    justify-items: center;
    align-items: center;
}
.index-box3 .box .index-box3-swiper .swiper-slide .img-box .icon-box .icon a .t-box2 img{
    max-width: 100%;
    max-height: 100%;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active .tbox .ts {
  color: #E2550E;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active .tbox .more {
  color: #E2550E;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active .tbox .more .line .s1 {
  background: #E2550E;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active .tbox .more .line .s2 {
  background: #F08200;
}
.index-box3 .box .index-box3-swiper .swiper-slide.swiper-slide-active .tbox .more .line .s3 {
  background: #E2550E;
}
.index-box3 .box .index-box3-swiper .swiper-next {
  width: 0.59rem;
  height: 0.59rem;
  background: #E2550E;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0px 3px 13px 0px rgba(2, 123, 127, 0.34);
  cursor: pointer;
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all ease-in 0.3s;
}
.index-box3 .box .index-box3-swiper .swiper-next img {
  width: 8px;
}
@media (max-width: 500px) {
  .index-box3 .box .index-box3-swiper .swiper-next {
    right: 8%;
  }
}
.index-box3 .box .index-box3-swiper .swiper-next:hover {
  width: 0.69rem;
  height: 0.69rem;
}
@keyframes img_circle {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes run2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes run2 {
  0% {
    -webkit-transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(10px);
  }
}
.index-box4 {
  position: relative;
  overflow: hidden;
  padding: 1.06rem 0 0;
}
@media (min-width: 1920px) {
  .index-box4 {
    padding: 106px 0 0;
  }
}
@media (max-width: 1900px) {
  .index-box4 {
    background-size: cover !important;
  }
}
@media (max-width: 768px) {
  .index-box4 {
    padding: 0.5rem 0 1rem;
    background-size: auto 101% !important;
  }
}
.index-box4 .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .index-box4 .box {
    width: 90%;
  }
}
.index-box4 .box .left {
  width: 41.875%;
  padding-top: 0.15rem;
}
@media (max-width: 1280px) {
  .index-box4 .box .left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .index-box4 .box .left {
    width: 100%;
  }
}
.index-box4 .box .left .ts {
  font-size: 20px;
  color: #E2550E;
  line-height: 1;
}
@media (max-width: 1600px) {
  .index-box4 .box .left .ts {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  .index-box4 .box .left .ts {
    font-size: 16px;
  }
}
.index-box4 .box .left .title {
  font-size: 0.44rem;
  color: #333333;
  line-height: 0.6rem;
  margin-top: 0.1rem;
  font-weight: bold;
}
.index-box4.y-box1 .box .left .title{
    font-weight: initial;
}
.index-box4 .box .left .txt {
  color: #666666;
  line-height: 24px;
  margin-top: 0.2rem;
}
.index-box4 .box .left .left-menu {
  width: 100%;
  position: relative;
  margin-top: 0.65rem;
}
@media (max-width: 768px) {
  .index-box4 .box .left .left-menu {
    display: none;
  }
}
.index-box4 .box .left .left-menu ul li {
  width: 100%;
  padding-left: 0.4rem;
  cursor: pointer;
  margin-bottom: 0.4rem;
}
.index-box4 .box .left .left-menu ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .index-box4 .box .left .left-menu ul li {
    margin-bottom: 0.3rem;
  }
}
.index-box4 .box .left .left-menu ul li .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .index-box4 .box .left .left-menu ul li .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index-box4 .box .left .left-menu ul li .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .index-box4 .box .left .left-menu ul li .t1 {
    font-size: 18px;
  }
}
.index-box4 .box .left .left-menu ul li .t2 {
  color: #666666;
  line-height: 24px;
  margin-top: 0.15rem;
  display: none;
}
.index-box4 .box .left .left-menu ul li.on .t1 {
  color: #E2550E;
}
.index-box4 .box .left .left-menu ul li.on .t2 {
  display: block;
}
.index-box4 .box .left .left-menu .line {
  width: 2px;
  height: 100%;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.index-box4 .box .left .left-menu .line .s1 {
  width: 100%;
  height: auto;
  border-radius: 1px;
  background: #E2550E;
  transition: all ease-in 0.3s;
  flex-shrink: 0;
  display: block;
}
.index-box4 .box .left .left-menu .line .s2 {
  width: 6px;
  height: 6px;
  background: #F08200;
  border-radius: 50%;
  margin: 3px -2px;
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 2;
}
.index-box4 .box .left .left-menu .line .s3 {
  width: 100%;
  height: 100%;
  background: rgba(0, 88, 91, 0.1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index-box4 .box .left .more {
  display: table;
  margin-top: 1rem;
  font-weight: bold;
  color: #E2550E;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1700px) {
  .index-box4 .box .left .more {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  .index-box4 .box .left .more {
    margin-top: 0.3rem;
  }
}
.index-box4 .box .left .more .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 4px;
  position: absolute;
  transition: all ease-in 0.3s;
  left: 0;
  top: 100%;
  border-radius: 1px;
}
.index-box4 .box .left .more .line .s1 {
  width: 0;
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box4 .box .left .more .line .s2 {
  width: 6px;
  height: 6px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
}
.index-box4 .box .left .more .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.index-box4 .box .left .more:hover .line .s1 {
  width: calc(100% - 11px);
}
.index-box4 .box .left .more:hover .line .s3 {
  width: 0;
}
.index-box4 .box .right {
  width: 41.875%;
}
@media (max-width: 768px) {
  .index-box4 .box .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.index-box4 .box .right .index-box4-swiper {
  width: 100%;
  height: 7.66rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1220px) {
  .index-box4 .box .right .index-box4-swiper {
    height: 9.66rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .index-box4 .box .right .index-box4-swiper {
    height: auto;
    padding-bottom: 0;
  }
}
.index-box4 .box .right .index-box4-swiper .swiper-slide {
  width: 100%;
}
.index-box4 .box .right .index-box4-swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box4 .box .right .index-box4-swiper .swiper-slide .img {
    height: auto;
  }
}
.index-box4 .box .right .index-box4-swiper .swiper-slide .img img {
  width: 100%;
}
.index-box4 .box .right .index-box4-swiper .swiper-slide .tbox {
  padding-top: 0.5rem;
  display: none;
}
@media (max-width: 768px) {
  .index-box4 .box .right .index-box4-swiper .swiper-slide .tbox {
    display: block;
  }
}
.index-box4 .box .right .index-box4-swiper .swiper-slide .tbox .t1 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .index-box4 .box .right .index-box4-swiper .swiper-slide .tbox .t1 {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index-box4 .box .right .index-box4-swiper .swiper-slide .tbox .t1 {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .index-box4 .box .right .index-box4-swiper .swiper-slide .tbox .t1 {
    font-size: 18px;
  }
}
.index-box4 .box .right .index-box4-swiper .swiper-slide .tbox .t2 {
  color: #666666;
  line-height: 24px;
  margin-top: 0.15rem;
}
.footer {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .footer {
    background-size: cover !important;
  }
}
.footer .box {
  width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .footer .box {
    width: 90%;
  }
}
.footer .box .f-box1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 0 1.1rem;
  flex-wrap: wrap;
}
@media (min-width: 1920px) {
  .footer .box .f-box1 {
    padding: 130px 0 110px;
  }
}
@media (max-width: 768px) {
  .footer .box .f-box1 {
    padding: 0.8rem 0 0.5rem;
  }
}
.footer .box .f-box1 .left {
  width: 50%;
}
@media (max-width: 1366px) {
  .footer .box .f-box1 .left {
    width: 56%;
  }
}
@media (max-width: 1024px) {
  .footer .box .f-box1 .left {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .footer .box .f-box1 .left {
    width: 100%;
  }
}
.footer .box .f-box1 .left .logo {
  width: 2.84rem;
  height: 0.41rem;
}
.footer .box .f-box1 .left .logo a {
  width: 100%;
  height: 100%;
  display: flex;
}
.footer .box .f-box1 .left .logo a img {
  width: 100%;
  height: 100%;
}
.footer .box .f-box1 .left .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  margin-top: 0.3rem;
}
@media (max-width: 1600px) {
  .footer .box .f-box1 .left .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .footer .box .f-box1 .left .t1 {
    font-size: 14px;
  }
}
.footer .box .f-box1 .left .t2 {
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer .box .f-box1 .left .t2 {
    margin-top: 0.3rem;
  }
}
.footer .box .f-box1 .left .t2 .ts {
  width: 50%;
  color: #666;
  line-height: 2;
}
@media (max-width: 1024px) {
  .footer .box .f-box1 .left .t2 .ts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .box .f-box1 .left .t2 .ts {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .footer .box .f-box1 .left .t2 .ts {
    width: 100%;
  }
}
.footer .box .f-box1 .left .t2 .ts span {
  color: #333;
}
.footer .box .f-box1 .right {
  padding-top: 0.54rem;
}
@media (max-width: 768px) {
  .footer .box .f-box1 .right {
    width: 100%;
  }
}
.footer .box .f-box1 .right .f-menu {
  position: relative;
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .footer .box .f-box1 .right .f-menu {
    display: none;
  }
}
.footer .box .f-box1 .right .f-menu ul {
  display: flex;
  justify-content: flex-end;
}
.footer .box .f-box1 .right .f-menu ul li {
  margin-right: 0.55rem;
}
.footer .box .f-box1 .right .f-menu ul li:last-child {
  margin-right: 0;
}
.footer .box .f-box1 .right .f-menu ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
@media (max-width: 1600px) {
  .footer .box .f-box1 .right .f-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .footer .box .f-box1 .right .f-menu ul li a {
    font-size: 14px;
  }
}
.footer .box .f-box1 .right .f-menu ul li:hover a {
  color: #E2550E;
}
.footer .box .f-box1 .right .f-menu .line {
  display: flex;
  align-items: center;
  width: 100%;
  height: 1px;
  position: absolute;
  transition: all ease-out 0.5s;
  left: 0;
  top: 100%;
  border-radius: 1px;
}
.footer .box .f-box1 .right .f-menu .line .s1 {
  width: 0;
  height: 100%;
  background: #E2550E;
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.5s;
  flex-shrink: 0;
}
.footer .box .f-box1 .right .f-menu .line .s2 {
  width: 6px;
  height: 6px;
  background: #F08200;
  border-radius: 50%;
  display: block;
  margin: 0 3px;
  flex-shrink: 0;
}
.footer .box .f-box1 .right .f-menu .line .s3 {
  width: calc(100% - 11px);
  height: 100%;
  background: rgba(0, 88, 91, 0.1);
  border-radius: 2px;
  display: block;
  transition: all ease-out 0.3s;
}
.footer .box .f-box1 .right .share {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .footer .box .f-box1 .right .share {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.footer .box .f-box1 .right .share a {
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.2rem;
  background: #E2550E;
  border-radius: 50%;
  display: flex;
  position: relative;
}
@media (max-width: 500px) {
  .footer .box .f-box1 .right .share a {
    width: 30px;
    height: 30px;
  }
}
.footer .box .f-box1 .right .share a img {
  width: 100%;
}
.footer .box .f-box1 .right .share a:last-child {
  margin-right: 0;
}
.footer .box .f-box1 .right .share a .ewm {
  width: 120px;
  height: 120px;
  position: absolute;
  z-index: 2;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 768px) {
  .footer .box .f-box1 .right .share a .ewm {
    right: initial;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer .box .f-box1 .right .share a:hover .ewm {
  display: block;
}
.footer .box .f-box2 {
  width: 100%;
  border-top: 1px solid rgba(0, 88, 91, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.15rem 0;
}
.footer .box .f-box2 .copyright {
  color: #333333;
  opacity: 0.6;
  line-height: 24px;
}
.footer .box .f-box2 .copyright a {
  color: #333;
  transition: all ease-in 0.3s;
}
.footer .box .f-box2 .copyright a:hover {
  color: #E2550E;
}
.footer .box .f-box2 .flink {
  display: flex;
}
@media (max-width: 500px) {
  .footer .box .f-box2 .flink {
    width: 100%;
    justify-content: center;
  }
}
.footer .box .f-box2 .flink a {
  color: #333333;
  opacity: 0.6;
  line-height: 24px;
  margin-right: 0.2rem;
  transition: all ease-in 0.3s;
}
.footer .box .f-box2 .flink a:last-child {
  margin-right: 0;
}
.footer .box .f-box2 .flink a:hover {
  color: #E2550E;
}

.flex-tc{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    width: 46px;
}
@media (max-width: 768px) {
  .flex-tc {
    display: none;
  }
}
.flex-tc a{
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #E2550E;
    border-radius: 50%;
    overflow: hidden;
    transition: all ease-in .3s;
}
.flex-tc a img{
    width: 25px;
}
.flex-tc a:hover{
    background: rgba(0,88,91,.9);
}


.loding {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
  top: 0;
  left: 0;
  transition: all ease-in 1s;
}
.loding .loding1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  opacity: 1;
  transition: all ease-in 0.3s;
}
.loding .loding1 .yuan {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  background: #E2550E;
  animation: aquan 1s linear alternate infinite;
}
.loding .loding1 .num {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
}
.loding .loding1 .num span {
  color: #666;
}
.loding .loding2 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in 0.3s;
  /*opacity: 0;*/
}
.loding .loding2 img {
  width: 300px;
  transition: all ease-in 1s;
}
@keyframes aquan {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}


.header2 .box .p-box .right .search #type{
  float: initial;
  margin: 0;
  width: auto;
  height: auto;
  line-height: initial;
  text-align: initial;
  background: none !important;
  border: 0 !important;
  outline: initial;
  color: initial;
  font-size: initial;
}