/* color */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* this website */
@font-face {
  font-family: mFont;
  src: url("/SinglePage/devopsStatic/font/Pmzd.ttf");
}
@font-face {
  font-family: xFont;
  src: url("/SinglePage/devopsStatic/font/MiSans-Semibold.ttf");
}
* {
  box-sizing: border-box;
}
img {
  height: auto;
}
body {
  width: 100%;
}
.section_main {
  max-width: 1200px;
  margin: 0 auto;
}
.dev_box {
  padding: 60px 50px;
}
.xhbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.xhbtn a {
  min-width: 220px;
  background: #ffb400;
  padding: 10px 30px;
  border-radius: 60px;
  font-size: 22px;
  color: #303133;
  text-align: center;
  transition: 0.2s all ease-in;
}
.xhbtn a:hover {
  transform: translateY(-3px);
  filter: brightness(90%);
}
.xhtitle {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-direction: column;
}
.xhtitle h2 {
  font-size: 40px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: xFont;
}
.xhtitle .mline {
  width: 200px;
  height: 4px;
  background: linear-gradient(0deg, #00ff7e 0%, #00f0ff 100%);
  border-radius: 5px;
  margin-bottom: 20px;
}
.xhtitle .mline hr {
  display: block;
  border: none;
  height: 9px;
  width: 65px;
  margin: 0 auto;
  background: linear-gradient(0deg, #00ff7e 0%, #00f0ff 100%);
  transform: translateY(-3px);
  border-radius: 9px;
}
.xhtitle p {
  font-size: 25px;
  color: #303133;
  text-align: center;
}
.dev01 {
  width: 100%;
}
.dev01 img {
  width: 100%;
}
.dev02 {
  background: #fff;
}
.dev02 .section_main .minfo p {
  font-size: 24px;
  line-height: 180%;
}
.dev02 .section_main span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #909399;
  margin-top: 20px;
  margin-bottom: 20px;
}
.dev02 .section_main img {
  width: 100%;
}
.dev03 {
  background: #f3f3f3;
}
.dev03 .minfo {
  font-size: 24px;
  line-height: 180%;
}
.dev03 ul {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.dev03 li {
  width: 33.33%;
  border-right: 1px dashed #03051e;
  padding: 0 20px;
}
.dev03 li .mitem {
  display: flex;
  align-items: center;
  transition: 0.2s all ease-in;
  flex-direction: column;
}
.dev03 li img {
  height: 140px;
  transition: 0.2s all ease-in;
}
.dev03 li h3 {
  font-size: 30px;
  font-weight: bold;
  color: #303133;
  margin: 8px 0 10px 0;
  text-align: center;
  transition: 0.2s all ease-in;
}
.dev03 li p {
  font-size: 20px;
  line-height: 180%;
  text-align: center;
  transition: 0.2s all ease-in;
}
.dev03 li .mitem:hover {
  transform: translateY(-3px);
}
.dev03 li .mitem:hover img {
  transform: scale(1.05);
}
.dev03 li:last-child {
  border-right: none;
}
.dev04 {
  overflow: hidden;
  width: 100%;
  padding: 40px 50px;
  background: url(/SinglePage/devopsStatic/images/ops05.jpg) no-repeat center center;
  background-size: cover;
}
.dev04 .section_main {
  display: flex;
  align-items: center;
}
.dev04 .mright {
  width: 332px;
  flex-shrink: 0;
  position: relative;
}
.dev04 .mright .imgyuan {
  width: 100%;
  position: relative;
  z-index: 1;
  animation: xz 10s linear infinite;
}
.dev04 .mright .imgce {
  z-index: 10;
  width: 96px;
  position: absolute;
  left: 50%;
  margin-left: -48px;
  top: 50%;
  margin-top: -48px;
}
.dev04 .mleft {
  flex: 1;
  position: relative;
  z-index: 11;
}
.dev04 .mleft img {
  width: 105%;
}
@keyframes xz {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dev05 {
  background: #f3f3f3;
}
.dev05 .imglist {
  width: 100%;
}
.dev05 .imglist ul {
  display: flex;
}
.dev05 .imglist ul li {
  flex: 1;
  padding: 8px;
}
.dev05 .imglist ul .mitem {
  width: 100%;
}
.dev05 .imglist ul img {
  width: 100%;
}
.dev05 .imglist .mbom {
  margin-top: 15px;
}
.dev05 .imglist .mbom img {
  width: 100%;
}
.dev05 .filelist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.dev05 .filelist li {
  width: 50%;
  margin-bottom: 20px;
  padding: 0 30px;
}
.dev05 .filelist .mitem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dev05 .filelist .mitem .mfont {
  display: flex;
  align-items: center;
}
.dev05 .filelist .mitem .mfont img {
  width: 20px;
  margin-right: 15px;
}
.dev05 .filelist .mitem .mfont h3 {
  font-size: 22px;
  color: #303133;
}
.dev05 .filelist .mitem .mbtn {
  margin-left: 20px;
  display: flex;
  align-items: center;
  background: #ffdb11;
  padding: 2px 20px;
  border-radius: 60px;
  transition: 0.2s all ease-in;
}
.dev05 .filelist .mitem .mbtn img {
  width: 13px;
}
.dev05 .filelist .mitem .mbtn span {
  font-size: 20px;
  color: #303133;
  white-space: nowrap;
}
.dev05 .filelist .mitem .mbtn hr {
  border: none;
  width: 2px;
  height: 20px;
  margin: 0 15px;
  background: #333;
  display: block;
  flex-shrink: 0;
}
.dev05 .filelist .mitem .mbtn:hover {
  transform: translateY(-3px);
  background: #ffb400;
}
.dev06 {
  background: #fff;
}
.dev06 .section_main {
  background: #1a4da0;
  padding: 60px 25px 20px 25px;
  border-radius: 25px;
}
.dev06 .mitem {
  border-radius: 25px;
  background: #fff;
  position: relative;
  padding: 0px 30px 30px 30px;
  margin-bottom: 45px;
}
.dev06 .mitem .mtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -25px;
}
.dev06 .mitem h3 {
  font-size: 24px;
  color: #1a4da0;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 35px;
  border-radius: 60px;
  background: linear-gradient(0deg, #00ff7e 0%, #00f0ff 100%);
}
.dev06 .mitem ul {
  display: flex;
}
.dev06 .mitem li {
  flex: 1;
  padding-right: 20px;
}
.dev06 .mitem li .mtop {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.dev06 .mitem li .mtop span {
  width: 5px;
  height: 22px;
  background: #1a4da0;
  margin-right: 10px;
}
.dev06 .mitem li .mtop h4 {
  font-size: 22px;
  font-weight: bold;
  color: #1a4da0;
}
.dev06 .mitem li p {
  font-size: 18px;
  color: #303133;
  line-height: 180%;
}
.dev06 .mitem .minfo p {
  font-size: 20px;
  color: #303133;
  line-height: 180%;
  text-align: center;
  margin-bottom: 10px;
}
.dev06 .mitem .minfo h5 {
  font-size: 22px;
  font-weight: bold;
  color: #1a4da0;
  text-align: center;
}
.dev07 {
  background: url(/SinglePage/devopsStatic/images/ops10.jpg) no-repeat;
  background-size: cover;
  height: 470px;
}
.dev07 .section_main {
  height: 100%;
  display: flex;
  align-items: center;
}
.dev07 .mleft {
  flex: 1;
  margin-right: 30px;
}
.dev07 .mleft img {
  width: 100%;
}
.dev07 .mright {
  width: 570px;
  height: 368px;
  flex-shrink: 0;
  background: url(/SinglePage/devopsStatic/images/ops11.png) no-repeat 100% 100%;
  padding: 40px;
  display: flex;
}
.dev07 .mright .mimg {
  background: #0051ff;
  border-radius: 10px;
  width: 260px;
  height: 260px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev07 .mright .mimg img {
  width: 100%;
  height: 100%;
}
.dev07 .mright .mfont {
  padding-top: 10px;
  padding-left: 20px;
}
.dev07 .mright .mfont h3 {
  font-weight: bold;
  color: #0051ff;
  font-size: 35px;
}
.dev07 .mright .mfont hr {
  display: block;
  width: 100%;
  height: 3px;
  background: #0051ff;
  margin: 5px 0 15px 0;
  border: none;
}
.dev07 .mright .mfont .minfo p {
  font-size: 22px;
  color: #303133;
  line-height: 180%;
}
.dev08 {
  background: #fff;
}
.dev08 .minfo {
  font-size: 25px;
  color: #303133;
  line-height: 180%;
}
.dev08 img {
  width: 100%;
}
.dev09 {
  background: url(/SinglePage/devopsStatic/images/ops14.jpg) no-repeat;
  background-size: cover;
}
.dev09 .section_main {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dev09 h2 {
  font-size: 60px;
  font-family: mFont;
  text-align: center;
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: normal;
}
.dev09 .mmid {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
}
.dev09 .mmid span {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: bold;
  padding: 5px 30px;
  border-radius: 0 100px 100px 0;
  background-image: linear-gradient(0deg, #2284ff 0%, #061795 100%);
}
.dev09 .mmid p {
  color: #606266;
  font-size: 40px;
  padding: 5px 30px;
}
.dev09 a {
  background: #ff0000;
  margin: 30px 0;
  padding: 6px 40px;
  border-radius: 60px;
  color: #FFFFFF;
  font-size: 40px;
}
.dev09 h5 {
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
}
.dev10 ul {
  height: 380px;
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
.dev10 ul li {
  flex: 1;
  padding: 0 10px;
}
.dev10 ul .mitem {
  background: #fff;
  border-radius: 10px;
  padding: 20px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.dev10 ul img {
  height: 131px;
  margin-bottom: 20px;
  max-width: 100%;
}
.dev10 ul h3 {
  font-size: 22px;
  color: #303133;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.dev10 ul p {
  font-size: 18px;
  color: #303133;
  line-height: 170%;
  text-align: center;
}
.dev11 {
  background: #fff;
}
.dev11 ul {
  display: flex;
  margin-bottom: 40px;
}
.dev11 ul li {
  flex: 1;
}
.dev11 .mitem {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.dev11 .mitem .mimg {
  height: 318px;
  width: 100%;
  max-width: 238px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev11 .mitem .mimg img {
  width: 100%;
}
.dev11 .mitem p {
  font-size: 20px;
  color: #2b4890;
}
.dev11 li:last-child .mimg {
  max-width: 350px;
}
.dev12 {
  padding-bottom: 0;
  background: url(/SinglePage/devopsStatic/images/ops23.jpg) no-repeat;
  background-size: cover;
}
.dev12 .section_main {
  display: flex;
}
.dev12 .mleft {
  width: 380px;
  flex-shrink: 0;
  margin-right: 40px;
}
.dev12 .mright {
  flex: 1;
  padding-top: 40px;
}
.dev12 .mright .mtop {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  position: relative;
}
.dev12 .mright .mtop h3 {
  font-size: 26px;
}
.dev12 .mright .mtop p {
  transform: translateY(-1px);
}
.dev12 .mright .mtop::after {
  width: 235px;
  content: '';
  display: block;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.dev12 .mright h4 {
  font-size: 22px;
  font-weight: bold;
  color: #051f65;
  border-radius: 60px;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #00ff7e 0%, #00f0ff 100%);
  width: 140px;
  margin-bottom: 25px;
}
.dev12 .mright li {
  margin-bottom: 40px;
}
.dev12 .mright dd {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 180%;
}
.dev12 .mright dd img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  flex-shrink: 0;
}
.dev13 p {
  color: #303133;
  font-size: 22px;
  text-align: center;
  margin: 40px 0;
}
.dev13 img {
  width: 100%;
}
.dev14 {
  background: url(/SinglePage/devopsStatic/images/ops26.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.dev14 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev14 li {
  flex: 1;
  padding: 0 5px;
}
.dev14 li img {
  width: 100%;
}
.dev14 ul:first-child {
  transform: translateX(-12.5%);
}
.dev14 ul:last-child {
  transform: translateY(-40px);
}
.dev15 ul {
  width: 100%;
}
.dev15 li {
  background: #f5ffff;
  border-radius: 12px;
  padding: 30px 20px;
}
.dev15 li:nth-child(2n) {
  background: #ddfdff;
}
.dev15 .mtop {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #05061b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.dev15 .mtop .micon {
  width: 45px;
  height: 45px;
  background: linear-gradient(0deg, #00ff7e 0%, #00f0ff 100%);
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev15 .mtop .micon span {
  color: #303133;
  font-family: xFont;
  font-size: 24px;
  font-weight: bold;
}
.dev15 .mtop h3 {
  font-weight: bold;
  color: #333;
  font-size: 22px;
}
.dev15 .mbom {
  display: flex;
}
.dev15 .mbom .micon {
  width: 45px;
  height: 45px;
  background: #09214b;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev15 .mbom .micon span {
  color: #FFFFFF;
  font-family: xFont;
  font-size: 20px;
  font-weight: bold;
}
.dev15 .mbom .minfo {
  font-size: 20px;
  color: #303133;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .dev01 {
    height: 22rem;
  }
  .dev01 img {
    object-fit: cover;
    height: 100%;
  }
  .dev_box {
    padding: 3rem 1rem;
  }
  .xhtitle h2 {
    font-size: 2rem;
  }
  .xhtitle .mline hr {
    width: 5rem;
  }
  .xhtitle .mline {
    width: 13rem;
    margin-bottom: 1rem;
  }
  .xhtitle {
    margin-bottom: 1rem;
  }
  .dev02 .section_main .minfo p {
    font-size: 1.4rem;
  }
  .dev02 .section_main span {
    font-size: 1.4rem;
  }
  .xhbtn a {
    font-size: 1.3rem;
    min-width: 10rem;
    padding: 0.5rem 1rem;
  }
  .xhbtn {
    margin-top: 2rem;
  }
  .dev03 .minfo {
    font-size: 1.4rem;
  }
  .dev03 li img {
    height: 6rem;
  }
  .dev03 li {
    padding: 0 0.5rem;
  }
  .dev03 li h3 {
    font-size: 1.8rem;
  }
  .dev03 li p {
    font-size: 1.4rem;
  }
  .dev04 .mright {
    display: none;
  }
  .dev04 .mleft img {
    width: 100%;
  }
  .dev05 .imglist ul li {
    padding: 0.2rem;
  }
  .xhtitle p {
    font-size: 1.3rem;
  }
  .dev05 .filelist li {
    width: 100%;
    padding: 0;
  }
  .dev05 .filelist .mitem .mfont h3 {
    font-size: 1.5rem;
  }
  .dev05 .filelist .mitem .mbtn span {
    font-size: 1.5rem;
  }
  .dev05 .filelist .mitem .mbtn hr {
    margin: 0 0.5rem;
  }
  .dev05 .filelist .mitem .mfont img {
    width: 1rem;
    margin-right: 0.5rem;
  }
  .dev06 .section_main {
    padding: 4rem 1rem 2rem 1rem;
  }
  .dev06 .mitem h3 {
    font-size: 1.8rem;
    padding: 0.5rem 2.5rem;
  }
  .dev06 .mitem ul {
    flex-wrap: wrap;
  }
  .dev06 .mitem li {
    width: 100%;
    flex: auto;
    margin-bottom: 2rem;
  }
  .dev06 .mitem {
    padding: 0 1rem 1rem 1rem;
  }
  .dev06 .mitem li .mtop h4 {
    font-size: 1.7rem;
  }
  .dev06 .mitem li .mtop span {
    height: 1.7rem;
  }
  .dev06 .mitem li p {
    font-size: 1.4rem;
  }
  .dev06 .mitem .minfo p {
    font-size: 1.5rem;
    text-align: center;
  }
  .dev06 .mitem .minfo h5 {
    font-size: 1.7rem;
  }
  .dev07 .section_main {
    flex-direction: column;
  }
  .dev07 {
    height: auto;
  }
  .dev07 .mleft {
    width: 80%;
    margin-right: 0;
    margin-bottom: 3rem;
    flex: none;
  }
  .dev07 .mright {
    padding: 27px 27px 50px 27px;
    width: 100%;
    height: auto;
    background: url(/SinglePage/devopsStatic/images/ops11.png) no-repeat 100% 100%;
    background-size: 100% 100%;
  }
  .dev07 .mright .mimg {
    width: 16rem;
    height: 16rem;
    flex-shrink: 0;
  }
  .dev07 .mright .mfont h3 {
    font-size: 1.8rem;
  }
  .dev07 .mright .mfont .minfo p {
    font-size: 1.4rem;
  }
  .dev09 h5 {
    font-size: 1.3rem;
  }
  .dev09 {
    padding: 2rem 1rem;
    background-size: 140% 100%;
    background-position: center;
  }
  .dev09 h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .dev09 .mmid p {
    font-size: 1.5rem;
  }
  .dev09 .mmid span {
    font-size: 1.5rem;
  }
  .dev09 a {
    font-size: 1.6rem;
    margin: 1.5rem 0;
  }
  .dev10 ul {
    flex-wrap: wrap;
    height: auto;
  }
  .dev10 ul li {
    flex: none;
    padding: 0 0.5rem;
    width: 50%;
    margin-bottom: 2rem;
  }
  .dev10 ul img {
    height: 8rem;
  }
  .dev10 ul h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
  .dev10 ul p {
    font-size: 1.4rem;
  }
  .dev11 .mitem .mimg {
    height: 10rem;
  }
  .dev11 .mitem p {
    font-size: 1.2rem;
    margin-top: 0.8rem;
  }
  .dev12 {
    padding: 3rem 0.2rem 3rem 0;
  }
  .dev12 .mleft {
    width: 35%;
    margin-right: 1rem;
  }
  .dev12 .mleft img {
    width: 120%;
    transform: translateX(-10%);
  }
  .dev12 .mright {
    padding-top: 1rem;
  }
  .dev12 .mright .mtop h3 {
    font-size: 1.8rem;
  }
  .dev12 .mright .mtop {
    margin-bottom: 1.2rem;
  }
  .dev12 .mright .mtop p {
    font-size: 1.6rem;
  }
  .dev12 .mright .mtop::after {
    width: 175px;
  }
  .dev12 .mright h4 {
    font-size: 1.5rem;
    width: 12rem;
    margin-bottom: 1rem;
    padding: 2px 0;
  }
  .dev12 .mright dd {
    font-size: 1.2rem;
  }
  .dev12 .mright li {
    margin-bottom: 2rem;
  }
  .dev13 p {
    margin: 1.5rem 0;
    font-size: 1.4rem;
  }
  .dev14 ul:first-child {
    transform: translate(0%, 2rem);
  }
  .dev14 li {
    width: 33.33%;
    flex: none;
  }
  .dev14 ul:last-child {
    transform: translateY(-2rem);
  }
  .dev15 .mtop h3 {
    font-size: 1.6rem;
  }
  .dev15 .mtop .micon {
    width: 3rem;
    height: 3rem;
  }
  .dev15 li {
    padding: 2rem 1rem;
  }
  .dev15 .mtop .micon span {
    font-size: 1.6rem;
  }
  .dev15 .mbom .micon {
    width: 3rem;
    height: 3rem;
  }
  .dev15 .mbom .micon span {
    font-size: 1.6rem;
  }
  .dev15 .mbom .minfo {
    font-size: 1.4rem;
  }
  .dev15 .mtop {
    align-items: flex-start;
  }
  /* 头部 */
  .header {
    width: 100%;
  }
  .header_top {
    width: 100%;
    height: 5rem;
    background: #fff;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease;
    max-width: 640px;
  }
  .header_box {
    padding: 1rem;
    position: relative;
    height: 100%;
    box-sizing: border-box;
  }
  .header_right {
    width: 10rem;
    display: flex;
    justify-content: left;
    opacity: 0;
    position: absolute;
    top: 2.5rem;
    left: 2rem;
    color: #FFFFFF;
  }
  .header_right a {
    font-size: 18px;
    color: #FFFFFF;
  }
  .header_right a.curr {
    font-weight: bold;
    color: #FFFFFF;
  }
  .header_top img {
    width: 85%;
    margin-top: 0.3rem;
    opacity: 1;
  }
  .header_top .header_top_btn {
    display: block;
    width: 3rem;
    height: 3rem;
    background-size: auto 40%;
    position: relative;
    float: right;
  }
  .header_top .header_top_btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0.25rem;
    width: 26px;
    margin-left: -13px;
    margin-top: -8px;
    background: #004ea2;
    transition: all 0.5s ease;
  }
  .header_top .header_top_btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0.25rem;
    width: 26px;
    margin-left: -13px;
    margin-top: 6px;
    background: #004ea2;
    transition: all 0.5s ease;
  }
  .header_top .header_top_btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0.25rem;
    width: 26px;
    margin-left: -13px;
    margin-top: -1px;
    background: #004ea2;
    transition: all 0.5s ease;
  }
  .header_top .header_top_btn.on {
    transition: all 0.5s ease;
  }
  .header_top .header_top_btn.on:before {
    margin-top: -1px;
    transform: rotate(45deg);
    transition: all 0.5s ease;
    background: #004ea2;
  }
  .header_top .header_top_btn.on:after {
    margin-top: -1px;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
    background: #004ea2;
  }
  .header_top .header_top_btn.on span {
    width: 0;
    transition: all 0.5s ease;
  }
  .header_banner {
    width: 100%;
    margin-top: 6.5rem;
  }
  .T-nav {
    position: fixed;
    right: 0;
    top: 5rem;
    margin: 0;
    padding: 0;
    width: 40%;
    height: calc(100vh - 50px);
    background: #004ea2;
    z-index: 22;
    overflow: auto;
    display: none;
    height: auto;
  }
  .T-nav > li {
    float: left;
    position: relative;
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .T-nav > li > a {
    line-height: 45px;
    padding: 5%;
    font-size: 16px;
    display: block;
    position: relative;
    transition: all 0.5s ease;
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: #FFFFFF 1px solid;
  }
  .T-nav > li:last-child > a {
    border: none;
  }
  .T-nav > li > a img {
    width: 2rem;
  }
  .T-nav > li > a:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    bottom: 0;
    background: #c5010b;
    transition: all 0.5s ease;
  }
  .T-nav > li .header_thr {
    background: #002e60;
    display: none;
    font-size: 1.5rem;
    text-align: center;
    /* overflow: hidden; */
    position: fixed;
    right: 40%;
    width: 30%;
    top: 10rem;
  }
  .T-nav > li .header_thr a {
    display: block;
    line-height: 45px;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    padding: 2.4%;
    width: 100%;
    box-sizing: border-box;
  }
  .header_thr div {
    position: absolute;
    right: -9%;
    z-index: 99;
    top: 4%;
  }
  .header_thr img {
    width: 10px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 12px;
  }
  .T-nav > li > a > div {
    width: 1.5rem;
    height: 1.5rem;
    background: url(/images/m/default004.png) no-repeat;
    background-size: 100%;
    margin-left: 0.5rem;
  }
  .T-nav > li > a > p {
    margin-left: 2rem;
  }
  .T-nav > li > a:hover > div {
    width: 1.5rem;
    height: 1.5rem;
    background: url(/images/m/default005.png) no-repeat;
    background-size: 100%;
  }
  .kong {
    height: 5rem;
  }
  /* 底部 */
  .footer {
    width: 100%;
    background-color: #333333;
    padding: 1rem 1rem 6rem 1rem;
    box-sizing: border-box;
  }
  .footer_top {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer_tip {
    font-size: 1.5rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
  }
  .footer_input {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer_input div {
    width: 48%;
    display: block;
    background: none;
    padding: 0;
  }
  .footer_input div div {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    padding-left: 0.3rem;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  .footer_input div span {
    font-size: 1.4rem;
    color: #f0464c;
    line-height: 2rem;
    margin-right: 0.3rem;
  }
  .footer_input div input {
    width: 90%;
    border: none;
    font-size: 1rem;
    line-height: 2rem;
  }
  .footer_input div select {
    width: 90%;
    color: #999999;
    border: none;
    font-size: 1rem;
    line-height: 2rem;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer_btn {
    width: 100%;
    background-color: #fff843;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    color: #333333;
    display: block;
  }
  .footer_contact {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer_contact_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer_contact_body {
    width: 40%;
  }
  .footer_contact_body div {
    display: flex;
    margin-right: 1rem;
    font-size: 1rem;
  }
  .footer_contact_body div span {
    color: #FFFFFF;
    display: block;
    line-height: 1.6em;
    white-space: nowrap;
  }
  .footer_contact_body div p {
    color: #FFFFFF;
    line-height: 1.6em;
  }
  .footer_contact_img {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_contact_img div {
    width: 32%;
  }
  .footer_contact_img div img {
    width: 100%;
  }
  .footer_contact_img div p {
    text-align: center;
    color: #FFFFFF;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .foot_nav {
    width: 100%;
  }
  .foot_nav_top {
    width: 100%;
  }
  .foot_nav_top a {
    display: inline-block;
    color: #FFFFFF;
    font-size: 1rem;
    margin-right: 0.5rem;
    white-space: nowrap;
  }
  .foot_nav hr {
    width: 100%;
    margin: 1rem 0;
    border: none;
    background-color: #FFFFFF;
    height: 1px;
  }
  .foot_nav p {
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.8rem;
  }
  /* foot tool */
  .foot_tools {
    height: 5rem;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .foot_tools a {
    display: flex;
    width: 50%;
    height: 5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
  }
  .foot_tools img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
  .foot_tools a:nth-of-type(1) {
    background-color: #ef0000;
    color: #fff;
  }
  .foot_tools a:nth-of-type(2) {
    background-color: #ffdb11;
    color: #000;
  }
}
