@charset "utf-8";
/*编码*/

/*
Document : CSS样式初始化
Description: CSS样式表的初始化，全局样式设置。
*/
/* 全局CSS reset */
/* 页面设置 */

/* 初始化标签在所有浏览器中的margin、padding值 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
  padding: 0;
  margin: 0;
}

html {
  _background: url(about:blank);
  -webkit-text-size-adjust:none;
}

/* 酌情修改 */
body {
  background: #fff;
  font-family: "微软雅黑", "宋体";
 
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1;
}

/* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

/* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
img {
  vertical-align: top;
}

/* 图片在当前行内的垂直位置 */
abbr,
acronym {
  font-variant: normal;
}

legend {
  color: #000;
}

blockquote,
q {
  quotes: none
}

/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

/* 重置样式标签的样式 */

/* 上下标 */
/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/

/* 表格标题及内容居左显示 */
caption {
  display: none;
}

/* 重置表格标题为隐藏 */
caption,
th {
  text-align: left;
}

/* 清除列表样式 */
dl,
ul,
ol,
menu,
li {
  list-style: none
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* 输入控件字体 */
input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
}

/* 重置表单控件垂直居中*/
textarea {
  resize: none
}

input[type="submit"] {
  cursor: pointer;
}

/* 鼠标样式 */
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer
}

/* 重置表单button按钮效果 */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 标题元素样式清除, 让标题都自定义, 适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* 链接样式，颜色可酌情修改 */
a:link {}

/* 未访问的链接 */
a:visited {}

/* 已访问的链接 */
a:hover {}

/* 鼠标移动到链接上 */
a:active {}

/* 选定的链接 */
del,
ins,
a {
  text-decoration: none;
}

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


/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection{color: #fff;}
::-moz-selection{color: #fff;background-color: #4C6E78;}
*/
a {
  outline: none;
  transition: color 0.2s ease 0s;
}

/*CSS3链接秒数缓冲效果2秒*/
.w1440 {
  width: 1440px;
  margin: 0 auto;
}

.w1920 {
  width: 1920px;
  margin: 0 auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.center1{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.img1{
  width: 140px;
  height: 188px;
  position: absolute;
  left: 656px;
  margin-top: 64px;
  transition-property: width, height;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  /* transition-delay: .5s; */
}
/* .img1:hover {
  width: 175px;
  height: 235px;
} */
.img2{
  width: 360px;
  height: 176px;
  position: absolute;
  right: 252px;
}


.img3{
  width: 360px;
  height: 444px;
  position: absolute;
  right: 252px;
  top: -156px;
}
.img4{
  width: 280px;
  height: 480px;
  position: absolute;
  right: -60px;
  top: -48px;
}
.img5{
  width: 500px;
  height: 200px;
}
.img6{
  position: absolute;
  width: 140px;
  height: 234px;
  left: 636px;
  top: 190px;
}
.img7{
  position: absolute;
  width: 280px;
  height: 480px;
  right: 352px;
  top: 116px;
}
.img8{
  position: absolute;
  width: 320px;
  height: 156px;
  right: 338px;
  top: -66px;
}
.img9{
  position: absolute;
  width: 360px;
  height: 432px;
  right: -40px;
  top: -12px;
}

.textbox1{
  width: 96px;
  height: 36px;
  background: #111111;
  position: absolute;
  text-align: center;
  margin-top: 32px;
}
.textbox2{
  width: 96px;
  height: 36px;
  background: #111111;
  position: absolute;
  text-align: center;
  margin-top: 32px;
}
.font36_fff{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
  position: absolute;
  margin-top: 76px;
  margin-left: 142px;
}
.font36_111{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 50px;
  margin-top: 24px;
}
.font18_fff{

  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
}
.divbox{
  display: flex;
  transition: all ease 0.8s;
}

.xx {
  position: absolute;
  left: 144px;
  opacity: 0;
  transition: all ease 0.8s;

}
.gg {
  position: absolute;
  right: 144px;
  opacity: 0;
}















@keyframes Textword {
  0%{
    opacity: 0;
    transform: scale3d(1.6,1.6,1.6);
  }
  100%{
    transform: scale3d(1,1,1);
    opacity: 0.8;
  }
}
.divbox .divbox00 {
  transition: all ease 1.2s;
}
.divbox:hover .divbox00 {
  animation-name: Textmove;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: all ease 0.4s;
  /* animation-delay: 0.2s; */
}
.divbox:hover .divbox3 {
  animation-name: Textmove2;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  transition: all ease 0.4s;
}





.divbox4{
  margin-right: 23px;
}
.divbox4:hover {
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
  transition: all ease 0.3s;
}
.divbox4 .divbox1 {
  border: 1px solid #efefef;
  height: 435px;
  width: 462px;
  transition: all ease 0.3s;
  background-color: #fff;
}
.divbox4:hover .divbox1 {
  border: 1px solid #ffffff;
}
.divbox4 .divbox1 .text {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  line-height: 36px;
  margin-left: 56px;
  margin-right: 56px;
  padding-top: 57px;
}
.divbox4 .textbox{
  padding: 0 22px;
  height: 36px;
  background: #666666;
  position: absolute;
  text-align: center;
  margin-top: 32px;
}
.divbox4:hover .textbox{
  background: #00D1F7;
  transition: all ease 0.3s;
}
.divbox4 .boximg{
  width: 464px;
  height: 200px;
}
.divbox4 .title{
  padding-top: 52px;
  text-align: center;
  font-size: 36px;
  height: auto;
}
.divbox4 .btline1{
  width: 462px;
  height: 5px;
  background: #ffffff;
  border-radius: 4px;
  bottom: 2px;
  position: absolute;
}
.divbox4:hover .btline1{
  bottom: 0;
  background: #00D1F7;
}



.divbox1{
  height: 275px;
  width: 500px;
  background: #EEEEEE;
}
.divbox1 .text {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  line-height: 30px;
  margin-left: 56px;
  padding-top: 71px;
}
.divbox2{
  text-align: center;
  margin-top: 110px;
  margin-left: 146px;
  margin-right: 146px;
}
.font30_111 {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 42px;
}
.divbox3 {
  width: 500px;
  height: 475px;
  background: #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
  position: relative;
}
.divbox3 .box1 {
  width: 44px;
  height: 44px;
  margin-top: 160px;
  margin-left: 72px;
}
.font18_111 {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  line-height: 25px;
  transition-property: font-size,font-weight;
  transition-duration: 0.4s,0.2s;
  transition-timing-function: ease;
  /* transition-delay: .5s; */
}
.font18_m{
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 30px;
}
.font18_lt{
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  line-height: 30px;
}

.font18_lh33{
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
  line-height: 33px;
}
.font22_fff{
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
}
.m30 {
  margin-top: 30px;
}


.btline{
  width: 500px;
  height: 4px;
  background: #00D1F7;
  border-radius: 4px;
  /* margin-top: 300px; */
  bottom: 0;
  position: absolute;
}
.arbox{
  width: 240px;
  height: 240px;
  background: #00D1F7;

  /* opacity: 0.04; */
}
.btline2{
  height: 4px;
  background: #00D1F7;
  border-radius: 4px;
}
.cline{
  width: 1px;
  height: 633px;
  border-radius: 4px;
  position: absolute;
  background-color: #00D1F7;
  left: 720px;
  top: -116px;
}
.icon1{
  width: 80px;
  height: 80px;
  margin-top: 48px;
}
.icon2{
  width: 80px;
  height: 80px;
  margin-top: 24px;
  margin-left: 24px;
}
.font20_111{
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 28px;
}
.font18_lh40{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 40px;
}
.font16_111{
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
}
.font55_111{
  font-size: 55px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 77px;
}
.font24_111{
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 33px;
}

.cmap{
  width: 890px;
  height: 730px;
}
.mapbox{
  margin-top: 64px;
  width: 160px;
  height: 184px;
  background: #F4FDFE;
  margin-right: 16px;
  text-align: center;
}
.qd{
  overflow: hidden;
  position: relative;
  /* height: 600px; */
  margin-bottom: -300px;
}
.qd:hover .qdbox{
  /* top: -300px; */
  /* overflow: auto; */
  opacity: 0;
  transform: translate(0, -100%);
}
.qd:hover .qdbox2 {
  opacity: 1;
  transform: translate(0, -100%);
}
.qdbox{
  width: 500px;
  height: 300px;
  background: #F4FDFE;
  margin-right: 96px;
  text-align: center;
  transition: all ease 0.4s;
}
/* .qdbox:hover {
  top: -300px;
  transition: top 1.2s;
} */
.qdbox2{
  width: 500px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
  border-bottom: 1px solid #00D1F7;
  transition: all ease 0.4s;
  opacity: 0;
}
.qdbox2 .font36_222{
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 128px;
  
}
.bloc{
  width: 500px;
  height: 77px;
  background: #00D1F7;
  border-radius: 4px;
  position: absolute;
  right: 240px;
  bottom: 814px;
  /* top: 0; */
}
.bloc2{
  position: absolute;
  right: 280px;
  bottom: 520px;
}
.bt {
    display: block;
    width: 180px;
    height: 80px;
    object-fit: cover;
}
.platform{
  width: 150px;
  height: 150px;
  margin-right: 24px;
  margin-top: 24px;
}
.ccbox{
  width: 190px;
  height: 80px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
  margin-right: 24px;
}
.qwbox1{
  height: 350px;
  width: 270px;
  margin-left: 64px;
  transition: all ease 0.4s;
}
.qwbox1:hover {
  transform: scale(1.5,1.5);
}
.qwbox2{
  height: 350px;
  width: 500px;
  margin-left: 64px;
  transition: all ease 0.4s;

}
.qwbox2:hover {
  transform: scale(1.5,1.5);
}
.m16 {
  margin-top: 16px;
}

.m200 {
  margin-top: 200px;
}

.m150 {
  margin-top: 150px;
}

.m100 {
  margin-top: 100px;
}

.m130 {
  margin-top: 130px;
}

.m6 {
  margin-top: 6px;
}

body,
html {
  overflow-x: hidden;
}

.font36 {
  font-size: 36px;
}

.font50_111 {
  font-size: 50px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 60px;
}
.font50 {
  color: rgba(17, 17, 17, 1);
  font-size: 50px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  line-height: 60px;
}
.font70 {
  font-size: 70px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 80px;
  letter-spacing: 1px;
}
.anim {
  animation-name: textA;
  animation-duration: 0.8s;
}
.anim2{
  animation-name: textB;
  animation-duration: 0.8s;
  /* animation-delay: -0.4s; */
}
.anim3{
  animation-name: textC;
  animation-duration: 1.2s;
}

/* .font70 >span {
  position: absolute;
  height: 18px;
  top: 25px;
  animation: textToTop 0.2s linear;
	animation-fill-mode: forwards;
} */
/* .font70 >span:nth-child(2) {
  animation-delay: 4s;
} */

@keyframes  textA{
  0%{
    /* opacity: 0; */
    transform: scale3d(1.5,1.5,1.5);
  }
  100%{
    /* opacity: 1; */
    transform: scale3d(1,1,1);
  }
}
@keyframes  textB{
  0%{
    opacity: 0;
  }
  
  100%{opacity: 1;}
}
@keyframes  textC{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 0;
  }
  100%{opacity: 1;}
}



.font18_999 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.font28 {
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 40px;
}

.swiper {
  width: 1500px;
  height: 950px;
  margin-left: initial !important;
}

.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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.rightNoColor{
  width: 130px;
  height: 1140px;
  position: absolute;
  right: 0;
  top: 0;
}

.rightBanner {
  width: 130px;
  height: 1140px;
  background: #00D1F7;
  position: absolute;
  right: 0;
  top: 0;

}

.rightBanner img {
  width: 40px;
  height: 250px;
  position: absolute;
  bottom: 128px;
  right: 20px;
}

.rightBanner .dot357 {
  width: 500px;
  height: 357px;
  position: absolute;
  top: 200px;
  right: 130px;
  z-index: 100;
}

.cdiv .dot357 {
  width: 500px;
  height: 357px;
  position: absolute;
  top: 12px;
  left: 0px;
  overflow: hidden;
}
.cdiv .dot357r {
  width: 500px;
  height: 357px;
  position: absolute;
  top: 126px;
  left: 0px;
  overflow: hidden;
}
.cdiv .logo2 {
  width: 100px;
  height: 624px;
  position: absolute;
  top: 552px;
  /* left: 182px; */
  /* overflow: hidden; */
  /* z-index: 0; */
  /* opacity: 0.6; */
}

.pr {
  position: relative;
}

.dot175 {
  width: 500px;
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 115px;
}

.dot1752 {
  width: 500px;
  height: 175px;
  position: absolute;
  left: 0;
  bottom: 17px;
}

#main {
  width: 1920px;
  display: none;
  background: #fff;
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.title {
  width: 100%;
  height: 150px;
}

.title .logo {
  width: 312px;
  height: 50px;
}

.title .w1440 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title .tagBox {
  margin-left: 180px;
}

.title .tagBox .tag {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  color: #666666;
  /* border: 1px solid black; */
  margin-right: 80px;
  text-align: center;
  transition: all ease 0.4s;
}
.title .tagBox .tag:active {
  transform: scale(0.8,0.8);
  background-color: #f4f4f4;
  border-radius: 4px;
}

/* .title .tagBox .tag .on{
  color: #111;
} */
.title .tagBox .tag.on div{
  width: 16px;
height: 4px;
background: #00D1F7;
border-radius: 2px;
position: absolute;
left: 0;
color: #111111;
top: -7px;
}
.title .tagBox .tag:hover{
  cursor: pointer;
  color: #111111;
}
.title .tagBox .tag:hover div{
  width: 16px;
height: 4px;
background: #00D1F7;
border-radius: 2px;
position: absolute;
left: 0;
color: #111111;
top: -7px;
}
.title .w1440 a {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  margin-left: 64px;
}

.imgBox {
  display: inline-block;
  position: relative;
  float: right;
}
.imgBox div{
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
height: 350px;
background: rgba(0,0,0,0.03);
}
.imgBox img {
  width: 650px;
  height: 350px;
  padding-left: 470px;

}

.imgBox1 {
  float: left;
}
.ihw {
  width: 190px;
  height: 80px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.imgBox1 img {
  width: 650px;
  height: 350px;
  padding-right: 470px;
  padding-left: 0;
}
.imgBox1 div {
  position: absolute;
  left: initial;
  right: 0;
  top: 0;
  width: 400px;
height: 350px;
background: rgba(0,0,0,0.03);
}
.wordBox {
  overflow: hidden;
  position: absolute;
  left: 80px;
  top: 70px;
}

.wordBox1 {
  overflow: hidden;
  position: absolute;
  right: 143px;
  top: 70px;
}

.w1 {
  color: #111;
  font-weight: bold;
}

.w1 span {
  color: #00D1F7;
}
input::-webkit-input-placeholder {
  font-weight: 500;
}
textarea ::-webkit-input-placeholder {
  font-weight: 500;
}
.wBorder {
  width: 80px;
  height: 8px;
  background: #00D1F7;
  border-radius: 4px;
  margin-top: 16px;
}
.ipt{
  background-color: rgba(0, 0, 0, 0.03);
  height: 85px;
  /* margin-top: 30px; */
  width: 855px;
  border: none;
  padding: 0 30px;
  font-weight: 600;
}
.subBtn {
  background-color: rgba(0, 209, 247, 1);
  height: 60px;
  width: 200px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 25px;
  border: none;
  margin-top: 10px;
  border-radius: 4px;
  transition: all ease 0.4s;
}
.subBtn:active {
  box-shadow: 2px 2px 4px 0px rgb(117, 117, 117) inset;
  transform: scale(0.9,0.9);
}
.subBtn:hover {
  /* background-color: rgb(0, 197, 232); */

}
.fwt{
  font-weight: 600;
}
.fword {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  line-height: 30px;
  margin-top: 30px;
}

.swiperWord {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 25px;
  margin-top: 30px;
  padding-left: 19px;
}

.mySwiper2 .swiper-slide,
.mySwiper3 .swiper-slide {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1000);
}

.pImg {
  position: absolute;
  left: 46%;
  top: 38px;
  width: 40px;
  height: 40px;
}

.pImg img:first-child {
  display: block;
}

.pImg img:last-child {
  display: none;
}

.pImg:hover img:first-child {
  display: none;
}

.pImg:hover img:last-child {
  display: block;
}

.logo3 {
  width: 100px;
  height: 624px;
  position: absolute;
  left: 0;
  top: 10px;
}


.problemsView {
  width: 440px;
  height: 128px;
  background: #EEEEEE;
  border-radius: 10px;
}

.problemsView .tx {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.problemsWord {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  text-align: center;
  font-weight: 600;
  color: #111;

}

.problemsWord span {
  font-size: 18px;
  color: 666;
  font-weight: 500;
}

.dou {
  width: 80px;
  height: 70px;
  position: absolute;
  right: 20px;
  top: -50px;
}

.problemsView .name {
  font-size: 20px;
  text-align: center;
  margin-top: 82px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #111111;
}

.showInfo {
  height: 218px;
  background: #F4FDFE;;
  /* box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1000); */
  overflow: hidden;
  border-bottom: 4px solid #00D1F7;
}

.showtitle {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  margin-top: 50px;
  text-align: center;
}

.myA {
  color: #111;
  text-decoration: underline;
}

.sjlist {
  width: calc(100% /3);
  text-align: center;
}

.sjlist img {
  width: 80px;
}

.sjlist .sjname {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #111111;
  margin-top: 50px;
}

.sjtype {
  font-size: 18px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #111111;
  margin-top: 16px;
}

.footer {
  width: 1920px;
  height: 585px;
  background: url(../imgs/footer.png);
  background-size: 100% 100%;
  overflow: hidden;
}

.footerTitle {
  text-align: center;
  font-size: 50px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #fff;
  line-height: 70px;
  margin-top: 60px;
}

.footerTitle span {
  color: #00D1F7;
}

.footLine {
  width: 80px;
  height: 8px;
  background: #00D1F7;
  border-radius: 4px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6px;
}

.footerContent {
  margin-top: 20px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
}

.footerTitle1 {
  text-align: center;
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #00D1F7;
  line-height: 40px;
  margin-top: 24px;
}
.wx{ width: 140px; margin-top: 50px; position: relative; left: 50%; transform: translateX(-50%);}
.wxword{
  text-align: center;

  font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #FFFFFF;
line-height: 20px;
margin-top: 10px;
}
.Copyright{ width: 100%; text-align: center; height: 80px; line-height: 80px; background: #F2F2F2;font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;}
.Copyright a{ color: #333;}


.aboutLeft{ width: 690px;margin-right: 100px;position: relative;z-index: 50; }
          .aboutRight{width:650px;position: relative;z-index: 50;}
          .aboutRight img{ width: 100%;}
          .aboutDot357{ width: 357px; position: absolute; left: 0; top: -200px;}
          .m200{ margin-top: 200px;}
          .font35_111{font-size: 35px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 600;
  color: #111111;
  line-height: 50px; margin-top: 6px;}
            .m24{ margin-top: 24px;}
            .aboutWord{font-size: 18px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #111111;
line-height: 30px;}
.aboutWord span{
 color: #00D1F7;;
}
.m30{margin-top: 30px;}
.aboutLogo3{ width: 100px; position: absolute; left: 0; bottom: -50px;}
.plantitle{font-size: 18px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #111111;
line-height: 25px;}
.planList img{
  width: 150px;
  margin-right: 30px;
}
.ourLine{
  width: 1px;
height: 100px;
background: #CCCCCC;
border-radius: 4px;
position: absolute;
left: 0;
top: 350px;
}

.zzBox img{ margin-right: 99px;box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1000);}
.zzBox img:last-child{ margin-right: 0;}
.zzBox .aboutDot{
  width: 500px;
  height: 175px;
  box-shadow: none;
  position: absolute;
  left:0;
  top: 405px;
}
.jobList img{ width: 80px; margin-right: 12px; position: relative;z-index: 100;}
.jobList .jonItem{ width: calc(100% / 4 - 10px); margin-bottom: 50px; float: left; padding-left: 10px;}
.jobList .jonItem>span{line-height: 33px;font-size: 22px;}
.jobList .jonItem>span>span{ font-weight: bold;}
.boss{ text-align: center; margin-top: 50px; clear: both;}
.boss img{ width: 180px;}
.boss div{ text-align: center;font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #111111;
  line-height: 24px;}
.tag a{ margin-left: 0 !important;}

.sj1{
  line-height: 30px; text-align: left; 
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.weight6{
  font-weight: 600;
}

.subtitle {
  font-weight: 600;
  padding-top: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 2.35;
  color: #111111;
}