/* reset */
body,
div,
p,
ul,
li,
table,
tbody,
tr,
td,
th,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
img,
iframe,
header,
nav,
section,
article,
footer,
figure,
figcaption,
menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
  font-size: 14px;
}
header,
nav,
section,
article,
footer,
figure,
figcaption {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
a,
li,
ul,
[onclick] {
  -webkit-tap-highlight-color: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*em,*/
/*strong,*/
/*th {*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
a {
  text-decoration: none;
}
.hide {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.db {
  display: block;
  text-indent: -999em;
}
body,
html {
  font-size: 14px;
  width: 100%;
  background: #071D42;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, "宋体";
}
* {
  box-sizing: border-box;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.wrap {
  height: 100vh;
}
.wrap video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
  pointer-events: none;
}
.indexMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.indexMain .part1 {
  flex: 1;
  width: 1200px;
  margin: 0 auto;
  padding: 89px 0;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.indexMain .part1 .indexBannerR {
  position: absolute;
  right: 0;
  width: 30px;
  top: 155px;
  height: 325px;
  display: block;
}
.indexMain .part1 h3 {
  line-height: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
  font-size: 70px;
  margin-bottom: 143px;
  color: rgba(255, 255, 255, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
.indexMain .part1 .introduce {
  width: 750px;
  height: 157px;
  padding: 0 74px;
  background: rgba(32, 191, 208, 0.1);
  border-radius: 79px;
  backdrop-filter: blur(5px);
  padding-top: 24px;
}
.indexMain .part1 .introduce ul {
  display: flex;
  justify-content: space-between;
}
.indexMain .part1 .introduce ul h2 {
  font-size: 32px;
  font-weight: 200;
  color: #20BFD0;
  margin-bottom: 16px;
  line-height: 45px;
}
.indexMain .part1 .introduce ul p {
  font-size: 16px;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.header {
  border-top: 1px solid #20BFD0;
  width: 100%;
  height: 55px;
  position: absolute;
  top: 34px;
  background: rgba(16, 60, 104, 0.7);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  z-index: 999;
}
.header .container {
  padding-right: 155px;
  display: flex;
  height: 55px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 140px;
  height: 55px;
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 140px;
  height: 30px;
  display: block;
}
.header .meau {
  display: flex;
  position: relative;
}
.header .meau .meauActive {
  position: absolute;
  left: 0;
  top: 0;
  width: 129.5px;
}
.header .meau .meauActive img {
  display: block;
  width: 95px;
  height: 7px;
  margin: 0 auto;
}
.header .meau .items {
  width: 129px;
  position: relative;
  background:url("/static/index/images/line.png") no-repeat;
  background-size: 1px 26px;
  background-position: right center;
}
.header .meau .items:last-child{
  background:none;
}
.header .meau .items > a {
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  display: block;
  line-height: 55px;
  text-align: center;
}
/*.header .meau .items > a::after {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  height: 26px;*/
/*  right: 0;*/
/*  top: 14px;*/
/*  opacity: 0.5;*/
/*  width: 1px;*/
/*  background-color: #ffffff;*/
/*}*/
.header .meau .items:hover > a {
  color: #20BFD0;
}
.header .second {
  width: 100%;
  background:#103C68;
  border-radius: 2px;
  backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 55px;
  padding: 8px 0;
  display: none;
}
.header .second > li {
  height: 28px;
  line-height: 28px;
  margin: 5px 0;
  background: rgba(32, 191, 208, 0);
  transition: 0.1s linear all;
  border-left: 2px solid transparent;
}
.header .second > li > a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  position: relative;
}
.header .second > li > a span {
  position: absolute;
  display: block;
  height: 100%;
  bottom: 0;
  right: 9px;
  font-size: 8px;
  font-weight: 100;
  opacity: 1;
}
.header .second > li:hover,
.header .second > li.active {
  border-left: 2px solid #20BFD0;
  background: rgba(32, 191, 208, 0.2);
  backdrop-filter: blur(10px);
}
.header .second > li:hover > a,
.header .second > li.active > a {
  color: #20BFD0;
}
.header .second > li:hover > a span,
.header .second > li.active > a span {
  opacity: 1;
}
.header .tertiary {
  position: absolute;
  left: 100%;
  top: -13px;
  padding: 8px 0;
  display: none;
  width: 100%;
  background:#103C68;
  border-radius: 2px;
  backdrop-filter: blur(10px);
}
.header .tertiary li {
  text-align: center;
  position: relative;
  /*margin: 8px 0 ;*/
}
.header .tertiary li:hover{
  background: rgba(32, 191, 208, 0.2);
  backdrop-filter: blur(10px);
}
.header .tertiary li > a {
  color: #fff;
  font-size: 14px;
  padding-right: 8px;
  /*display: flex;*/
  padding-left: 14px;
  align-items: center;
  justify-content: space-between;
}
.header .tertiary .tertiary-a {display: flex;margin: 8px 0}
.header .tertiary li > a  span{
  font-size: 8px;
}
.header .tertiary li:hover > a {
  color: #20BFD0;
}
.header .tertiary li:hover .four {
  display: block;
}
.header .four {
  position: absolute;
  left: 100%;
  padding:16px;
  display: none;
  top: -15px;
  width: 270px;
  /*background:rgba(16, 60, 104, 0.7);*/
  background: url("/static/index/images/pic_menu_bg.png") no-repeat;
  background-size:100% 100%;
  border-radius: 2px;
  backdrop-filter: blur(10px);
  text-align: left;
}
.header .four h3{
  color: #fff;
}
.header .four h3:nth-child(2) {
  margin-top:20px;
  color: #f00;
}
.header .four li {
  text-align: left;
}
.header .four li:hover{
  background:none;
}
.header .four li > a {
  justify-content:left;
}

.five {
  position: absolute;
  z-index: 9999;
  left: 200px;
  padding:16px;
  top: 0px;
  width: 240px;
  background:rgba(16, 60, 104, 0.7);
  border-radius: 2px;
  backdrop-filter: blur(10px);
  text-align: left;
  display: none;
}
.five h3{
  color: #fff;
}

.five li {
  text-align: left;
  margin: 8px 0 ;
}
.five li:hover{
  background:none;
}
.five li > a {
  color: #fff;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 14px;
  align-items: center;
  justify-content:left;
}
.five li:hover > a {
  color: #20BFD0;
}

.header .language {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  cursor: pointer;
  padding-top: 20px;
}
.header .language>ul{
  float: left;
}
.header .language a {
  display: block;
  width: auto;
  color: #fff;
}
.header .language .chinese {
  margin-bottom: 10px;
}
.header .language .en{
  display: none;
}
.header .language a img {
  float: left;
  vertical-align: middle;
}
.header .language span {
  display: block;
  float: right;
  margin-left: 8px;
  line-height: 20px;
}
.header .language img {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  margin-right: 8px;
}
.indexMainBottom {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.indexMainBottom span {
  display: inline-block;
  margin: 0 24px;
}
.indexMainBottom a {
  color: rgba(255, 255, 255, 0.5);
}
.aboutShimmer {
  position: relative;
  background: url(../images/aboutShimmer.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 35px;
  /* z-index: 2; */
  overflow: hidden;
}
.aboutShimmer .pic_blue_light {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.aboutShimmer .indexMainBottom {
  position: relative;
  bottom: 0;
  margin-top: 156px;
  pointer-events: none;
}
.aboutShimmer .aboutShimmer1 {
  position: absolute;
  right: 0;
  top: 560px;
  z-index: -1;
  pointer-events: none;
}
.aboutShimmer .pic_vivolight_bg {
  position: absolute;
  right: -275px;
  top: 1183px;
  width: 1015px;
  height: 1015px;
  pointer-events: none;
}

.aboutShimmerBanner {
  position: relative;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  margin-bottom: 102px;
  background: #071D42 url(../images/aboutShimmerBanner.jpg) no-repeat center center;
}
.productBanner {background:none;}
.aboutShimmerBanner .container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.aboutShimmerBanner .indexBannerR {
  position: absolute;
  right: 0;
  top: 67px;
  height: 341px;
}
.aboutShimmerBanner .aboutShimmerBannerR {
  position: absolute;
  right: 0;
  top: 0;
}
.aboutShimmerBanner .aboutShimmerBannerL {
  position: absolute;
  left: 0;
  bottom: 0px;
}
.aboutShimmerBanner h3 {
  font-size: 60px;
  color: #20BFD0;
  font-weight: 100;
  line-height: 83px;
  margin-bottom: 30px;
}
.aboutShimmerBanner p {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  font-weight: 300;
}
.aboutShimmerBanner p a {
  color: #20becf;
  border:1px solid #20becf;
  border-radius: 38px;
  padding: 6px 20px;
  font-size: 22px;
  font-weight: bold;
}
.allMainT {
  margin-bottom: 24px;
}
.allMainT h3 {
  font-size: 40px;
  font-weight: 100;
  line-height: 84px;
  color: #20BFD0;
}
.allMainT span {
  display: block;
  width: 63px;
  height: 3px;
  background: #20BFD0;
  margin-bottom: 15px;
}
.aboutShimmerCompany {
  position: relative;
}
.aboutShimmerCompany .t {
  margin-bottom: 24px;
}
.aboutShimmerCompany .t h3 {
  font-size: 40px;
  font-weight: 100;
  line-height: 84px;
  color: #20BFD0;
}
.aboutShimmerCompany .t span {
  display: block;
  width: 63px;
  height: 3px;
  background: #20BFD0;
  margin-bottom: 15px;
}
.aboutShimmerCompany .d p {
  margin-top: 24px;
  font-size: 17px;
  color: #fff;
  line-height: 34px;
  font-weight: 100;
  text-align: justify;
}
.aboutShimmerList {
  margin-top: 80px;
  margin-bottom: 114px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.aboutShimmerList .pic_polygon {
  position: absolute;
  bottom: 0;
  right: -82px;
  z-index: 9;
}
.aboutShimmerList .pic_polygon2 {
  position: absolute;
  top: 446px;
  right: 0px;
  width: 30px;
  z-index: 9;
}
.aboutShimmerList .l {
  width: 656px;
  display: flex;
  margin-right: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutShimmerList .l ul {
  display: block;
  flex-wrap: wrap;
}
.aboutShimmerList .l ul li {
  /* width: 168px; */
  margin-bottom: 86px;
}
.aboutShimmerList .l ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.aboutShimmerList .l ul li img {
  display: block;
  width: auto;
  height: 40px;
}
.aboutShimmerList .l ul li h3 {
  margin: 8px 0;
  font-weight: 100;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 33px;
}
.aboutShimmerList .l ul li p {
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  line-height: 20px;
}
.aboutShimmerList .r {
  position: relative;
  width: 544px;
  height: 340px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 8px;
  overflow: hidden;
}
.aboutShimmerList .r .swiper {
  width: 544px;
  height: 340px;
}
.aboutShimmerList .r .swiper img {
  width: 544px;
  height: 340px;
}
.aboutShimmerList .r .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
.aboutShimmerList .r .swiper-button-next,
.aboutShimmerList .r .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
}
.aboutShimmerList .r .swiper-pagination-bullet-active {
  width: 46px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.aboutShimmerList .r .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  animation: mymove 5s linear;
}
.aboutShimmerList .r .swiper-button-next:after,
.aboutShimmerList .r .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}
.aboutShimmerList .swiper-button-prev,.aboutShimmerList .swiper-rtl .swiper-button-next{
  left: 0;
}
.aboutShimmerList .swiper-button-next,.aboutShimmerList .swiper-rtl .swiper-button-prev{right: 0;}
.companyInfo {
  margin-bottom: 200px;
}
.companyInfo .d p {
  width: 560px;
}
.timeLine {
  margin-top: 70px;
  margin-bottom: 47px;
  position: relative;
  background-image: url("../images/line_curve.png");
  background-repeat: repeat-x;
  background-position: left 70px;
}
/*.timeLine::after {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 1px;*/
/*  background-color: #20BFD0;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 42px;*/
/*}*/
.timeLine .container {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  /* display: flex; */
  /* justify-content: space-between; */
}
.timeLine .timeLineList{transition: .2s linear all;white-space: nowrap; padding-top: 10px;padding-bottom: 18px;}
.timeLine .container .items {
  text-align: center;
  position: relative;
  height: 92px;
  cursor: pointer;
  display: inline-block;
  width: 200px;
}
.timeLine .container h3 {
  line-height: 59px;
  font-weight: 200;
  color: #20BFD0;
  line-height: 1;
  font-size: 42px;
  position: relative;
top: 0;
  transition: .2s linear all;
}
.timeLine .container .dot {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/timeline_dot.svg) no-repeat;
  background-size: 100% 100%;
  transition: .2s linear all;

}
.timeLine .container .items.active h3,
.timeLine .container .items:hover h3 {
  font-weight: 500;
  top: -10px;
  transition: .2s linear all;

}
.timeLine .container .items.active .dot,
.timeLine .container .items:hover .dot {
  transform: scale(1.3);
  transition: .2s linear all;

}
.TMslide {
  display: flex;
}
.TMslide .img {
  width: 300px;
  height: 187px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 45px;
  margin-top: 6px;
}
.TMslide .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.TMslide ul {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 400px;
}
.TMslide ul li {
  margin: 12px 0;
  transition: 0.2s linear all;
}

.TMslide ul a {
  line-height: 30px;
  display: flex;
  align-items: flex-start;
  font-weight: 200;
  color: #FFFFFF;
  font-size: 18px;
}
.TMslide ul a:hover {
  color:#20BFD0;
}
.TMslide ul a img {
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 6px;
}
.timeLineSlide {
  overflow: hidden;
  height:350px;
}
.timeLineSlide .swiper-button-next.swiper-button-disabled,.timeLineSlide .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}
.timeLineSlide .swiper {
  position: relative;
}
.timeLineSlide .direction {
  margin-top: 40px;
  position: relative;
  display: flex;
  justify-content: center;
}
.timeLineSlide .direction .swiper-button-next,
.timeLineSlide .direction .swiper-button-prev {
  position: static;
  width: 40px;
  margin: 0 12px;
  height: 40px;
  cursor: pointer;
}
.timeLineSlide .direction svg:hover path {
  fill: #20bfd0;
}
.timeLineSlide .direction .swiper-button-next::after,
.timeLineSlide .direction .swiper-button-prev::after {
  display: none;
}
.fzlc {
  margin-bottom: 30px;
}
.ryzhMain {
  display: flex;
}
.ryzhMain .l {
  width: 151px;
  border-right: 1px solid #20BFD0;
  position: relative;
  margin-right: 20px;
  height: 385px;
  overflow: hidden;
}
.ryzhMain .l::after {
  width: 7px;
  height: 1px;
  background: #20BFD0;
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  content: '';
}
.ryzhMain .l::before {
  content: '';
  width: 7px;
  height: 1px;
  background: #20BFD0;
  display: block;
  position: absolute;
  right: -4px;
  bottom: 0;
}
.ryzhMain .l ul{
  transition: .2s linear all;
}
.ryzhMain .l li {
  transition: 0.2s linear all;
  line-height: 43px;
  height: 43px;
  text-align: right;
  font-size: 32px;
  color: #20BFD0;
  font-weight: 100;
  padding-right: 24px;
  cursor: pointer;
  margin: 10px 0;
  border-right: 6px solid transparent;
}
.ryzhMain .l li.active,
.ryzhMain .l li:hover {
  border-right: 6px solid #20BFD0;
  font-size: 46px;
  font-weight: 400;
}
.ryzhMain .c {
  width: 500px;
  display: flex;
  /*align-items: center;*/
  height: 385px;
}
.ryzhMain .c li {
  color: #fff;
  font-size: 18px;
  height:53px;
  line-height: 53px;
  font-weight: 100;
}
.ryzhMain .c a {
  display: block;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
}
.ryzhMain .r {
  width: 472px;
  margin-left: 120px;
  position: relative;
}
.ryzhMain .r .swiper {
  width: 472px;
  overflow: hidden;
}
.ryzhMain .r .direction {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-top: 24px;
}
.ryzhMain .r .direction .swiper-button-prev,
.ryzhMain .r .direction .swiper-button-next {
  position: inherit;
  top: 0;
  width: 26px;
  height: 24px;
  display: block;
  margin: 0 8px;
  overflow: hidden;
  pointer-events: all;
}
.ryzhMain .r .direction .swiper-button-prev img,
.ryzhMain .r .direction .swiper-button-next img {
  width: 24px;
  height: 24px;
  display: block;
}
.ryzhMain .r .direction .swiper-button-prev svg:hover path,
.ryzhMain .r .direction .swiper-button-next svg:hover path {
  filter: #20bfd0;
}
.ryzhMain .r .direction svg:hover path {
  fill: #20bfd0;
}
.ryzhMain .r .direction .swiper-button-prev:after,
.ryzhMain .r .direction .swiper-button-next:after {
  display: none;
}
.ryzhMain .r ul {
  display: flex;
  flex-wrap: wrap;
}
.ryzhMain .r ul li {
  width: 224px;
  margin-right: 24px;
  margin-bottom: 40px;
}
.ryzhMain .r ul li:nth-of-type(3),
.ryzhMain .r ul li:nth-of-type(4) {
  margin-bottom: 0;
}
.ryzhMain .r ul li:nth-of-type(2n) {
  margin-right: 0;
}
.ryzhMain .r ul li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 140px;
  display: block;
  position: relative;
  margin-bottom: 12px;
}
.ryzhMain .r ul li .img .btn {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.ryzhMain .r ul li .img .cover {
  width: 100%;
  height: 100%;
  display: block;
}
.ryzhMain .r ul li p {
  color: #fff;
  font-size: 14px;
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
}
.aboutShimmerYanjiu {
  background: none;
}
.aboutShimmerYanjiu .aboutShimmerBanner {
  background: url(../images/pic_banner_creativity.jpg) no-repeat center center;
  margin-bottom: 65px;
}
.aboutShimmerYanjiu .part1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 114px;
}
.aboutShimmerYanjiu .part1 .l {
  width: 774px;
  font-size: 17px;
  color: #fff;
  font-weight: 100;
  line-height: 34px;
  text-align: justify;
}
.aboutShimmerYanjiu .part1 .l p {
  margin-bottom: 30px;
}
.aboutShimmerYanjiu .part1 .l p:last-child {
  margin-bottom: 0;
}
.aboutShimmerYanjiu .part1 .r {
  width: 345px;
  height: 261px;
  display: block;
}
.aboutShimmerYanjiu .part1 .r img {
  width: 345px;
  height: 261px;
  display: block;
}
.aboutShimmerYanjiu .part2 {
  position: relative;
}
.aboutShimmerYanjiu .part2 .box {
  display: flex;
  justify-content: space-between;
}
.aboutShimmerYanjiu .part2 .box .l {
  width: 414px;
  height: 499px;
  margin-left: -60px;
}
.aboutShimmerYanjiu .part2 .box .l img {
  width: 100%;
  height: 100%;
  display: block;
}
.aboutShimmerYanjiu .part2 .box .r {
  flex: 1;
  width: 300px;
}
.aboutShimmerYanjiu .part2 .box .r li {
  line-height: 40px;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutShimmerYanjiu .part2 .box .r li span {
  color: #20BFD0;
  display: block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 100;
}
.aboutShimmerYanjiu .part2 .box .r li p {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  flex: 1;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shizhan {
  background: none;
}
.shizhan .allMainT {
  margin-bottom: 16px;
}
.shizhan .aboutShimmerBanner {
  background: url(../images/pic_banner_shizhan.jpg) no-repeat center center;
}
.shizhan .shizanBox .items {
  margin-bottom: 42px;
}
.shizhan .shizanBox .swiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.shizhan .shizanBox .swiper ul {
  display: flex;
  flex-wrap: wrap;
}
.shizhan .shizanBox .swiper ul li {
  width: 382px;
  margin-right: 24px;
  margin-bottom: 24px;
  /*height: 360px;*/
  background: rgba(32, 191, 208, 0.1);
  border-radius: 8px;
  border: 1px solid transparent;
}
.shizhan .shizanBox .swiper ul li:nth-of-type(3n) {
  margin-right: 0;
}
.shizhan .shizanBox .swiper ul li:hover {
  border: 1px solid #35ECFF;
  background: rgba(32, 191, 208, 0.2);
}
.shizhan .shizanBox .swiper ul li a {
  display: block;
  padding: 16px;
}
.shizhan .shizanBox .swiper ul li h3 {
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.shizhan .shizanBox .swiper ul li p {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 24px;
}
.shizhan .shizanBox .swiper ul li p span {
  display: block;
  width: 280px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shizhan .shizanBox .swiper ul li p i {
  font-style: normal;
}
.shizhan .shizanBox .swiper ul .image {
  height: 220px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
}
.shizhan .shizanBox .swiper ul .image .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.shizhan .shizanBox .swiper ul .image video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.shizhan .shizanBox .swiper ul .image .cover {
  width: 100%;
  height: 100%;
  display: block;
  border:none;
}
.shizhan .shizanBox .swiper .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  margin-top: -3px;
}
.shizhan .shizanBox .swiper .swiper-button-prev,
.shizhan .shizanBox .swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  right: initial;
  left: initial;
  margin: 0 8px;
  top: initial;
  bottom: initial;
}
.shizhan .shizanBox .swiper .swiper-button-prev img,
.shizhan .shizanBox .swiper .swiper-button-next img {
  display: block;
  width: 100%;
  height: 100%;
}
.shizhan .shizanBox .swiper .swiper-button-prev:after,
.shizhan .shizanBox .swiper .swiper-button-next:after {
  display: none;
}
.shizhan .shizanBox .swiper .direction {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.shizhan .shizanBox .swiper .direction .swiper-button-next,
.shizhan .shizanBox .swiper .direction .swiper-button-prev {
  position: relative;
  cursor: pointer;
}
.shizhan .shizanBox .swiper .direction .swiper-pagination-bullet {
  margin: 0 4px;
  opacity: 1;
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
}
.shizhan .shizanBox .swiper .direction .swiper-pagination-bullet-active {
  background: #1EB2C5;
}
.xzjd {
  background: none;
}
.xzjd .aboutShimmerBanner {
  margin-bottom: 0;
  background: url(../images/pic_banner_zhengxun.jpg) no-repeat center center;
}
.xzjd .indexMainBottom {
  margin-top: 70px;
}
.xzjdList ul {
  display: flex;
  flex-wrap: wrap;
}
.xzjdList ul li {
  padding: 0 32px;
  padding-top: 40px;
  margin-right: 24px;
  margin-bottom: 40px;
  width: 588px;
  box-sizing: border-box;
  height: 357px;
  background: rgba(32, 191, 208, 0.1);
  border-radius: 8px;
  position: relative;
}
.xzjdList ul li:nth-of-type(2n) {
  margin-right: 0;
}
.xzjdList ul li h3 {
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 10px;
}
.xzjdList ul li p {
  /*height: 130px;*/
  font-weight: 100;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: justify;
}
.xzjdList ul li .little {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.xzjdList ul li .little a {
  width: 120px;
  margin-left: 16px;
  height: 40px;
  background: #20BFD0;
  border: 1px solid #20BFD0;
  border-radius: 4px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #071D42;
  font-size: 16px;
}
.xzjdList ul li .little a:hover {
  background-color: #35ECFF;
}
.xzjdList ul li .little a.a1 {
  background: none;
  border-radius: 4px;
  border: 1px solid #20BFD0;
  color: #20BFD0;
}
.xzjdList ul li .little a.a1:hover {
  background-color: rgba(32, 191, 208, 0.2);
}
.aboutShimmerImg {
  position: absolute!important;
  right: 0;
  bottom: 30%;
  width: 399px;
  z-index: 9;
}
.product {
  background: none;
}
.product .aboutShimmerBanner {
  background: url(../images/pic_banner_product.jpg) no-repeat center center;
}
.product .aboutShimmerBanner h3 {
  margin-top: 32px;
  margin-bottom: 0;
}
.product .part1 {
  margin-top: 116px;
  overflow: hidden;
  position: relative;
}
.product .part1 .part1T {
  margin-bottom: 40px;
  border-bottom: 1px solid #20BFD0;
  /* padding-bottom: 19px; */
}
.product .part1 .scrollView {
  white-space: nowrap;
  position: relative;
}
.product .part1 .scrollView .swiper-slide span{
  display: inline-block;
  /* border-bottom: 4px solid transparent; */
  position: relative;
  padding-bottom: 19px;

}
.product .part1 .scrollView .swiper-slide span em{width: 0;height: 4px;background-color: #20BFD0; transition: .2s linear all;display: block;position: absolute;left: 0;bottom: 0;}
.product .part1 .scrollView .swiper-slide.active span em{
  width: 100%;
}
.product .part1 .scrollView .swiper-slide,
.product .part1 .scrollView .items {
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  font-weight: 100;
  color: #20BFD0;
  line-height: 56px;
  margin-right: 78px;
  user-select: none;
}

.product .part1 .scrollView .swiper-slide.active,
.product .part1 .scrollView .items.active,
.product .part1 .scrollView .swiper-slide:hover,
.product .part1 .scrollView .items:hover {
  font-weight: 400;
}
.part1D .box {
  display: flex;
  align-items: center;
}
.part1D .box .l {
  width: 400px;
  height: 400px;
}
.part1D .box .l img {
  display: block;
  width: 400px;
  height: 400px;
  object-fit: fill;
}
.part1D .box .r {
  margin-left: 92px;
  width: 628px;
}
.part1D .box .r h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  line-height: 32px;
  font-size: 23px;
  margin-bottom: 16px;
}
.part1D .box .r p {
  font-weight: 100;
  color: #FFFFFF;
  line-height: 34px;
  font-size: 17px;
  margin-bottom: 40px;
  text-align: justify;
}
.part1D .box .r a {
  display: flex;
  align-items: center;
  width: 157px;
  color: #20BFD0;
  height: 42px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #20BFD0;
}
.part1D .box .r a img {
  margin-left: 8px;
}
.part1D .box .r a svg {
  margin-left: 8px;
}
.part1D .box .r a:hover {
  background-color: #5bbccd;
  color: #333;
}
.part1D .box .r a:hover svg path {
  fill: #333 !important;
}
.part1D .box + .box {
  display: none;
}
.part1D .box.active {
  display: flex !important;
}
.news {
  background: none;
}
.news .aboutShimmerBanner {
  background: url(../images/pic_banner_news.png) no-repeat center center;
  margin-bottom: 40px;
  margin-bottom: 0;
}
.news .aboutShimmerBanner h3 {
  margin: 0;
}
.newsLine {
  position: relative;
  z-index: 9;
  min-height: 109px;
  background: url(../images/timeline_arc.png) no-repeat center 33px;
  margin-bottom: 83px;
}
.newsLine .container {
  /* padding: 0 75px; */
  
}
.newsLine ul {
  /* display: flex; */
  /* justify-content: space-between; */
  white-space: nowrap;
  transition: .2s linear all;
}
.newsLine ul li {
  text-align: center;
  cursor: pointer;
  width: 77px;
  display: inline-block;
  width: 171px;
}
.newsLine ul li img {
  margin: 0 auto;
  transition: .2s linear all;
  transform: scale(.9);
}
.newsLine ul li p {
  font-weight: 100;
  color: #20BFD0;
  font-size: 28px;
  height: 59px;
  line-height: 59px;
  transition: .2s linear all;
  position: relative;

}
.newsLine ul li:hover img,.newsLine ul li.active img{

  transform: scale(1);
}
.newsLine ul li:hover p{
  font-size: 32px;
  font-weight: 400;

}
.newsLine ul li.active p {
  font-size: 32px;
  font-weight: 400;
}
.newsLine ul li:nth-of-type(7n+2),
.newsLine ul li:nth-of-type(7n+6) {
  padding-top: 10px;
}
.newsLine ul li:nth-of-type(7n+3),
.newsLine ul li:nth-of-type(7n+5) {
  padding-top: 17px;
}
.newsLine ul li:nth-of-type(7n+4) {
  padding-top: 19px;
}
.newsTitle {
  display: flex;
  align-items: center;
  line-height: 70px;
  font-size: 40px;
  color: #20BFD0;
  font-weight: 100;
}
.newsTitle img {
  width: 32px;
  height: 30px;
  margin-left: 13px;
}
.newsList {
  margin-bottom: 0px;
}
.newsList li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.newsList li a {
  display: block;
}
.newsList li .time {
  display: flex;
  align-items: center;
}
.newsList li .time span {
  width: 46px;
  height: 24px;
  background: #20BFD0;
  border-radius: 4px;
  display: block;
  color: #071D42;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  margin-right: 4px;
}
.newsList li .time i {
  font-style: normal;
  color: #20BFD0;
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
}
.newsList li h3 {
  color: #FFFFFF;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
  margin-bottom: 8px;
  font-size: 18px;
}
.newsList li p {
  font-weight: 100;
  color: #FFFFFF;
  line-height: 20px;
  text-align: justify;
  font-size: 14px;
  overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
/*word-break: keep-all;*/
}
.newsList .pages {
  margin-top: 49px;
}
.pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages a,
.pages span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  color: #20BFD0;
  font-size: 16px;
  margin: 0 3px;
}
.pages span {
  border: 1px solid #20BFD0;
}
.pages a:hover,
.pages span:hover {
  border: 1px solid #20BFD0;
  background-color: #20BFD0;
  color: #fff;
}
.contactUs {
  background: none;
}
.contactUs .aboutShimmerBanner {
  background: url(../images/pic_banner_contact.jpg) no-repeat center center;
  margin-bottom: 0;
}
.contactUs .aboutShimmerBanner h3 {
  margin: 0;
}
.contentUsMain {
  background: rgba(32, 191, 208, 0.1);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  /*height: 308px;*/
  padding: 24px;
  align-items: center;
  display: flex;
}
.contentUsMain img {
  width: 420px;
  height: 260px;
  display: block;
  margin-right: 24px;
}
.contentUsMain .r {
  flex: 1;
  width: 300px;
}
.contentUsMain .r > h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #20BFD0;
  font-size: 30px;
  font-weight: 200;
  line-height: 42px;
}
.contentUsMain .r .tel {
  margin-top: 20px;
  margin-bottom: 33px;
  display: flex;
}
.contentUsMain .r .tel li:nth-of-type(1) {
  margin-right: 54px;
}
.contentUsMain .r .tel p {
  color: #20BFD0;
  line-height: 32px;
  font-size: 18px;
  font-weight: 100;
}
.contentUsMain .r .tel h3 {
  color: #fff;
  line-height: 32px;
  font-size: 32px;
  font-weight: 100;
}
.contentUsMain .r .list li {
  display: flex;
  align-items: center;
  line-height: 32px;
}
.contentUsMain .r .list li p {
  color: #fff;
  font-size: 18px;
  font-weight: 100;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentUsMain .r .list li p a {
  color: #fff;
}
.contentUsMain .r .list li span {
  color: #20BFD0;
  font-size: 18px;
  font-weight: 100;
  margin-right: 16px;
  flex-shrink: 0;
  display: block;
}
.contentUsList ul {
  display: flex;
  flex-wrap: wrap;
}
.contentUsList li {
  width: 584px;
  height: 161px;
  background: rgba(32, 191, 208, 0.1);
  border-radius: 8px;
  padding: 20px;
  margin-top: 24px;
  margin-right: 25px;
}
.contentUsList li:nth-of-type(2n) {
  margin-right: 0;
}
.contentUsList li h3 {
  color: #20BFD0;
  line-height: 33px;
  font-size: 24px;
  margin-bottom: 16px;
}
.contentUsList li .item {
  display: flex;
  line-height: 32px;
}
.contentUsList li .item span {
  color: #20BFD0;
  font-size: 16px;
  display: block;
  margin-right: 16px;
}
.contentUsList li .item p {
  flex: 1;
  width: 100px;
  color: #fff;
  font-weight: 100;
  font-size: 16px;
}
.newsInfo {
  background: none;
}
.newsInfo .aboutShimmerBanner {
  /*background: none;*/
  margin-bottom: 0;
  /* url(../images/pic_banner_news.jpg) no-repeat center center */
}
.kefu .aboutShimmerBanner {
  background: url(../images/pic_banner_kepu.jpg) no-repeat center center;
  margin-bottom: 0;
}
.nav {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 34px;
}
.nav img {
  width: 10px;
  height: 11px;
  margin: 0 8px;
}
.nav a {
  color: #fff;
}
.nav a:hover {
  color: #20BFD0;
}
.nav .active {
  color: #20BFD0;
}
.newsInfoMain {
  border-radius: 8px;
  background-color: #fff;
  padding: 0 80px;
}
.newsInfoT {
  height: 100px;
  border-bottom: 2px solid #20BFD0;
  margin-bottom: 29px;
}
.newsInfoT .time {
  position: relative;
  width: 216px;
  height: 71px;
  background: #20BFD0;
  border-radius: 0px 0px 24px 0px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 100;
  color: #fff;
  font-size: 27px;
}
.newsInfoT .time p {
  font-weight: 600;
  margin-right: 12px;
}
.newsInfoT .time i {
  font-style: normal;
}
.newsInfoT .time span {
  color: #FAFBFD;
  line-height: 38px;
  font-size: 27px;
}
.newsInfoD {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsInfoD .title {
  color: #2B2B2B;
  line-height: 45px;
  font-size: 32px;
  font-weight: 200;
}
.newsInfoD .Newscontent {
  margin-top: 55px;
  color: #2B2B2B;
  line-height: 30px;
  font-size: 16px;
  /*font-weight: 200;*/
}
.newsInfoD .Newscontent p {
  margin-bottom: 10px;
}
.newsInfoD .Newscontent strong {
  font-weight: bold;
}
.newsInfoD .goback{
  font-size: 18px;
  margin: 20px 0px;
  color:#20BFD0;
  text-align:right;
}
.newsInfoD .goback a {
  color:#20BFD0;
}
.newsPage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 107px;
}
.newsPage a {
  color: #2B2B2B;
  line-height: 30px;
  font-size: 16px;
  /* */
  display: flex;
  align-items: center;
}
.newsPage a p {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsPage a img {
  margin-right: 15px;
}
.newsPage a:hover {
  color: #20BFD0;
}
.newsPage a.xyy {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
}
.newsPage a.xyy img {
  margin-left: 15px;
  margin-right: 0;
}
.productInfoBanner .mySwiper {
  width: 876px;
  overflow: hidden;
  position: relative;
  padding-bottom: 32px;
  margin: 0;
  margin-bottom: -32px;
}
.productInfoBanner .mySwiper .swiper-pagination {
  bottom: 0 !important;
}
.productInfoBanner .mySwiper .swiper-slide {
  width: 476px;
  height: 381px;
}
.productInfoBanner .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
}
.productInfoBanner .mySwiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 8px;
  height: 8px;
  opacity: 0.5;
}
.productInfoBanner .mySwiper .swiper-button-next,
.productInfoBanner .mySwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
}
.productInfoBanner .mySwiper .swiper-pagination-bullet-active {
  width: 46px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.productInfoBanner .mySwiper .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #fff;
  animation: mymove 2s linear;
}
@keyframes mymove {
  from {
    width: 0px;
  }
  to {
    width: 100%;
  }
}
.productInfoContent {
  background-color: #fff;
  padding: 60px;
  border-radius: 8px;
}
.productInfoContent .partBt {
  margin-bottom: 80px;
}
.productInfoContent .partBt2 {
  margin-bottom: 40px;
}
.productInfoContent .part1 {
  color: #2B2B2B;
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
}
.productInfoContent .part1 img {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.productInfoContent .part2 {
  display: flex;
  justify-content: space-between;
  background-color: #F2F5F9;
}
.productInfoContent .part2 .l {
  width: 236px;
  height: 490px;
  background-color: #CFDAE9;
}
.productInfoContent .part2 .l li {
  height: 70px;
  padding-left: 22px;
  border-left: 6px solid transparent;
  background-color: #CFDAE9;
  font-size: 16px;
  color: #2B2B2B;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;

}
.productInfoContent .part2 .l li.active {
  border-left: 6px solid #20BFD0;
  background-color: #F2F5F9;
  color: #20BFD0;
}
.productInfoContent .part2 .r {
  width: 824px;
  height: 476px;
  margin: 10px;
}
.productInfoContent .part2 .r .image {
  width: 100%;
  height: 100%;
  position: relative;
}
.productInfoContent .part2 .r p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  background: rgba(32, 191, 208, 0.8);
  backdrop-filter: blur(5px);
  padding: 0 16px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
  /*line-height: 55px;*/
  /*white-space: nowrap;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  
}
.productInfoContent .part2 .r img {
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}
.productInfoContent .part2 .r .video {
  display: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.productInfoContent .part2 .r .image .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  display: none;
}
.productInfoContent .part3 {
  border-top: 4px solid #D8D8D8;
}
.productInfoContent .part3 .items {
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  line-height: 76px;
}
.productInfoContent .part3 .items p {
  width: 234px;
  padding-left: 24px;
  color: #2B2B2B;
  font-size: 20px;
  font-weight: 300;
}
.productInfoContent .part3 .items p.info {
  width: 560px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productInfoContent .part4 {
  width: 100%;
}
.productInfoContent .part4 p {
  font-size: 16px;
  color: #2B2B2B;
  line-height: 32px;
  /*font-weight: 200;*/
}
.productInfoContent .part4 video {
  display: block;
  width: 100%;
  background-color: #333;
  object-fit: fill;
}
.newsInfo .infoBanner {
  margin-bottom: 60px;
}
.newsInfo .infoBanner h3 {
  font-size: 32px;
}
.newsInfo .infoBanner .container {
  position: relative;
}
.newsInfo .infoBanner .pic_thumb_p60 {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
}
.productInfoTitle {
  color: #20BFD0;
  line-height: 45px;
  font-size: 32px;
  margin-bottom: 24px;
}
.product_content strong{font-weight: bold}
.wg {
  background: none;
}
.wg .weiguangBanner {
  background: url(../images/pic_banner_vivo.jpg) no-repeat center center;
}
.wg .weiguangBanner p {
  width: 800px;
  font-weight: 100;
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
}
.wgPart1 {
  display: flex;
  justify-content: space-between;
  margin-top: -31px;
  align-items: center;
  margin-bottom: 82px;
}
.wgPart1 .l {
  width: 621px;
  /*height: 607px;*/
}
.wgPart1 .l img {
  display: block;
  width: 100%;
  height: 100%;
}
.wgPart1 .r {
  width: 700px;
  margin-left: -21px;
}
.wgPart1 .r .allMainT {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
 .wgPart1Main {
   width: 100%;
  color: #fff;
  text-align: right;
  font-size: 17px;
  font-weight: 200;
  line-height: 34px;
}
.wgPart2  .wgPart1Main{
  text-align: left;
  margin-bottom: 50px;
  text-align: justify;
}
.wgPart2Main {
  overflow: hidden;
  position: relative;
}
.wgPart2Main .swiper {
  width: 100%;
  height: 100%;
}
.wgPart2Main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.wgPart2Main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
}
.wgPart2Main .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.wgPart2Main .swiper-slide {
  background-size: cover;
  background-position: center;
}
.wgPart2Main .mySwiper2 {
  position: relative;
  height: 750px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.wgPart2Main .mySwiper {
  height: 144px;
  box-sizing: border-box;
  padding: 8px 0;
}
.wgPart2Main .mySwiper .swiper-slide {
  height: 128px;
  border: 2px solid transparent;
  border-radius: 8px;
  background-color: transparent;
  overflow: hidden;
}
.wgPart2Main .mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.wgPart2Main .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #20BFD0;
  box-shadow: 0px 0px 12px 0px #20BFD0;
  border-radius: 8px;
}
.wgPart2Main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-lock {
  display: block !important;
}
#pages {
  display: flex;
  justify-content: center;
}
.videoMain {
  width: 800px;
  margin: 0 auto;
  padding-top:30px;
  position: relative;
  display: none;
}
.videoMask {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*background-color: rgba(0, 0, 0, 0.2);*/
  /*z-index: 8;*/
  /*cursor: pointer;*/
}
.videoMask img {
  width: 50px!important;
  height: auto!important;
}
.partBt2 #video {
  display: block;
  width: 800px;
  height: 400px;
  background-color: #333;
  object-fit: fill;
}
.allNoMore {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
}
.swiper svg:hover path {
  fill: #20bfd0 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #20BFD0;
}
.layui-laypage a,
.layui-laypage span {
  background-color: transparent;
  margin: 0 5px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid transparent;
}
.layui-laypage a:hover {
  border: 1px solid #20BFD0;
}
.layui-laypage .layui-disabled,
.layui-laypage .layui-disabled:hover {
  border: none;
  color: rgba(255, 255, 255, 0.65);
}
.newsPage .xyy img {
  transform: rotate(180deg);
}
.fotorama__thumb-border {
  border-radius: 8px;
}
.fotorama__thumb {
  overflow: hidden;
  border-radius: 8px;
}
.pages2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pages2 a {
  margin: 0 8px;
  display: block;
  width: 38px;
  height: 30px;
  color: #fff;
  border: 1px solid transparent;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
}
.pages2 a:hover {
  color: #20BFD0;
  border: 1px solid #20BFD0;
}


.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus){  background-color: rgba(0, 0, 0, 0);
}
.fotorama__arr{
  width: 60px!important;
  height: 60px!important;
  margin-top: -30px!important;
  background: none;
}
.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play{
  background: url(../images/left.svg) no-repeat center center;
}
.fotorama__video-close{
  background: url(../images/close.png) no-repeat center center!important;
  background-position: center!important;
  background-size: 100% 100%!important;
}
 .fotorama__video-play{
   background: url(../images/videoBtn.svg) no-repeat center center!important;
   background-position: center!important;
}
.wgPart2Main .fotorama__arr--next{
  right: 0;
  background:rgba(0, 0, 0, 0.4) url(../images/right.svg) no-repeat center center!important;

}
.wgPart2Main .fotorama__arr--prev{
  left: 0;
  background:rgba(0, 0, 0, 0.4) url(../images/left.svg) no-repeat center center!important;

}
#videoPop{
  width: 800px;height: 600px;
  z-index: 99999!important;
}
#videoPop .close{
  position: absolute;
  right: -50px;
  top: 0;
  width: 40px;
  height: 40px;
}
#videoPop video{
  max-width: 800px;
   object-fit: fill;
}

#parameMain table {width:100%;}
#parameMain table td {border-bottom:#ccc 1px solid;padding:5px 5px;}