/* 公共样式 */
.headerPC {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 40px 60px;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
.headerPC nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.headerNav li {
  margin-left: 60px;
}
.headerNav a {
  color: white;
}
.headerNav a:hover {
  color: #ffb400;
}
.footer2 {
  background-color: #2f2f34;
}
.footer2 .fMain2 p a {
  color: white;
}
.footer2 .fMain3 h4 a {
  color: white;
}
.footerBox {
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flogo {
  width: 150px;
}
.flogo a {
  display: block;
}
.flogo a img {
  display: block;
  width: 150px;
}
.fCode {
  width: 110px;
}
.fCode img {
  display: block;
  width: 110px;
}
.footerMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.footerMain ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 40px;
}
.footerMain li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0px 20px;
}
.fMain1 {
  color: #888888;
  font-size: 13px;
  line-height: 20px;
}
.fMain2 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.fMain2 h4 {
  color: #888888;
}
.fMain2 p a {
  display: inline-block;
  margin-right: 16px;
}
.fMain2 p a:hover {
  color: #ffb400;
}
.fMain3 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.fMain3 h4 {
  font-size: 24px;
}
.fMain3 > div p {
  font-size: 13px;
  color: #888888;
}
.headerMB {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: white;
  box-shadow: 0px 0px 10px 0px #dadada;
  display: none;
}
.headerMBTitle {
  position: relative;
  padding: 5px 16px;
}
.headerMBTitle a {
  display: block;
  max-width: 40%;
}
.headerMBTitle a img {
  max-height: 40px;
  display: block;
}
.headerMBTitle button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  border: none;
}
.headerMBTitle button img {
  width: 24px;
}
.headerMBList {
  border-top: 1px solid #dadada;
  padding: 10px 0;
  display: none;
}
.headerMBList li a {
  display: block;
  padding: 6px 16px;
}
.headerMBList li.active a {
  color: #ff8107;
}
.pageNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
}
.pageNav a {
  color: #888888;
}
.pageNav a.active,
.pageNav a:hover {
  color: black;
}
.pageNav > a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px;
}
.pageNav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.pageNav > ul li {
  margin: 0px 10px;
}
.pageNav > ul li.active a {
  color: black;
}
/* 公共样式 */
/* 首页 */
.homeBanner {
  position: relative;
}
.homeBanImg img {
  display: block;
  width: 100%;
}
.homeBanner .swiper-slide {
  position: relative;
}
.homeBanText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 10%;
  text-align: center;
  color: white;
}
.homeBanText h4 {
  font-size: 64px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(50%);
}
.homeBanText p {
  opacity: 0;
  transform: translateX(50%);
}
.homeBanText p:first-of-type {
  font-size: 36px;
  margin-top: 10px;
}
.homeBanText p:nth-of-type(2) {
  font-size: 28px;
  color: #e4e3e3;
  margin-top: 16px;
}
.homeBanText p:last-of-type {
  color: #dcd5cc;
  margin-top: 6px;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText h4 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.6s;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText p {
  transition: all 0.6s;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText p:first-of-type {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText p:nth-of-type(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText p:nth-of-type(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}
.homeBanner .swiper-slide.swiper-slide-active .homeBanText p:nth-of-type(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.homeBanPrev,
.homeBanNext {
  position: absolute;
  bottom: 80px;
  z-index: 1000;
  cursor: pointer;
  outline: none;
}
.homeBanPrev canvas,
.homeBanNext canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.homeBanPrev img,
.homeBanNext img {
  display: block;
}
.homeBanPrev {
  left: 100px;
}
.homeBanNext {
  right: 100px;
}
.homePagina {
  position: absolute;
  bottom: 200px;
  left: 100px;
  color: white;
  z-index: 1000;
}
.homePagina span {
  margin-right: 6px;
}
.homePagina span.active {
  font-size: 20px;
}
.homeNext {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.homeNext a {
  display: block;
  text-align: center;
}
.homeNext a img {
  display: block;
  animation: shubiao 2s ease-in-out infinite;
}
.homeNext a i {
  color: white;
  display: inline-block;
  margin-left: 4px;
  transform: rotateZ(90deg);
  font-size: 18px;
}
@keyframes shubiao {
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0px);
  }
}
.hometb {
  padding-top: 110px;
  padding-bottom: 110px;
}
.main1 {
  background-color: #313131;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  z-index: 5;
}
.bodong {
  position: absolute;
  height: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.bodong canvas {
  width: 100% !important;
  height: 100% !important;
}
.particles1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.particles1 canvas {
  width: 100%;
  height: 100%;
}
.mainTitle {
  text-align: center;
  margin-bottom: 60px;
}
.mainTitle h4 {
  font-size: 48px;
  margin-bottom: 10px;
}
.mainTitle p {
  font-size: 16px;
}
.main1 .mainTitle {
  color: white;
}
.main1Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m1Left {
  padding-right: 80px;
}
.m1Right {
  padding-left: 80px;
}
.m1Left,
.m1Right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-top: 100px;
  color: white;
}
.m1Left li,
.m1Right li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 50px;
  min-height: 40px;
}
.m1Left li:last-of-type,
.m1Right li:last-of-type {
  margin-bottom: 0;
}
.m1Left li span,
.m1Right li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  display: block;
  border: 1px solid white;
}
.m1Left li p,
.m1Right li p {
  padding: 10px 0;
  font-size: 18px;
}
.m1CBox {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  overflow: hidden;
  background-color: white;
  padding: 50px;
}
.m1CBox > div {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid black;
}
.m1CBox > div > img {
  transition: all 1s;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m1CBox:hover > div > img {
  transform: scale(1.2);
}
.main2 {
  background-color: #fefafb;
}
.m2List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m2List li {
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 2%;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0px #e6e6e6;
  padding: 30px;
  text-align: center;
  transition: all 0.5s;
}
.m2List li:nth-of-type(3n) {
  margin-right: 0;
}
.m2List li > img {
  width: 70px;
  height: 70px;
}
.m2List li h4 {
  font-size: 24px;
  margin: 16px 0 10px;
}
.m2List li p {
  font-size: 16px;
  color: #444444;
}
.m2List li:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 10px 0px #b4b4b4;
}
.main3 {
  position: relative;
}
.main3 .containers {
  position: relative;
  z-index: 10;
}
.main3 .mainTitle {
  color: white;
}
.main3 .particles1 {
  z-index: 2;
  height: 100%;
}
.m3List li {
  margin-bottom: 130px;
}
.m3List li:last-of-type {
  margin-bottom: 0;
}
.m3List li .m3Left {
  width: 40%;
  padding-top: 5%;
}
.m3List li .m3Right {
  width: 60%;
}
.m3List li:nth-of-type(2n) > div {
  float: right;
}
.m3List li:nth-of-type(2n) .m3Left {
  padding-left: 100px;
}
.m3List li:nth-of-type(2n-1) > div {
  float: left;
}
.m3List li:nth-of-type(2n-1) .m3Left {
  padding-right: 100px;
}
.m3List li::after {
  content: '';
  font-size: 0px;
  line-height: 0px;
  display: table;
  clear: both;
}
.m3Img img {
  display: block;
  width: 100%;
}
.m3Text {
  color: white;
}
.m3Text1 h4 {
  font-size: 36px;
  margin-bottom: 20px;
}
.m3Text1 p {
  font-size: 18px;
}
.m3Text2 {
  margin-top: 20px;
}
.m3Text2 p {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}
.m3Text2 p::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8107;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.m3More {
  margin-top: 50px;
  font-size: 16px;
}
.m3More a {
  color: white;
}
.m3More a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
}
.m3More a img {
  display: inline-block;
  vertical-align: middle;
}
.m4List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m4List li {
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 2%;
}
.m4List li:nth-of-type(3n) {
  margin-right: 0;
}
.m4List li a {
  display: block;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.m4List li a:hover {
  border-color: #ffb400;
  transform: translateY(-10px);
  background-color: white;
  box-shadow: 0px 5px 10px 0px #999999;
}
.m4List li a:hover .m4Text > span {
  color: #ffb400;
}
.m4Img {
  overflow: hidden;
}
.m4Img img {
  display: block;
  width: 100%;
  transition: all 1s;
}
.m4Img:hover img {
  transform: scale(1.2);
}
.m4Text {
  padding: 30px;
}
.m4Text h4 {
  font-size: 21px;
  margin-bottom: 24px;
}
.m4Text p {
  font-size: 16px;
  line-height: 26px;
}
.m4Text > span {
  display: block;
  margin-top: 50px;
  font-size: 16px;
}
.m4More {
  text-align: center;
  margin-top: 50px;
}
.m4More a {
  display: inline-block;
  width: 450px;
  padding: 20px;
  border: 3px solid #ffb400;
  color: #ffb400;
  font-size: 20px;
  border-radius: 50px;
  transition: all 0.3s;
}
.m4More a:hover {
  background-color: #ffb400;
  color: white;
}
.main5 {
  background-color: #282828;
  padding: 70px 0;
  position: relative;
}
.main5 .mainTitle {
  color: white;
}
.main5 .particles1 {
  height: auto;
  bottom: 0;
  z-index: 2;
}
.m5List ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.m5List li {
  -webkit-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  flex: 0 0 15%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.m5List li:nth-of-type(6n) {
  margin-right: 0;
}
.m5List li a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.m5List li a img {
  display: block;
  width: 100%;
}
.m5line1 {
  border-bottom: 1px solid #3e3e3e;
  top: 0;
}
.m5line1 span,
.m5line3 span {
  display: block;
  height: 100px;
  border-right: 1px solid #3e3e3e;
}
.m5line1 span:last-of-type,
.m5line3 span:last-of-type {
  border: none;
}
.m5line3 {
  border-top: 1px solid #3e3e3e;
  bottom: 0;
}
.m5line2 {
  top: 100px;
  bottom: 100px;
  align-items: center;
}
.m5line2 span {
  position: relative;
  display: block;
  height: 100%;
}
.m5line2 span:first-of-type,
.m5line2 span:nth-of-type(3) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.m5line2 span:first-of-type::after,
.m5line2 span:nth-of-type(3)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #3e3e3e;
}
.m5line2 span:nth-of-type(2) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.m5line2 span:nth-of-type(2)::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #3e3e3e;
}
.m5line2 span:first-of-type {
  border-right: 1px solid #3e3e3e;
}
.m5line2 span:nth-of-type(3) {
  border-left: 1px solid #3e3e3e;
}
.main5Box {
  width: 800px;
  height: 800px;
  z-index: 6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main5Box img {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 60px;
}
.m5lineText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  font-size: 60px;
  color: #ffb400;
  letter-spacing: 10px;
}
/* 首页 */
/* 产品服务 */
.inBanner {
  position: relative;
}
.inBanner img {
  display: block;
  width: 100%;
}
.inBanText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: white;
}
.inBanText h4 {
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 10px;
}
.inBanText p {
  font-size: 26px;
  letter-spacing: 6px;
}
.service {
  padding: 100px 0;
}
.serviceMNav {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 100px;
}
.serviceMNav ul {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.serviceMNav li {
  display: inline-block;
  vertical-align: middle;
  padding: 16px;
  margin-right: 2%;
  -webkit-box-flex: 0 0 15%;
  -webkit-flex: 0 0 15%;
  flex: 0 0 15%;
  text-align: center;
  font-size: 21px;
  min-width: 130px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}
.serviceMNav li p {
  margin-top: 10px;
}
.serviceMNav li:nth-of-type(6n) {
  margin-right: 0;
}
.serviceMNav li::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: transparent;
}
.serviceMNav li:hover,
.serviceMNav li.active {
  color: #ff8107;
}
.serviceMNav li:hover::after,
.serviceMNav li.active::after {
  background-color: #ff8107;
}
.serviceList .m3Text {
  color: black;
}
.serviceList .m3More a {
  color: black;
}
.serviceMain {
  position: relative;
  z-index: 5;
}
.serviceMain .particles1 {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: auto;
}
.serviceMain .particles1 canvas {
  width: 100%;
  height: 100%;
}
/* 产品服务 */
/* 客户案例 */
.anli {
  padding: 70px 0px 100px;
}
.anliTitle {
  margin-bottom: 100px;
}
.anliTitle h4 {
  font-size: 30px;
  text-align: center;
}
.anliList1 ul {
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.anliList1 li {
  -webkit-box-flex: 0 0 49%;
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
}
.anli1Box {
  height: 100%;
  background-color: white;
}
.anli1Box:hover .anli1Text h4 {
  color: #ffb400;
}
.anli1Box:hover .anli1More a {
  color: #ffb400;
}
.anli1Box:hover .anli1More i {
  background: url('../image/icon41.png') no-repeat center center / contain;
}
.anli1Img a {
  display: block;
  position: relative;
  overflow: hidden;
}
.anli1Img a > img {
  transition: all 1s;
}
.anli1Img a:hover > img {
  transform: scale(1.2);
}
.anli1Img a > img {
  width: 100%;
  display: block;
}
.anli1Img a > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.anli1Img a > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.anli1Text {
  position: relative;
  padding-right: 100px;
}
.anli1Text > a {
  padding: 30px;
  display: block;
}
.anli1Text > a h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.anli1Text > a p {
  font-size: 17px;
  color: #888888;
}
.anli1More {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.anli1More a {
  display: block;
}
.anli1More span {
  display: inline-block;
  vertical-align: middle;
}
.anli1More i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 14px;
  background: url('../image/icon4.png') no-repeat center center / contain;
  margin-left: 6px;
}
.anliList2 {
  margin-top: 30px;
}
.anliList2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.anliList2 li {
  -webkit-box-flex: 0 0 32%;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.anliList2 li:nth-of-type(3n) {
  margin-right: 0;
}
.anliList2 li a {
  display: block;
  background-color: white;
}
.anliList2 li a:hover {
  box-shadow: 0px 0px 10px 0px #b4b4b4;
}
.anliList2 li a:hover .anli2Text h4 {
  color: #ffb400;
}
.anli2Img {
  position: relative;
  overflow: hidden;
}
.anli2Img > img {
  transition: all 1s;
}
.anli2Img:hover > img {
  transform: scale(1.2);
}
.anli2Img > img {
  display: block;
  width: 100%;
}
.anli2Img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.anli2Img > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.anli2Text {
  padding: 30px;
}
.anli2Text h4 {
  font-size: 21px;
  margin-bottom: 10px;
}
.anli2Text p {
  font-size: 17px;
  color: #888888;
}
.anli .pageNav {
  margin-top: 40px;
}
/* 客户案例 */
/* 新闻中心 */
.news {
  padding: 70px 0px 100px;
}
.newsTitle {
  text-align: center;
  margin-bottom: 50px;
}
.newsTitle h4 {
  font-size: 30px;
}
.newsList {
  margin-bottom: 50px;
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.newsList::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  background-color: #e6e6e6;
}
.newsList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.newsList li {
  -webkit-box-flex: 0 0 33.33%;
  -webkit-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.newsList li a {
  display: block;
  padding: 50px;
}
.newsList li a:hover .newsImg > img {
  transform: scale(1.2);
}
.newsList li a:hover .newsImg > div {
  display: block;
}
.newsList li a:hover .newsText h4 {
  color: #ff8107;
}
.newsList li:nth-of-type(3n-2),
.newsList li:nth-of-type(3n-1) {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.newsList li:nth-of-type(3n) {
  border-bottom: 1px solid #e6e6e6;
}
.newsImg {
  position: relative;
  overflow: hidden;
}
.newsImg > img {
  width: 100%;
  display: block;
  transition: all 1s;
}
.newsImg > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 180, 0, 0.5);
  display: none;
}
.newsImg > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 17px;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 30px;
}
.newsText {
  margin-top: 40px;
  position: relative;
  padding-bottom: 50px;
}
.newsText h4 {
  font-size: 21px;
  margin-bottom: 20px;
}
.newsText p {
  font-size: 17px;
  color: #888888;
  line-height: 30px;
}
.newsText > span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #888888;
  font-size: 20px;
}
/* 新闻中心 */
/* 新闻详情 */
.newsDetail {
  padding: 110px 0px 100px;
}
.newsDtLbox {
  padding-right: 50px;
}
.newsDtLTitle {
  margin-bottom: 70px;
}
.newsDtLTitle h4 {
  font-size: 36px;
  margin-bottom: 30px;
}
.newsDtLTitle p {
  color: #a7a7a7;
}
.newsDtLTitle p span {
  color: #ff8107;
}
.newDtLCont {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
}
.newsDtRight {
  width: 400px;
}
.newsDtRbox {
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
.newsDtRbox::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff8107;
}
.newsDtRTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.newsDtRTitle img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.newsDtRTitle span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.newsDtRhot li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.newsDtRhot li a h4 {
  font-size: 16px;
  line-height: 30px;
}
.newsDtRhot li a h4 span {
  font-size: 12px;
  background-color: #afb5c4;
  color: white;
  display: inline-block;
  width: 50px;
  text-align: center;
  border-radius: 30px;
  padding: 4px 0;
  margin-right: 10px;
  line-height: normal;
}
.newsDtRhot li a p {
  color: #888888;
  margin-top: 10px;
}
.newsDtRhot li a:hover h4 {
  color: #ff8107;
}
.newsDtRhot li:first-of-type a h4 span {
  background-color: #e92e2e;
}
.newsDtRhot li:nth-of-type(2) a h4 span {
  background-color: #ff8107;
}
.newsDtRtag {
  margin-top: 20px;
}
.newsDtRtag li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.newsDtRtag li a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #e6e6e6;
}
.newsDtRtag li a:hover {
  color: #ff8107;
}
.newsDtRnext {
  margin-top: 20px;
}
.newsDtRnext a h4 {
  font-size: 16px;
}
.newsDtRnext a p {
  font-size: 12px;
  color: #888888;
  margin-top: 10px;
}
.newsDtRnext a:hover h4 {
  color: #ff8107;
}
/* 新闻详情 */
/* 关于我们 */
.about {
  padding: 100px 0;
}
.about1,
.about2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 18px;
  color: #777777;
}
.about1 img,
.about2 img {
  width: 490px;
  max-width: 100%;
}
.about1 > div,
.about2 > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 30px;
}
.about1 {
  margin-bottom: 60px;
}
.about1 > div {
  padding-right: 100px;
}
.about2 > div {
  padding-left: 100px;
}
.about3 {
  background-color: white;
  padding: 30px 0;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0px 0px 10px 0px #e6e6e6;
}
.about3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.about3 li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.about3 li h4 {
  font-size: 24px;
  color: #34404b;
  margin: 14px auto 10px;
  max-width: 220px;
}
.about3 li p {
  font-size: 16px;
  color: #7b8390;
  max-width: 220px;
  margin: 0 auto;
}
.about4 {
  margin-top: 100px;
}
.about4 > h4 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 70px;
}
.about4 > ul {
  max-width: 700px;
  margin: 0 auto;
}
.about4 > ul > li {
  position: relative;
  padding-bottom: 40px;
}
.about4 > ul > li::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #e6e6e6;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid white;
  z-index: 5;
}
.about4 > ul > li::after {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.about4 > ul > li:last-of-type::after {
  display: none;
}
.about4 > ul > li img {
  position: absolute;
  top: 10px;
  width: 34px;
}
.about4 > ul > li:nth-of-type(2n-1) {
  text-align: left;
}
.about4 > ul > li:nth-of-type(2n-1) .about4Text {
  text-align: right;
}
.about4 > ul > li:nth-of-type(2n-1) > img {
  right: 39%;
}
.about4 > ul > li:nth-of-type(2n-1) .about4end {
  text-align: right;
}
.about4 > ul > li:nth-of-type(2n) {
  text-align: right;
}
.about4 > ul > li:nth-of-type(2n) .about4Text {
  text-align: left;
}
.about4 > ul > li:nth-of-type(2n) > img {
  left: 39%;
}
.about4 > ul > li:nth-of-type(2n) .about4end {
  text-align: left;
}
.about4Text {
  display: inline-block;
  width: 44%;
}
.about4Text h4 {
  font-size: 20px;
  color: #34404b;
  margin-bottom: 6px;
}
.about4Text p {
  font-size: 15px;
  color: #7b8390;
}
.about4end {
  width: 44%;
  display: inline-block;
  font-size: 20px;
  color: #34404b;
  padding-top: 16px;
}
/* 关于我们 */
/* 联系我们 */
.contactus {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.contactus::after {
  content: '';
  display: block;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background-color: #f8f9fa;
  position: absolute;
  bottom: -150px;
  right: -30px;
  z-index: -1;
}
.contactMain {
  background-color: white;
}
.contactus1 {
  border-bottom: 1px solid #e6e6e6;
}
.contactus1 li {
  padding: 70px;
  border-bottom: 2px solid transparent;
}
.contactus1 li:hover {
  border-color: #ffb400;
  background: url('../image/bg4.png') no-repeat center center / cover;
}
.contactus1 li h4 {
  font-size: 50px;
  margin-top: 10px;
}
.contactus1 li p {
  font-size: 18px;
}
.contactus2 {
  border-bottom: 1px solid #e6e6e6;
  padding: 70px 0;
}
.contactus2 li {
  padding-left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
}
.contactus2 li > img {
  display: block;
  -webkit-box-flex: 0 0 44px;
  -webkit-flex: 0 0 44px;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.contactus2 li > div {
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.contactus3 {
  padding-top: 70px;
  overflow: hidden;
}
.contactus3L {
  -webkit-box-flex: 0 0 42%;
  -webkit-flex: 0 0 42%;
  flex: 0 0 42%;
}
.contactus3R {
  -webkit-box-flex: 0 0 58%;
  -webkit-flex: 0 0 58%;
  flex: 0 0 58%;
  padding-left: 60px;
  position: relative;
}
.contaMsg {
  padding-left: 70px;
  padding-bottom: 80px;
}
.contaMsg > h4 {
  font-size: 60px;
  margin-bottom: 70px;
  transform: skewX(-10deg);
  position: relative;
}
.contaMsg > h4::after {
  content: '';
  display: block;
  width: 200px;
  height: 10px;
  background-color: #ff9a39;
  position: absolute;
  bottom: 4px;
  left: 10px;
  transform: skewX(-30deg);
  z-index: -1;
}
.contaMsg > ul li {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
.contaMsg > ul li input {
  border: none;
  background-color: transparent;
  height: 50px;
  width: 100%;
  font-size: 20px;
}
.contaMsg > button {
  background-color: #333333;
  color: white;
  font-size: 23px;
  padding: 14px 40px;
  border: none;
  transform: skewX(-15deg);
  margin-top: 30px;
  cursor: pointer;
}
#map {
  height: 900px;
  width: 900px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -250px;
  right: -140px;
}
/* 联系我们 */
@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .headerPC {
    display: none;
  }
  .headerMB {
    display: block;
  }
  .homeBanImg img {
    height: 400px;
  }
  .homeBanText {
    padding: 0px 5%;
  }
  .homeBanText > h4 {
    font-size: 20px;
  }
  .homeBanText p:first-of-type {
    font-size: 16px;
  }
  .homeBanText p:nth-of-type(2) {
    font-size: 14px;
  }
  .homeBanText p:last-of-type {
    font-size: 12px;
  }
  .homePagina {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .homeNext {
    display: none;
  }
  .homeBanPrev {
    bottom: 10px;
    left: 10px;
  }
  .homeBanNext {
    bottom: 10px;
    right: 10px;
  }
  .main1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mainTitle {
    margin-bottom: 30px;
  }
  .mainTitle h4 {
    font-size: 24px;
  }
  .mainTitle p {
    font-size: 14px;
  }
  .main1 .mainTitle {
    margin-bottom: 30px;
  }
  .main1Box {
    display: block;
  }
  .m1Left,
  .m1Right {
    padding: 0;
  }
  .m1Left li,
  .m1Right li {
    margin-bottom: 20px;
  }
  .m1Left li p,
  .m1Right li p {
    font-size: 14px;
  }
  .m1CBox {
    width: 300px;
    height: 300px;
    margin: 20px auto;
    padding: 20px;
  }
  .hometb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .m2List li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 0;
    padding: 16px 10px;
    margin-bottom: 16px;
  }
  .m2List li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .m2List li img {
    width: 40px;
  }
  .m2List li h4 {
    font-size: 18px;
  }
  .m2List li p {
    font-size: 12px;
  }
  .m3List li {
    margin-bottom: 30px;
  }
  .m3List li:nth-of-type(2n) > div,
  .m3List li:nth-of-type(2n-1) > div {
    float: none;
  }
  .m3List li .m3Left,
  .m3List li .m3Right {
    width: 100%;
  }
  .m3List li:nth-of-type(2n) .m3Left,
  .m3List li:nth-of-type(2n-1) .m3Left {
    padding: 0;
  }
  .m3Text1 h4 {
    font-size: 20px;
  }
  .m3Text1 p {
    font-size: 14px;
  }
  .m3Text2 p {
    font-size: 14px;
  }
  .m3More {
    margin-top: 20px;
  }
  .m3Right {
    margin-top: 20px;
  }
  .m4List li {
    margin: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .m4Text {
    padding: 16px;
  }
  .m4Text h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .m4Text p {
    font-size: 14px;
    line-height: 24px;
  }
  .m4Text > span {
    margin-top: 10px;
  }
  .m4More {
    margin-top: 10px;
  }
  .m4More a {
    width: 100%;
    padding: 10px;
    font-size: 18px;
  }
  .main5Box {
    display: none;
    width: 300px;
    height: 300px;
  }
  .main5pc {
    display: none;
  }
  .main5 {
    padding: 50px 0;
  }
  .m5List {
    display: block;
  }
  .m5List li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
    border: 1px solid #3e3e3e;
    margin-right: 0;
  }
  .m5List li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .footerBox {
    padding: 30px 16px 10px;
    display: block;
  }
  .flogo {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .footerMain ul {
    padding: 0px 0px;
    display: block;
  }
  .footerMain li {
    margin-bottom: 10px;
    padding: 0;
  }
  .footerMain li:nth-of-type(2) {
    display: none;
  }
  .fCode {
    display: none;
  }
  .inBanText h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .inBanText p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .service,
  .about,
  .anli {
    padding: 50px 0;
  }
  .about1,
  .about2 {
    font-size: 14px;
  }
  .about1 > div,
  .about2 > div {
    padding: 0;
    line-height: 24px;
  }
  .about1 > img {
    margin-top: 20px;
  }
  .about2 > img {
    display: none;
  }
  .about3 li {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0px 10px;
  }
  .about3 li:first-of-type,
  .about3 li:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .about3 li h4 {
    font-size: 20px;
  }
  .about3 li p {
    font-size: 14px;
  }
  .serviceMNav li {
    font-size: 14px;
    -webkit-box-flex: 0 0 32%;
    -webkit-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-right: 2%;
    min-width: auto;
  }
  .serviceMNav li:nth-of-type(3n) {
    margin-right: 0;
  }
  .about4 {
    margin-top: 50px;
  }
  .about4 > h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about4Text p {
    font-size: 14px;
  }
  .about4 > ul > li:nth-of-type(2n-1) > img {
    right: 32%;
  }
  .about4 > ul > li:nth-of-type(2n) > img {
    left: 32%;
  }
  .anliTitle {
    margin-bottom: 30px;
  }
  .anliTitle h4 {
    font-size: 24px;
  }
  .anliList1 ul {
    display: block;
  }
  .anliList1 li:first-of-type {
    margin-bottom: 20px;
  }
  .anli1Text {
    padding: 0;
  }
  .anli1Text > a {
    padding: 16px;
  }
  .anli1Text > a h4 {
    font-size: 18px;
  }
  .anli1Text > a p {
    font-size: 14px;
  }
  .anli1More {
    display: none;
  }
  .anliList2 li {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .anli2Text {
    padding: 16px;
  }
  .anli2Text h4 {
    font-size: 18px;
  }
  .anli2Text p {
    font-size: 14px;
  }
  .pageNav {
    font-size: 14px;
  }
  .contactus {
    padding: 50px 0;
  }
  .contactus1 ul {
    display: block;
  }
  .contactus1 li {
    padding: 20px;
  }
  .contactus1 li:hover {
    border-color: transparent;
  }
  .contactus1 li h4 {
    font-size: 24px;
  }
  .contactus1 li p {
    font-size: 14px;
  }
  .contactus2 {
    padding: 30px 10px;
  }
  .contactus2 ul {
    display: block;
  }
  .contactus2 li {
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contactus2 li:last-of-type {
    margin-bottom: 0;
  }
  .contactus2 li > img {
    width: 30px;
    height: 30px;
  }
  .contactus3 {
    padding-top: 50px;
    display: block;
  }
  .contaMsg {
    padding: 0px 16px 30px;
  }
  .contaMsg > h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contaMsg > h4::after {
    width: 80px;
    height: 6px;
    bottom: 0;
  }
  .contaMsg ul li {
    margin-bottom: 10px;
  }
  .contaMsg ul li input {
    font-size: 16px;
  }
  .contaMsg > button {
    font-size: 18px;
    padding: 8px 20px;
  }
  .contactus3R {
    padding: 0;
  }
  #map {
    width: 100%;
    height: 300px;
    position: static !important;
    transform: none;
    border-radius: 0;
  }
  .contactus::after {
    display: none;
  }
  .news {
    padding: 50px 0;
  }
  .newsTitle h4 {
    font-size: 24px;
  }
  .newsList {
    padding: 0px 16px;
    border: none;
  }
  .newsList::after {
    display: none;
  }
  .newsList li {
    -webkit-box-flex: 0 0 48%;
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-bottom: 20px;
  }
  .newsList li a {
    padding: 0;
  }
  .newsList li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .newsList li:nth-of-type(3n),
  .newsList li:nth-of-type(3n-2),
  .newsList li:nth-of-type(3n-1) {
    border: none;
  }
  .newsImg > div > span {
    padding: 2px 10px;
    white-space: nowrap;
    font-size: 14px;
  }
  .newsText {
    margin-top: 16px;
    padding-bottom: 30px;
  }
  .newsText h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .newsText p {
    font-size: 14px;
    line-height: 24px;
  }
  .newsText > span {
    font-size: 14px;
  }
  .newsDetail {
    padding: 50px 0;
  }
  .newsDtBox {
    display: block;
  }
  .newsDtLbox {
    padding: 0;
  }
  .newsDtLTitle {
    margin-bottom: 30px;
  }
  .newsDtLTitle h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .newDtLCont {
    font-size: 16px;
    line-height: 26px;
  }
  .newsDtRight {
    width: 100%;
    margin-top: 50px;
  }
  .newsDtRnext a h4,
  .newsDtRhot li a h4 {
    font-size: 14px;
  }
}
