@charset "UTF-8";
.my-container {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 超小屏幕(手机)  */
@media screen and (max-width: 767.98px) {
  .my-container {
    padding: 0 15px;
  }
  .header-left {
    height: 12vw;
    flex-direction: column;
  }
  .header-left img {
    margin-top: 2vw;
    height: 10vw;
  }
  .header-left .mobile-nav {
    color: #436eb3;
    font-size: 6.8vw;
    position: relative;
    right: -45vw;
    top: 3.2vw;
  }
  .opacity-box {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
  }
  .header-right {
    position: fixed;
    z-index: 110;
    top: 0;
    left: 0;
    right: 40vw;
    bottom: 0;
    background-color: #436eb3;
    opacity: 1;
    display: none;
  }
  .header-right ul {
    right: 50%;
    flex-grow: 1;
    padding-top: 2vw;
  }
  .header-right li {
    display: flex;
    height: 11vw;
    line-height: 11vw;
    font-size: 5vw;
    text-indent: 3vw;
    text-align: left;
  }
  .header-right li a {
    display: block;
    flex: 1;
    color: #fff;
  }
  .header-right li span {
    font-size: 3vw;
    padding-left: 3vw;
  }
  .banner {
    margin-top: 5vw;
    height: 55vw;
    position: relative;
    background-image: url("/resource/frontend/images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .banner .banner-bg {
    z-index: 10;
  }
  .banner .banner-bg img {
    width: auto;
    height: 55vw;
  }
  .banner .banner-text {
    background: rgba(0, 0, 0, 0.3);
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner .banner-text span {
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 5vw;
    line-height: 1.5;
    text-align: center;
    margin-top: 7vw;
  }
  .banner .banner-text em {
    color: #fff;
    font-style: normal;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .block-title {
    display: flex;
    padding-top: 4vw;
    flex-direction: column;
    justify-content: center;
  }
  .block-title em {
    flex: 1;
    font-size: 3.5vw;
    line-height: 6vw;
    font-style: normal;
    color: #999;
    text-align: center;
  }
  .block-title strong, .block-title h1 {
    flex: 1;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 16vw;
    text-align: center;
  }
  .block-title small {
    text-align: center;
    color: #9a9797;
    font-size: 3vw;
  }
  .block-content {
    padding-top: 4vw;
  }
  .block-content .all-tag {
    text-align: center;
    margin-bottom: 2.5vw;
  }
  .block-content .all-tag a {
    font-size: 4vw;
    margin-right: 0.8vw;
    border: 1px solid #eee;
    height: 7vw;
    line-height: 7vw;
    display: inline-block;
    padding: 0 1.2vw;
  }
  .block-content .tag a {
    font-size: 3.5vw;
    margin-right: 1vw;
  }
  .block-content .product-ul {
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: flex;
    flex-direction: column;
  }
  .block-content .product-ul .li-box {
    border: 1px solid #eee;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .block-content .product-ul .img-box {
    text-align: center;
    height: 55vw;
    display: table-cell;
    vertical-align: middle;
  }
  .block-content .product-ul .img-box img {
    max-width: 70%;
  }
  .block-content .product-ul .libox-text h4 {
    font-size: 4.5vw;
    font-weight: bold;
    padding: 2vw;
  }
  .block-content .product-ul .libox-text span {
    font-size: 3vw;
    color: #666;
    padding: 2.5vw;
  }
  .block-content .product-content {
    margin-top: 3vw;
  }
  .block-content .product-content .product-thumb {
    padding-bottom: 3vw;
  }
  .block-content .product-content img {
    max-width: 90%;
  }
  .block-content .product-content .product-title {
    font-size: 4vw;
    font-weight: bold;
  }
  .block-content .product-content .detail {
    padding-top: 3vw;
    line-height: 1.8;
    font-size: 3.5vw;
  }
  .block-content .product-content .detail img {
    max-width: 100%;
  }
  .block-content .xtzt {
    padding-top: 4vw;
  }
  .block-content .xtzt img {
    width: 100%;
  }
  .block-content .topic-li {
    display: flex;
    flex-direction: row;
    height: 30vw;
    border-bottom: 1px solid #eee;
    padding: 2vw 0;
  }
  .block-content .topic-li .left {
    width: 18vw;
    background-color: #436eb3;
    text-align: center;
  }
  .block-content .topic-li .left .year {
    display: inline-block;
    padding-top: 5vw;
    padding-bottom: 2vw;
    font-size: 4vw;
    color: #f2f2f2;
    border-bottom: 1vw solid #f2f2f2;
  }
  .block-content .topic-li .left .md {
    display: inline-block;
    padding-top: 2vw;
    font-size: 4vw;
    color: #f2f2f2;
  }
  .block-content .topic-li .right {
    width: 80vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .block-content .topic-li .right .title {
    font-size: 4.5vw;
    line-height: 1.2;
  }
  .block-content .topic-li .right .desc {
    padding-top: 1.5vw;
    font-size: 3vw;
    line-height: 1.5;
    color: #666;
  }
  .block-content .more {
    text-align: center;
    padding-top: 4vw;
    padding-bottom: 3vw;
  }
  .block-content .more a {
    font-size: 3.8vw;
    border: 1px solid #d2d2d2;
    border-radius: 2vw;
    display: inline-block;
    padding: 2.5vw 4vw;
  }
  .news-header {
    border-bottom: 1px solid #ccc;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .news-header .article-title {
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .news-header .create-time {
    line-height: 1.5;
    padding-top: 3vw;
  }
  .article-content, .article-content p {
    font-size: 3.5vw;
    line-height: 1.8;
  }
  .article-content p, .article-content p p {
    margin-top: 3vw;
  }
  .article-content img, .article-content p img {
    max-width: 100%;
  }
  .js p {
    font-size: 4vw;
    line-height: 2;
    text-indent: 2em;
  }
  .wh {
    margin-top: 6vw;
  }
  .wh span {
    display: block;
    font-size: 5vw;
    padding-bottom: 6vw;
    color: #1f56af;
    font-weight: bold;
  }
  .wh p {
    font-size: 4vw;
    line-height: 2.5;
  }
  .wh p em {
    font-style: normal;
    font-size: 5vw;
    color: #436eb3;
  }
  .support2 {
    margin-top: 6vw;
  }
  .support2 span {
    display: block;
    font-size: 5vw;
    padding-bottom: 3vw;
    color: #1f56af;
    font-weight: bold;
  }
  .support2 p {
    font-size: 4vw;
    line-height: 2.5;
  }
  .support2 p em {
    font-style: normal;
    font-size: 4vw;
    color: #436eb3;
    padding-right: 2vw;
  }
  .news-cat {
    padding: 2vw 0;
  }
  .news-cat li {
    padding: 0 2vw;
    margin-right: 3vw;
    font-size: 4vw;
    display: inline-block;
    background-color: #6d98dd;
    height: 10vw;
    line-height: 10vw;
  }
  .news-cat li a {
    color: #fff;
  }
  .news-cat li.active {
    background-color: #0d3574;
  }
  .news-cat li.active a {
    font-weight: bold;
  }
  .footer {
    display: flex;
    background-color: #d2d2d2;
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .footer .footer-nav {
    display: flex;
  }
  .footer .footer-nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-nav ul li {
    margin-right: 2vw;
    font-size: 3.5vw;
    line-height: 6vw;
    display: inline-block;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .footer .firndlink {
    text-align: center;
  }
  .footer .pageend {
    text-align: center;
    padding-top: 2vw;
    padding-bottom: 2px;
    color: #999;
  }
  .sub-banner {
    height: auto !important;
  }
  .sub-banner .banner-text strong {
    margin-top: 2.5vw !important;
    font-size: 4vw;
    line-height: 10vw;
  }
  .block-title {
    padding-top: 2vw;
  }
  .block-title strong {
    flex: 1;
    font-size: 4.5vw;
    line-height: 12vw;
    text-align: center;
  }
  .block-content .contact {
    padding-top: 5vw;
  }
  .block-content .contact p {
    display: block;
    font-size: 4vw !important;
    line-height: 7vw;
  }
  .paginate_div {
    padding-top: 4vw;
  }
  .pagination li {
    display: inline-block;
    margin-right: 3vw;
    width: 5vw;
    height: 4vw;
    line-height: 4vw;
    font-size: 5vw;
    color: #999;
  }
}

/* 小型屏幕(平板)  */
@media screen and (min-width: 768px) {
  .my-container {
    width: 720px;
  }
  html {
    font-size: 63.1578px;
  }
  .mobile-nav {
    display: none;
  }
  .header-left {
    height: 1rem;
    flex-direction: column;
    padding-top: 0.12rem;
  }
  .header-left img {
    height: 0.65rem;
  }
  .header-right {
    display: flex;
    height: 1rem;
  }
  .header-right ul {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  .header-right li {
    display: inline-block;
    height: 1rem;
    padding-top: 0.25rem;
    text-align: center;
  }
  .header-right li a {
    font-size: 0.2rem;
  }
  .header-right li a span {
    font-size: 0.12rem;
  }
  .banner {
    height: 5.8rem;
    position: relative;
    background-image: url("/resource/frontend/images/banner2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .banner .banner-bg {
    z-index: 10;
  }
  .banner .banner-bg img {
    width: auto;
    height: 5.8rem;
  }
  .banner .banner-text {
    z-index: 15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .banner .banner-text span {
    display: block;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 1rem;
    opacity: 1;
    z-index: 100;
  }
  .banner .banner-text em {
    color: #fff;
    font-style: normal;
    font-size: 0.24rem;
    line-height: 0.5rem;
  }
  .block-title {
    display: flex;
    padding-top: 0.8rem;
    flex-direction: column;
    justify-content: center;
  }
  .block-title em {
    flex: 1;
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-style: normal;
    color: #999;
    text-align: center;
  }
  .block-title strong, .block-title h1 {
    flex: 1;
    font-weight: bold;
    font-size: 0.32rem;
    height: 0.4rem;
    text-align: center;
    color: #1f56af;
  }
  .block-title small {
    text-align: center;
    color: #9a9797;
    font-size: 0.16rem;
  }
  .block-content {
    padding-top: 0.05rem;
  }
  .block-content .all-tag {
    text-align: center;
  }
  .block-content .all-tag a {
    font-size: 0.16rem;
    margin-right: 0.1rem;
    border: 1px solid #eee;
    height: 0.32rem;
    line-height: 0.32rem;
    display: inline-block;
    padding: 0 0.08rem;
  }
  .block-content .tag a {
    font-size: 0.16rem;
    margin-right: 0.05rem;
  }
  .block-content .product-ul {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    /*设置等比列*/
    gap: 15px;
    /*行间距*/
  }
  .block-content .product-ul .li-box {
    text-align: center;
    border: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex: none;
  }
  .block-content .product-ul .li-box a {
    display: inline-block;
    margin: 0 auto;
  }
  .block-content .product-ul .img-box {
    text-align: center;
    height: 2.5rem;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
  }
  .block-content .product-ul .img-box img {
    max-width: 80%;
    transition: all 0.5s;
    max-height: 95%;
    display: block;
    margin: 0 auto;
  }
  .block-content .product-ul .img-box img:hover {
    transform: scale(1.05);
  }
  .block-content .product-ul .libox-text h4 {
    font-size: 0.22rem;
    font-weight: bold;
    padding: 5px;
  }
  .block-content .product-ul .libox-text span {
    font-size: 0.14rem;
    color: #666;
    padding: 5px;
  }
  .block-content .product-content {
    margin-top: 30px;
  }
  .block-content .product-content .product-thumb {
    padding-bottom: 20px;
  }
  .block-content .product-content img {
    max-width: 90%;
  }
  .block-content .product-content .product-title {
    font-size: 0.3rem;
    font-weight: bold;
  }
  .block-content .product-content .detail {
    padding-top: 15px;
    line-height: 1.8;
    font-size: 0.18rem;
  }
  .block-content .product-content .detail img {
    max-width: 100%;
  }
  .block-content .xtzt {
    padding-top: 0.4rem;
  }
  .block-content .xtzt img {
    width: 100%;
  }
  .block-content .introduce {
    padding-top: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.44rem;
  }
  .block-content .process {
    padding-top: 0.3rem;
  }
  .block-content .process img {
    display: block;
    width: 100%;
  }
  .block-content .process .m {
    display: none;
  }
  .block-content .process .pc {
    display: block;
  }
  .block-content .topic-li {
    display: flex;
    flex-direction: row;
    height: 1.5rem;
    border-bottom: 1px solid #eee;
    padding: 0.2rem 0px;
  }
  .block-content .topic-li .left {
    width: 100px;
    height: 80px;
    background-color: #436eb3;
    text-align: center;
  }
  .block-content .topic-li .left .year {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 3px;
    font-size: 18px;
    color: #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }
  .block-content .topic-li .left .md {
    display: inline-block;
    padding-top: 5px;
    font-size: 18px;
    color: #f2f2f2;
  }
  .block-content .topic-li .right {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-content .topic-li .right .title {
    font-size: 0.2rem;
  }
  .block-content .topic-li .right .desc {
    padding-top: 10px;
    font-size: 0.16rem;
    line-height: 1.5;
    color: #666;
  }
  .block-content .more {
    display: block;
    flex: 1;
    clear: both;
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .block-content .more a {
    font-size: 0.18rem;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    padding: 0.1rem 0.15rem;
  }
  .news-header {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .news-header .article-title {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .news-header .create-time {
    line-height: 1.5;
    padding-top: 10px;
  }
  .article-content, .article-content p {
    font-size: 0.18rem;
    line-height: 1.8;
  }
  .article-content p, .article-content p p {
    margin-top: 15px;
  }
  .article-content img, .article-content p img {
    max-width: 100%;
  }
  .js p {
    font-size: 20px;
    line-height: 2;
    text-indent: 2em;
  }
  .wh {
    margin-top: 25px;
  }
  .wh span {
    display: block;
    font-size: 20px;
    padding-bottom: 15px;
    color: #1f56af;
    font-weight: bold;
  }
  .wh p {
    font-size: 18px;
    line-height: 2.5;
  }
  .wh p em {
    font-style: normal;
    font-size: 22px;
    color: #436eb3;
  }
  .support2 {
    margin-top: 25px;
  }
  .support2 span {
    display: block;
    font-size: 20px;
    padding-bottom: 15px;
    color: #1f56af;
    font-weight: bold;
  }
  .support2 p {
    font-size: 18px;
    line-height: 2.5;
  }
  .support2 p em {
    font-style: normal;
    font-size: 18px;
    color: #436eb3;
    padding-right: 5px;
  }
  .news-cat {
    padding: 10px 0;
  }
  .news-cat li {
    padding: 0 15px;
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
    background-color: #6d98dd;
    height: 40px;
    line-height: 40px;
  }
  .news-cat li a {
    color: #fff;
  }
  .news-cat li.active {
    background-color: #0d3574;
  }
  .news-cat li.active a {
    font-weight: bold;
  }
  .footer {
    display: flex;
    background-color: #d2d2d2;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .footer .footer-nav {
    display: flex;
  }
  .footer .footer-nav ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .footer-nav ul li {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
  }
  .footer .copyright {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.8;
  }
  .footer .firndlink {
    text-align: center;
  }
  .footer .pageend {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #999;
  }
  .sub-banner {
    height: 3rem !important;
  }
  .sub-banner .banner-text strong {
    margin-top: 0.6rem !important;
    font-size: 0.32rem;
    line-height: 0.9rem;
  }
  .block-content .contact {
    padding-top: 0.3rem;
  }
  .block-content .contact p {
    display: block;
    font-size: 0.24rem !important;
    line-height: 2;
  }
  .block-content .contact p a {
    display: none;
  }
  .paginate_div {
    padding-top: 20px;
  }
  .pagination li {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #999;
  }
  /*404页面*/
  .page404 {
    text-align: center;
    font-size: 1.8rem;
    font-style: italic;
    padding-top: 0.8rem;
  }
  .page404-sub {
    text-align: center;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
    font-size: 0.2rem;
  }
}

/* 中型屏幕(桌面) */
@media screen and (min-width: 992px) {
  .my-container {
    width: 960px;
  }
  html {
    font-size: 84.2105px;
  }
}

/* 大型屏幕(桌面) */
@media screen and (min-width: 1200px) {
  .my-container {
    width: 1000px;
  }
  html {
    font-size: 87.7193px;
  }
}
