@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}

body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container {
  margin: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 40px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidenav .left .crumb a {
  font-size: 14px !important;
}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  background-image: linear-gradient(45deg, #3e2c7d, #5c3dcc);
  color: #fff;
}
.sidenav .right ul li.cur a {
  color: #fff;
}

/* 主体 */
.tit-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
  white-space: nowrap;
  z-index: 1;
}
.en_tit {
  font-size: 16px;
  margin: 8px 0;
  text-transform: uppercase;
  color: #004ed6;
}
.en_tit span {
  color: #e20015;
}

.main .content {
  padding: 20px 0;
}

.main .content .title {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}

.main .content .date {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
}

.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
  margin: 50px 0 0;
}
/* 内页banner */
.inside-banner {
  margin: 50px 0 0;
}

.iProduct-box {
  background: #f5f7f9;
}
.iProduct {
  padding: 10px 0 0;
}
.iProduct .j-tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.iProduct .j-tab-nav li {
  margin-left: 15px;
  margin-bottom: 10px;
}
.iProduct .j-tab-con div {
  display: none;
}
.iProduct .j-tab-con ul {
  display: flex;
  flex-wrap: wrap;
}
.iProduct .j-tab-con ul li {
  flex: 0 0 49%;
}
.iProduct .j-tab-con ul li:not(:nth-child(2n)) {
  margin-right: calc(2% / 1);
}
.iProduct .j-tab-con div:first-child {
  display: block;
}
.iProduct .j-tab-con li a {
  display: block;
  position: relative;
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 3px solid #fff;
}
.iProduct .j-tab-con li a img {
  max-width: 100%;
}
.iProduct .j-tab-con li a .pic {
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.iProduct .j-tab-con li a p {
  position: relative;
  color: #333333;
  text-align: center;
  padding: 15px 0 26px;
}
.iProduct .j-tab-con li a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 26px;
  height: 7px;
  border-radius: 6px;
  background: #545454;
}
.iProduct .j-tab-con li a .bg {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #f8f8f8;
  z-index: -1;
}

.iAbout {
  padding: 10px 0 25px;
  background: url(../images/about.png) no-repeat bottom;
}
.iAbout .editor {
  margin-top: 20px;
  font-size: 14px;
}
.iAbout .list {
  display: flex;
  margin: 15px 0 25px;
}
.iAbout .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iAbout .list .item-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #004ed6;
  margin-bottom: 15px;
}
.iAbout .list .item-title p {
  position: absolute;
  right: -15px;
  bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #004ed6;
}
.iAbout .list .item:first-child .item-title,
.iAbout .list .item:first-child p {
  color: #e20015;
}
.iAbout .more {
  font-size: 16px;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 1px solid #666666;
  margin: 0 auto;
}
.iAbout .more:hover {
  color: #e20015;
  border: 1px solid #e20015;
}

.iLn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iLn .left {
  flex: 0 1 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
  box-sizing: border-box;
}
.iLn .left .mt,
.iLn .left .mt {
  margin-bottom: 24px;
}
.iLn .left .mt span,
.iLn .left .mt span {
  padding-bottom: 14px;
  border-bottom: 3px solid #fff;
}
.iLn .left .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.iLn .left .pic img {
  width: 100%;
  height: 100%;
}
.iLn .right {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.iLn .right .item {
  flex: 0 0 50%;
}
.iLn .right .item .pic,
.iLn .right .item .pic img {
  width: 100%;
  height: 100%;
}
.iLn .mt {
  font-size: 14px;
  color: #fff;
}
.iLn .mc {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
}
.iLn .right .item:nth-child(1),
.iLn .right .item:nth-child(4) {
  background: #004ed6;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iLn .right .item:nth-child(1) .mt,
.iLn .right .item:nth-child(4) .mt {
  margin-bottom: 24px;
}
.iLn .right .item:nth-child(1) .mt span,
.iLn .right .item:nth-child(4) .mt span {
  padding-bottom: 14px;
  border-bottom: 3px solid #fff;
}

.iHyyy {
  display: none;
  margin: 20px 0 0;
}
.iHyyy .detail {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}
.iHyyy .detail a {
  flex: 0 0 19.28%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 220px;
}
.iHyyy .detail p {
  margin: 18px 0 0;
  color: #fff;
  font-size: 12px;
}
.iHyyy .detail .icon {
  display: none;
}
.iHyyy .detail a:hover p {
  color: #004ed6;
}
.iHyyy .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.iNews {
  margin: 20px 0 20px;
}
.iNews .detail {
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
}

.iNews .list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.iNews .item {
  height: 206px;
  position: relative;
  padding-bottom: 24px;
}
.iNews .item img {
  width: 100%;
  height: 100%;
}
.iNews .item:nth-child(3n) {
  margin-right: 0;
}
.iNews .item .title-box {
  padding: 20px 10px;
  border-radius: 10px;
  position: absolute;
  left: 44px;
  right: 44px;
  background: rgba(255, 255, 255, 0.875);
  bottom: 0px;
}
.iNews .item .title-box .title {
  font-size: 16px;
  line-height: 1.4;
}
.iNews .item .title-box .date {
  font-size: 16px;
  margin: 20px 0 0;
  font-weight: bold;
}
.iNews .item:hover .title-box {
  background: rgba(24, 95, 217, 0.875);
}
.iNews .item:hover .title,
.iNews .item:hover .date {
  color: #fff;
}

.iMessage {
  background: #003ea9;
  padding: 65px 0;
}
.iMessage .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.iMessage form {
  margin: 60px 0 0;
}
.iMessage form .top {
}
.iMessage form .top .info {
  width: 100%;
  height: 40px;
}
.iMessage form .top .item {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.iMessage form .top .name {
  font-size: 18px;
  color: #fff;
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.iMessage form .top .info input {
  font-size: 18px;
  width: 100%;
  height: 40px;
  padding-left: 36px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #125ad8;
  box-sizing: border-box;
}
.iMessage form .top .info input::placeholder {
  color: #5d98ff;
  font-size: 18px;
}
.iMessage form .textarea {
  margin: 30px 0 0;
}
.iMessage form .textarea .item {
  display: flex;
  align-items: center;
}
.iMessage form .textarea .item .name {
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  margin: 0 20px 0 0;
}
.iMessage form .textarea .item .info textarea {
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 100px;
  background: #125ad8;
  border-radius: 8px;
  padding: 23px 30px;
  box-sizing: border-box;
  border: unset;
}
.iMessage form .textarea .item .info textarea::placeholder {
  color: #5d98ff;
  font-size: 18px;
}
.iMessage form .textarea .submit{
  margin: 16px 0 0;
  display: flex;
  justify-content: center;

}
.iMessage form .textarea button {
  border: unset;
  width: 230px;
  height: 40px;
  background: #022461;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inset {
  padding-top: 20px;
}
.inset-cate {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 24px;
}
.article {
  border-radius: 6px;
  padding: 10px 15px;
}
.article .detail {
  display: flex;
  flex-wrap: wrap;
}
.article .detail li {
  flex: 0 0 49%;
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li:not(:nth-child(2n)) {
  margin-right: calc(2% / 1);
}
.article .detail li a {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  font-size: 14px;
  flex: 1 1 auto;
  margin: 10px 0 15px;
}
.article .detail li a .date {
  text-align: left;
  font-size: 12px;
}
.article .detail li a:hover span {
  background-color: #240f6c;
}
.article .detail li a:hover {
  color: #240f6c;
}

.xhdt {
  padding: 20px 0 0;
  border-radius: 6px;
}
.xhdt .detail li {
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.xhdt .detail li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
}
.xhdt .detail li a .img-full {
  height: 200px;
  overflow: hidden;
}
.xhdt .detail li a .img-full img {
  object-fit: cover;
}
.xhdt .detail li a .title-box {
  flex: 1 1 auto;
  padding: 10px 20px;
}
.xhdt .detail li a .title-box .title {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 8px 0;
}
.xhdt .detail li a .title-box .des {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #999;
}
.xhdt .detail li a .title-box .date {
  margin: 0 0 2px 0;
}
.xhdt .detail li a .title-box span {
  display: inline-flex;
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background-color: #3e929e;
}
.xhdt .detail li a .right {
  display: none;
}
.xhdt .detail li a:hover img {
  transform: scale(1.1, 1.1);
}
.xhdt .detail li a:hover {
  color: #3e929e;
}

.pagecol {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.pagecol .menu {
  background-color: #3e929e;
  padding: 16px 7px;
  box-sizing: border-box;
  border-radius: 20px;
}
.pagecol .menu p {
  font-size: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #42a4b2;
  text-align: center;
  color: #fff;
}
.pagecol .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.pagecol .menu ul li {
  margin: 0 10px 10px 0;
  text-align: center;
}
.pagecol .menu ul li a {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.pagecol .detail {
  margin: 0px 0 0;
}
.pagecol .detail .detail_cate {
  display: none;
  font-size: 20px;
  padding: 0 0 15px 0;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
.pagecol .detail .content {
  padding: 20px 0;
}

.pagecol .fault {
  border-radius: 20px;
}
.fault-warp .pic img {
  max-width: 100%;
}
.fault-warp .box {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}
.fault-warp .box .item {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.fault-warp .box .left .item {
  margin-right: 30px;
}
.fault-warp .box .left .item:nth-child(2n) {
  margin-right: 0;
}
.fault-warp .box .name {
  font-size: 18px;
  color: #333333;
  width: 90px;
}
.fault-warp .box input {
  width: 100%;
  height: 40px;
  background: #f2f2f2;
  padding: 0 0 0 26px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
}
.fault-warp .box input::placeholder {
  color: #999999;
  font-size: 18px;
}
.fault-warp .box textarea {
  font-size: 18px;
  width: 100%;
  height: 180px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 23px 30px;
  box-sizing: border-box;
  border: unset;
}
.fault-warp .box .left {
  display: flex;
  flex-wrap: wrap;
}
.fault-warp .submit {
  display: flex;
  justify-content: center;
  padding: 0 0 70px;
}
.fault-warp .submit button {
  border: unset;
  width: 240px;
  height: 40px;
  background: #0051d8;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter .list a.cur,
.filter .list a:hover {
  color: #5a8bae;
}

.picture .detail {
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
}
.picture .detail li:nth-child(2n) {
  margin-right: 0;
}
.picture .detail li .img-max {
  height: 90px;
}
.picture .detail li p {
  text-align: center;
  margin: 20px 0 0;
}
.picture .detail li:hover img {
  transform: scale(1.1, 1.1);
}
/* 产品 */
.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
}
.product .detail li:nth-child(2n) {
  margin-right: 0;
}
.product .detail li .img-max {
  height: 90px;
}
.product .detail li p {
  text-align: center;
  margin: 20px 0 0;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product .show .image img{
  max-width: 100%;
}

.video ul {
  display: flex;
  flex-wrap: wrap;
}
.video ul li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 10px;
}
.video ul li .img-full {
  border-radius: 12px;
  height: 120px;
  overflow: hidden;
}
.video ul li .title {
  margin: 10px 0;
  text-align: center;
}
.video ul li:nth-child(2n) {
  margin-right: 0;
}
.video ul li:hover img {
  transform: scale(1.1, 1.1);
}

.dsj-box {
  background: url("../images/pic9.png") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.dsj-box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsj-box .pic img {
  max-width: 100%;
}
.dsj-box .steps {
  margin: 20px 0 0;
}
.dsj-box .steps-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dsj-box .steps-item .left,
.dsj-box .steps-item .right {
  flex: 1;
}
.dsj-box .steps-item .line {
  width: 1px;
  height: auto;
  background-color: #0231aa;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.dsj-box .steps-item .left .title {
  color: #fff;
  font-size: 20px;
  padding: 12px 20px;
  width: 120px;
  background-image: linear-gradient(
    to right,
    #240f6c,
    #51418a,
    #c3c0d6,
    #f4f6f7
  );
}
.dsj-box .steps-item .left .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #1c57eb,
    #114ce0,
    #8f99b3,
    #909cb9
  );
  transition: all 0.6s ease 0s;
}
.dsj-box .steps-item .info {
  font-size: 12px;
  font-weight: bold;
  color: #393e4e;
}
.dsj-box .steps-item .left .title-box,
.dsj-box .steps-item .right .title-box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #0231aa;
  display: flex;
}
.dsj-box .steps-item .right .title-box {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.dsj-box .steps-item .left .title-box::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right .title-box::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dsj-box .steps-item .right .title {
  color: #fff;
  font-size: 20px;
  padding: 12px 20px;
  width: 120px;
  background-image: linear-gradient(
    to right,
    #f4f6f7,
    #c3c0d6,
    #51418a,
    #240f6c
  );
}
.dsj-box .steps-item .right .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #909cb9,
    #8f99b3,
    #114ce0,
    #1c57eb
  );
  transition: all 0.6s ease 0s;
}
.dsj-box .year {
  margin: 0 auto;
  margin-bottom: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #605fd8;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.dsj-box .year .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #240f6c;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 20px;
  border-radius: 50%;
}

.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

/* 底部 */
.footer {
  background: url("../images/footer-bg.png");
}

.footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  padding: 10px 0 20px;
  border-bottom: 1px solid #3a4352;
}
.footer-contact .title {
  display: flex;
  align-items: baseline;
  padding-bottom: 24px;
  border-bottom: 1px solid #364150;
}
.footer-contact .title p {
  font-size: 26px;
}
.footer-contact .title p:last-child {
  font-size: 24px;
  margin-left: 24px;
}
.footer-contact .detail {
  padding-top: 20px;
}
.footer-contact .detail p {
  margin-bottom: 20px;
}
.footer-contact .detail p:first-child span {
  font-size: 20px;
  font-weight: bold;
}
.footer-nav {
  display: none;
}
.footer-nav .nav {
  display: flex;
  flex-wrap: wrap;
}
.footer-nav .nav li {
  margin: 0 70px 36px 0;
}
.footer-nav .nav li a {
  color: #fff;
}
.footer-wx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  display: none;
}
.footer-wx img {
  width: 155px;
  height: 155px;
}
.footer-wx p {
  margin: 22px 0 0;
  width: 155px;
  text-align: center;
}

.footer-bottom {
  padding: 35px 0;
  color: #b4b4b4;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #8893b1;
}
.footer-bottom .copyright a {
  color: #8893b1;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
  margin: 5px;
}
.mypage li.active {
  background: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
