::-webkit-scrollbar {
  display: none;
}
input {
  -webkit-appearance: none;
  /*background-color: transparent;*/
}
.l-hidden {
  display: none;
}
.title-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.title-box .index-title {
  font-size: 36px;
  font-weight: bold;
  color: #0068b7;
}
.title-box .index-tips {
  font-size: 18px;
  color: #666666;
  margin-bottom: 15px;
}
.title-box .index-logo {
  width: 40px;
  height: 30px;
}
.mobile-search {
  background: rgba(0, 0, 0, 0.8);
  height: 60px;
  z-index: 99;
}
.mobile-search .search-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 2%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-search .search-box .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mobile-search .search-box .search-form .search-s {
  width: 60%;
  height: 50px;
  line-height: 50px;
  padding: 0 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #dfe0e1;
  color: #000000;
  font-size: 14px;
}
.mobile-search .search-box .search-form .search-btn {
  display: block;
  position: relative;
  width: 38%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f08300;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  z-index: 10;
}
.mobile-search .search-box .search-form .search-btn:hover {
  cursor: pointer;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.light {
  background: #f5f5f5;
}
.deep {
  background: #eeeeee;
}
.top_bar {
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3%;
  border-bottom: 1px solid #e5e5e5;
  font-family: "HuaKang";
}
.top_bar .tb-left {
  float: left;
  height: 36px;
  line-height: 36px;
  padding-left: 25px;
  position: relative;
  color: #707070;
}
.top_bar .tb-left:before {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/tel.png) no-repeat center;
}
.top_bar .tb-right {
  float: right;
}
.top_bar .tb-right .tb-rig-box {
  float: left;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.top_bar .tb-right .tb-rig-box.lang {
  margin-right: 10px;
}
.top_bar .tb-right .tb-rig-box.lang > li {
  position: relative;
  font-size: 14px;
  padding: 0 25px;
}
.top_bar .tb-right .tb-rig-box.lang .sub-lang {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 100%;
  box-shadow: -1px 2px 5px 2px #f3f3f3;
  transition: all 0.3s;
  background: #fff;
  z-index: 10;
}
.top_bar .tb-right .tb-rig-box.lang .sub-lang li {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top_bar .tb-right .tb-rig-box.lang .sub-lang li a {
  display: block;
  font-weight: bold;
  color: #333;
}
.top_bar .tb-right .tb-rig-box.lang .sub-lang li a:hover {
  color: #fff;
}
.top_bar .tb-right .tb-rig-box.lang .sub-lang li:hover {
  background: #0068b7;
}
.top_bar .tb-right .tb-rig-box.lang:before {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/lang.png) no-repeat center;
}
.top_bar .tb-right .tb-rig-box.lang:after {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/choose-lang.png) no-repeat center;
}
.top_bar .tb-right .tb-rig-box.lang:hover {
  background: #0068b7;
  cursor: pointer;
  color: #fff;
}
.top_bar .tb-right .tb-rig-box.lang:hover:before {
  background: url(../images/lang1.png) no-repeat center;
}
.top_bar .tb-right .tb-rig-box.lang:hover:after {
  background: url(../images/choose-lang1.png) no-repeat center;
}
.top_bar .tb-right .tb-rig-box.lang:hover .sub-lang {
  display: block;
}
.top_bar .tb-right .tb-rig-box.wechat {
  position: relative;
  padding-left: 25px;
}
.top_bar .tb-right .tb-rig-box.wechat:before {
  display: block;
  content: "";
  width: 25px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/wechat.png) no-repeat center;
}
.top_bar .tb-right .tb-rig-box.wechat .wechat-img {
  display: block;
  transition: all 0.3s;
  width: 104px;
  height: 104px;
  position: absolute;
  left: 0;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
}
.top_bar .tb-right .tb-rig-box.wechat .wechat-img.active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.top_bar .tb-right .tb-rig-box.wechat:hover {
  cursor: pointer;
}
.nav {
  width: 100%;
  padding: 0 3%;
  box-shadow: -1px 2px 5px 2px #f3f3f3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.nav .logo {
  display: flex;
  align-items: flex-end;
  float: left;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}
.nav .logo img {
  max-width: 100%;
  margin-right: 10px;
}
.nav .logo .nav-line {
  height: 35px;
  width: 1px;
  background: #e5e5e5;
  margin-right: 10px;
}
.nav .logo .logo-des p {
  line-height: 1.2;
  font-family: "HuaKang";
}
.nav .logo .logo-des p:nth-child(1) {
  font-size: 18px;
  color: #1172bc;
  font-weight: bold;
}
.nav .logo .logo-des p:nth-child(2) {
  font-size: 14px;
  color: #858585;
}
.nav .navlist {
  display: flex;
  float: right;
  align-content: center;
  justify-content: space-between;
  width: 50%;
}
.nav .navlist .nav-item {
  height: 90px;
  line-height: 90px;
  transition: all 0.3s;
}
.nav .navlist .nav-item a {
  display: block;
  color: #666666;
  font-size: 18px;
  font-family: "HuaKang";
  font-weight: bold;
}
.nav .navlist .nav-item.has-sub {
  position: relative;
  padding-right: 20px;
}
.nav .navlist .nav-item.has-sub:after {
  content: '';
  position: absolute;
  /* top: 0rpx; */
  right: 0;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(135deg);
}
.nav .navlist .nav-item:hover a,
.nav .navlist .nav-item.active a {
  color: #227cc1;
}
.nav .navlist .nav-item:hover.has-sub:after,
.nav .navlist .nav-item.active.has-sub:after {
  border-top: 2px solid #227cc1;
  border-right: 2px solid #227cc1;
}
.nav .navlist .sub-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 370px;
  opacity: 0;
  visibility: hidden;
  background: url(../images/nav-bg.png) no-repeat center;
  transition: all 0.5s;
  padding: 0 8.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
.nav .navlist .sub-box .sub-pro-nav,
.nav .navlist .sub-box .sub-pro-img,
.nav .navlist .sub-box .sub-other-nav {
  opacity: 0;
  visibility: hidden;
}
.nav .navlist .sub-box.active {
  opacity: 1;
  visibility: visible;
}
.nav .navlist .sub-box.active .sub-pro-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 20%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  margin-right: 20%;
}
.nav .navlist .sub-box.active .sub-pro-nav .cate-title {
  font-family: "HuaKang";
  font-size: 30px;
  color: #666666;
  margin-top: 50px;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a {
  display: block;
  position: relative;
  padding-left: 30px;
  height: 30px;
  width: 70px;
  line-height: 30px;
  font-size: 18px;
  font-family: "HuaKang";
  color: #666666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a:before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a:nth-child(1):before {
  background: url(../images/nav-pro-icon1.png) no-repeat center;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a:nth-child(2):before {
  background: url(../images/nav-pro-icon2.png) no-repeat center;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a:hover {
  color: #227cc1;
  font-weight: bold;
}
.nav .navlist .sub-box.active .sub-pro-nav .sub-title a:hover:before {
  animation: spinner 2s linear infinite;
}
.nav .navlist .sub-box.active .sub-pro-nav .more {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-family: "HuaKang";
  color: #0068b7;
  width: 100px;
}
.nav .navlist .sub-box.active .sub-pro-nav .more:hover {
  font-weight: bold;
}
.nav .navlist .sub-box.active .sub-pro-nav .more:hover:after {
  left: 0;
  width: 100%;
}
.nav .navlist .sub-box.active .sub-pro-nav .more:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0068b7;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  right: 0;
  bottom: 0;
}
.nav .navlist .sub-box.active .sub-pro-img {
  width: 480px;
  height: 262px;
  margin-top: 50px;
  margin-right: 3%;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  z-index: 2;
}
.nav .navlist .sub-box.active .sub-pro-img #navSwiper {
  height: 262px;
}
.nav .navlist .sub-box.active .sub-pro-img #navSwiper .swiper-wrapper {
  height: 262px;
}
.nav .navlist .sub-box.active .sub-pro-img a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav .navlist .sub-box.active .sub-pro-img a img {
  width: 480px;
  height: 262px;
  object-fit: contain;
  z-index: 10;
}
.nav .navlist .sub-box.active .sub-other-nav {
  margin-top: 90px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.nav .navlist .sub-box.active .sub-other-nav p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  font-family: "HuaKang";
  margin-bottom: 10%;
}
.nav .navlist .sub-box.active .sub-other-nav a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #fff;
  font-family: "HuaKang";
  line-height: 30px;
  margin-bottom: 7%;
  width: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav .navlist .sub-box.active .sub-other-nav a:hover {
  font-weight: bold;
}
.nav .navlist .sub-box.active .sub-other-nav a:hover:after {
  left: 0;
  width: 100%;
}
.nav .navlist .sub-box.active .sub-other-nav a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  right: 0;
  bottom: 0;
}
.nav .fixBut {
  position: fixed;
  background: #0068b7;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 3%;
  z-index: 1001;
}
.nav .fixBut .sm-button-xian {
  width: 26px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav .fixBut .sm-button-xian span {
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fff;
  right: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.nav .fixBut .sm-button-xian span.lin-top {
  top: 0;
  width: 70%;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}
.nav .fixBut .sm-button-xian span.lin-cent {
  top: 6px;
  width: 100%;
}
.nav .fixBut .sm-button-xian span.lin-bottom {
  bottom: 0;
  width: 70%;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}
.nav .fixBut.active span.lin-top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav .fixBut.active span.lin-cent {
  opacity: 0;
}
.nav .fixBut.active span.lin-bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav .navBg {
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translate(-100%, 0);
  background: url(../images/nav-m-bg.jpg) no-repeat left center;
  background-size: cover;
  z-index: 1000;
}
.nav .navBg.active {
  opacity: 1;
  transform: translate(0, 0);
}
.nav .navBg ul {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav .navBg ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  height: 100px;
  margin-bottom: 40px;
}
.nav .navBg ul li i {
  width: 48px;
  height: 48px;
}
.nav .navBg ul li a {
  font-size: 28px;
  color: #fff;
}
.nav .navBg ul li:nth-child(1) i {
  background: url(../images/nav-home-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(2) i {
  background: url(../images/nav-about-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(3) i {
  background: url(../images/nav-pro-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(4) i {
  background: url(../images/nav-app-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(5) i {
  background: url(../images/nav-case-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(6) i {
  background: url(../images/nav-news-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(7) i {
  background: url(../images/nav-job-icon.png) no-repeat center;
}
.nav .navBg ul li:nth-child(8) i {
  background: url(../images/nav-contact-icon.png) no-repeat center;
}
.nav .navBg .lang-box{

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  bottom:0;
   left:50%;
   width:100px;
   height:40px;
   margin-left:-50px;
   margin-top:20px;
   margin-bottom:20px;
}
.nav .navBg .lang-box >a{
  width:40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding:5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color:#fff;
  font-size:16px;
  text-align: center;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner #bannerSwiper {
  position: relative;
}
.banner #bannerSwiper .swiper-slide {
  position: relative;
  float: left !important;
  transition: all 5s;
}
.banner #bannerSwiper .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
  transition: 5s 5s;
  transform: perspective(1000px) translate3d(0, 0, 150px);
}
.banner #bannerSwiper .swiper-slide a img {
  width: 100%;
  display: block;
}
.banner #bannerSwiper .swiper-slide.swiper-slide-active a {
  transition: 5s 0s;
  transform: perspective(1000px) translate3d(0, 0, 0px);
}
.banner #bannerSwiper .banner-bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(55, 61, 67, 0.8);
  z-index: 99;
}
.banner #bannerSwiper .banner-bottom-box .search-box {
  display: flex;
  float: left;
  justify-content: space-between;
  width: 72.9%;
  height: 102px;
  line-height: 102px;
  padding-left: 8%;
  padding-right: 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-left {
  position: relative;
  font-family: "HuaKang";
  font-size: 14px;
  color: #fff;
  width: 50%;
  line-height: 102px;
  padding-left: 40px;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-left:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 40px;
  height: 102px;
  background: url(../images/hot.png) no-repeat center;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-left a {
  display: inline-block;
  position: relative;
  font-family: "HuaKang";
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-left a:after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  right: 0;
  bottom: 0;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-left a:hover:after {
  left: 0;
  width: 100%;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-s {
  width: 60%;
  height: 50px;
  line-height: 50px;
  padding: 0 7.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #dfe0e1;
  color: #000000;
  font-size: 14px;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-btn {
  display: block;
  position: relative;
  width: 38%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f08300;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  z-index: 10;
}
.banner #bannerSwiper .banner-bottom-box .search-box .search-form .search-btn:hover {
  cursor: pointer;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination {
  float: left;
  position: relative;
  width: 27.1%;
  background: #0068b7;
  height: 102px;
  z-index: 99;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .pagination {
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 40%;
  height: 100%;
  left: 50%;
  margin-left: -20%;
  line-height: 102px;
  text-align: center;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 15px;
  border: 1px solid #fff;
  cursor: pointer;
  background: #fff;
  opacity: 1 !important;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  transform: scale(1.2);
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn {
  margin: 0 auto;
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn:hover {
  cursor: pointer;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn:focus {
  outline: none;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn.swiper-button-prev-banner {
  left: 20%;
  top: 50%;
  margin-top: -20px;
  background: url(../images/left-arrow.png) no-repeat center;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn.swiper-button-next-banner {
  right: 20%;
  top: 50%;
  margin-top: -20px;
  background: url(../images/right-arrow.png) no-repeat center;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn .circle-wrap {
  width: 20px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn .circle-wrap .warp-all {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 40px;
  position: absolute;
  top: 0;
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn .circle-wrap .warp-all.left {
  left: 0;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-135deg);
  -webkit-animation: left 6000ms linear infinite;
  animation: left 6000ms linear infinite;
  transform: rotate(45deg);
}
.banner #bannerSwiper .banner-bottom-box .banner-pagination .swiper-btn .circle-wrap .warp-all.right {
  right: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-135deg);
  transition-duration: 5s;
  -webkit-animation: right 6000ms linear infinite;
  animation: right 6000ms linear infinite;
  transform: rotate(45deg);
}
@keyframes tobig {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.index-product-list .product-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.index-product-list .product-box .pro-item {
  position: relative;
  padding: 3% 0;
  width: 18%;
  transition: all 500ms;
}
.index-product-list .product-box .pro-item .pro-img {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
}
.index-product-list .product-box .pro-item .pro-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 350ms;
}
.index-product-list .product-box .pro-item .pro-title {
  width: 100%;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.index-product-list .product-box .pro-item.active .pro-title {
  color: #0068b7;
  font-weight: bold;
}
.index-product-list .product-box .pro-item.active .pro-img img {
  transform: scale(1.2);
}
.index-product-list .product-box .pro-item.active:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 16px;
  background: url(../images/sanjiao.png) no-repeat center;
}
.index-product-list .pro-bg-box .swiper-container {
  position: relative;
  background: url(../images/pro-bg.jpg) no-repeat center;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper {
  height: 580px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide {
  width: 83.3%;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  margin-left: -41.65%;
  margin-top: -190px;
  height: 380px;
  overflow: hidden;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-left {
  float: left;
  width: 60%;
  height: 100%;
  background: #fff;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right {
  float: left;
  width: 40%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  background: #fafafa;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(1) {
  font-size: 24px;
  margin-bottom: 1%;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right h2 {
  font-size: 30px;
  color: #0068b7;
  font-weight: bold;
  margin-bottom: 8%;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right p:nth-child(3) {
  font-size: 16px;
  font-weight: lighter;
  color: #666666;
  margin-bottom: 5%;
  min-height: 80px;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn {
  width: 312px;
  height: 50px;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a {
  display: inline-block;
  position: relative;
  width: 49%;
  height: 100%;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  z-index: 0;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a.message-btn {
  background: #0068b7;
  color: #fff;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a.message-btn:hover {
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a.detail-btn {
  background: #fff;
  color: #0068b7;
}
.index-product-list .pro-bg-box .swiper-container .swiper-wrapper .swiper-slide .content-slide .pro-right .pro-info-btn a.detail-btn:hover {
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  color: #fff;
}
.index-product-list .pro-bg-box .swiper-container .swiper-pro-btn {
  width: 75px;
  height: 86px;
  top: 50%;
  margin-top: -43px;
  position: absolute;
  transition: all 500ms;
  z-index: 99;
}
.index-product-list .pro-bg-box .swiper-container .swiper-pro-btn.swiper-pro-prev {
  background: #666666 url(../images/arrow-left.png) no-repeat center;
  left: 0;
}
.index-product-list .pro-bg-box .swiper-container .swiper-pro-btn.swiper-pro-prev:hover {
  cursor: pointer;
  background: #0068b7 url(../images/arrow-left.png) no-repeat center;
}
.index-product-list .pro-bg-box .swiper-container .swiper-pro-btn.swiper-pro-next {
  background: #666666 url(../images/arrow-right.png) no-repeat center;
  right: 0;
}
.index-product-list .pro-bg-box .swiper-container .swiper-pro-btn.swiper-pro-next:hover {
  cursor: pointer;
  background: #0068b7 url(../images/arrow-right.png) no-repeat center;
}
.index-about .about-box {
  position: relative;
  width: 83.3%;
  margin: 60px auto 10px;
  height: 200px;
  padding: 0 3% 0 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .index-about .about-box {
    padding: 0 0 0 25%;
  }
}
.index-about .about-box .about-bg {
  position: absolute;
  width: 310px;
  height: 400px;
  left: 7%;
  top: 0;
  z-index: 99;
}
.index-about .about-box .about-bg img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .index-about .about-box .about-bg {
    left: 0;
  }
}
.index-about .about-box .about-left {
  float: left;
  width: 80%;
  height: 100%;
}
@media (max-width: 1400px) {
  .index-about .about-box .about-left {
    margin-left: 5%;
  }
}
.index-about .about-box .about-left p:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.index-about .about-box .about-left p:nth-child(2) {
  font-size: 14px;
  color: #b1aeae;
}
.index-about .about-box .about-right {
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 5%;
}
@media (max-width: 1400px) {
  .index-about .about-box .about-right {
    float: right;
    margin-left: 2%;
  }
}
.index-about .about-box .about-right a {
  display: flex;
  position: relative;
  width: 80px;
  height: 80px;
  background: #0068b7;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.index-about .about-box .about-right a > p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  z-index: 10;
}
.index-about .about-box .about-right a i {
  display: block;
  width: 16px;
  height: 10px;
  z-index: 10;
  background: url(../images/more.png) no-repeat center;
}
.index-about .about-box .about-right a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  z-index: 2;
  transition: all 350ms;
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
}
.index-about .about-box .about-right a:hover:after {
  left: 0;
}
.index-about .about-video {
  position: relative;
  width: 83.3%;
  height: 700px;
  /* 波动效果 */
}
.index-about .about-video .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  background: url(../images/play.png) no-repeat center;
  z-index: 999;
}
.index-about .about-video .video-btn:hover {
  cursor: pointer;
}
.index-about .about-video .video-btn.active {
  background: url(../images/pause.png) no-repeat center;
}
.index-about .about-video .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  z-index: 99;
}
.index-about .about-video .wave .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.index-about .about-video .wave .circle:first-child {
  animation: circle-opacity 1.5s infinite;
}
.index-about .about-video .wave .circle .circle2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.index-about .about-video .wave .circle .circle2:first-child {
  animation: circle-opacity 1.5s infinite;
}
.index-about .about-video .wave .circle .circle2 .circle3 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  background: #fff;
}
.index-about .about-video .wave .circle .circle2 .circle3:first-child {
  animation: circle-opacity 1.5s infinite;
}
.index-about .about-youshi {
  display: flex;
  flex-direction: row;
  width: 83.3%;
  height: 270px;
  margin-top: 40px;
}
.index-about .about-youshi .youshi-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  transition: all 350ms;
}
.index-about .about-youshi .youshi-item i {
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
}
.index-about .about-youshi .youshi-item:nth-child(1) > i {
  background: url(../images/about-icon1.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(2) > i {
  background: url(../images/about-icon2.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(3) > i {
  background: url(../images/about-icon3.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(4) > i {
  background: url(../images/about-icon4.png) no-repeat center;
}
.index-about .about-youshi .youshi-item p {
  font-size: 20px;
  text-align: center;
}
.index-about .about-youshi .youshi-item p:nth-child(2) {
  color: #707070;
}
.index-about .about-youshi .youshi-item p:nth-child(3) {
  color: #00479d;
  font-weight: bold;
}
.index-about .about-youshi .youshi-item:hover {
  cursor: pointer;
}
.index-about .about-youshi .youshi-item:hover p:nth-child(2) {
  color: #00479d;
  font-weight: bold;
}
.index-about .about-youshi .youshi-item:nth-child(1):hover {
  background: #e5ecf4 url(../images/about-bg-icon1.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(1):hover i {
  background: url(../images/about-icon-hover1.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(2):hover {
  background: #e5ecf4 url(../images/about-bg-icon2.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(2):hover i {
  background: url(../images/about-icon-hover2.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(3):hover {
  background: #e5ecf4 url(../images/about-bg-icon3.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(3):hover i {
  background: url(../images/about-icon-hover3.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(4):hover {
  background: #e5ecf4 url(../images/about-bg-icon4.png) no-repeat center;
}
.index-about .about-youshi .youshi-item:nth-child(4):hover i {
  background: url(../images/about-icon-hover4.png) no-repeat center;
}
.index-contact {
  width: 100%;
  height: 420px;
  background: #fff url(../images/contact-bg.png) no-repeat center;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-contact .contact-box {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 83.3%;
  height: 100%;
}
.index-contact .contact-box .contact-pro {
  position: absolute;
  bottom: 0;
  height: 360px;
  right: 0;
  width: 80%;
}
@media (max-width: 1600px) {
  .index-contact .contact-box .contact-pro {
    width: 75%;
  }
}
@media (max-width: 1400px) {
  .index-contact .contact-box .contact-pro {
    width: 70%;
  }
}
.index-contact .contact-box .contact-pro img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index-contact .contact-box .contact-title {
  display: flex;
  position: absolute;
  left: 0;
  top: 15%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.index-contact .contact-box .contact-title p:nth-child(1) {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.index-contact .contact-box .contact-title p:nth-child(2) {
  font-size: 24px;
  color: #fff;
  width: 440px;
  height: 42px;
  border-radius: 42px;
  line-height: 42px;
  text-align: center;
  z-index: 10;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.index-contact .contact-box > p {
  position: absolute;
  left: 0;
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.5;
  color: #f3f3f3;
}
.index-contact .contact-box > p:nth-child(2) {
  top: 36%;
}
.index-contact .contact-box > p:nth-child(3) {
  top: 45%;
}
.index-contact .contact-box .contact-btn {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 62px;
  padding-left: 40px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 410px;
  height: 82px;
  background: #0068b7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}
.index-contact .contact-box .contact-btn i:nth-child(1) {
  width: 37px;
  height: 37px;
  background: url(../images/contact-icon.png) no-repeat center;
  z-index: 10;
}
.index-contact .contact-box .contact-btn p {
  font-size: 18px;
  color: #fff;
  margin-left: 15px;
  z-index: 10;
}
.index-contact .contact-box .contact-btn i:nth-child(3) {
  width: 86px;
  height: 12px;
  z-index: 10;
  margin-left: 40px;
  background: url(../images/contact-arrow.png) no-repeat center;
}
.index-contact .contact-box .contact-btn:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  transition: all 350ms;
  z-index: 1;
}
.index-contact .contact-box .contact-btn:hover:after {
  left: 0;
}
.index-news {
  background: url(../images/index-news-bg.png) no-repeat center;
  width: 100%;
  margin-top: 50px;
}
.index-news .news-box {
  width: 83.3%;
  padding: 5% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-news .news-box .top-news-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
.index-news .news-box .top-news-box .news-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 47%;
}
.index-news .news-box .top-news-box .news-left .title-box {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 50px;
}
.index-news .news-box .top-news-box .news-left .title-box .index-tips {
  margin-bottom: 5px;
}
.index-news .news-box .top-news-box .news-left .title-box img {
  margin-top: 20px;
}
.index-news .news-box .top-news-box .news-left .top-news {
  display: block;
  width: 100%;
}
.index-news .news-box .top-news-box .news-left .top-news img {
  width: 100%;
  object-fit: cover;
}
.index-news .news-box .top-news-box .news-right {
  width: 47%;
}
.index-news .news-box .top-news-box .news-right .swiper-container {
  position: relative;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide {
  height: 510px;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgba(62, 61, 59, 0.8);
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p {
  color: #fff;
  z-index: 99;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(1) {
  font-size: 16px;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a .news-info p:nth-child(2) {
  font-size: 24px;
  font-weight: bold;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-wrapper .swiper-slide a:hover .news-info:after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
  animation: new-width 350ms linear;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-new-btn {
  display: block;
  width: 21px;
  height: 42px;
  z-index: 10;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-new-btn.swiper-new-prev {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: url(../images/news-left-arrow.png) no-repeat center;
  left: 2%;
}
.index-news .news-box .top-news-box .news-right .swiper-container .swiper-new-btn.swiper-new-next {
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: url(../images/news-right-arrow.png) no-repeat center;
  right: 2%;
}
.index-news .news-box .news-list {
  display: flex;
  width: 100%;
  height: 230px;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-news .news-box .news-list .news-item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 23%;
  height: 230px;
  padding: 2% 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-news .news-box .news-list .news-item p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.index-news .news-box .news-list .news-item p:nth-child(2) {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #0068b7;
}
.index-news .news-box .news-list .news-item p:nth-child(3) {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
}
.index-news .news-box .news-list .news-item .news-line {
  display: block;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #efefef;
  bottom: 0;
  left: 0;
}
.index-news .news-box .news-list .news-item .news-line:after {
  display: block;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  background: #f08300;
  bottom: 0;
  left: -100%;
}
.index-news .news-box .news-list .news-item:hover p:nth-child(1) {
  color: #0068b7;
}
.index-news .news-box .news-list .news-item:hover .news-line:after {
  left: 0;
  animation: new-width 350ms;
}
.footer .footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: 120px;
  line-height: 120px;
}
.footer .footer-contact .left-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 89.5%;
  height: 100%;
}
.footer .footer-contact .left-box .contact {
  display: block;
  position: relative;
  width: 13.7%;
  background: #0068b7;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 28px;
  z-index: 10;
  transition: all 350ms;
}
.footer .footer-contact .left-box .contact:hover {
  background-image: -moz-linear-gradient(90deg, #333, #f08300);
  background-image: -ms-linear-gradient(90deg, #333, #f08300);
  background-image: linear-gradient(90deg, #333, #f08300);
  background-image: -o-linear-gradient(90deg, #333, #f08300);
}
.footer .footer-contact .left-box .contact-icon {
  width: 8.3%;
  height: 100%;
  background: #d5d5d5 url(../images/foot-contact.png) no-repeat center;
  background-size: 50%;
}
.footer .footer-contact .left-box .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 3%;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 78%;
  height: 100%;
  background: #efefef;
}
.footer .footer-contact .left-box .contact-info p {
  position: relative;
  font-size: 14px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5%;
}
.footer .footer-contact .left-box .contact-info p:before {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.footer .footer-contact .left-box .contact-info p:nth-child(1):before {
  background: url(../images/icon-add.png) no-repeat center;
}
.footer .footer-contact .left-box .contact-info p:nth-child(2):before {
  background: url(../images/icon-tel.png) no-repeat center;
}
.footer .footer-contact .left-box .contact-info p:nth-child(3):before {
  background: url(../images/icon-email.png) no-repeat center;
}
.footer .footer-contact .right-box {
  width: 10.5%;
  height: 100%;
}
.footer .footer-contact .right-box .contact-wechat {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f08300 url(../images/footer-wechat.png) no-repeat center;
}
.footer .footer-contact .right-box .contact-wechat .wechat-img {
  display: none;
  position: absolute;
  background: url(../images/wechat-bg.png) no-repeat center;
  width: 136px;
  height: 167px;
  right: 8%;
  top: -92%;
  z-index:1003;
}
.footer .footer-contact .right-box .contact-wechat .wechat-img img {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 10px;
  left: 50%;
  margin-left: -50px;
}
.footer .footer-contact .right-box .contact-wechat .wechat-img p {
  text-align: center;
  position: absolute;
  bottom: 30px;
  height: 14px;
  width: 100%;
  line-height: 14px;
}
.footer .footer-contact .right-box .contact-wechat:hover .wechat-img {
  display: block;
}
.footer .footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  width: 100%;
}
.footer .footer-nav .footer-nav-left {
  width: 89.5%;
  height: 100%;
}
.footer .footer-nav .footer-nav-left .contact-box {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 72%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3%;
  overflow: hidden;
}
.footer .footer-nav .footer-nav-left .contact-box .lizi {
  position: absolute;
  left: -200px;
  top: -150px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.footer .footer-nav .footer-nav-left .contact-box .footer-logo {
  width: 12.5%;
  height: 100%;
  z-index:11;
}
.footer .footer-nav .footer-nav-left .contact-box .footer-logo img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-nav .footer-nav-left .contact-box .footer-nav-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 16px;
  z-index: 10;
}
.footer .footer-nav .footer-nav-left .contact-box .footer-nav-box a {
  font-size: 16px;
  color: #333;
}
.footer .footer-nav .footer-nav-left .contact-box .footer-nav-box a:hover {
  color: #0068b7;
}
.footer .footer-nav .footer-nav-left .foot-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 28%;
  background: #333;
  color: #fff;
  font-size: 14px;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .footer-nav .footer-nav-left .foot-info a {
  color: #fff;
  font-size: 14px;
}
.footer .footer-nav .footer-nav-right {
  cursor: pointer;
  width: 10.5%;
  height: 100%;
  background: #0068b7 url(../images/top.png) no-repeat center;
}
.p-hidden {
  display: none;
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.1;
    transform: scale(1.4);
  }
}
@keyframes new-width {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
@keyframes right {
  0% {
    transform: rotate(-140deg);
  }
  50% {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(45deg);
  }
}
@keyframes left {
  0% {
    transform: rotate(-135deg);
  }
  50% {
    transform: rotate(-135deg);
  }
  to {
    transform: rotate(45deg);
  }
}
.fu{
   display: flex;
  flex-direction: column;
   align-items: center;
   justify-content: space-between;
   position: fixed;
   top:40%;
   right:30px;
   width:50px;
   height:180px;
   z-index:1001;
}
.fu  .fu-item{
  position: relative;
  width:50px;
  height:50px;
  border-radius: 50%;
  z-index:10;

}
.fu  .fu-item .fu-info{
  position: absolute;
  width:50px;
  height:50px;
  line-height:50px;
  border-radius: 50px;
  -webkit-transition: 300ms 0s all linear;
  -moz-transition: 300ms 0s all linear;
  -ms-transition: 300ms 0s all linear;
  -o-transition: 300ms 0s all linear;
  transition: 300ms 0s all linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  color: #ffffff;
  background: #666;
  font-size:18px;
  font-weight: bold;
  padding-left:25px;
  top:0;
  right:0;
  z-index:-1;
  overflow: hidden;
}
.fu  .fu-item i{
   position: absolute;
    width:50px;
    height:50px;
    border-radius: 50px;
    top:0;
    right:0;
    z-index:10;
}
.fu  .fu-item.fu-tel i{
  background: #666 url(../images/fu-tel.png) no-repeat center;
}
.fu  .fu-item.fu-email i{
  background: #666 url(../images/fu-email.png) no-repeat center;
}
.fu  .fu-item.fu-contact i{
  background: #666 url(../images/fu-contact.png) no-repeat center;
}
.fu  .fu-item.fu-tel:hover i{
  background: #0068b7 url(../images/fu-tel.png) no-repeat center;
}
.fu  .fu-item.fu-email:hover i{
  background: #0068b7 url(../images/fu-email.png) no-repeat center;
}
.fu  .fu-item.fu-contact:hover i{
  background: #0068b7 url(../images/fu-contact.png) no-repeat center;
}
.fu  .fu-item.fu-tel:hover .fu-info{
   width:220px;
}
.fu  .fu-item.fu-email:hover .fu-info{
  width:220px;
}
/*# sourceMappingURL=style.css.map */