body,
html {
  padding: 0;
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "微软雅黑", "黑体", serif;
  color: #262626;
  width: 100vw;
  overflow-x: hidden;
}

body.modelShow {
  overflow-y: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:hover {
  color: inherit;
  text-decoration: inherit;
}

button,
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}

li,
ul {
  list-style: none;
}

@font-face {
  font-family: "impact";
  src: url("../fonts/impact.ttf");
}

@font-face {
  font-family: 'HYQingYaTiJ';
  src: url("../fonts/HYQingYaTiJ.ttf");
  font-weight: normal;
  font-style: normal;
}

html.hidden {
  overflow-y: hidden;
}

body.hidden {
  overflow-y: hidden;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
}

/* 头部  */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100px;
  transition: all 0.5s ease;
  background-color: #000;
}


.header .wrap {
  height: auto;
}


.header .logo {
  display: flex;
  align-items: center;
  height: 100px;
  width: 220px;
  float: left;
}

.header.active .logo .logo_b {
  display: block;
}

.header.active .logo .logo_w {
  display: none;
}

.header .logo img {
  width: 280px;
}

.header .logo a {
  display: flex;
  height: 85px;
  align-items: center;
}

.header .tools {
  display: flex;
  align-items: center;
  padding: 0 40px 0 30px;
  float: right;
  transition: 0.5s ease;
  height: 100px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.header .tools .item {
  display: flex;
}

.header .tools span {
  display: flex;
  align-items: center;
}

.header:hover .tools span {
  color: #333;
}

.header.active .tools span {
  color: #333;
}

.header .tools span img {
  width: 25px;
  height: 25px;
  display: flex;
}

.header .tools span.arrow {
  margin-left: 5px;
  padding-top: 4px;
}

.header .tools .active {
  display: none;
}

.header:hover .tools .active {
  display: flex;
}

.header.active .tools .active {
  display: flex;
}

.header.acctive .tools .normal {
  display: none;
}

.header .tools .language img {
  width: 20px;
  height: 20px;
}

.header .tools .language {
  margin-left: 15px;
}

.header .tools .search img {
  width: 23px;
  height: 23px;
}


.header .tools .search span {
  margin-left: 5px;
}

.header .tools .dz img {
  width: 20px;
  height: 20px;
}

.header .tools .dz {
  margin-left: 15px;
}

.header .tools .dz span {
  margin-left: 5px;
}

.header .tools .item:hover {
  cursor: pointer;
}

.header .tools .item {
  position: relative;
}

.header .tools .item.think ul {
  padding: 5px 0;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 100%;
  margin-top: 5px;
  width: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  display: none;
  background: #fff;
  z-index: 6;
}

.header .tools .item.think ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.header .tools .item.language .sub {
  position: absolute;
  padding: 35px 0;
  left: -55px;
  top: 28px;
  background: #f4f4f4;
  width: 128px;
  font-size: 12px;
  padding: 7px 20px;
  color: #555;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 6;
}

.header .tools .item.language .sub a {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  display: block;
  line-height: 32px;
  text-align: center;
}

.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.header.active .innav li {
  color: #333;
}

.header .tools .item.language .sub::after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-color: transparent transparent #f4f4f4 transparent;
  border-style: solid solid dashed dashed;
  border-width: 6px;
  position: absolute;
  bottom: 100%;
}

.header .tools .item.language .sub a:hover {
  color: #00a1e9;
}

.header .tools .item.language:hover .sub {
  opacity: 1;
}

.header .innav {
  float: right;
  padding-right: 10px;
}

.header .innav>ul>li {
  color: #fff;
  font-size: 15px;
  line-height: 100px;
  padding: 0px 20px;
  float: left;
  transition: padding 0.5s ease;
}

.header:hover .innav li {
  color: #fff;
}

.header:hover .innav li:hover {
  color: #00a1e9;
}

.searchBox {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100px;
  background: #464646;
  z-index: 98;
}

.searchBox .wrap {
  height: 100%;
}

.searchBox .searchL {
  float: left;
  height: 100%;
  width: calc(100% - 101px);
}

.searchBox .close {
  border-left: 1px solid #e1e0e1;
  cursor: pointer;
  float: right;
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBox .close img {
  width: 35px;
  transition: all 0.5s ease;
}

.searchBox .close:hover img {
  transform: rotate(90deg);
}

.searchBox .searchL .input {
  width: 100%;
  position: relative;
  padding-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  border: none !important;

}

.searchBox .searchL .input input {
  color: rgba(255, 255, 255, .6);
}

.searchBox .searchL .input input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.searchBox .searchL .input .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background: url(../images/search2.png) no-repeat;
  background-size: 25px;
}

.searchBox .searchL .input form {
  position: relative;
  width: 100%;
}

.searchBox .searchL .input input {
  outline: none;
  border: none;
  font-size: 15px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  width: 80%;
  box-sizing: border-box;
  background: none;
  padding: 0;
}

.searchBox .searchL .input button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  background-color: transparent;
  outline: none;
  border: 1px solid#aaa;
  cursor: pointer;
  color: #aaa;
  font-size: 15px;
  transition: all 0.5s ease;
}

.searchBox .searchL .input button:hover {
  background-color: #00a1e9;
  color: #fff;
  border: 1px solid #00a1e9;
}

.header .innav li .dropDown {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #464646;
  display: none;
  height: 380px;
}

.header .innav li .dropDown .wrap {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.header .innav li .dropDown .l {
  height: 100%;
  padding-top: 40px;
  padding-left: 4%;
  float: left;
  width: 28%;
  background-color: #282828;
  padding-bottom: 40px;
}

.header .innav li .dropDown .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.header .innav li .dropDown .bg .l {
  float: left;
  width: 28%;
}

.header .innav li .dropDown .bg .r {
  opacity: .5;
  position: absolute;
  left: 28%;
  top: 0;
  right: 0;
  bottom: 0;
}

.header .innav li .dropDown1 .bg .r {
  background-size: 640px !important;
  background: url(../images/dropdown1.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown2 .bg .r {
  background-size: 640px !important;
  background: url(../images/dropdown2.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 97%;
}

.header .innav li .dropDown3 .bg .r {
  background-size: 640px !important;
  background: url(../images/dropdown3.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown4 .bg .r {
  background-size: 640px !important;
  background: url(../images/dropdown4.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown5 .bg .r {
  background-size: 640px !important;
  background: url(../images/dropdown5.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown6 .bg .r {
  background: url(../images/dropdown6.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown7 .bg .r {
  background: url(../images/dropdown7.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.header .innav li .dropDown .l .dnav li a {
  display: block;
  line-height: 45px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}

.header .innav li .dropDown .l .dnav li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: none;
  width: 3px;
  height: 100%;
  background-color: #00a1e9;
}

.header .innav li .dropDown .l .dnav li a:hover {
  background: #464646;
  color: #00a1e9;
}

.header .innav li .dropDown .l .dnav li a:hover::after {
  display: block;
}

.header .innav li .dropDown .dnav {
  padding-bottom: 30px;
  position: relative;
}



.header .innav li .dropDown .l .sig {
  padding-top: 30px;
  padding-left: 30px;
}

.header .innav li .dropDown .l .sig dt {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a {
  line-height: 30px;
  color: #333;
}

.header .innav li .dropDown .l .sig dd a:hover {
  color: #00a1e9;
}

.header .innav li .dropDown .wrap .r {
  float: left;
  width: 40%;
  padding-left: 5%;
  padding-top: 50px;
}

.header .innav li .dropDown .wrap .r h2 {
  font-size: 25px;
  color: #fff;
  line-height: 50px;
  font-weight: normal;
}

.header .innav li .dropDown .wrap .r p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin: 13px 0 45px;
}

.header .innav li .dropDown .wrap .r a {
  border: 1px solid rgba(255, 255, 255, .8);
  width: 170px;
  height: 45px;
  line-height: 45px;
  padding-left: 40px;
  margin-bottom: 80px;
  display: block;
  color: #fff;
  transition: all 0.5s ease;
  position: relative;
}

.header .innav li .dropDown .wrap .r a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/plus.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 30px;
  transition: all 0.5s ease;
}

.header .innav li .dropDown .wrap .r a:hover span {
  transform: rotate(180deg);
}



.header .innav li .dropDown .wrap .r a:hover {
  background-color: #00a1e9;
  color: #fff;
  border: 1px solid #00a1e9;
}

.header .orderCon {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 100%;
  left: 0;
  height: 600px;
  display: none;
  background-color: #282828;
}

.header .orderCon .l {
  float: left;
  width: 50%;
  padding-top: 85px;
}

.header .orderCon .l h2 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 20px;
}

.header .orderCon .l p {
  color: #fff;
  margin-bottom: 28px;
}

.header .orderCon .l input {
  width: 47%;
  padding-right: 7%;
  border: none;
  height: 46px;
  line-height: 46px;
  background-color: #efefef;
  text-indent: 30px;
  margin-left: 4%;
  float: left;
  outline: none;
  margin-bottom: 25px;
}

.header .orderCon .l input:nth-child(2n + 1) {
  margin-left: 0;
}

.header .orderCon .l textarea {
  background-color: #f5f5f5;
  width: 98%;
  border: none;
  outline: none;
  height: 130px;
  padding-top: 20px;
  padding-left: 4%;
}

.header .orderCon .l button {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #00a1e9;
  font-size: 15px;
  outline: none;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.header .orderCon .r {
  padding-top: 70px;
  float: right;
  width: 28%;
}

.header .orderCon .r .con {
  position: relative;
  background-color: #00a1e9;
  padding: 30px 35px 50px 45px;
}

.header .orderCon .r .con h2 {
  font-size: 25px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
}

.header .orderCon .r .con p {
  color: #fff;
  margin-bottom: 30px;
}

.header .orderCon .r .con h2 span {
  font-size: 20px;
}

.header .orderCon .r .con p span {
  margin-right: 5px;
}

.header .orderCon .r .con img {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  width: 40px;
}

.header_menu {
  position: fixed;
  height: 50px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

.header_menu .menu_box {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header_menu .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu .wrap .logo {
  display: flex;
}

.header_menu .wrap .logo img {
  height: 25px;
}

.header_menu .wrap .menu_box img {
  width: 30px;
}

.rightNav {
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #ffff;
  z-index: 999999;
  transition: all 0.4s ease;
  padding: 0 15px;
  box-sizing: border-box;
}

.rightNav .top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 5px 30px 0;
}

.rightNav .close img {
  width: 25px;
}

.rightNav ul li {
  border-bottom: 1px solid #eee;
}

.rightNav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #333;
  position: relative;
}

.rightNav ul li a .arrow {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.rightNav ul li a .arrow img {
  width: 20px;
  transition: 0.3s;
}

.rightNav ul li .sub {
  display: none;
}

.rightNav ul li .sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.rightNav ul li.active .arrow img {
  transform: rotate(90deg);
}

/* 首页 */
.swiper.homeSwiper {
  width: 100%;
  height: 100vh;
}


/* .swiper-slide1 {
  margin-top: 90px;
  height: calc(100vh - 90px) !important;
} */

.home {
  width: 100vw;
  height: 100vh;
}

.full-pagination {
  width: 12px;
  right: 25px !important;
}

.full-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 4px;
  height: 4px;
  margin: 15px 4px 15px 4px !important;
}

.full-pagination .swiper-pagination-bullet-active {
  margin-left: 0 !important;
  width: 12px;
  height: 12px;
}

.home .bannerprev {
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: url(../images/prev.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.home .bannernext {
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/next.png);
  background-color: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.homepagination {
  position: absolute;
  left: 0;
  bottom: 3% !important;
  z-index: 5;
  text-align: center;
}

.homepagination .swiper-pagination-bullet {
  position: relative;
  height: 30px;
  width: 100px;
  border-radius: 0;
  background: none;
  opacity: 1;
  color: rgba(255, 255, 255, .6);
  margin: 0 !important;
}

.homepagination .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, .6);
}

.homepagination .swiper-pagination-bullet::after {
  position: absolute;
  bottom: 0px;
  right: 0;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 1);
}

.homepagination .swiper-pagination-bullet-active::before {
  background: rgba(255, 255, 255, 1);
  height: 3px;
}

.homepagination .swiper-pagination-bullet-active {
  color: rgba(255, 255, 255, 1);
}

.banner-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-box .banner-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  /* padding: 0 8.3333333%; */
}

.banner-box .banner-item img {
  width: 100%;
}

.banner-box .banner-item .c1 {
  padding-left: 40px;
}

.banner-box .banner-item .c1 .line {
  width: 140px;
  height: 3px;
  background-color: #00a1e9;
  margin-top: 110px;
}

.banner {
  position: relative;
}

.banner-box .banner-item h3 {
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

.banner-box .banner-item p {
  color: #fff;
  font-size: 20px;
}

.banner-box .banner-item .bannerTxt {
  z-index: 2;
  position: relative;
}

.banner-box .banner-item .bannerTxt h2 {
  color: #fff;
  font-family: "impact";
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 13px;
}

.banner-box.swiper-slide-active .bannerTxt h2 {
  animation: fadeInUp 1s ease both;
  animation-delay: 2s;
}

.banner-box.swiper-slide-active .bannerTxt h3 {
  animation: fadeInUp 1s ease both;
  animation-delay: 1s;
}

.banner-box.swiper-slide-active .bannerTxt p {
  animation: fadeInUp 1s ease both;
  animation-delay: 1.5s;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.section2 {
  height: 100%;
  background: url(../images/inbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section3 {
  height: 100%;
  background: url(../images/inbg2.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section4 {
  height: 100%;
  background: url(../images/inbg3.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section5 {
  height: 100%;
  background: url(../images/inbg4.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section6 {
  height: 100%;
  background: url(../images/inbg5.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.title h2 {
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  letter-spacing: 1px;
}

.section2 .title {
  float: left;
}

.section2 .intro {
  background: url(../images/bg.png);
  position: relative;
  float: right;
  width: 60%;
  margin-top: 9%;
  margin-right: 7%;
}

.section2 .intro a {
  display: flex;
  position: absolute;
  left: -45px;
  top: 0;
  background: #00a1e9;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
}

.section2 .intro a img {
  width: 13px;
}

.section2 .intro .txt {
  padding: 35px;
  display: flex;
  align-items: center;
}

.section2 .intro .txt .img {
  display: block;
}

.section2 .intro .txt .img img {
  width: 180px;
}

.section2 .intro .txt p {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, .85);
  margin-left: 50px;
  ;
}

.section2 .title p {
  color: #fff;
  margin-top: 3px;
  opacity: .8;
  font-size: 14px;
}

.section2 .wrap {
  display: flex;
  flex: 1;
  margin-top: 15%;
  justify-content: space-between;
}

.section3 .l .item {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 28px;
}

.section3 .l .item::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #00a1e9;
  opacity: 0;
}

.section3 .wrap {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.section3 .l .item.active::after {
  opacity: 1;
}

.section3 .l .item.active {
  color: #00a1e9;
}

.section3 .l {
  margin-top: 10%;
  float: left;
}

.section3 .r {
  margin-top: 10%;
  width: 55%;
  margin-right: 7%;
  float: right;
}

.section3 .r .item img {
  width: 100%;
}

.section4 .wrap {
  margin-top: 3%;
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.section4 .techCon {
  width: 85%;
}

.section4 .techCon .l {
  float: left;
  padding-top: 3%;
  width: 57%;
  margin: 0 5%;
  text-align: center;
}

.section4 .techCon .l img {
  width: 100%;
}

.section4 .techCon .l p {
  color: rgba(255, 255, 255, .85);
  margin-top: 35px;
}

.section4 .techCon .r {
  margin-top: 2%;
  margin-right: 10%;
  height: 410px;
  float: right;
  background: url(../images/tebg.png) no-repeat right 0 center;
}

.section4 .techCon .r li {
  padding-left: 50px;
  cursor: pointer;
  line-height: 80px;
  position: relative;
  margin-bottom: 26px;
  height: auto;
  overflow: hidden;
}

.section4 .techCon .r li .box {
  position: relative;
  z-index: 2;
  float: right;
}

.section4 .techCon .r li span {
  width: 72px;
  display: inline-block;
  text-align: center;
  margin-left: 28px;
  color: #fff;
  font-size: 16px;
  transition: all .5s;
}

.section4 .techCon .r li i img {
  opacity: 0;
  vertical-align: middle;
  width: 25px;
}

.section4 .techCon .r li.li1 i img {
  margin-top: -2px;
}

.section4 .techCon .r li.li2 i img {
  width: 35px;
}

.section4 .techCon .r li.li3 i img {
  width: 35px;
  margin-top: -5px;
}

.section4 .techCon .r li.li4 i img {
  width: 30px;
  margin-top: -2px;
}

.section4 .techCon .r li .p {
  color: #fff;
  font-size: 17px;
  line-height: 80px;
  float: right;
  position: relative;
  z-index: 2;
}

.section4 .techCon .r li::after {
  opacity: 0;
  content: '';
  display: block;
  width: 271px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  background: url(../images/telibg.png) no-repeat right center;
  pointer-events: none;
}

.section4 .techCon .r li.li1 {
  margin-right: -15px;
}

.section4 .techCon .r li.li2 {
  margin-right: -35px;
}

.section4 .techCon .r li.li3 {
  margin-right: -35px;
}

.section4 .techCon .r li.li4 {
  margin-right: -15px;
}

.section4 .techCon .r li.active::after {
  opacity: 1;
}

.section4 .techCon .r li.active i img {
  opacity: 1;
}

.section4 .techCon .r li.active .p {
  font-weight: bold;
}

/* 
.section4 .techCon .r li:hover::after{
  opacity: 1;
}
.section4 .techCon .r li:hover i img{
  opacity: 1;
}
.section4 .techCon .r li:hover .p{
  font-weight: bold;
} */
.section5 .wrap {
  display: flex;
  flex: 1;
  margin-top: 3%;
  justify-content: space-between;
}

.section5 .title p {
  color: #fff;
  margin-top: 10px;
  opacity: .8;
  font-size: 14px;
}

.section5 ul {
  float: right;
  width: 70%;
  margin-right: 7%;
}

.section5 ul li {
  text-align: center;
  width: 19%;
  float: left;
  position: relative;
  margin-right: 8%;
  position: relative;
  top: 0;
  animation: jump_down 5.5s linear infinite alternate;
  -webkit-animation: jump_down 5.5s linear infinite alternate;
}

.section5 ul li:last-child {
  margin-right: 0;
}

.section5 ul li:nth-child(2n) {
  animation-delay: 1s;
}

/* .section5 ul li img {
  max-width: 100%;
  width: 145px;
} */

.section5 ul li .imgContain{
  position: relative;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
}
.section5 ul li .imgMain{
  position: relative;
  width: 100%;
  height: 100%;
}
.section5 ul li .imgMain .bg{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section5 ul li .imgMain::after{
  z-index: 1;
  display: block;
  content: "";
  width: 130px;
  height: 110px;
  background-image: url(../images/cbg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section5 ul li  .normal{
  opacity: .3;
  z-index: 3;
  width: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section5 ul li  .current{
  display: none;
  opacity: 0;
  z-index: 3;
  width: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section5 ul li:hover .normal{
  opacity: 1;
}



.section5 .inSerBox a .imgContain{
  position: relative;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.section5 .inSerBox a .imgMain{
  position: relative;
  width: 100%;
  height: 100%;
}
.section5 .inSerBox a .imgMain .bg{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.section5 .inSerBox a .imgMain::after{
  z-index: 1;
  display: none;
  content: "";
  width: 90px;
  height: 70px;
  background-image: url(../images/cbg2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
}
.section5 .inSerBox a .imgMain .bg1{
  width: 90px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section5 .inSerBox a  .normal{
  opacity: .3;
  z-index: 3;
  width: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section5 .inSerBox a  .current{
  display: none;
  opacity: 0;
  z-index: 3;
  width: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.section5 .inSerBox a:hover .normal{
  opacity: 1;
}
/* .section5 ul li:hover .current{
  opacity: 1;
}
.section5 ul li:hover .normal{
  opacity: 0;
} */
.section5 ul li:hover  .imgMain::after{
  background-image: none;
  background-color: #00a1e9;
  border-radius: 25px;
}
.section5 ul li h2 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
}

.section5 ul li p {
  color: #fff;
  opacity: .3;
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: 0px;
}

@-webkit-keyframes jump_down {
  0% {
    top: 0;
  }

  100% {
    top: 150px;
  }
}

@keyframes jump_down {
  0% {
    top: 0;
  }

  100% {
    top: 150px;
  }
}

.section6>.wrap {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 3%;
}

.section6 .newsBox {
  float: right;
  width: 80%;
  margin-right: 4%;
}

.section6 .newsBox .img {
  overflow: hidden;
  padding-left: 100px;
}

.section6 .newsBox .img>div {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.section6 .newsBox .l {
  display: block;
  float: left;
  width: 45%;
}

.section6 .newsBox .txt {
  padding: 25px 0 25px 0;
  height: auto;
  overflow: hidden;
  position: relative;
}

.section6 .newsBox .txt .date {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 25px;
}

.section6 .newsBox .txt .date h2 {
  font-weight: normal;
  font-size: 20px;
  color: rgba(255, 255, 255, .6);
}

.section6 .newsBox .txt .date p {
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
}

.section6 .newsBox .txt .body {
  padding-left: 125px;
}

.section6 .newsBox .txt .body h2 {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}

.section6 .newsBox .txt .body p {
  line-height: 25px;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section6 .newsBox .txt .body .more {
  margin-top: 30px;
  color: rgba(255, 255, 255, .6);
}

.section6 .newsBox .txt .body .more span {
  margin-left: 8px;
}

.section6 .newsBox .txt::after {
  transform: scaleX(.5);
  display: block;
  content: "";
  width: 1px;
  position: absolute;
  left: 100px;
  top: 25px;
  bottom: 0;
  background-color: rgba(255, 255, 255, .5);
}

.section6 .newsBox .txt::before {
  background-color: rgba(255, 255, 255, .5);
  display: block;
  content: "";
  width: 3px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 99px;
}

.section6 .newsBox .r .txt::before {
  top: 0;
  display: none;
}

.section6 .newsBox .r .txt::after {
  top: 0;
}

.section6 .newsBox .r {
  width: 48%;
  float: right;
}

.section6 .newsBox .r .txt {
  padding: 20px 0;
}

.section6 .newsBox .r .txt .body h2 {
  margin-bottom: 12px;
}

.section6 .newsBox .r .txt .line {
  transform: scaleY(.5);
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: 100px;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .5);
}

.section6 .newsBox .r li:last-child .txt {}

.footer {
  padding: 50px 0 15px 0;
}

.section6 .footer {
  background-color: #000000;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.footer .wrap {
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer .wrap .l {
  padding-top: 10px;
  color: #fff;
  align-items: flex-end;
}

.footer .wrap .l .box1 a {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  display: inline-block;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.footer .wrap .l .box1 a::after {
  transform: scaleX(.5);
  display: block;
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  background-color: rgba(255, 255, 255, .7);
}

.footer .wrap .l .box2 {
  padding: 12px 0 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
}

.footer .wrap .r .box {
  display: flex;
  align-items: center;
}

.footer .wrap .r .box .item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: 130px;
  margin-left: 20px;
  margin-bottom: 15px;
}

.footer .wrap .r .box .item p {
  font-size: 13px;
  color: rgba(255, 255, 255, .7);
}

.footer .wrap .l .box1 a:last-child:after {
  display: none;
}

.footer .wrap .r .box .item img {
  width: 16px;
  display: flex;
}

.footer .wrap .r .box .item div.img {
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.footer .wrap .r .box .item p {
  font-size: 12px;
  margin-left: 10px;
}

.footer .wrap .r .box .item .ewm {
  cursor: pointer;
  display: none;
  position: absolute;
  left: -30px;
  bottom: 45px;
  width: 90px;
  height: 90px;
  border-radius: 3px;
  background-color: #fff;
}

.footer .wrap .r .box .item .ewm img {
  width: 86px;
  margin-left: 2px;
  margin-top: 2px;
}

.footer .wrap .r .box .item .ewm::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.footer .wrap .r .box .item:hover .ewm {
  display: block;
}

.section6 .newsBox .r ul {
  position: relative;
}

/* .section6 .newsBox .r ul::after{
  transform: scaleX(.5);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 100px;
  top: -25px;
  background-color: rgba(255,255,255,.5);
} */
.section6 .newsBox .r ul::before {
  transform: scaleX(.5);
  display: block;
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: 100px;
  bottom: -25px;
  background-color: rgba(255, 255, 255, .5);
}

.inBanner {
  margin-top: 90px;
  position: relative;
  overflow: hidden;
}

.bannerCon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: calc(100% + 55px);
  height: 100%;
  animation: translate 6.2s ease both;
  animation-delay: 0.5s;
}

.bannerCon1 {
  background: url(../images/inbanner1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.inBanner img {
  width: calc(100% + 55px);
  animation: translate 6.2s ease both;
  animation-delay: 0.5s;
}

@keyframes translate {
  0% {
    transform: translateX(-55px);
  }

  100% {
    transform: translateX(0);
  }
}

.inNav {
  position: relative;
  height: 70px;
}

.inNav::after {
  transform: scaleY(.5);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
}

.inNav .wrap>a {
  position: relative;
  font-size: 14px;
  display: inline-block;
  line-height: 70px;
  padding: 0 8px;
  color: rgba(255, 255, 255, .6);
  margin-right: 10px;
}

.inNav .wrap>a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, .6);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.inNav .wrap>a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.inNav .wrap>a:hover {
  color: #fff;
}

.inNav .wrap>a.active::after {
  width: 100%;
  right: auto;
  left: 0;
}

.inNav .wrap>a.active {
  color: #fff;
}

.absec1 {
  padding: 80px 0 120px 0;
  position: relative;
}

.absec1 .bg {
  position: absolute;
  right: 0%;
  top: 40px;
  z-index: 1;
  width: 50%;
}

.absec1 .wrap {
  position: relative;
  z-index: 2;
}

.absec1 .box1 {
  font-size: 34px;
  color: #fff;
  margin-bottom: 50px;
}

.absec1 .box2 .l {
  float: left;
  width: 55%;
}

.absec1 .box2 .r {
  float: right;
  width: 40%;
}

.absec1 .box2 .l p {
  color: rgba(255, 255, 255, .95);
  line-height: 32px;
  font-size: 14px;
}

.absec1 .box2 {
  height: auto;
  overflow: hidden;
}

.absec1 .box2 .r .item {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 55px;
}

.absec1 .box2 .r .item h2 {
  font-family: "DINCond";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #00a1e9;
}

.absec1 .box2 .r .item h2 .num {
  font-weight: 900;
}

.absec1 .box2 .r .item p {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}

.absec1 .box2 .r .item h2 .span {
  margin-top: -4px;
}

.absec2 {
  padding-bottom: 80px;
}

.absec2 .img img {
  position: relative;
  z-index: 1;
  width: 100%;
}

.absec2 .wrap {
  position: relative;
}

.absec2 .wrap .txt {
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.absec2 .wrap .txt h2 {
  font-weight: normal;
  color: #fff;
  font-size: 34px;
  margin-bottom: 40px;
}

.absec2 .wrap .txt .more {
  display: inline-block;
  width: 220px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #ffff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: .5s;
}

.absec2 .wrap .txt .more:hover {
  background-color: #00a1e9;
  border-color: #00a1e9;
}

.videoPop {
  position: fixed;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.95);
  left: 0;
  top: -100vh;
  right: 0;
  height: 100vh;
  transition: all 0.5s ease;
}

.videoPop.show {
  top: 0;
}

.videoPop .popForm {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.videoPop .popForm video {
  height: 80vh;
  width: 80vw;
  display: block;
  margin: 0 auto;
}

.videoPop .popForm .img {
  max-height: 100%;
  max-width: 100%;
  height: 70vh;
  width: auto;
  display: block;
  margin: 0 auto;
}

.videoPop .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #00a1e9;
  background-image: url(../images/close1.png);
  background-repeat: no-repeat;
  background-size: 37px;
  background-position: center center;
}

.videoPop .popForm .txt {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 15px;
  padding: 20px 20px;
}

.videoPop .popForm .arr {
  width: 100%;
  position: absolute;
  height: 30px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}

.videoPop .popT {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.videoPop .popForm .prev {
  width: 30px;
  height: 30px;
  background: url(../images/prev_b.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  cursor: pointer;
}

.videoPop .popForm .next {
  width: 30px;
  height: 30px;
  background: url(../images/next_b.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.videosec {
  padding: 80px 0 80px 0;
}

.videosec .title {
  font-size: 34px;
  color: #fff;
  margin-bottom: 70px;
}

.videosec ul {
  height: auto;
  overflow: hidden;
}

.videosec ul li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 40px;
}

.videosec ul li:nth-child(2N+1) {
  margin-left: 0;
}

.videosec ul li .img {
  transition: all .5s;
  position: relative;
  z-index: 1;
  height: 350px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.videosec ul li:hover .img {
  transform: scale(1.1);
}

.videosec ul li::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
}

.videosec ul li .txt {
  z-index: 3;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.videosec ul li .txt h2 {
  margin-top: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
}

.honsec {
  padding: 80px 0 80px 0;
}

.honsec .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 70px;
}

.honsec .title span {
  color: #00a1e9;
}

.honsec ul {
  height: auto;
  overflow: hidden;
}

.honsec ul li {
  cursor: pointer;
  float: left;
  margin-left: 3%;
  width: calc(91% / 4);
  margin-bottom: 50px;
}

.honsec ul li:nth-child(4N+1) {
  margin-left: 0;
}

.honsec ul li .img {
  display: flex;
  position: relative;
  overflow: hidden;
  height: 250px;
  justify-content: center;
  align-items: center;
}

.honsec ul li .img>img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  transition: all .5s;
}

.honsec ul li .img .cover {
  transition: all .5s;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 161, 233, .6);
}

.honsec ul li .img .cover img {
  width: 38px;
}

.honsec ul li:hover .img .cover {
  top: 0;
}

.honsec ul li:hover .img>img {
  transform: scale(1.1);
}

.honorSwiper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.9);
}

.honorSwiper .swiper-slide::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.55);
}

.honorSwiper .swiper-slide-active,
.honorSwiper .swiper-slide-duplicate-active {
  transform: scale(1.2);
}

.honorSwiper .swiper-slide-active::after,
.honorSwiper .swiper-slide-duplicate-active::after {
  display: none;
}

.honorSwiper .item {
  padding: 45px 20px;
}

.honorSwiper .item img {
  max-height: 500px;
  width: 100%;
}

.honorSwiper .honarr {
  text-align: center;
  padding-top: 40px;
  position: relative;
}

.honorSwiper .honarr .honprev {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  margin: 0 45px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #013caf;
  background-image: url(../images/arrl.png);
  background-size: 23px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.honorSwiper .honarr .honnext {
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  margin: 0 45px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #013caf;
  background-image: url(../images/arrr.png);
  background-size: 23px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.honorSwiper .honarr .honorSerSwiper-pagination {
  color: #fff;
  position: absolute;
  bottom: 16px;
  z-index: 1;
}

.xxsec {
  padding-bottom: 40px !important;
}

/* 产品中心 */
.proSec {
  padding: 80px 0 40px;
}

.proSec .tnav {
  flex-direction: column;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proSec .tnav h2 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 40px;
  font-weight: normal;
}

.productSort .item {
  margin-left: 10px;
  float: left;
  cursor: pointer;
  background-color: #f4f4f4;
  width: 180px;
  height: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 15px;
  position: relative;
}

.productSort .item img {
  width: 25px;
  transition: all .3s;
}

.productSort .item ul {
  background-color: #f4f4f4;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
  display: none;
  z-index: 51;
}

/* .productSort .item.active ul{
  display: block;
} */
.productSort .item ul li a {
  display: block;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.productSort .item ul li a:hover {
  color: #00a1e9;
}

.productSort .item .tn {
  font-weight: bold;
  font-size: 15px;
}

.productSort .item.active img {
  transform: rotate(180deg);
}

.proList {
  padding: 80px 0 0px 0;
  height: auto;
  overflow: hidden;
}

.proList li {
  cursor: pointer;
  float: left;
  margin-left: 4%;
  width: 48%;
  margin-bottom: 150px;
}

.proList li:nth-child(2N+1) {
  margin-left: 0;
}

.proList li a {
  display: block;
  position: relative;
}

.proList li .image {
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 400px;
  width: calc(100% - 60px);
}

.proList li .image div {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: .7s ease;
}

.proList li a:hover .image div {
  transform: scale(1.1);
}

.proList li .image img {
  width: 100%;
}

.proList li .txt {
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  top: 70px;
  left: 60px;
  background-color: #252525;
  transition: .3s ease;
}

.proList li a:hover .txt {
  background-color: #00a1e9;
}

.proList li .txt>div {
  padding: 0 80px 0 5%;
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  display: flex;
  height: 55px;
  line-height: 55px;
  justify-content: space-between;
  transition: .3s;
}

.proList li .txt>div .r {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.55s;
  transition-delay: .05s;
}

.proList li .txt>div .l {
  color: #fff;
  font-size: 18px;
}

.proList li .txt>div .r span {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.proList li .txt>div .r img {
  width: 25px;
  margin-left: 8px;
}

.proList li a:hover .txt>div {
  padding: 0 73px 0 5%;
}

.proList li a:hover .txt>div .r span {
  opacity: 1;
}

.pageNation {
  padding-top: 25px;
  display: flex;
  justify-content: center;
}

.pageNation a {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, .85);
  font-size: 13px;
  margin-right: 50px;
}

.pageNation a.active {
  background-color: #00a1e9;
}

.pageNation a::after {
  display: block;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  content: "";
  position: absolute;
  left: 41px;
  top: 50%;
  transform: translateY(-50%) scaleY(.9);
}

.pageNation a:last-child:after {
  display: none;
}

/* 新闻 */
.newSec {
  padding: 80px 0 40px;
}

.newSec .title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
}

.newSec .title span {
  color: #00a1e9;
}

.newSec ul {
  height: auto;
  overflow: hidden;
}

.newSec ul li {
  margin-top: 50px;
  margin-bottom: 50px;
  float: left;
  margin-left: 4%;
  width: 48%;
}

.newSec ul li:nth-child(2N+1) {
  margin-left: 0;
}

.inNav.newsNav .wrap {
  position: relative;
}

.inNav.newsNav .wrap .search {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  width: 300px;
  height: 36px;
}

.inNav.newsNav .wrap .search input {
  border: none;
  outline: none;
  height: 36px;
  width: 260px;
  padding-left: 15px;
}

.inNav.newsNav .wrap .search button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
  border: none;
  outline: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inNav.newsNav .wrap .search button img {
  width: 25px;
}

.newSec ul li .con {
  height: auto;
  overflow: hidden;
}

.newSec ul li .date {
  float: left;
}

.newSec ul li .date h2 {
  font-size: 22px;
  color: #fff;
  font-weight: normal;
}

.newSec ul li .date h3 {
  font-size: 15px;
  color: #fff;
  font-weight: normal;
}

.newSec ul li .rc {
  position: relative;
  float: right;
  background-color: #2d2d2d;
  width: calc(100% - 100px);
  height: 130px;
}

.newSec ul li .rc .img {
  width: 160px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.newSec ul li .rc .l {
  padding: 19px 19px;
  position: relative;
  z-index: 3;
  margin-right: 180px;
}

.newSec ul li .rc .l h2 {
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  margin-bottom: 6px;
}

.ui-nowrap {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newSec ul li .rc .l p {
  font-size: 13px;
  color: #999;
  line-height: 22px;
  transition: .3s;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newSec ul li .rc .l::after {
  z-index: 4;
  width: 24px;
  height: 2px;
  display: block;
  content: "";
  background-color: #fff;
  position: absolute;
  left: -12px;
  top: 27px;
  transform: scaleY(.8);
}

.newSec ul li .rc::before {
  position: absolute;
  background-color: #00a1e9;
  z-index: 3;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.newSec ul li a:hover .rc::before {
  width: 100%;
  right: auto;
  left: 0;
}

.newSec ul li a:hover .l p {
  color: #fff;
}

.newSec ul li a .rc .more {
  opacity: 0;
  z-index: 4;
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background: url(../images/more1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px;
  transition: 1s;
}

.newSec ul li a:hover .rc .more {
  opacity: 1;
  transform: rotate(180deg);
}

.newBody {
  padding: 80px 0 40px 0;
}

.newTit {
  text-align: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 50px;
}

.newBody .tag {
  color: rgba(255, 255, 255, .85);
  background-color: #2d2d2d;
  padding: 35px 45px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.newCon {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 45px 0;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.newCon p {
  color: rgba(255, 255, 255, .9) !important;
  background-color: transparent !important;
  background: transparent !important;
}

.newCon p span {
  color: rgba(255, 255, 255, .9) !important;
  background-color: transparent !important;
  background: transparent !important;
}

.newNavgation {
  margin-top: 20px;
  position: relative;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 161, 233, .5);
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newNavgation .pag {
  float: left;
  width: 300px;
}

.newNavgation .pagr {
  float: right;
}

.newNavgation .pag h2 {
  color: rgba(255, 255, 255, .75);
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 5px;
}

.newNavgation .pag p {
  font-size: 14px;
  color: rgba(255, 255, 255, .75);
}

.newNavgation .back {
  width: 100px;
  height: 100px;
  background-color: #00a1e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newNavgation .back img {
  width: 30%;
  opacity: .7;
}

/* 联系我们 */
.map {
  height: 570px;
  overflow: hidden;
}

.BMap_cpyCtrl {
  display: none;
}

.anchorBL {
  display: none;
}

.contact {
  height: auto;
  overflow: hidden;
}

.contact .l {
  padding-top: 55px;
  padding-left: 8%;
  float: left;
  width: 50%;
  height: 230px;
  background-color: #00a1e9;
}

.contact .r {
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 12%;
  float: left;
  width: 50%;
  height: 230px;
  background-color: #2c2c2c;
}

.contact .l p {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.contact .l p span {
  margin-right: 20px;
}

.contact .r img {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
}

.joinS1 {
  padding: 80px 0;
}


.joinS2 {
  height: 450px;
  padding-top: 100px;
  background-color: #f7f7f7;
  background-image: url(../images/jbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.joinS2 .title2 h2 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.joinS2 .title2 p {
  color: #fff;
}

.joinS2 .title2 p::after {
  background-color: #fff;
}

.joinS2 .wrap {
  position: relative;
}

.joinS2 .wrap .supportBox {
  box-sizing: border-box;
  padding: 70px 30px;
  position: absolute;
  top: 200px;
  width: 100%;
  left: 0;
  background-color: #fff;
  height: 100px;
  height: auto;
  z-index: 3;
}

.joinS2 .wrap .supportBox ul {
  height: auto;
}

.joinS2 .wrap .supportBox li {
  cursor: pointer;
  float: left;
  width: calc(100% / 7);
  display: flex;
  justify-content: center;
  position: relative;
}

.joinS2 .wrap .supportBox li>div.circle {
  position: relative;
  z-index: 2;
  width: 110px;
  height: 110px;
  border: 1px dashed #666;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.joinS2 .wrap .supportBox li>div.circle p {
  font-size: 14px;
}

.joinS2 .wrap .supportBox li::after {
  display: block;
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -67px;
  margin-left: -67px;
  background-color: #00a1e9;
  transform: scale(0);
  transition: all .3s;
}

/* .joinS2 .wrap .supportBox li:hover::after{
	transform: scale(1);
} */
/* .joinS2 .wrap .supportBox li:hover p{
	color: #fff;
} */
.joinS2 .wrap .supportBox li .txt {
  width: 132%;
  background-color: #00a1e9;
  position: absolute;
  left: -16%;
  bottom: -70px;
  padding: 55px 20px;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(35px);
  transition: all .45s;
  z-index: 3;
  height: 310px;
}

.joinS2 .wrap .supportBox li .txt h2 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3px;
}

.joinS2 .wrap .supportBox li .txt span {
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: scaleY(.8);
}

.joinS2 .wrap .supportBox li .txt p {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  margin-top: 30px;
}

.joinS2 .wrap .supportBox li:hover .txt {
  transform: translateY(0);
  opacity: 1;
}

.joinS3 {
  padding: 210px 0 80px 0;
  background-color: #f3f3f3;
}

.joinS3 .wrap {
  display: flex;
}

.joinS3 .l {
  float: left;
  width: 50%;
  position: relative;
}

.joinS3 .l .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 430px;
  overflow: hidden;
}

.joinS3 .l .img>div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transition: all .5s;
}

.joinS3 .l .img:hover>div {
  transform: scale(1.1);
}

.joinS3 .l a {
  text-align: center;
  display: flex;
  background: #00a1e9;
  width: 160px;
  height: 100px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -130px;
  bottom: -15px;
  z-index: 4;
  color: #fff;
  font-size: 14px;
  transition: .5s;
}

.joinS3 .l a img {
  vertical-align: -5px;
  width: 23px;
  margin-left: 8px;
  transition: .5s;
}

.joinS3 .l a:hover img {
  transform: translateX(6px);
}

.joinS3 .r {
  padding-top: 40px;
  margin-left: 7%;
}

.joinS3 .r h2 {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}

.joinS3 .r li {
  padding-left: 18px;
  position: relative;
  font-size: 14px;
  margin-bottom: 14px;
}

.joinS3 .r li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #00a1e9;
  position: absolute;
  left: 0;
  top: 8px;
}

.joinS4 {
  padding: 80px 0;
}

.joinS4 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.joinS4 ul {
  padding-top: 30px;
  display: flex;
}

.joinS4 ul li {
  position: relative;
  float: left;
  width: 17.361%;
  padding: 0 30px;
}

.joinS4 ul li:first-child,
.joinS4 ul li:last-child {
  width: 15.278%;
  padding: 0 10px;
}

.joinS4 ul li::before {
  transform: scaleY(.7);
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .6);
  top: 40px;
  left: 50%;
  z-index: 1;
}

.joinS4 ul li::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #00a1e9;
  background-image: url(../images/arrow1.png);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 30px;
  right: -10px;
}

.joinS4 ul li h2 {
  margin-top: 25px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.joinS4 ul li p {
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  margin-top: 6px;
  text-align: center;
}

.joinS4 ul li .icon {
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 80px;
}

.joinS4 ul li .icon>div {
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #eee;
  border-radius: 100%;
  margin: 0 auto 18px;
  transition: all .3s;
}

.joinS4 ul li .icon img {
  vertical-align: middle;
  max-width: 100%;
}

.joinS4 ul li .icon img.img2 {
  display: none;
}

.joinS4 ul li .icon:hover img.img1 {
  display: none;
}

.joinS4 ul li .icon:hover img.img2 {
  display: flex;
}

.joinS4 ul li .icon:hover>div {
  background-color: #00a1e9;
}

.joinS4 ul li:last-child::before,
.joinS4 ul li:last-child::after {
  display: none;
}

.joinS5 {
  padding: 80px 0;
  background: url(../images/jbg2.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.joinS5 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.form .formInput {
  height: auto;
  overflow: hidden;
}

.input {
  border: 1px solid rgba(255, 255, 255, .65);
  height: 40px;
  padding: 0 25px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  line-height: 40px;
  float: left;
  margin-left: 30px;
  width: calc((100% - 60px) / 3);
}

.form .formInput .input:first-child {
  margin-left: 0;
}

.form .formInput .textarea {
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, .65);
  height: 150px;
  padding: 25px 25px;
  color: rgba(255, 255, 255, .75);
}

.form .btn {
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: rgba(255, 255, 255, .75);
  border: 1px solid rgba(255, 255, 255, .65);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  cursor: pointer;
  transition: .3s;
}

.form .btn:hover {
  background-color: #00a1e9;
  border-color: #00a1e9;
}

.joinS4 ul li .icon::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #00a1e9;
  -webkit-transition: .3s;
  transition: .3s;
}

.joinS4 ul li .icon:hover::before {
  -webkit-animation: circle 1.5s linear infinite;
  animation: circle 1.5s linear infinite;
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(.9);
    opacity: .5;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: .5;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0;
  }
}

.joinS1 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.advaBox {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.advaBox .l {
  float: left;
  width: 36%;
}

.advaBox .r {
  float: right;
  width: 53%;
}

.advaBox .r .con {
  position: relative;
  width: 100%;
  height: 700px;
  /* background: url(../images/advaBg.png); */
  background-repeat: no-repeat;
  background-position: center center;
}

.advaBox .r .con .circle1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 550px;
  width: 550px;
  border-radius: 100%;
  border: 3px dashed rgba(255, 255, 255, .3);
}

.advaBox .r .con .circle2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 350px;
  width: 350px;
  border-radius: 100%;
  background-color: #00a1e9;
}

.advaBox .r .con .circle2 img {
  width: 62%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.advaBox .r .con .circle3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 700px;
  width: 700px;
  border-radius: 100%;
  border: 2px dashed rgba(255, 255, 255, .2);
  z-index: 1;
}

.advaBox .r .con .circle3::after {
  display: block;
  content: "";
  width: 30px;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  z-index: 2;
}

.advaBox .r .con .circle3::before {
  display: block;
  content: "";
  width: 30px;
  height: 80px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  z-index: 2;
}

.advaBox {
  height: 700px;
}

.advaBox::after {
  display: block;
  content: "";
  width: calc(100% - 350px);
  height: 1px;
  background-color: #00a1e9;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  transform: scaleY(.8);
}

.advaBox .r .con .circle3 .item {
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  z-index: 4;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}

.advaBox .r .con .circle3 .item.item1 {
  top: 7%;
  left: 28%;
}

.advaBox .r .con .circle3 .item.item2 {
  right: 19%;
  top: 10%;
}

.advaBox .r .con .circle3 .item.item3 {
  right: 2%;
  top: 38%;
}

.advaBox .r .con .circle3 .item.item4 {
  right: 13%;
  top: 68%;
}

.advaBox .r .con .circle3 .item.item5 {
  left: 38%;
  top: 78%;
}

.advaBox .r .con .circle3 .item.item6 {
  left: 9%;
  top: 61%;
}

.advaBox .r .con .circle3 .item.item7 {
  left: 5%;
  top: 29%;
}

.advaBox .r .con .circle3 .item.active {
  background-color: #00a1e9;
  color: #fff;
}

.advaBox .l {
  padding-top: 70px;
}

.advaBox .l .img img {
  width: 100%;
}

.advaBox .l h2 {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin-top: 20px;
}

.advaBox .l p {
  margin-top: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px;
}

.advaBox .l a {
  display: inline-block;
  width: 120px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background-color: #00a1e9;
  font-size: 14px;
}

/* 客户服务 */
.serS1 {
  padding: 80px 0;
}

.serS1 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.serS1 .fiveBox {
  height: auto;
  overflow: hidden;
}

.serS1 .fiveBox .l {
  width: 38%;
  float: left;
}

.serS1 .fiveBox .r {
  margin-left: 46%;
}

.serS1 .fiveBox .l .item {
  overflow: hidden;
}

.serS1 .fiveBox .l .item>div {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 100%;
  width: 100%;
  transition: .3s;
}

.serS1 .fiveBox .l .item1 {
  height: 250px;
}

.serS1 .fiveBox .l .item:hover>div {
  transform: scale(1.1);
}

.serS1 .fiveBox .l .ibox {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.serS1 .fiveBox .l .ibox .item {
  display: flex;
  width: 49%;
  height: 180px;
}

.serS1 .fiveBox .r .btitle {
  font-family: "HYQingYaTiJ";
  font-size: 46px;
  color: #fff;
  margin-bottom: 60px;
  margin-left: -22px;
}

.serS1 .fiveBox .r .item {
  float: left;
  width: 50%;
}

.serS1 .fiveBox .r .item h2 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin: 25px 0 23px 0;
  position: relative;
}

.serS1 .fiveBox .r .item p {
  color: #999;
  font-size: 13px;
}

.serS1 .fiveBox .r .item h2::before {
  display: block;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: 4px;
}

.serS2 {
  padding: 100px 0;
  background: url(../images/serbg1.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.serS2 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.serS2 .wrap h2 {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
}

.serS2 .wrap h3 {
  color: #fff;
  font-weight: normal;
  margin: 13px 0 25px 0;
  font-size: 45px;
  letter-spacing: 2px;
  font-family: "HYQingYaTiJ";
}

.serS2 .wrap a {
  color: rgba(255, 255, 255, .85);
  font-size: 13px;
  position: relative;
  padding: 10px 25px;
  border: 1px solid rgba(255, 255, 255, .5);
}

/* .serS2 .wrap a::before {
  display: none;
  position: absolute;
  right: 0;
  bottom: 16px;
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background-color: #00a1e9;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */
.serS2 .wrap a:hover {
  background-color: #00a1e9;
}

/* .serS2 .wrap a:hover::before {
  width: 120%;
  right: auto;
  left: -10%;
} */

.serS3 {
  padding: 100px 0;
}

.serS3 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.serS3 .title1 {
  font-family: "HYQingYaTiJ";
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
  margin-left: -5px;
}

.serS3 .p {
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  line-height: 25px;
}

.serS3 .con {
  height: auto;
  overflow: hidden;
}

.serS3 .con .l {
  margin-top: -50px;
  float: right;
  width: 48%;
}

.serS3 .con .l img {
  width: 100%;
}

.serS3 .con .r {
  width: 47%;
}

.serS3 .con ul {
  padding-top: 45px;
  height: auto;
}

.serS3 .con ul li {
  position: relative;
  text-align: center;
  padding: 55px 35px;
  float: left;
  width: 25%;
  margin-bottom: 40px;
}

.serS3 .con ul li p {
  color: rgba(255, 255, 255, .85);
}

.serS3 .con ul li img {
  height: 40px;
  margin-bottom: 30px;
}

.serS3 .con ul li>div {
  position: relative;
  z-index: 2;
}

.serS3 .con ul li::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #00a1e9;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.serS3 .con ul li:hover::after {
  width: 110%;
  right: auto;
  left: -5%;
}

.serS3 .con ul li:hover img {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

@keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes gelatine {

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

.serS4 {
  padding-bottom: 50px;
}

.serS4 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.zdBox {
  height: auto;
  overflow: hidden;
}

.zdBox .l {
  position: relative;
  float: left;
  width: 52%;
}

.zdBox .r {
  padding-top: 50px;
  margin-left: 59%;
}

.zdBox .l .bgBox {
  position: relative;
  z-index: 1;
}

.zdBox .l .list {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zdBox .l .list .item {
  position: relative;
  cursor: pointer;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
  text-align: center;
}

.zdBox .l .list .item::after {
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 161, 233, 1);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.zdBox .l .list .item>div {
  position: relative;
  z-index: 2;
}

.zdBox .l .list .item:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.zdBox .l .list .item:first-child:after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.zdBox .l .list .item:nth-child(1) {
  background-color: #333333;
}

.zdBox .l .list .item:nth-child(2) {
  background-color: #1a1d1f;
}

.zdBox .l .list .item:nth-child(3) {
  background-color: #333333;
  margin-bottom: 0;
}

.zdBox .l .bgBox .item {
  display: none;
  height: 520px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center bottom !important;
}

.zdBox .r h2 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 16px;
}

.zdBox .r h3 {
  font-weight: normal;
  color: #00a1e9;
  font-size: 30px;
  margin-bottom: 35px;
}

.zdBox .r h3 span {
  font-size: 38px;
  font-weight: bolder;
  font-family: "DINCond";
  vertical-align: -2px;
}

.zdBox .r .item {
  display: none;
  margin-top: 50px;
}

.zdBox .r h4 {
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  margin: 25px 0 50px 0;
  position: relative;
  padding-left: 15px;
}

.zdBox .r h4::after {
  display: block;
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.zdBox .r .item p {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  line-height: 35px;
}

.tecS1 {
  padding: 80px 0;
}

.tecS1 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.xcSwiperBox .item {
  cursor: pointer;
  position: relative;
}

.xcSwiperBox .item .img {
  position: relative;
  z-index: 1;
  height: 505px;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.xcSwiperBox .item .img::after {
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.xcSwiperBox .item .tit {
  width: 100%;
  font-family: "HYQingYaTiJ";
  text-transform: uppercase;
  color: rgba(255, 255, 255, .8);
  position: absolute;
  text-align: center;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  letter-spacing: 3px;
}

.xcSwiperBox .item .tit::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  background-color: #fff;
  width: 70px;
  height: 2px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scaleY(.2);
}

.xcSwiperBox .item .tit::before {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  background-color: #fff;
  width: 70px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) scaleY(.2);
}

.xcSwiperBox .item .cover {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

.xcSwiperBox .item .cover .txt {
  padding: 57px 35px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.xcSwiperBox .item .cover::after {
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 161, 233, .85);
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.xcSwiperBox .item:hover .cover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}

.xcSwiperBox .item .cover .bottom {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  left: 50%;
  margin-left: -43px;
  color: rgba(255, 255, 255, .6);
  opacity: 0;
}

.xcSwiperBox .item .cover .bottom::after {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .7);
  top: 50%;
  transform: translateY(-50%) scale(.7);
  left: -5px;
}

.xcSwiperBox .item .cover .bottom::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .7);
  top: 50%;
  transform: translateY(-50%) scale(.7);
  right: -5px;
}

.xcSwiperBox .item .cover p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  opacity: 0;
  max-height: 280px;
  overflow-y: auto;
}

.xcSwiperBox .item .cover p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.xcSwiperBox .item .cover p::-webkit-scrollbar-track {
  border-radius: 2;
  background: #ccc;
}

.xcSwiperBox .item .cover p::-webkit-scrollbar-thumb {
  border-radius: 2;
  background-color: #fff;
}

.xcSwiperBox .item .cover h2 {
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  opacity: 0;
}

.xcSwiperBox .item .cover h1 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  border: 2px solid #fff;
  margin-bottom: 12px;
  opacity: 0;
}

.xcSwiperBox .item .cover .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-bottom: 18px;
  margin-top: 9px;
  transform: scaleY(.7);
  opacity: 0;
}

.xcSwiperBox .item:hover .cover h1 {
  animation: fadeInUp1 .5s ease both;
  animation-delay: .2s;
}

.xcSwiperBox .item:hover .cover h2 {
  animation: fadeInUp1 .5s ease both;
  animation-delay: .3s;
}

.xcSwiperBox .item:hover .cover .line {
  animation: fadeInUp1 .5s ease both;
  animation-delay: .4s;
}

.xcSwiperBox .item:hover .cover p {
  animation: fadeInUp1 .5s ease both;
  animation-delay: .5s;
}

.xcSwiperBox .item:hover .cover .bottom {
  animation: fadeInUp1 .5s ease both;
  animation-delay: .6s;
}

.xcSwiperBox .item:hover .tit {
  display: none;
}

.xcSwiper {
  height: auto;
  padding-bottom: 150px;
}

.xcSwiper .swiper-horizontal>.swiper-scrollbar,
.xcSwiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  background-color: #fff;
}

.xcScrollbar {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0px !important;
  height: 2px !important;
  width: 500px !important;
}

.xcScrollbar .swiper-scrollbar-drag {
  background-color: #00a1e9 !important;
}

.navigation {
  width: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}

.navigation .xcprev {
  position: absolute;
  left: 45px;
  bottom: 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url(../images/tearrl.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: .3s;
}

.navigation .xcprev:hover {
  background: url(../images/tearrl1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.navigation .xcnext {
  position: absolute;
  right: 45px;
  bottom: 0;
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: url(../images/tearrr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transition: .3s;
}

.navigation .xcnext:hover {
  background: url(../images/tearrr1.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.navigation .txt {
  text-align: center;
}

.navigation .txt img {
  width: 22px;
}

.navigation .txt p {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
}

@keyframes fadeInUp1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.tecS2 {
  padding: 0 0 80px 0;
}

.tecS2 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}

.tecS2 .contain {
  height: auto;
  overflow: hidden;
}

.tecS2 .contain .l {
  float: left;
  width: 50%;
  padding: 60px 60px 40px 5%;
  background-color: #3e3e3d;
}

.tecS2 .contain .l p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 17px;
  line-height: 30px;
}

.tecS2 .contain .r {
  float: right;
  width: 50%;
  text-align: center;
}

.tecS2 .contain .r img {
  padding-top: 10%;
  width: 90%;
}

.tecS2 .contain .r p {
  padding-top: 10%;
  color: #fff;
  font-size: 14px;
  padding-left: 2%;
  padding-right: 2%;
}

.tecS3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 100px 0 80px 0;
  height: 550px;
  background: url(../images/bg111.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.tecS3 .title {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.navGation .item {
  cursor: pointer;
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
}

.tecS3 .line {
  background-color: rgba(255, 255, 255, .68);
  width: 100%;
  height: 1px;
  transform: scaleY(.7);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 280px;
}

.navGation .item h2 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.navGation .item h3 {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transform: scaleY(.97);
  margin-top: 13px;
  margin-bottom: 5px;
}

.navGation .item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

.navGation .item .circle {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  margin-top: 21px;
}

.navGation .item .circle::after {
  display: block;
  content: "";
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: -2px;
  top: -2px;
}

.navGation .item::after {
  display: block;
  content: "";
  width: 100%;
  background-color: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  top: 90px;
  width: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navGation .item.active::after {
  width: 100%;
  right: auto;
}

.navGation .item.active .circle {
  display: none;
}

.pBox {
  position: absolute;
  top: 250px;
  right: 0;
  left: 0;
}

.pBox .item {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateX(80px);
  transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pBox .item.active {
  opacity: 1;
  transform: translateX(0);
}

.tecS3 .wrap {
  position: relative;
  height: 300px;
}

.pBox .item:nth-child(1) {
  left: -2%;
}

.pBox .item:nth-child(2) {
  left: 22%;
}

.pBox .item:nth-child(3) {
  left: 47%;
}

.pBox .item:nth-child(4) {
  left: 67%;
}

.hisSec {
  padding: 100px 0 100px 0;
}

.hisSec .title {
  font-size: 34px;
  color: #fff;
}

.hisBox {
  position: relative;
}

.hisBox .item1 {
  padding-left: 5%;
}

.hisBox .item1 .l {
  width: 310px;
  float: left;
  position: relative
}

.hisBox .item1 .l h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  position: relative;
  z-index: 2;
}

.hisBox .item1 .l h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 20px;
}

.hisBox .item1 p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

.hisBox .item1 p span {
  color: #00a1e9;
}

.hisBox .item1 .since {
  padding-top: 50px;
  text-align: center;
  color: #fff;
  background-color: #00a1e9;
  width: 100px;
  height: 130px;
  position: absolute;
  top: -100px;
  right: 5px;
  z-index: 1;
}

.hisBox .item1 .since span {
  font-size: 16px;
}

.hisBox .swiper {
  overflow: visible;
  height: auto;
}

.hisBox .hisArr {
  cursor: pointer;
  position: absolute;
  top: 580px;
  width: 120px;
  left: calc(5% + 175px);
  background-color: #fff;
  height: 45px;
  z-index: 3;
}

.hisBox .hisArr .hisprev {
  float: left;
  width: 55px;
  height: 45px;
  background: url(../images/arr2-l.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.hisBox .hisArr .hisnext {
  float: right;
  width: 55px;
  height: 45px;
  background: url(../images/arr2-r.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.hisBox .hisArr::after {
  display: block;
  content: "";
  width: 1px;
  top: 10px;
  height: 25px;
  background-color: #dedede;
  transform: scaleX(.9);
  position: absolute;
  left: 50%;
}

.hisBox .swiper-wrapper {
  padding-top: 280px;
  background-size: cover !important;
  background-position: 220px -10px;
  background-repeat: no-repeat !important;
}

.hisBox .swiper-slide {
  margin-top: -100px;
}

.hisBox .swiper-slide.item1 {
  margin-top: 0;
}

.hisBox .swiper-slide p {
  color: #fff;
  display: block;
  font-size: 14px;
  width: 70%;
  margin-top: 10px;
}

.hisBox .swiper-slide img {
  width: 70%;
}

.hisBox .swiper-slide {
  display: flex;
  flex-direction: column;
}

.hisBox .swiper-slide:nth-child(odd) {
  flex-direction: column-reverse;
}

.hisBox .swiper-slide:nth-child(odd) p {
  margin-top: 0;
  margin-bottom: 20px;
}

.hisBox .swiper-slide:nth-child(1) p {
  width: auto;
}

.hisBox .swiper-slide:nth-child(3) {
  transform: translateY(-110px);
}

.hisBox .swiper-slide:nth-child(4) {
  transform: translateY(-110px);
}

.hisBox .swiper-slide:nth-child(6) {
  transform: translateY(-120px);
}

.hisBox .swiper-slide:nth-child(8) {
  transform: translateY(-90px);
}

.hisBox .swiper-slide:nth-child(10) {
  transform: translateY(-90px);
}

.hisBox .swiper-slide:nth-child(12) {
  transform: translateY(-110px);
}

.hisBox .swiper-slide:nth-child(14) {
  transform: translateY(-90px);
}

/* .hisSwiper .swiper-wrapper{
  width: 9000px;
} */
.cusPop {
  transform: translateX(100vw);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0.6);
}

.popmain {
  transform: translateX(80px);
  opacity: 0;
  width: 80vw;
  max-width: 1300px;
  height: 660px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -330px;
  z-index: -100;
  transition: .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 45px 0 35px 0;
}

.proSwiper .imgBox {
  width: 100%;
  height: 330px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 9% center !important;
}

.popmain .close {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background-color: #00a1e9;
  background-image: url(../images/close2.png);
  background-size: 35px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.cusPop.show {
  z-index: 999;
  animation: fadeInRight .3s ease both;
  animation-delay: 0;
}

.cusPop.show .popmain {
  z-index: 999;
  animation: fadeInRight .6s ease both;
  animation-delay: .3s;
}

.popmain .top {
  padding-left: 65px;
  height: auto;
  overflow: hidden;
}

.popmain .top .l {
  float: left;
  width: 57%;
}

.popmain .top .l h2 {
  font-size: 20px;
}

.popmain .top .l h2 span {
  font-weight: normal;
  font-size: 13px;
  color: #00a1e9;
  margin-left: 20px;
}

.popmain .top .l h2 span.title {
  font-size: 20px;
  margin-bottom: 15px;
  color: #333;
  margin-left: 0;
  font-weight: bold;
}

.popmain .top .l .scroll {
  padding-right: 20px;
  margin-top: 5px;
  height: 165px;
  overflow-y: auto;
}


.popmain .top .l .scroll h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}

.popmain .top .l .scroll p {
  font-size: 13px !important;
}

.popmain .top .l .scroll p span {
  font-size: 13px !important;
}

.popmain .top .l h2 span em {
  margin-left: 4px;
}

.popmain .top .l h2 span em img {
  width: 20px;
  vertical-align: -3px;
}

.popmain .top .l p {
  font-size: 13px;
  line-height: 20px;
}

.popmain .top .r {
  float: right;
  width: 35%;
}

.popmain .top .r .item {
  margin-bottom: 7px;
  font-size: 13px;
}

.popmain .top .r .item span {
  font-weight: 700;
  margin-right: 5px;
}

.imgSwiper {
  margin-top: 5px;
}

.imgSwiper .swiper-slide:nth-child(1) {
  margin-left: 65px;
}

.imgSwiper img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.imgSwiper .swiper {
  height: auto !important;
}

.imgSwiper .swiper-slide {
  position: relative;
  height: auto !important;
}

.imgSwiper .swiper-slide::after {
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.imgSwiper .swiper-slide.swiper-slide-active::after {
  display: none;
}

.arrCon {
  float: left;
  width: 140px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  height: 45px;
  z-index: 3;
  margin-left: 45px;
  margin-top: 10px;
}

.arrCon .proprev {
  float: left;
  width: 55px;
  height: 45px;
  background: url(../images/arr2-l.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.arrCon .pronext {
  float: right;
  width: 55px;
  height: 45px;
  background: url(../images/arr2-r.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.arrCon::after {
  display: block;
  content: "";
  width: 1px;
  top: 10px;
  height: 25px;
  background-color: #dedede;
  transform: scaleX(.9);
  position: absolute;
  left: 50%;
}

.popmain .bottom {
  height: auto;
}

.popmain .bottom .buy {
  float: right;
  margin-right: 130px;
  margin-top: 20px;
}

.popmain .bottom .buy span {
  font-size: 13px;
  color: #00a1e9;
  margin-right: 12px;
}

.popmain .bottom .buy a>img {
  height: 20px;
  width: auto;
  vertical-align: -5px;
}

.popmain .bottom .buy a {
  margin-right: 10px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.popmain .bottom .buy a .ewm {
  cursor: pointer;
  display: none;
  position: absolute;
  left: -30px;
  bottom: 45px;
  width: 90px;
  height: 90px;
  border-radius: 3px;
  background-color: #fff;
  z-index: 99999;
}

.popmain .bottom .buy a .ewm::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

.popmain .bottom .buy a:hover .ewm {
  display: block;
}

.popmain .bottom .buy a .ewm img {
  width: 86px;
  margin-left: 2px;
  margin-top: 2px;
}

@keyframes fadeInRight {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.proList li .cs {
  display: none;
}

.proList li .tx {
  display: none;
}

.proList li .vr {
  display: none;
}

.proList li .imgCon {
  display: none;
}

.pageNation .ppage {
  display: inline-block;
  margin: 0 15px;
  background-color: #00a1e9;
  width: 90px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.phNag a {
  color: #fff;
  display: inline-block;
  width: 90px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

.header_menu {
  position: fixed;
  height: 50px;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
}

.header_menu .menu_box {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

.header_menu .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_menu .wrap .logo {
  display: flex;
}

.header_menu .wrap .menu_box img {
  width: 30px;
}

.rightNav {
  left: 100vw;
  top: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 999999;
  transition: all 0.4s ease;
  padding: 0 15px;
  box-sizing: border-box;
}

.rightNav .top {
  display: flex;
  justify-content: flex-end;
  padding: 20px 5px 30px 0;
}

.rightNav .close img {
  width: 38px;
}

.rightNav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .65);
  ;
}

.rightNav ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, .85);
  position: relative;
}

.rightNav ul li a .arrow {
  display: block;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.rightNav ul li a .arrow img {
  width: 20px;
  transition: 0.3s;
}

.rightNav ul li .sub {
  display: none;
}

.rightNav ul li .sub a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.rightNav ul li.active .arrow img {
  transform: rotate(90deg);
}

.phHeader {
  display: none;
}

.header_menu {
  overflow-x: hidden;
}

.header_menu .logo {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin-left: -4%;
}

.header_menu .logo img {
  height: 24px;
}

.cusPop .close1 {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #00a1e9;
  background-image: url(../images/close2.png);
  background-size: 28px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.section3 .r {
  position: relative;
}

.section3 .r .item {
  opacity: 0;
  transform: translateX(50px);
  transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section3 .r .item:nth-child(2),
.section3 .r .item:nth-child(3),
.section3 .r .item:nth-child(4),
.section3 .r .item:nth-child(5) {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.section3 .r .item.active {
  opacity: 1;
  transform: translateX(0);
}

.inProSwiper .item {
  position: relative;
  display: block;
  width: 100vw;
}

.inProSwiper .item .img {
  z-index: 1;
  position: relative;
  height: 80vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.inProSwiper .item .bannerTxT {
  z-index: 3;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 70px;
}

.inProSwiper .item .bannerTxT h2 {
  font-family: HYQingYaTiJ;
  letter-spacing: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-top: 5px;
  margin-left: -4px;
}

.inProSwiper .item::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.tnav {
  margin-top: 30px;
}

.tnav li {
  float: left;
  height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 35px;
  width: 49%;
  margin-left: 2%;
  background-color: #757575;
}

.tnav li:nth-child(2N+1) {
  margin-left: 0;
}

.tnav li.active {
  background-color: #00a1e9;
}

.tecContain .itemBox .item {
  display: none;
}

.tecContain .itemBox .item.active {
  display: block;
}

.tecContain .itemBox .item img {
  width: 100%;
  margin-top: 30px;
}

.tecContain .itemBox .item p {
  font-size: 13px;
  padding-top: 8px;
  color: rgba(255, 255, 255, .85);
  line-height: 22px;
}

.inSerBox {
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}

.inSerBox .item {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 15px;
  text-align: center;
}

.inSerBox .item img {
  width: 50%;
}

.inSerBox .item h2 {
  margin-top: 6px;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}

.inSerBox .item p {
  color: #fff;
  opacity: .3;
  margin-top: 3px;
  font-size: 12px;
  letter-spacing: 0px;
}

.hisSec .phBox {
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
}

.hisSec .phBox p {
  font-size: 14px;
  color: rgba(255, 255, 255, .8);
  margin-top: 15px;
}

.hisSec .phBox img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.phHisprev {
  display: block;
  float: left;
  width: 45px;
  height: 35px;
  background: url(../images/arr2-l.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.phHisnext {
  display: block;
  float: right;
  width: 45px;
  height: 35px;
  background: url(../images/arr2-r.png);
  background-size: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.phHisArr {
  background-color: #fff;
  width: 100px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.newBody img {
  display: none !important;
}
.newBody .back img{
  display: block !important;
}
.techCon .l {
  position: relative;
}

.techCon .l .item.active {
  opacity: 1 !important;
  transform: translateX(0);
}

.techCon .l .item:nth-child(2),
.techCon .l .item:nth-child(3),
.techCon .l .item:nth-child(4) {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.techCon .l .item {
  opacity: 0;
  transform: translateX(50px);
  transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.popmain .top .l .phBox {
  height: 100px;
}

.popmain .top .l .phBox #swiper-container2 {
  height: 100%
}

#swiper-container2 .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.fullNav {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/fullNav.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: none;
}

.fullNav::before {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.fullNav .wrap {
  height: 100vh;
  position: relative;
  z-index: 99999;
}

.fullNav .close {
  margin-top: 35px;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 9999999;
}

.fullNav .close img {
  width: 100%;
}

.navFull {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
}

.navFull .item {
  cursor: pointer;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}

.navFull .item::before {
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 161, 233, .85);
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.navFull .item>div {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.navFull .item:hover::before {
  height: 100%;
  bottom: auto;
  top: 0;
}

.navFull .item h2 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 21px;
}

.navFull .item h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, .85);
}

.navFull .item:hover h2 {
  animation: fadeInUp3 .6s ease both;
  animation-delay: 0s;
}

.navFull .item:hover h3 {
  animation: fadeInUp3 .6s ease both;
  animation-delay: 0s;
}

.navFull .item:hover ul {
  animation: fadeInUp2 .5s ease both;
  animation-delay: .4s;
}


@keyframes fadeInUp3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-80px);
  }
}

@keyframes fadeInUp2 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.navFull .item ul {
  opacity: 0;
  margin-top: -40px;
}

.navFull .item ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  line-height: 40px;
  position: relative;
}

.navFull .item ul li a::after {
  display: block;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  opacity: 0;
  transition: .3s;
}

.navFull .item ul li a::before {
  display: block;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  opacity: 0;
  transition: .3s;
}

.navFull .item ul li a:hover::after {
  left: -25px;
  opacity: 1;
}

.navFull .item ul li a:hover::before {
  right: -25px;
  opacity: 1;
}

.navFull .item ul li a:hover {
  font-weight: bold;
  font-size: 15px;
}

.msection2 {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 83vh;
  background: url(../images/inbg1_m.jpg);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 70% !important;
}

.msection2 .title {
  text-align: center;
}

.msection2 .title h2 {
  margin-bottom: 30px;
}

.msection2 .title p {
  color: #fff;
}

/* .msection2 a{
  color: #fff;
  font-weight:bold;
  font-size: 24px;
  text-align: center;
  line-height: 130px;
  display: block;
  width: 130px;
  height:130px;
  background-color: #00a1e9;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.msection2 a div{
  color: #fff;
  font-weight:bold;
  font-size: 24px;
  text-align: center;
  line-height: 130px;
  display: block;
  width: 130px;
  height:130px;
  background-color: #00a1e9;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.msection2 a::after{
  z-index: 1;
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  content: "";
  width: 130px;
  height:130px;
  background-color: #fff;
  border-radius: 100%;
} */


.msection2 a {
  border: 1px solid #00a1e9;
  background-color: #00a1e9;
  display: inline-block;
  color: #fff;
  margin-top: 70px;
  font-size: 15px;
  position: relative;
  width: 40px;
  height: 40px;
}

.msection2 a span {
  transform: rotate(180deg);
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/arr1.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
}

.msection2 a div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

/* .msection2 a::after{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00a1e9;
  position: absolute;
  left: 0;
  bottom: 0;
} */
.msection2 .intro {
  font-size: 17px;
  margin: 40px 0 60px 0;
  line-height: 32px;
  color: #fff;
}

.msection2 .title h2 {
  font-size: 22px;
}

.msection2 .title p {
  font-size: 15px;
}

.inProSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, .6);
  opacity: 1;
}

.inProSwiper .swiper-pagination-bullet-active {
  background-color: #00a1e9;
}

.inProSwiper .swiper-pagination {
  bottom: 20px;
}

.mfooter {
  padding: 60px 0 0 0;
}

.mfooter .footUl .item::after {
  display: block;
}

.mfooter .footUl li {
  padding: 0 3%;
}

.mfooter .footUl dt {
  position: relative;
  height: 50px;
}

.mfooter .footUl dt a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 50px;
}

.mfooter .footUl dt::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  left: 0%;
  bottom: 0;
}

.mfooter .footUl dt .ico {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background: url(../images/foot_plus.png);
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.footUl li.active dt .ico {
  background: url(../images/foot_j.png);
}

.mfooter .footUl dd {
  padding-left: 5%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: relative;
}

.mfooter .footUl dd::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  left: 0%;
  bottom: 0;
}

.mfooter .footUl li .sub {
  display: none;
}

.mfooter .sect2 {
  padding: 30px 3%;
}

.mfooter .sect2 .l h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.mfooter .sect2 .l p {
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
}

.mfooter .sect2 .l p span {
  margin-left: 15px;
  color: #00a1e9;
}

.sect3 {
  padding: 0 3% 30px 3%;
}

.sect3 h2 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
}

.sect3 div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
}

.sect3 div img {
  width: 82px;
}

.mfooter .box2 {
  font-size: 13px;
  padding: 0 3% 20px 3%;
  color: rgba(255, 255, 255, .6);
}

.mfooter .box2 div {
  margin-top: 2px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.banner-item .video {
  filter: brightness(85%) contrast(140%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.banner-item .video video {
  object-fit: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  border: none;
  background-color: #000;
}

.section6 .newsBox li {
  position: relative;
}

.section6 .newsBox li:hover::after {
  width: calc(100% - 100px);
  right: auto;
  left: 100px;
}
.section6 .newsBox li:hover .body p{
  color: rgba(255, 255, 255, .8);
}
.section6 .newsBox li::after {
  position: absolute;
  background-color: #00a1e9;
  z-index: 3;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section6 .newsBox .txt .body{
  position: relative;
  z-index: 4;
}

.section6 .newsBox .l .txt .body::after {
  position: absolute;
  background-color: #00a1e9;
  z-index: 1;
  display: block;
  content: "";
  width: 0;
  height: 122%;
  right: 0;
  top: -11%;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.section6 .newsBox .l:hover .txt .body::after {
  width: calc(100% - 100px);
  right: auto;
  left: 100px;
}
.section6 .newsBox .l:hover .txt .body h2,.section6 .newsBox .l:hover .txt .body p,.section6 .newsBox .l:hover .txt .body .more{
  position: relative;
  z-index: 3;
}
.section6 .newsBox .l:hover .txt .body p{
  color: rgba(255, 255, 255, .8);
}
.section6 .newsBox .l:hover .txt .body .more{
  color: rgba(255, 255, 255, .8);
}
.section6 .newsBox .txt .body p{
  margin-right: 8px;
}
.section6 .newsBox .txt .body .more span img{
  width: 20px;
  vertical-align: -4px;
  opacity: .8;
}
.section6 .newsBox .l:hover .txt .body .more span img{
  opacity: 1;
}

.msupport li{
  padding: 35px 10px;
  text-align: center;
  margin-bottom: 15px;
  float: left;
  width: 48%;
  margin-left: 4%;
  height: 230px;
  background-color: #00a1e9;
}
.msupport li:nth-child(2N+1){
  margin-left: 0;
}
.msupport li h2{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3px;
}
.msupport li  span{
  display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: scaleY(.8);
}
.msupport li p{
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
.hisBox .swiper-slide .img{
  width: 70%;
  height: 300px;
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  filter: brightness(85%) contrast(140%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.hisPhSwiper .swiper-slide .img{
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-repeat: no-repeat!important;
  background-position: center center!important;
  filter: brightness(85%) contrast(140%) saturate(0%) blur(0px) hue-rotate(0deg);
}

.hisPhSwiper .swiper-slide .p{
  padding-top: 8px;
  display: block;
  height: 150px;
  overflow-y: auto;
}
.hisSwiper .line{
  background: url(../images/img46.png);
  background-position: 180px -10px;
  background-repeat: no-repeat !important;
  background-size: 6000px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  z-index: 1;
}
.gdSec1{
  padding: 80px 0;
}
.gdSec1 .title{
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
.gdSec1 ul{
  height: auto;
  overflow: hidden;
}
.gdSec1 li{
  position: relative;
  text-align: center;
  float: left;
  width: 20%;
  padding: 25px 2%;
}
.gdSec1 li .img img{
  height: 48px;
  width: 48px;
  margin-bottom: 5px;
}
.gdSec1 li h2{
  font-size: 18px;
  color: #fff;
  margin-top: 8px;
  font-weight: normal;
  margin-bottom: 0px;
}
.gdSec1 li p{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, .9);
  line-height: 21px;
}
.gdSec1 li  span{
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 2px;
}
.gdSec1 li::after{
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #00a1e9;
  transition: 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gdSec1 li .img2{
  display: none;
}
.gdSec1 li:hover .img2{
  display: inline-block;
}
.gdSec1 li:hover .img1{
  display: none;
}
.gdSec1 li:hover::after{
  width: 110%;
  right: auto;
  left: -5%;
}
.gdSec1 li >div{
  position: relative;
  z-index: 2;
}
.gdSec1 li:hover img {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}
.gdSec2{
  padding: 80px 0;
  background-color: #1e1e1e;
}
.gdSec2 .title{
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
.sortBox{
  height: 475px;
}
.sortBox .sr{
  height: 100%;
  float: right;
  width: 390px;
}
.sortBox .sr ul{
  height: 100%;
}
.sortBox .sr li{
  cursor: pointer;
  padding: 30px;
  position: relative;
  height: 33.33%;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.sortBox .sr li .no{
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 13px;
  color: #ccc;
}
.sortBox .sr li .no .name{
  color: #333;
  font-size: 16px;
}
.sortBox .sr li .no span{
  margin-right: 3px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}
.sortBox .sr li .on{
  height: 100%;
  position: absolute;
  background-color: #f6f6f6;
  padding: 40px 45px;
  width: 540px;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.sortBox .sr li .on h2{
  color: #00a1e9;
  font-size: 16px;
  font-weight: normal;
}
.sortBox .sr li .on p{
  color: #999;
  font-size: 13px;
}
.sortBox .sr li:hover .on{
  display: flex;
}
.sortBox .sl{
  z-index: 1;
  position: relative;
  margin-right: 390px;
  height: 100%;
}
.sortBox .sl .item{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: none;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sortBox .sl .item.on{
  display: block;
}
.gdSec3{
  padding: 40px 0 30px 0;
}
.gdSec3 .title{
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
.gdSec3 ul{
  height: auto;
  overflow: hidden;
}
.gdSec3 ul li{
  cursor: pointer;
  padding: 0 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 80px;
  float: left;
  width: calc(100% / 6);
}
.gdSec3 ul li .span1 .cur{
  display: none;
}
.gdSec3 ul li .arrow{
  width: 30px;
  height: 30px;
  background: url(../images/arrd.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center  center;
}
.gdSec3 ul li div.l{
  display: flex;
  height: 100%;
}
.gdSec3 ul li .span2{
  display: flex;
  color:#c3c1c1;
  margin-left: 8px;
}
.gdSec3 ul li  span{
  display: flex;
  align-items: center;
}
.gdSec3 ul li.active{
  background-color: #00a1e9;
}
.gdSec3 ul li.active .span2{
  color: #fff;
}
.gdSec3 ul li.active .arrow{
  width: 30px;
  height: 30px;
  background: url(../images/arrd1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center  center;
}
.gdSec3 ul li.active .no{
  display: none;
}
.gdSec3 ul li.active .cur{
  display: block;
}
.gdSec3 .Con{
  margin-top: 120px;
  height: 350px;
  position: relative;
}
.gdSec3 .Con img{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 700px;
}
.gdSec3 .Con .txtBox{
  position: relative;
  z-index: 2;
}
.gdSec3 .Con .txtBox .line{
  width: 30px;
  height: 2px;
  background: #00a1e9;
  margin-bottom: 35px;
}
.gdSec3 .Con .txtBox .item{
  padding:  0 0 0 60px;
  width: 580px;
  display: none;
}
.gdSec3 .Con .txtBox .item p{
  color: #fff;
  margin-bottom: 40px;
}
.gdSec3 .Con .txtBox .item a{
  color: #fff;
  display: inline-block;
  width: 135px;
  height: 40px;
  border-radius: 40px;
  background-color: #00a1e9;
  text-align: center;
  line-height: 40px;
}
.gdSec4 .title{
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
.gdSec4 .title img{
  width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.gdSec4 .tp{
  display: block;
  color: #fff;
  font-size: 13px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 25px;
}
.teamBox{
  padding-top: 80px;
}
.teamBox .team{
  display: flex;
  justify-content: center;
}
.teamBox .team .item{
  cursor: pointer;
  position: relative;
  margin: 0 3%;
  display: block;
  justify-content: center;
  margin-bottom: 50px;
}
.teamBox .team .item .txt{
  position: absolute;
  padding: 45px 15px 25px 15px;
  color: #fff;
  font-size: 13px;
  width: 140%;
  height: 100%;
  left: -20%;
}
.teamBox .team .item .txt::before{
  display: block;
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #00a1e9;
  transition: 0.45s;
}
.teamBox .team .item .txt p{
  position: relative;
  z-index: 2;
  opacity: 0;
}
.teamBox .team .item:hover .txt p{
  animation: fadeInUp1 .5s ease both;
  animation-delay: .2s;
}
.teamBox .team .item:hover .txt::before{
  height: 100%;
  bottom: auto;
  top: 0;
}

.teamBox .team .item img{
  margin-bottom: 30px;
  width: 160px;
}
.teamBox .team .item h2{
  font-weight: normal;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.teamBox .team .item h3{
  font-weight: normal;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  text-align: center;
  margin: 2px 0;
}
.teamBox .team .item h4{
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.teamBox .team .item h4 span{
  margin-left: 3px;
}
.gdSec5{
  padding: 80px 0;
}
.gdSec5 .title{
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 50px;
}
.gdSec5 .qNav{
  font-size: 0;
  display: inline-block;
  text-align: center;
}
.gdSec5 .qNav .item{
  margin-left: 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  width: 130px;
  font-size: 14px;
  color: #fff;
}
.qNavBox{
  text-align: center;
}
.gdSec5 .qNav .item.active{
  background-color: #fff;
  color: #333;
}
.gdSec5 .qCon{
  margin-top: 80px;
}
.gdSec5 .qCon .item{
  display: none;
  height: auto;
  overflow: hidden;
}
.gdSec5 .qCon .item .l{
  float: left;
  width: 45%;
}
.gdSec5 .qCon .item .l img{
  width: 100%;
}
.gdSec5 .qCon .item .r{
  text-align: left;
  float: right;
  width: 40%;
}
.gdSec5 .qCon .item .r h2{
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.gdSec5 .qCon .item .r p{
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
}
.gdSec5 .qCon .item .r a{
  margin-top: 30px;
  display: block;
  width: 170px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
}
.gdSec5 .qCon .item .r a:hover{ 
  background-color: #00a1e9;
  border: 1px solid #00a1e9;
}
.msort .item{
  background-color: #00a1e9;
  padding: 20px 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.msort .item:first-child img{
  width: 33px;
}
.msort .item .span1{
  width: 40px;
  margin-right: 10px;
}
.msort .item  span{
  font-size: 16px;
  color: #fff;
}
.gdSec3 .mad .item .tit{
  display: flex;
  align-items: center;
  justify-content:space-between;
  background-color: #00a1e9;
  padding: 15px 20px;
}
.gdSec3 .mad .item {
  margin-bottom: 15px;
}
.gdSec3 .mad .item .tit .span2{
  color: #fff;
  display: flex;
  margin-left: 10px;
  font-size: 16px;
}
.gdSec3 .mad .item .tit  .l{
  display: flex;
  align-items: center;
}
.gdSec3 .mad .item .tit .r{
  background: url(../images/foot_plus.png);
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  width: 30px;
  height: 30px;
}
.gdSec3 .mad .item.active .tit .r{
  background: url(../images/foot_j.png);
}
.gdSec3 .mad .item .line{
  width: 20px;
  height: 1px;
  background: #00a1e9;
  margin-bottom: 10px;
}
.gdSec3 .mad .item  p{
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}
.gdSec3 .mad .item a{
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  width: 115px;
  height: 35px;
  border-radius: 35px;
  background-color: #00a1e9;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
}
.gdSec3 .mad .item .txt{
  padding-top: 25px;
  padding-bottom: 30px;
  display: none;
}
.mteam {
  padding: 30px 0 0 0;
  height: auto;
  overflow: hidden;
}
.mteam  .item{
  text-align: center;
  float: left;
  width: 50%;
  padding: 10px 1%;
}
.mteam .item img{
  margin-bottom: 10px;
  width: 80px;
}
.mteam .item h2 {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.mteam  .item h3{
  font-weight: normal;
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
  text-align: center;
  margin: 2px 0;
}
.mteam h4{
  font-weight: normal;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.mteam h4 span{
  margin-left: 2px;
}
.gdsec6{
  position: relative;
  height: 400px;
}
.gdsec6 .wrap{
  text-align: center;
  padding-top: 140px;
  height: 100%;
  position: relative;
  z-index: 2;
}
.gdsec6 .bg{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: 56% 0 !important;
  background: url(../images/adbg11.jpg);
  opacity: 0.5;
}
.gdsec6 .transp{
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 35px;
  transform: translateX(-400px);
  transition: .3s ease;
}
.gdsec6  a{
  display: inline-block;
  width: 150px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  transform: translateX(400px);
  transition: .3s ease;
}
.gdsec6  a:hover{
  background-color: #00a1e9;
  border: 1px solid #00a1e9;
}
.mteam .item{
  position: relative;
}
.mteam .item .txt{
  display: none;
  padding: 20px 6px;
  height: 100%;
  width: 100%;
  left: 0%;
  position: absolute;
  top: 0;
  background-color: #00a1e9;
}
.mteam .item .txt p{
  font-size: 12px;
  color: #fff;
}
.mteam .item:hover .txt{
  display: block;
}
.mbSort{
  position: relative;
}
.mbSort .img{
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.mbSort .txt{
  background-color: #f6f6f6;
  padding: 20px 15px;
  height: 160px;
}
.mbSort .txt h2{
  margin-bottom: 6px;
  color: #00a1e9;
  font-size: 16px;
  font-weight: normal;
}
.mbSort .txt  p{
  font-size: 13px;
}
.sortPag{
  text-align: center;
  padding: 15px 0;
}
.sortPag .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 1;
}
.sortPag .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #00a1e9;
}
/* 产品验证 */
.yztable{
  width: 100%;
}
.proYz{
  padding: 200px 0;
  text-align: center;
  background-color: #464646;
}
.proYz .wrap{
  position: relative;
}
.cpcx {
  text-align: center;
  width: 360px;
  margin: 0 auto;
}
.cpcx h3 {
  font-size: 28px;
  color: rgba(255,255,255,1);
}
.cpcx p {
  font-size: 18px;
  color: rgba(255,255,255,1);
  margin: 25px 0 35px 0;
}
.cpcx p span {
  font-size: 20px;
  color: #00a1e9;
}
.cpcx input {
  background: rgba(255,255,255,.9);
  margin-bottom: 25px;
  width: calc(100% - 20px);
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}
.cpcx button {
  border: none;
  outline: none;
  cursor: pointer;
  background: #00a1e9;
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
}
.yzbox{
  display: none;
  position: fixed;
  z-index: 99999999;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background: rgba(0,0,0,.7)
  }
.yzbd{
    width: 1040px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.yzclose {
    position: absolute;
    right: 0;
    top: -35px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    background-color: #00a1e9;
    background-size: 26px;
    background-image: url(../images/myclose.png);
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.yzmain{
  height:100%;
  width: 100%;
  padding: 30px;
}
.yzmain iframe{
  width: 100%;
   min-height: 25px;
}
.yztable{    
    margin: 0 auto;
    height: auto;
    border: 1px solid #D3D8F7;
  
}
.yztable tr td{
      font-weight: normal;
      border-left: 1px solid #D3D8F7;
      padding: 10px 6px;
}
.yztable tr> td:first-child{border-left: none;}

.yztable  tr:nth-child(1) {
    background: #EBECFE;
}
.yztable  tr:nth-child(1) td{font-size: 16px;}
.yztable  tr:nth-child(2) td{font-size: 14px;}
.yztable  tr:nth-child(2) {
    background: #fff;
}

.yztable1{
    height: auto;
    border: 1px solid #D3D8F7;
}
.yztable1 tr td:first-child{
  background: #EBECFE;
  font-weight:bold;
  font-size: 14px;

}
.yztable1 tr td:last-child{
  background: #fff;
  border-left: none;
  font-size: 13px;
}
.yztable1 tr td{
      font-weight: normal;
      border-left: 1px solid #D3D8F7;
      padding: 5px 10px 5px 15px;    
}
.yztable1 tr{border-bottom: 1px solid #D3D8F7;}
.yztable1 tr:last-child{border-bottom: none;}
.yztable1 tr td{border-left: 1px solid #D3D8F7;}
.yztable1 tr td:first-child{border-left: none;}