@charset "UTF-8";

.head_main,
.container,
.foot-main,
.foot-bottom,
.index-container,
.foot-main,
.index-big-container,
.ny-container,
.wrap {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {

  .wrap,
  .container,
  .ny-container {
    width: 750px;
  }

  .head_main {
    padding: 0 15px;
  }

  .index-big-container {
    padding: 0 25px;
  }

  .index-container {
    padding: 0 35px;
  }
}

@media (min-width: 992px) {

  .container,
  .ny-container {
    width: 970px;
  }

  .wrap {
    width: 925px;
  }

  .index-big-container {
    padding: 0 35px;
  }

  .index-container {
    padding: 0 75px;
  }
}

@media (min-width: 1360px) {
  .container {
    width: 1330px;
  }

  .wrap,
  .ny-container {
    width: 1230px;
  }

  .index-big-container {
    padding: 0 45px;
  }

  .index-container {
    padding: 0 85px;
  }
}

@media (min-width: 1520px) {

  .wrap,
  .ny-container {
    width: 1430px;
  }

  .index-big-container {
    padding: 0 55px;
  }

  .index-container {
    padding: 0 95px;
  }
}

@media (min-width: 1660px) {
  .container {
    width: 1630px;
  }

  .head_main {
    padding: 0 38px;
  }

  .foot-main,
  .foot-bottom {
    padding: 0 100px;
  }

  .index-big-container {
    padding: 0 65px;
  }

  .index-container {
    padding: 0 105px;
  }
}

@media (min-width: 1760px) {

  /* .index-container{width: 1730px;}
  .index-big-container{width: 1800px;} */
  .index-big-container {
    padding: 0 75px;
  }

  .index-container {
    padding: 0 115px;
  }
}

.mx1690 {
  max-width: 1720px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

p {
  margin: 0;
}

/* 动画 */
.landIn {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.kongs {
  animation: landIn 0.8s ease-out both;
}

@keyframes landIn {
  from {
    opacity: 0;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes landIn {
  from {
    opacity: 0;
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.swiper-container1 {
  width: 100%;
  height: 100%;
}

.swiper-container1 .swiper-num span {
  display: block;
  color: rgba(255, 255, 255, .3);
  font-size: 14px;
  text-align: right;
}

.swiper-container1 .swiper-num:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #626262;
  position: absolute;
  right: 0;
  bottom: 38%;
}

.swiper-container1 .swiper-num span.active {
  color: #fff;
  font-size: 24px;
}

.swiper-container1 .swiper-num span.active:before {
  content: '0';
}

.swiper-container1 .swiper-num {
  color: rgba(255, 255, 255, .3);
  font-size: 14px;
  position: absolute;
  right: 6.09375%;
  bottom: 50%;
  z-index: 999;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  width: 44px;
  height: 44px;
}

.swiper-container1 .swiper-button-prev {
  left: initial;
  right: 9.09375%;
  background: url(../images/left.png) no-repeat center;
}

.swiper-container1 .swiper-button-next {
  left: initial;
  right: 6.09375%;
  background: url(../images/right.png) no-repeat center;
}

.swiper-container1 .swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 93%;
  width: 44px;
  height: 44px;
  z-index: 99999;
  cursor: pointer;
  outline: none;
}

.banner img {
  width: 100%;
  height: 100%;
}














/**/
.head1 {
  border-bottom: 1px solid #626262;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  right: 0;
}

.head1 .head1-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head1 .head1-index .headnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head1 .head1-index .tel {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
}

.navbar {
  margin-bottom: 0;
  border: none;
  position: inherit;
}

a:focus,
a:hover {
  text-decoration: none;
}

.navbar .dropmenu a {
  padding: 0 20px;
  display: block;
  font-size: 16px;
  line-height: 59px;
  border-top: solid 1px #efefef;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: auto;
  background: 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/*app-头部*/
.header-app {
  background: #001961;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app .logo {
  float: left;
  vertical-align: middle;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-app .logo img {
  width: 120px;
  height: 100%;
  margin-right: 10px;
}

.header-app .right-box {
  padding-left: 10px;
}

.header-app .red-txt {
  font-size: 14px;
}

.header-app .black-txt {
  font-size: 12px;
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
  background: #fff;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 0px 0 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #e94609;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #cfcfcf;
  opacity: 0;
  pointer-events: none;
  line-height: 40px;
}

.nav-list li.open {
  border-bottom: none;
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s, transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s, -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s, transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s, -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s, transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s, -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s, transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s, -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s, transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s, -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s, transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s, -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s, transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s, -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s, transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s, -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s, transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s, -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s, transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s, transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s, -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s, transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s, -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s, -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s, transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s, -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s, transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s, -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s, transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s, -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #e94609;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #e94609;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before,
.category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #e94609;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  line-height: 40px;
  border-bottom: 1px solid #cfcfcf;
  display: block;
  color: #666;
}

.category-pad a.active {
  color: #e94609;
}

.app-sousuo {
  line-height: 22px;
  border-right: solid 1px #e94609;
  padding-right: 15px;
  color: #e94609;
  float: right;
  font-size: 22px !important;
  margin-top: 19px;
}

.alert-search {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 9999;
}

.alert-top {
  height: 60px;
  background: #fff;
  padding: 10px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.alert-top .text {
  border-radius: 0px;
  height: 40px;
  background: none;
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 80%;
  float: left;
  color: #666;
  padding: 0 10px;
}

.alert-top .search {
  background: url(../images/icon-search.png) no-repeat center;
  width: 10%;
  height: 26px;
  float: left;
  margin-top: 7px;
}

.alert-top span {
  color: #666;
  float: right;
  font-size: 20px !important;
  margin-top: 8px;
  width: 10%;
  text-align: center;
}

.app-lanu {
  text-align: center;
  margin-top: 20px;
}

.app-lanu a {
  display: inline-block;
  line-height: 30px;
  padding: 0 14px;
  font-size: 14px;
  color: #333;
}

.app-lanu a.on {
  background: #e94609;
  color: white;
  border-radius: 30px;
}

.category-item {
  float: left;
  padding: 0 45px;
}

.category-item-single {
  position: relative;
}

.category-a {
  padding: 0 0;
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
}

.category-item.active .category-a,
.category-item:hover .category-a {
  color: #434be0;
  font-weight: bold;
}

/* 7.23 */
.category-a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #434be0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.category-item.active .category-a::after,
.category-item:hover .category-a::after {
  width: 98%;
}

/* 新增 */
.category-item {
  position: relative;
}

.max-drop {
  position: static;
}

.dropmenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background: #fff;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .5s;
  border: none;
  color: #303233;
  width: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
  text-align: center;
}

.category-item.max-drop .dropmenu {
  width: 100%;
}

.category-item:hover .dropmenu {
  max-height: 800px;
  opacity: 1;
}

.advaone-more {
  margin-top: 0;
}

.advaone-more a {
  color: #434be0;
  font-weight: 700;
}

.advaone-more a span {
  color: #434be0;
}

.advaone-more a::before,
.advaone-more a::after {
  border-color: #434be0;
}

/* 隐藏下拉 */
/* .category-item.max-drop:hover  .dropmenu {max-height: 0px;opacity: 0;} */
.dropmenu-wrap {
  display: inline-block;
}

.dropmenu-left {
  float: left;
  padding: 36px 230px 36px 0;
}

.dropmenu-right {
  float: left;
  padding: 43px 0px 43px 0px;
}

.dropmenu-item {
  float: left;
  text-align: center;
  padding: 0 40px !important;
  width: 33.3% !important;
  border-top: none !important;
}

.dropmenu-item p {
  color: #666;
  margin-top: 15px;
}

.dropmenu-left .dropmenu-item:last-child {
  padding-left: 0;
}

.dropmenu-right .more {
  width: 197px;
}

.dropmenu-right .more a:before,
.dropmenu-right .more a:after {
  width: 190px;
}

@media (max-width: 1459px) {
  .dropmenu-left {
    padding: 25px 190px 25px 0;
  }

  .dropmenu-left .dropmenu-item img {
    width: 70px;
  }

  .dropmenu-right .more {
    width: 180px;
  }

  .dropmenu-right .more a:before,
  .dropmenu-right .more a:after {
    width: 174px;
  }
}

.ss {
  position: relative;
}

#formsearch {
  position: absolute;
  right: 0;
  top: 90px;
  border: 1px solid #fff;
  width: 252px;
  z-index: 11;
  background: #fff;
  display: none;
}

#formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

#formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
  color: #666;
  outline: none;
}

#formsearch input#s_btn {
  background: url(../images/ss.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
  outline: none;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #666;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666;
}

/**/
.tt {
  display: none;
}

.product-index .p-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.125vw 0;
}

.product-index .p-title .pt1 b {
  display: block;
  color: #333333;
  font-size: 1.875vw;
}

.product-index .p-title .pt1 h3 {
  color: #6c6c6c;
  font-size: 14px;
  padding-top: 10px;
  font-weight: normal;
}

.product-index .p-title .pt2 a {
  color: #666666;
  font-size: 16px;
}

.product-index .product-con {
  display: flex;
  justify-content: space-between;
}

.product-index .product-con .prol {
  width: 10.41666666666667vw;
}

.product-index .product-con .prol .psort li {
  position: relative;
}

.product-index .product-con .prol .psort li a {
  display: block;
  color: #999999;
  font-size: 18px;
  line-height: 46px;
}

.product-index .product-con .prol .psort li.cur::before {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #434be0;
  border-radius: 50%;
  top: 50%;
  margin-top: -5px;
}

.product-index .product-con .prol .psort li.cur a {
  font-weight: bold;
  color: #434be0;
}

.product-index .product-con .pror {
  width: calc(100% - 14.79289940828402vw);
  max-width: 1440px;
}

.product-index .product-con .pror .plist2 {
  display: flex;
  justify-content: space-between;
}

.product-index .product-con .pror .plist2 li {
  width: 31.333%;
  box-shadow: 0 0 20px #f7f7f8;
  position: relative;
}

.product-index .product-con .pror .plist2 li a {
  display: block;
}

.product-index .product-con .pror .plist2 li a .img1 img {
  width: 100%;
}

.product-index .product-con .pror .plist2 li a .wz {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 4;
}

.product-index .product-con .pror .plist2 li:hover a .wz {
  color: #434be0;
}

@media (max-width: 1024px) {
  .product-index .product-con .prol .psort li a {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (max-width: 996px) {
  .product-index .p-title {
    display: block;
  }

  .product-index .p-title .pt1 b {
    font-size: 20px;
  }

  .product-index .p-title .pt1 h3 {
    font-size: 16px;
    padding-top: 0;
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .product-index .p-title .pt1 b {
    font-size: 18px;
  }

  .product-index .p-title .pt1 h3 {
    font-size: 14px;
  }

  .product-index .p-title .pt2 a {
    font-size: 14px;
  }

  .product-index .product-con {
    display: block;
  }

  .product-index .product-con .prol {
    width: 100%;
  }

  .product-index .product-con .prol .psort li {
    display: inline-block;
    width: 45%;
  }

  .product-index .product-con .prol .psort li a {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
  }

  .product-index .product-con .pror {
    width: 100%;
  }

  .product-index .product-con .pror .plist2 li a .wz {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* index-two 行业推荐 */
/* index-one */
.in-more {
  margin-top: 60px;
  height: 100%;
}

.in-more img {
  vertical-align: text-top;
  margin-left: 10px;
  transition: all 0.5s;
}

.in-more:hover img {
  transform: translateX(8px);
}

.inon-tit {
  color: #000;
  font-weight: 700;
  font-size: 40px;
}

.inon-dsc {
  color: #666;
  line-height: 24px;
  font-size: 18px;
  margin-top: 7px;
}

.inon-wrap {
  margin-top: 58px;
}

.inon-wrap .inon-left {
  width: 16%;
}

.inon-left {
  float: left;
}

.inon-left li.on {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

.inon-box {
  display: none;
}

.inon-box.on {
  display: block;
}

.inon-left li {
  font-size: 18px;
  color: #999;
  margin-bottom: 15px;
}

.inon-right {
  float: right;
}

.inon-right ul {
  margin: 0 -14px;
}

.inon-right li {
  padding: 0 14px;
  float: left;
  width: 33.33%;
}

.inon-right li:nth-child(4) {
  display: none;
}

.inon-right a {
  display: block;
}

.index-two {
  background: url(../images/intw-bj.png) no-repeat left top;
  background-size: 76.04%;
  background-color: #f5f5f5;
  padding-bottom: 808px;
  margin-top: 4.16666666666667vw;
}

.intw-wrap {
  position: relative;
}

.intw-left {
  width: 34.47%;
  margin-top: 175px;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}

.intw-right {
  width: 71.47%;
  margin-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

.intw-right .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.intw-font {
  background-color: #fff;
  padding: 46px 55px;
}

.intw-ul {
  margin-top: 30px;
  z-index: 99;
}

.intw-ul span {
  color: #666666;
}

.intw-ul a {
  color: #666666;
  font-size: 20px;
}

@media (max-width: 767px) {
  .intw-ul a {
    font-size: 14px;
  }
}

.intw-ul img {
  float: right;
  display: none;
}

.intw-ul li {
  width: 33%;
  float: left;
  margin-bottom: 1.5625vw;
}

.intw-ul li.morebut {
  width: 100%;
}

.intw-ul li.on {
  color: #434be0;
  font-weight: 700;
}

.intw-ul li.on img {
  display: block;
}

.intw-ul li.on span {
  color: #434be0;
  font-weight: 700;
}

.intw-ul li .num {
  color: #000;
  font-size: 50px;
}

.intw-right .intw-active {
  top: 10%;
  left: -20%;
  z-index: 10000;
}

.intw-active {
  top: 10%;
  left: -20%;
  z-index: 10000;
  /* width: 20%!important; */
  height: 20%;
  color: #000;
  font-size: 50px;
}

/* 自定义分页器 */
.intw-right .swiper-num {
  position: absolute;
  width: 51px;
  left: -7.4%;
  top: 6%;
  z-index: 2;
}

.intw-right .swiper-num:after {
  content: '';
  width: 1px;
  height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -12px;
  right: 45px;
  transform: rotateZ(14deg);
}

.intw-right .swiper-num span {
  font-family: 'DIN REGULAR';
}

.intw-right .swiper-num .active2 {
  display: inline-block;
  font-size: 60px;
  color: #fff;
  position: absolute;
  top: -50px;
  right: 53px;
}

.intw-right .swiper-num .total {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0;
}

/* index-three */
.index-three {
  padding-bottom: 394px;
}

.index-three.pad-80 {
  padding: 70px 0;
}

@media (max-width: 767px) {
  .index-three.pad-80 {
    padding: 40px 0;
  }
}

.inth-wrap {
  margin: 98px 0 140px;
}

.inth-ul {
  margin: 0 -50px;
}

.inth-ul li {
  width: 25%;
  float: left;
  padding-left: 50px;
  padding-right: 10px;
  border-left: 1px solid #eee;
}

.inth-ul li:first-child {
  border-left: none;
}

.inth-ul li>div {
  position: relative;
}

.inth-img h4 {
  font-size: 160px;
  font-family: 'MONTSERRAT';
  color: #f7f7f7;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 2s;
}

.inth-img img {
  transition: all 2s;
}

.inth-font h4 {
  font-size: 22px;
  color: #333;
  margin: 34px 0 15px;
}

.inth-font span {
  font-size: 16px;
  color: #666;
}

.inth-more {
  margin-top: 52px;
  position: absolute;
  top: 101%;
  left: 0;
  transition: all 2s;
  display: block;
  opacity: 0;
}

.inth-more img {
  background-color: #001a61;
  display: inline-block;
  border-radius: 50%;
  transition: all .5s;
  padding: 11px 9px;
}

.inth-ul li:hover .inth-more {
  left: 10%;
  opacity: 1;
}

.inth-ul li:hover .inth-img img {
  transform: translateY(-10px);
}

.inth-ul li:hover .inth-img h4 {
  color: #434be0;
  opacity: 0.5;
}

/* index-four */
.index-four {
  background: url(../images/info-bj.png) no-repeat top right;
  background-size: 92%;
}

.info-wrap {
  background-color: #fff;
  padding: 60px 0 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-wrap .advaone-more {
  margin: 0;
}

.info-left {
  width: 47%;
}

.info-left p {
  color: #333;
  line-height: 32px;
  margin: 36px 0 64px;
  padding-right: 10px;
}

.info-right {
  padding-right: 130px;
}

.info-right p img {
  max-width: 100%;
}

.info-ul {
  float: right;
}

.info-ul li {
  float: left;
  padding-right: 12px;
  width: 33.33%;
}

.info-ul li:nth-child(2) {
  margin-top: 50px;
}

.info-ul li:nth-child(3) {
  margin-top: 145px;
}

.info-item {
  position: relative;
  margin-bottom: 12px;
  transition: all 2s;
  width: 100%;
}

.info-item img {
  width: 100%;
}

.info-item .info-font {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 33;
  text-align: center;
}

.info-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s;
}

.info-item h4 {
  font-size: 40px;
  margin-bottom: 18px;
}

.info-item i {
  font-size: 60px;
}

.info-item em {
  font-size: 60px;
}

.info-item p {
  opacity: 0.8;
}

.info-item:hover::after {
  background-color: rgba(0, 26, 97, 0.7);
}

.info-item:hover {
  transform: translateY(-10px);
}

.info-wrap2-app {
  display: none;
}

.info-wrap2 {
  background: url(../images/info-bj.jpg) no-repeat center;
  padding-top: 49px;
}

.info-wrap2 li {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.info-wrap2 li::after {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  height: 202px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.info-wrap2 li:hover>img {
  animation: swing;
  animation-duration: 3s;
  cursor: pointer;
  filter: invert(46%) sepia(90%) saturate(7031%) hue-rotate(235deg) brightness(93%) contrast(89%);
}

.info-wrap2 h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 33px 0 18px;
}

.info-wrap2 .info-font {
  color: #fff;
  text-align: center;
  position: relative;
  padding: 10px 100px 68px;
}

/* .info-wrap2 .info-font img{display: block;margin:  0 auto;} */
.info-wrap2 .info-font>div {
  width: 100%;
  transition: all 2s;
  text-align: center;
}

.info-wrap2 .info-font p {
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  top: 27%;
  left: -100%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 90px;
  transition: all 5s;
}

.info-wrap2 li:hover .info-font>div {
  transform: translateX(100%);
}

.info-wrap2 li:hover p {
  transform: translate(100%, -50%);
}

/* index-five 明星客户 */
.infi-wrap {
  position: relative;
  margin-bottom: 65px;
}

.infi-wrap>img {
  width: 100%;
}

.infi-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.infi-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.infi-1 {
  position: absolute;
  top: 33%;
  left: 8%;
  transform: translate(-50%, -50%);
}

.infi-2 {
  position: absolute;
  top: 70%;
  left: 18%;
  transform: translate(-50%, -50%);
}

.infi-3 {
  position: absolute;
  top: 39%;
  left: 29%;
  transform: translate(-54%, -50%);
}

.infi-4 {
  position: absolute;
  top: 79%;
  left: 35%;
  transform: translate(-50%, -50%);
}

.infi-5 {
  position: absolute;
  top: 45%;
  left: 42%;
  transform: translate(-47%, -50%);
}

.infi-6 {
  position: absolute;
  top: 18%;
  left: 49%;
  transform: translate(-50%, -50%);
}

.infi-7 {
  position: absolute;
  top: 82%;
  left: 54%;
  transform: translate(-47%, -50%);
}

.infi-8 {
  position: absolute;
  top: 45%;
  left: 61%;
  transform: translate(-47%, -50%);
}

.infi-9 {
  position: absolute;
  top: 76%;
  left: 70%;
  transform: translate(-54%, -50%);
}

.infi-10 {
  position: absolute;
  top: 19%;
  left: 74%;
  transform: translate(-50%, -50%);
}

.infi-11 {
  position: absolute;
  top: 75%;
  right: 9%;
  transform: translate(-50%, -50%);
}

.infi-12 {
  position: absolute;
  top: 38%;
  right: 7%;
  transform: translate(-50%, -50%);
}

.infi-box img {
  transition: all 1s;
  max-width: 100%;
}

.infi-box img:hover {
  transform: translate(-50%, -80%);
}

.infi-box .infi-5:hover {
  transform: translate(-47%, -80%);
}

.infi-box .infi-8:hover {
  transform: translate(-47%, -80%);
}

.infi-box .infi-7:hover {
  transform: translate(-47%, -80%);
}

.infi-box .infi-3:hover {
  transform: translate(-54%, -80%);
}

.infi-box .infi-9:hover {
  transform: translate(-54%, -80%);
}

.infi-wrap-app {
  display: none;
}

/* index-six 新闻中心 */
.index-six {
  background-color: #f8f8f8;
}

.index-six.pad-80 {
  padding: 70px 0 50px;
}

.insi-category {
  float: right;
  margin-top: 25px;
}

.insi-category a.in-more {
  margin-top: 0;
}

.insi-category a {
  float: right;
  padding: 0 17px;
}

.insi-category ul {
  float: left;
}

.insi-category li {
  float: left;
}

.insi-category li img {
  vertical-align: text-top;
}

.insi-category li.on span {
  border-bottom: 2px solid #434be0;
  color: #434be0;
  font-weight: 700;
  padding-bottom: 2px;
}

.insi-wrap {
  padding-top: 70px;
}

.insi-box {
  display: none;
}

.insi-box.on {
  display: block;
}

.insi-box2 {
  display: block;
  overflow: hidden;
}

.insi-box2 img {
  transition: all 1s;
}

.insi-box2:hover img {
  transform: scale(1.08);
}

.insi-left,
.insi-left1 {
  float: left;
}

.insi-left {
  position: relative;
  width: 40.83%;
}

.insi-right,
.insi-right1 {
  float: right;
}

.insi-left img {
  width: 100%;
}

.insi-wrap .insi-font {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 36px;
}

.insi-right {
  width: 53.94%;
}

.insi-right ul {
  margin: -35px 0 -28px;
}

.insi-right li {
  margin-bottom: 18px;
}

/*.insi-right li.on{background-color: #fff;}*/
.insi-right li:hover {
  background-color: #fff;
}

.insi-right li:hover .insi-right1 h4 {
  color: #434be0;
}

.insi-left1 {
  color: #fff;
  text-align: right;
}

.insi-left1 h4 {
  font-family: Arial;
  text-align: center;
}

.insi-left1 p {
  font-size: 14px;
  font-family: Arial;
}

.insi-right1 {
  color: #fff;
  width: 88%;
}

.insi-right1 h4 {
  font-weight: bold;
}

.insi-right1 p {
  line-height: 25px;
  margin-top: 18px;
}

@media (max-width: 1360px) {
  .insi-right1 p {
    height: 40px;
  }
}

.insi-li {
  padding: 35px 36px 28px;
}

.insi-li .insi-left1 {
  width: 15%;
}

.insi-li .insi-left1 h4 {
  color: #333;
}

.insi-li .insi-left1 p {
  color: #888;
  font-size: 14px;
  text-align: center;
}

.insi-li .insi-right1 h4 {
  color: #333;
  font-weight: 700;
}

.insi-li .insi-right1 p {
  color: #888;
  line-height: 27px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.insi-li .insi-right1 {
  width: 85%;
}

/* index-seven 快速联系 */
.index-seven {
  background: url(../images/inse-bj.jpg) no-repeat;
  padding-top: 127px;
  background-size: 100% 100%;
}

.inse-tit {
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.inse-wrap {
  background-color: #fff;
  padding: 64px 60px;
}

.inse-left {
  float: left;
  width: 41%;
  margin-right: 100px;
}

.inse-right {
  float: left;
  width: 48.24%;
}

.inse-right .lx p {
  color: #333333;
  font-size: 24px;
  line-height: 2.75;
}

.inse-left p {
  float: left;
  padding: 0 5px;
  margin-bottom: 26px;
  width: 50%;
}

.inse-text {
  margin: 0 -5px;
}

.inse-left textarea {
  font-size: 16px;
  color: #888;
  width: 100%;
  background-color: #f6f6f6;
  padding: 18px 16px;
  height: 130px;
}

.inse-left .text {
  font-size: 16px;
  color: #888;
  background-color: #f6f6f6;
  padding: 14px 16px;
  width: 100%;
}

/* .submit{display: block;padding: 15px 20px;margin-top: 36px;font-size: 15px;color: #fff;
background-color: #e9460a;} */
.submit {
  display: block;
  padding: 15px 20px;
  margin-top: 36px;
  font-size: 15px;
  border: 1px solid #afafaf;
  color: #777;
  transition: all 0.5s;
}

.submit:hover {
  background-color: #e9460a;
  color: #fff;
  border: 1px solid transparent;
}

.inse-top li {
  float: left;
  text-align: center;
  padding: 0 15px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.inse-top li:first-child {
  padding-left: 0;
}

.inse-top li:last-child {
  padding-right: 0;
}

.inse-top li.on span {
  font-weight: 700;
  color: #333;
}

.inse-box {
  display: none;
}

.inse-box.on {
  display: block;
}

.inse-top span {
  color: #999;
  font-size: 18px;
}

.inse-bottom {
  padding-top: 24px;
}

.inse-box h4 {
  color: #333;
}

.inse-box p {
  color: #666;
  margin: 10px 0 34px;
}

.inse-box a {
  display: block;
  width: 168px;
  line-height: 50px;
  height: 50px;
  border: 1px solid #e5e5e5;
  text-align: center;
  color: #666;
  font-size: 15px;
}

.inse-box a img {
  margin-right: 9px;
}

@media (max-width: 1659px) {
  .banner-font h1 {
    font-size: 56px;
  }

  .banner-font p {
    font-size: 46px;
  }

  .banner-font ul {
    margin: 30px -12px 0;
  }

  .inon-img {
    padding: 36px 78px 32px;
  }

  .intw-font {
    padding: 24px 43px;
  }

  .intw-ul {
    margin-top: 20px;
  }

  .intw-ul li {
    padding: 12px 0;
  }

  .inon-tit {
    font-size: 36px;
  }

  .index-two {
    padding-bottom: 680px;
  }

  .info-ul {
    padding-right: 0px;
  }

  .info-right {
    padding-right: 12px;
  }

  .infi-box img {
    max-width: 200px;
  }

  .insi-li {
    padding: 25px 20px 20px;
  }

  .insi-li .insi-left1 {
    width: 10%;
  }

  .insi-li .insi-right1 {
    width: 88%;
  }

  .insi-left {
    width: 45%;
  }

  .inse-top li {
    padding: 0 15px 15px;
  }

  .inse-top li {
    padding: 0 12px 15px;
  }

  .inse-top span {
    font-size: 16px;
  }
}

@media (max-width: 1480px) {
  .banner-font li span {
    font-size: 16px;
  }

  .banner-font li img {
    margin-bottom: 5px;
    width: 50px;
  }

  .intw-right .swiper-num .active2 {
    top: -61px;
    font-size: 45px;
  }

  .inon-wrap .more {
    width: 169px;
  }

  .inon-wrap .more a:before {
    width: 160px;
  }

  .inon-wrap .more a:after {
    width: 160px;
  }

  .inon-wrap .p-size18 {
    font-size: 16px;
  }

  .inon-wrap .inon-right {
    width: 80.88%;
  }

  .in-more {
    margin-top: 52px;
  }

  .info-wrap2 .info-font p {
    padding: 0 52px;
  }

  .intw-left {
    top: -28px;
  }

  .inon-item p {
    padding: 0 10px;
  }

  .inth-font span {
    display: block;
    height: 20px;
  }

  .insi-wrap .insi-font {
    padding: 20px;
  }

  .inse-top li {
    padding: 15px 7px 15px;
  }
}

@media (max-width: 1359px) {
  .banner-font h1 {
    font-size: 50px;
  }

  .banner-font p {
    font-size: 38px;
  }

  .banner-font h1::after {
    margin: 18px 0 16px;
  }

  .banner-font ul {
    margin: 20px -12px 0;
    width: 26.58%;
  }

  .inon-tit {
    font-size: 30px;
  }

  .inon-left li.on {
    font-size: 16px;
  }

  .inon-img {
    padding: 23px 58px 19px;
  }

  .inon-wrap .inon-right {
    width: 78.88%;
  }

  .inon-item {
    padding-bottom: 30px;
  }

  .index-two {
    padding-bottom: 580px;
  }

  .intw-left {
    width: 38.47%;
    margin-top: 177px;
  }

  .intw-font {
    padding: 22px 32px;
  }

  .intw-ul {
    margin-top: 2px;
  }

  .inth-ul li {
    padding-left: 32px;
  }

  .inth-img img {
    width: 60px;
    margin-top: 10px;
  }

  .inth-img h4 {
    font-size: 98px;
  }

  .inth-font h4 {
    font-size: 20px;
    margin: 18px 0 15px;
  }

  .inth-font span {
    font-size: 15px;
  }

  .inth-more img {
    padding: 8px 6px;
  }

  .info-left p {
    line-height: 24px;
    margin: 20px 0 47px;
  }

  .info-item h4 {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .info-item i {
    font-size: 30px;
  }

  .info-item em {
    font-size: 30px;
  }

  .info-wrap2 li>img {
    width: 68px;
  }

  .info-wrap2 {
    padding-top: 28px;
  }

  .info-wrap2 h4 {
    font-size: 19px;
    margin: 21px 0 18px;
  }

  .info-wrap2 .info-font p {
    font-size: 16px;
    line-height: 24px;
    top: 38%;
    padding: 0 10px;
  }

  .infi-box img {
    max-width: 55px;
  }

  .inse-left {
    float: left;
    width: 45%;
    margin-right: 26px;
  }

  .inse-left {
    float: left;
    width: 45%;
    margin-right: 26px;
  }

  .inse-left p {
    margin-bottom: 14px;
  }

  .inse-left .text {
    font-size: 14px;
    padding: 14px 16px;
  }

  .inse-left textarea {
    font-size: 14px;
  }

  .submit {
    padding: 10px 13px;
    margin-top: 10px;
    font-size: 15px;
  }

  .inse-right {
    width: 51.24%;
  }

  .inse-top li {
    padding: 0 7px 10px;
  }

  .inse-top span {
    font-size: 16px;
  }

  .in-more {
    margin-top: 47px;
  }

  .insi-li .insi-left1 {
    width: 12%;
  }

  .insi-li .insi-right1 {
    width: 86%;
  }

  .insi-box2 .insi-left1 {
    width: 12%;
  }

  .insi-box2 .insi-right1 {
    width: 84%;
  }

  .insi-right1 p {
    line-height: 20px;
    margin-top: 10px;
  }

  .insi-li .insi-right1 p {
    line-height: 20px;
    height: 40px;
  }

  .insi-li {
    padding: 18px 20px 18px;
  }

  .intw-right .swiper-num {
    top: 1%;
  }

  .intw-right .swiper-num .active2 {
    top: -40px;
    font-size: 45px;
  }

  .inse-top li:first-child {
    padding-left: 15px;
  }

  .inse-top li {
    padding: 15px 15px 10px;
  }
}

@media (max-width: 1169px) {
  .inon-item {
    padding-bottom: 5px;
  }

  .ny-banner {
    margin-top: 60px;
  }

  .banner-font h1 {
    font-size: 40px;
  }

  .banner-font p {
    font-size: 28px;
  }

  .banner-font h1::after {
    margin: 18px 0 16px;
  }

  .banner-font ul {
    width: 30.58%;
  }

  .banner-font li img {
    width: 40px;
  }

  .banner-font li span {
    font-size: 14px;
  }

  .index .pad-80 {
    padding: 50px 0;
  }

  .in-more {
    margin-top: 50px;
  }

  .inon-item p {
    height: 20px;
  }

  .inon-wrap .inon-left {
    width: 21%;
  }

  .inth-ul {
    margin: 0 -18px 80px;
  }

  .inon-right ul {
    margin: 0px;
  }

  .inon-right li {
    padding: 0 6px;
  }

  .intw-left {
    margin-top: 100px;
  }

  .intw-right .swiper-num {
    left: 30.6%;
    top: -13%;
  }

  .index-two {
    padding-bottom: 500px;
  }

  .inth-wrap {
    margin: 98px 0 30px;
  }

  .inse-top span {
    font-size: 14px;
  }

  .index-seven {
    padding-top: 80px;
  }

  .inse-top li:first-child {
    padding-left: 28px;
  }

  .inse-top li:last-child {
    padding-left: 28px;
  }

  .inse-top li {
    padding: 15px 28px 10px;
  }
}

@media (max-width: 991px) {
  .banner-font h1 {
    font-size: 32px;
  }

  .banner-font p {
    font-size: 24px;
  }

  .banner-font h1::after {
    margin: 18px 0 16px;
  }

  .banner-font ul {
    width: 32.58%;
  }

  .banner-font li img {
    width: 32px;
  }

  .banner-font li::after {
    height: 52px;
  }

  .intw-right {
    width: 100%;
    margin-top: 0;
  }

  .intw-left {
    width: 100%;
    margin-top: 55%;
  }

  .index-two {
    padding-top: 80px;
  }

  .intw-right .swiper-num .active2 {
    font-size: 35px;
    top: -43px;
    right: 53px;
  }

  .intw-right .swiper-num {
    left: 56.6%;
    top: -11%;
  }

  .inon-dsc {
    font-size: 16px;
  }

  .in-more {
    margin-top: 48px;
  }

  .inon-wrap {
    margin-top: 20px;
  }

  .inon-item .inon-font {
    height: 40px;
  }

  .inon-wrap .inon-left {
    width: 23%;
  }

  .inon-img {
    padding: 24px 42px 19px;
  }

  .inon-wrap .inon-right {
    width: 72.88%;
  }

  .inon-right li {
    padding: 0 6px;
  }

  .inon-left li {
    font-size: 15px;
  }

  .inon-left li.on {
    font-size: 15px;
  }

  .intw-ul li {
    width: 25%;
    float: left;
    padding: 0;
    padding-right: 20px;
    margin-bottom: 10px;
  }

  .inon-wrap .advaone-more {
    margin: 20px 0 0;
  }

  .inon-wrap .more {
    width: 140px;
  }

  .inon-wrap .more a:before {
    width: 129px;
  }

  .inon-wrap .more a:after {
    width: 130px;
  }

  .more a span {
    line-height: 43px;
    font-size: 14px;
  }

  .inth-wrap {
    margin-top: 28px;
  }

  .inth-img img {
    width: 40px;
  }

  .inth-img h4 {
    font-size: 68px;
  }

  .inth-font h4 {
    font-size: 16px;
    margin: 12px 0 7px;
  }

  .inth-ul li {
    padding-left: 18px;
  }

  .inth-font span {
    font-size: 12px;
  }

  .inth-ul {
    margin: 0 -18px 70px;
  }

  .info-wrap {
    padding: 14px 0 64px;
    display: block;
  }

  .info-wrap .info-left {
    width: 100%;
  }

  .info-wrap .info-right {
    width: 100%;
    padding-right: 0;
  }

  .info-ul li:nth-child(1) {
    margin-top: 145px;
  }

  .info-ul li:nth-child(3) {
    margin-top: 0px;
  }

  .info-wrap .advaone-more {
    margin: 40px 0;
  }

  .infi-box img {
    max-width: 55px;
  }

  .insi-category {
    margin-top: 14px;
  }

  .insi-wrap {
    padding-top: 35px;
  }

  .insi-left {
    width: 100%;
  }

  .insi-right {
    width: 100%;
  }

  .info-wrap2 {
    padding-top: 17px;
  }

  .info-wrap2 li>img {
    width: 50px;
  }

  .info-wrap2 h4 {
    font-size: 14px;
    margin: 18px 0 13px;
  }

  .info-wrap2 .info-font {
    padding: 10px 86px 42px;
  }

  .info-wrap2 .info-font p {
    font-size: 12px;
    line-height: 18px;
    top: 38%;
    padding: 0 10px;
  }

  .info-wrap2 .info-font {
    padding: 10px 86px 42px;
  }

  .insi-right ul {
    margin: 16px 0 -28px;
  }

  .inon-tit {
    font-size: 23px;
  }

  .intw-ul li {
    border-bottom: 1px solid transparent;
  }

  .inse-wrap {
    background-color: #fff;
    padding: 35px 32px;
  }

  .inse-top li {
    margin-top: 10px;
  }

  .inse-left {
    width: 44%;
  }

  .index-two {
    padding-bottom: 700px;
  }

  .inth-more {
    margin-top: 52px;
    top: 78%;
    left: 0;
  }

  .inth-more img {
    padding: 8px 6px;
    width: 25px;
  }

  .inth-wrap {
    margin: 30px 0 0px;
  }

  .info-ul {
    margin-top: -50px;
  }

  .info-wrap {
    padding: 14px 0 20px;
  }

  .insi-category {
    margin-top: 16px;
  }

  .infi-box img {
    max-width: 55px;
  }

  .inse-left {
    width: 49%;
  }

  .inse-right {
    width: 46.24%;
  }

  .inse-top li:first-child {
    padding-left: 18px;
  }

  .inse-top li {
    padding: 0 18px 10px;
  }
}

@media (max-width: 900px) {
  .index-two {
    padding-bottom: 650px;
  }
}

@media (max-width: 800px) {
  .index-two {
    padding-bottom: 600px;
  }
}

@media (max-width: 767px) {
  .index .pad-80 {
    padding: 60px 0;
  }

  .banner-font {
    color: #fff;
    text-align: center;
  }

  .in-more {
    margin-top: -55px;
  }

  .inon-wrap .inon-left {
    width: 100%;
  }

  .inon-wrap .inon-right {
    width: 100%;
  }

  .inon-item .inon-font {
    height: 50px;
  }

  .inon-item-app {
    display: block !important;
  }

  .p-size16 {
    font-size: 13px;
  }

  .inon-img {
    padding: 12px 20px 12px;
  }

  .banner-font h1 {
    font-size: 26px;
  }

  .banner-font h1::after {
    margin: 10px auto 7px;
    width: 38px;
  }

  .banner-font p {
    font-size: 16px;
  }

  .banner-font ul {
    display: none;
  }

  .more a span {
    line-height: 37px;
  }

  .inon-wrap .more {
    margin-bottom: 12px;
  }

  .intw-right .swiper-num {
    top: -10%;
    left: 22%;
  }

  .intw-ul li.on {
    border-bottom: 1px solid transparent;
  }

  .intw-ul li.on>div {
    border-bottom: 1px solid #e9460a;
  }

  .inth-ul li {
    width: 50%;
    padding-bottom: 10px;
  }

  .inth-more {
    top: 82%;
  }

  .index-banner .swiper-container {
    margin-top: 60px;
  }

  .inon-wrap .inon-left li {
    float: left;
    width: 100%;
  }

  .inon-wrap .advaone-more {
    margin: 0 auto 20px;
    display: none;
  }

  .inon-right li {
    width: 50%;
    margin-bottom: 10px;
  }

  .inon-right li:nth-child(4) {
    display: block;
  }

  .intw-left {
    margin-top: 62%;
  }

  .intw-right .swiper-num .active2 {
    font-size: 45px;
    top: -17px;
    right: 47px;
  }

  .intw-right .swiper-num:after {
    height: 28px;
    top: 4px;
    right: 40px;
  }

  .intw-ul li {
    padding-right: 20px;
  }

  .index-two {
    padding-bottom: 500px;
  }

  .inth-header .inon-right {
    float: left;
    width: 100%;
  }

  .inth-ul {
    margin: 0 0px 20px;
  }

  .info-ul li:nth-child(1) {
    margin-top: 0px;
  }

  .info-ul {
    margin-top: 62px;
  }

  .info-ul li:nth-child(2) {
    margin-top: 0px;
  }

  .info-ul li:nth-child(3) {
    margin-top: 0px;
  }

  .info-ul li:last-child {
    transform: translateX(50%);
  }

  .inse-right .lx p {
    font-size: 16px;
    line-height: 24px;
  }

  /* .info-wrap2{background: url(../images/info-bj.jpg) center;}
.info-wrap2 li{width: 100%;}
.info-wrap2 li>img {width: 38px;}
.info-wrap2 h4 {margin: 10px 0 5px;}
.info-wrap2 .info-font p {padding: 0 50px;} */
  .info-ul li {
    width: 50%;
  }

  .info-wrap .advaone-more {
    margin: 40px auto;
  }

  .inon-header .in-more {
    margin-top: 7px;
  }

  .insi-category {
    float: left;
    margin-top: 25px;
    width: 100%;
  }

  .insi-category li:first-child a {
    padding-left: 0;
  }

  .inse-left {
    width: 100%;
  }

  .inse-right {
    width: 100%;
    margin: 20px 0;
  }

  .index-seven {
    background: none;
  }

  .inon-right {
    float: left;
  }

  .inon-tit {
    font-size: 20px;
  }

  .inon-dsc {
    font-size: 14px;
  }

  .inon-tit .kongs,
  .inon-dsc .kongs {
    animation: none !important;
  }

  .more a span {
    font-size: 12px;
  }

  .advaone-more {
    margin: 10px auto 0;
  }

  .insi-right1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
  }

  .insi-right1 h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .insi-wrap .insi-font {
    padding: 6px 8px;
  }

  .insi-left1 p {
    font-size: 12px;
  }

  .insi-box2 .insi-left1 {
    width: 20%;
  }

  .insi-box2 .insi-right1 {
    width: 77%;
  }

  .insi-li {
    padding: 6px 8px;
  }

  .insi-li .insi-left1 {
    width: 20%;
  }

  .insi-li .insi-right1 {
    width: 78%;
  }

  .insi-li .insi-left1 p {
    font-size: 12px;
  }

  .inse-wrap {
    padding: 10px 0 0;
  }

  .index-seven {
    padding-top: 20px;
  }

  .inon-img {
    padding: 8px 16px 8px;
  }

  .infi-wrap {
    display: none;
  }

  .infi-wrap-app {
    display: block;
    padding: 20px 0;
  }

  .infi-wrap-app-ul {
    margin-top: 10px;
  }

  .infi-wrap-app-ul li {
    width: 33.33%;
    float: left;
    margin-bottom: 18px;
    min-height: 55px;
  }

  .infi-wrap-app-ul img {
    max-width: 100%;
  }

  .index-five .inon-right {
    float: right;
  }

  .inse-top span {
    font-size: 16px;
  }

  /* .submit {margin: 0 auto;} */
  /* .inse-box a {margin: 0 auto}; */
  .inse-box h4 {
    padding: 0 18px;
  }

  .inse-box p {
    padding: 0 18px;
  }

  /*6.16修改 */
  .inon-right .in-more {
    display: none;
  }

  .intw-ul li.on img {
    width: 15px;
    margin-top: 4px;
  }

  .inon-right .advaone-more {
    display: none;
  }

  .info-left .advaone-more {
    display: none;
  }

  .info-wrap2 {
    display: none;
  }

  .info-wrap2-app {
    background: url(../images/info-bj.jpg);
    display: block;
    padding: 20px 0;
  }

  .info-wrap2-app li {
    width: 100%;
    padding: 10px 50px;
  }

  .info-wrap2-app li>img {
    width: 38px;
    float: left;
    margin-top: 25px;
  }

  .info-wrap2-app .info-font {
    color: #fff;
  }

  .info-wrap2-app h4 {
    margin: 10px 0 10px;
    padding: 0 0 0 58px;
    opacity: 1;
    font-size: 17px;
  }

  .info-wrap2-app .info-font p {
    padding: 0 0 0 58px;
  }
}

@media (max-width: 640px) {
  .banner-font {
    display: none;
  }
}

@media (max-width: 414px) {
  .intw-right .swiper-num {
    top: -35%;
  }

  .inon-left li {
    font-size: 14px;
    opacity: 0.8;
  }

  .inon-left li.on {
    font-size: 14px;
  }

  .index-two {
    padding-bottom: 480px;
  }

  .info-ul li {
    padding-right: 6px;
  }

  .info-item i {
    font-size: 18px;
  }

  .info-item em {
    font-size: 18px;
  }
}

.foot-bg {
  background: #1f1f1f;
  padding-top: 50px;
  padding-bottom: 20px;
}

.foot-bg .foot-index {
  display: flex;
  justify-content: space-between;
}

.foot-bg .foot-index .foot1 {
  width: 13.6094674556213%;
}

.foot-bg .foot-index .foot1 h3 {
  color: #d8d8d8;
  font-size: 16px;
  border-bottom: 1px solid #676767;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot1 .fdao p a {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .foot-index .foot2 {
  width: 21.893491124260363%;
}

.foot-bg .foot-index .foot2 h3 {
  color: #d8d8d8;
  font-size: 16px;
  border-bottom: 1px solid #676767;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot2 .flx p {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .foot-index .foot3 {
  width: 16.56804733727811%;
}

.foot-bg .foot-index .foot3 h3 {
  color: #d8d8d8;
  font-size: 16px;
  border-bottom: 1px solid #676767;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot3 .ferq p {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 2;
}

.foot-bg .foot-index .foot4 {
  width: 11.83431952662722%;
}

.foot-bg .foot-index .foot4 h3 {
  color: #d8d8d8;
  font-size: 16px;
  border-bottom: 1px solid #676767;
  padding-bottom: 14px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot4 .fzx img {
  max-width: 100%;
  margin-bottom: 15px;
}

.foot-bg .copyright {
  text-align: center;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 2;
  border-top: 1px solid #4a4a4a;
  margin-top: 55px;
}

.foot-bg .copyright a {
  color: #8e8e8e;
}

@media (max-width: 767px) {
  .foot-bg {
    padding-top: 30px;
    margin-top: 30px;
  }

  .foot-bg .foot-index {
    display: block;
  }

  .foot-bg .foot-index .foot1 {
    width: 100%;
  }

  .foot-bg .foot-index .foot2 {
    width: 100%;
  }

  .foot-bg .foot-index .foot3 {
    width: 100%;
  }

  .foot-bg .foot-index .foot4 {
    width: 100%;
  }
}

/* .foot-app .footer-bot p a{display: block;} */
.foot-app .bshare {
  float: none;
  text-align: center;
  margin-top: 15px;
}

.foot-app .bshare a {
  margin-left: 15px;
}

@media (max-width: 1800px) {
  .navbar {
    margin-left: 82px;
  }

  .category-item {
    padding: 0 18px;
    margin-right: 0;
  }

  .foot_nav dl {
    width: 12%;
  }

  /* .foot_nav dl:last-child{width: 7%;} */
  .footb-bot .foot-bl {
    width: 66.33%;
  }
}

@media (max-width: 1659px) {


  .foot-app {
    display: none !important;
  }

  .header .logo {
    padding: 25.5px 0;
  }

  .header .logo img {
    width: 180px;
    height: 40px;
  }

  .navbar {
    margin-left: 130px;
  }

  .category-a {
    font-size: 16px;
  }

  /*.number-img {width: 20px;height: 20px;}*/
  .number-phone {
    font-size: 22px;
    margin-left: 15px;
    line-height: 10px;
  }

  .foot-main,
  .foot-bottom,
  .foot-main {
    padding: 0 30px;
  }

  .foot_nav dt a {
    font-size: 16px;
  }

  .foot_txt p {
    line-height: 24px;
  }
}

@media (max-width: 1480px) {
  .navbar {
    margin-left: 62px;
  }

  .category-item {
    padding: 0 10px;
    margin-right: 10px;
  }

  .footb-bot .foot-bl {
    width: 71.33%;
  }
}

@media (max-width: 1365px) {
  .header .logo {
    padding: 28px 0;
  }

  .header .logo img {
    width: 160px;
    height: 36px;
  }

  .navbar {
    margin-left: 30px;
  }

  .category-item {
    padding: 0 7px;
    margin-right: 8px;
  }

  .category-a {
    font-size: 15px;
  }

  .number {
    margin-top: 37px;
  }

  /*.number-img {width: 18px;height: 18px;}*/
  .number-phone {
    font-size: 18px;
    margin-left: 10px;
    line-height: 10px;
  }

  .foot_nav dl {
    width: 11.6%;
  }

  /*.foot_nav dl:first-child {width: 7%;}
  .foot_nav dl:nth-child(2) {width: 8%;}
  .foot_nav dl:nth-child(3) {width: 15%;}*/
  .foot_nav dt a {
    font-size: 15px;
  }

  .bot-share a {
    margin: 0 8px !important;
  }

  .footb-bot .foot-bl {
    width: 78.33%;
  }

  .foot-bl li p {
    padding-left: 8px;
    line-height: 20px;
  }

  .footb-bot .foot-bl li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .bot-share a {
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px;
  }
}

@media (max-width: 1169px) {

  .header,
  .footer {
    display: none !important;
  }


  .foot-app {
    display: block !important;
  }

  .header-app .logo img {
    width: 180px;
  }

  /*  */
  .footer-left {
    width: 100%;
  }

  .footer-right img {
    width: 100%;
  }

  .footer-bot .copy-app {
    display: block;
  }

  .foot-btop li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
  }

  .footb-icon {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
  }

  .foot-app .footer-bot p.copy-txt {
    margin-bottom: 15px;
  }

  .bot-share {
    float: left;
    margin-right: 15px;
    padding-bottom: 20px !important;
  }

  .foot-btit {
    display: block;
    margin-top: 18px;
  }
}

@media (max-width: 991px) {
  .header-app .logo {
    float: left;
    padding: 16px 15px;
  }

  .header-app .logo img {
    width: auto;
    height: 28px;
  }

  .foot-btop li {
    width: 100%;
  }

  .foot-app .footer-bot {
    padding: 20px 0 5px;
  }
}

@media (max-width: 767px) {
  .header-app .logo {
    padding: 16px 10px;
    width:70%;
  }
.header-app .logo img {
    width: 100%;
  }
  .navbar-togger{
      margin-right:10px;
  }
  .app-sousuo {
    padding-right: 10px;
  }

  .banner-more {
    width: 100px;
    font-size: 13px;
  }

  .banner-more img {
    width: 22px;
    margin-top: -2px;
  }

  .footer-tit a {
    font-size: 14px;
  }
}

@media (max-width: 370px) {
  .bot-share {
    float: unset;
    margin: 0 6px !important;
  }

  .bot-share a {
    float: unset;
  }

  .foot-app .footer-bot p {
    margin-bottom: 0;
  }
}



.footer3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  height: 50px;
  background: #222;
}

.footer3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer3 ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  font-size: 0;
}

.footer3 ul li a {
  display: block;
  color: #ffffff;
}

.footer3 ul li .iconfont {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer3 ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}