* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #221815;
}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
@media screen and (min-width: 820px) {
  .container {
    min-width: 1200px;
  }
  .container .header {
    position: relative;
  }
  .container .header .logo {
    position: absolute;
    top: 30px;
    left: 20%;
    width: 400px;
    height: 55px;
  }
  .container .header .banner {
    width: 100%;
  }
  .container .content {
    position: relative;
    padding-top: 40px;
  }
  .container .content .w {
    width: 1200px;
    margin: 0 auto;
  }
  .container .content .w .nav {
    display: flex;
    height: 120px;
  }
  .container .content .w .nav .nav-left {
    position: relative;
    width: 146px;
  }
  .container .content .w .nav .nav-left p {
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 120px;
    z-index: 999;
  }
  .container .content .w .nav .nav-left img {
    position: absolute;
    top: 20px;
    left: 14px;
  }
  .container .content .w .nav .nav-list {
    width: 100%;
    height: 100%;
    background-image: url(../images/nav-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .content .w .nav .nav-list li {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 100px;
    position: relative;
    cursor: pointer;
  }
  .container .content .w .nav .nav-list li .icon {
    width: 52px;
    height: 52px;
    margin-right: 15px;
  }
  .container .content .w .nav .nav-list li p {
    font-size: 20px;
    color: #333;
  }
  .container .content .w .nav .nav-list li .arrow {
    position: absolute;
    top: 52px;
    left: 10px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .container .content .w .nav .nav-list li:last-child {
    margin-right: 0;
  }
  .container .content .w .table {
    position: relative;
    padding: 40px;
    margin-top: 40px;
    background-color: #f4f9ff;
  }
  .container .content .w .table .title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
  }
  .container .content .w .table .title img {
    width: 100%;
    height: 100%;
  }
  .container .content .w .table .icon-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 292px;
    height: 260px;
  }
  .container .content .w .table .cont-table {
    margin-top: 40px;
  }
  .container .content .w .table .cont-table .thead {
    position: relative;
    z-index: 999;
    height: 88px;
    background-image: url(../images/tab-title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 88px;
    font-size: 26px;
    color: #fff;
    border-radius: 15px 15px 0 0;
  }
  .container .content .w .table .cont-table .tbody .table-tb {
    border-collapse: collapse;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr {
    background-color: #f4f9ff;
    height: 120px;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td1 {
    width: 202px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td2 {
    width: 678px;
    font-size: 24px;
    color: #666666;
    padding-left: 108px;
    border-right: 1px solid #eeeeee;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td3 {
    width: 240px;
    font-size: 24px;
    text-align: center;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td3 a {
    color: #619cfe;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr:nth-child(2n) {
    background-color: #fff;
  }
  .container .content .fixed {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 999;
  }
  .container .content .fixed .fix-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px #ddebfd;
    border-radius: 50px;
    padding: 24px 6px;
  }
  .container .content .fixed .fix-list li {
    width: 68px;
    margin-bottom: 16px;
  }
  .container .content .fixed .fix-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .container .content .fixed .fix-list li a img {
    width: 36px;
    height: 36px;
  }
  .container .content .fixed .fix-list li a p {
    font-size: 14px;
    color: #999;
    text-align: center;
  }
  .container .content .fixed .fix-list .action p {
    color: #016ef4;
  }
  .container .content .fixed .fix-cha {
    width: 30px;
    background: #ffffff;
    box-shadow: 0px 4px 16px 0px #ddebfd;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 9px 0;
    cursor: pointer;
  }
  .container .content .fixed .fix-cha img {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
  }
  .container .box {
    margin-top: 50px;
    background-image: url(../images/tab-title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .container .box .box-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0 0;
  }
  .container .box .box-top .box-1 {
    width: 137px;
    height: 3px;
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(217, 217, 217, 0) 100%
    );
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
  }
  .container .box .box-top .box-txt {
    font-size: 24px;
    color: #fff;
  }
  .container .box .box-top .box-2 {
    width: 137px;
    height: 3px;
    background: linear-gradient(45deg, #ffffff 0%, rgba(217, 217, 217, 0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
  }
  .container .box .box-top .img1,
  .container .box .box-top .img2 {
    width: 20px;
    height: 16px;
  }
  .container .box .box-top .img1 {
    margin: 0 24px 0 8px;
  }
  .container .box .box-top .img2 {
    margin: 0 8px 0 24px;
    transform: rotate(180deg);
  }
  .container .box .swiper {
    width: 1200px;
    height: 240px;
  }
  .container .box .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .box .swiper-slide .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .box .swiper-slide .flex img {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
  }
  .container .box .swiper-slide .flex p {
    font-size: 18px;
    color: #fff;
  }
  .container .box .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .container .box .swiper-button-next,
  .container .box .swiper-button-prev {
    color: #fff;
  }
  .container .box .swiper-button-next {
    right: 0;
  }
  .container .box .swiper-button-prev {
    left: 0;
  }
  .container .box .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .container .box .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
  }
  .container .footer {
    background-color: #243f52;
    padding: 50px 0;
    margin: 0 auto;
  }
  .container .footer p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .container .footer p a {
    font-size: 15px;
    color: #fff;
  }
  .container .footer p:last-child {
    margin-bottom: 0;
  }
  :root {
    --swiper-navigation-size: 24px;
  }
}
@media screen and (max-width: 820px) {
  .container .header {
    position: relative;
  }
  .container .header .logo {
    position: absolute;
    top: 0.3rem;
    left: 20%;
    width: 4rem;
    height: 0.55rem;
  }
  .container .header .banner {
    width: 100%;
  }
  .container .content {
    position: relative;
    padding-top: 0.4rem;
  }
  .container .content .w {
    width: 7rem;
    margin: 0 auto;
  }
  .container .content .w .nav {
    display: flex;
    height: 1rem;
  }
  .container .content .w .nav .nav-left {
    position: relative;
    width: 1.2rem;
  }
  .container .content .w .nav .nav-left p {
    position: relative;
    text-align: center;
    font-size: 0.2rem;
    color: #333;
    line-height: 1rem;
    z-index: 999;
  }
  .container .content .w .nav .nav-left img {
    position: absolute;
    top: 0.2rem;
    left: 0.14rem;
    width: 0.5rem;
    height: 0.4rem;
  }
  .container .content .w .nav .nav-list {
    width: 100%;
    height: 100%;
    background-image: url(../images/nav-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .content .w .nav .nav-list li {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 0.15rem;
    cursor: pointer;
  }
  .container .content .w .nav .nav-list li .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.1rem;
  }
  .container .content .w .nav .nav-list li p {
    font-size: 0.2rem;
    color: #333;
  }
  .container .content .w .nav .nav-list li .arrow {
    position: absolute;
    top: 0.4rem;
    left: 0.05rem;
    width: 0.32rem;
    height: 0.32rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .container .content .w .nav .nav-list li:last-child {
    margin-right: 0;
  }
  .container .content .w .table {
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 0.02rem;
    margin-top: 0.4rem;
    background-color: #f4f9ff;
  }
  .container .content .w .table .title {
    position: relative;
    font-size: 0.36rem;
    text-align: center;
    font-weight: bold;
    z-index: 999;
  }
  .container .content .w .table .title img {
    width: 100%;
    height: 100%;
  }
  .container .content .w .table .icon-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.92rem;
    height: 2.6rem;
  }
  .container .content .w .table .cont-table {
    margin-top: 0.4rem;
  }
  .container .content .w .table .cont-table .thead {
    position: relative;
    z-index: 999;
    height: 0.88rem;
    background-image: url(../images/tab-title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 0.15rem 0.15rem 0 0;
  }
  .container .content .w .table .cont-table .tbody .table-tb {
    border-collapse: collapse;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr {
    background-color: #f4f9ff;
    height: 1.2rem;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td1 {
    width: 2.02rem;
    font-size: 0.26rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    border-right: 1px solid #eee;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td2 {
    width: 6.78rem;
    font-size: 0.24rem;
    color: #666666;
    text-align: center;
    padding: 0 0.1rem;
    border-right: 1px solid #eeeeee;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td3 {
    width: 2.4rem;
    font-size: 0.24rem;
    text-align: center;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr .td3 a {
    color: #619cfe;
  }
  .container .content .w .table .cont-table .tbody .table-tb tr:nth-child(2n) {
    background-color: #fff;
  }
  .container .content .fixed-app {
    position: absolute;
    top: 1.8rem;
    right: 0.3rem;
    z-index: 999;
  }
  .container .content .fixed-app .fix-list-app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 0.04rem 0.16rem 0px #ddebfd;
    border-radius: 0.5rem;
    padding: 0.24rem 0.06rem;
  }
  .container .content .fixed-app .fix-list-app li {
    width: 0.68rem;
    margin-bottom: 0.16rem;
  }
  .container .content .fixed-app .fix-list-app li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .container .content .fixed-app .fix-list-app li a img {
    width: 0.36rem;
    height: 0.36rem;
  }
  .container .content .fixed-app .fix-list-app li a p {
    font-size: 0.14rem;
    color: #999;
    text-align: center;
  }
  .container .content .fixed-app .fix-list-app .action p {
    color: #016ef4;
  }
  .container .content .fixed-app .fix-cha-app {
    width: 0.3rem;
    background: #ffffff;
    box-shadow: 0px 0.04rem 0.16rem 0px #ddebfd;
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 0.1rem;
    padding: 0.09rem 0;
    cursor: pointer;
  }
  .container .content .fixed-app .fix-cha-app img {
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 auto;
  }
  .container .box {
    margin-top: 0.5rem;
    background-image: url(../images/tab-title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .container .box .box-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4rem 0 0 0;
  }
  .container .box .box-top .box-1 {
    width: 1.37rem;
    height: 0.03rem;
    background: linear-gradient(
      270deg,
      #ffffff 0%,
      rgba(217, 217, 217, 0) 100%
    );
    opacity: 1;
  }
  .container .box .box-top .box-txt {
    font-size: 0.24rem;
    color: #fff;
  }
  .container .box .box-top .box-2 {
    width: 1.37rem;
    height: 0.03rem;
    background: linear-gradient(45deg, #ffffff 0%, rgba(217, 217, 217, 0) 100%);
    opacity: 1;
  }
  .container .box .box-top .img1,
  .container .box .box-top .img2 {
    width: 0.2rem;
    height: 0.16rem;
  }
  .container .box .box-top .img1 {
    margin: 0 0.24rem 0 0.08rem;
  }
  .container .box .box-top .img2 {
    margin: 0 0.08rem 0 0.24rem;
    transform: rotate(180deg);
  }
  .container .box .swiper {
    width: 6.8rem;
    height: 2rem;
    padding: 0 0.5rem;
  }
  .container .box .swiper-slide {
    text-align: center;
    font-size: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .box .swiper-slide .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .container .box .swiper-slide .flex img {
    width: 0.72rem;
    height: 0.72rem;
    margin-bottom: 0.18rem;
  }
  .container .box .swiper-slide .flex p {
    font-size: 0.18rem;
    color: #fff;
  }
  .container .box .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .container .box .swiper-button-next,
  .container .box .swiper-button-prev {
    color: #fff;
  }
  .container .box .swiper-button-next {
    right: 0;
  }
  .container .box .swiper-button-prev {
    left: 0;
  }
  .container .box .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .container .box .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.3rem;
  }
  .container .footer-app {
    padding: 0.3rem 0;
    background-color: #243f52;
    text-align: center;
    font-size: 0.28rem;
    color: #fff;
  }
  :root {
    --swiper-navigation-size: 0.24rem;
  }
}
/* .titl {
  width: 1000px;
  height: 46px;
  margin: 36px auto 40px;
  background: url(../images/titbg_03.png) center repeat-x;
}
.titl a {
  width: 200px;
  height: 46px;
  margin: 0 auto;
  color: #fff;
  display: block;
  font-size: 30px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  background-color: #4393f4;
} */

.dgjx-material-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  background-color: #f4f9ff;
}

.dgjx-material-box p {
  position: relative;
  z-index: 999;
  height: 88px;
  background-image: url(../images/tab-title-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 88px;
  font-size: 26px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  width: 1120px;
}

.dgjx-material-image {
  display: block;
  width: 1120px;
}
.dgjx-material-more{
  background: #fff;
  padding: 0 16px 16px;
  text-align: center;
}
.dgjx-material-more a {
  color: #4393f4;
  font-size: 22px;
  font-weight: 500;
}
