@charset "UTF-8";
@media (min-width: 981px) {
  .show-d {
    display: block;
  }
  .about .nianbao li:nth-child(3n-1) .item {
    transform: translateY(-1.12rem);
    flex-direction: column-reverse;
  }
  .about .nianbao li:nth-child(3n-1) .item::before {
    top: auto;
    bottom: 0;
  }
  .about .nianbao li:nth-child(3n-1) .item .item-tit {
    margin: .15rem 0 0 0;
  }
}

@media (max-width: 1200px) {
  .header .nav > ul > li {
    margin-left: 0.3rem;
  }
  .f60 {
    font-size: .5rem;
  }
}

.tkg {
  height: 0.92rem;
}

.scrollto {
  margin-top: -1rem;
  padding-top: 1rem;
}

@media (max-width: 980px) {
  .tkg {
    height: 56px;
  }
  .scrollto {
    margin-top: -55px;
    padding-top: 55px;
  }
  .navbtnm {
    clear: both;
    text-align: center;
    position: relative;
    z-index: 21;
  }
  .navbtnm span {
    width: 100%;
    height: 2px;
    transition: all 0.5s;
    margin-top: 0.1rem;
    background: #343434;
    float: right;
  }
  .navbtnm span.line1 {
    margin-top: 0;
  }
  .navbtnm.open .line1 {
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    transform: rotate(44deg);
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all 0.5s;
  }
  .navbtnm.open .line2 {
    opacity: 0;
    transition: all 0.5s;
  }
  .navbtnm.open .line3 {
    -webkit-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
    position: relative;
    top: 0.01rem;
    transform-origin: 0%;
    -ms-transform-origin: 0%;
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transition: all 0.5s;
  }
  /* 手机菜单 */
  .headerm {
    padding: 0 15px;
    position: relative;
    height: 60px;
    z-index: 23;
    border-bottom: 1px solid #eee;
  }
  .headerm .logo img {
    max-width: 3.5rem;
  }
  .headerm .navbtnm {
    width: 30px;
    height: 30px;
    transform: scale(0.92);
    z-index: 1;
    text-align: center;
    margin: 0.1rem 0 0 0.25rem;
  }
  .headerm .lang {
    position: relative;
  }
  .headerm .lang a {
    font-size: 0.2rem;
  }
  .headerm .lang span {
    padding: 0 0.1rem;
  }
  .headerm .lang img {
    width: 0.25rem;
    margin-right: 0.01rem;
  }
  .headerm .lang .v2 {
    top: 100%;
    padding: 0.15rem 0 0.1rem;
  }
  .headerm .lang .v2 a {
    font-size: 0.18rem;
  }
  .big-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    height: auto;
    width: 100%;
    overflow-y: auto;
  }
  .big-nav .scroll {
    width: 100%;
    position: fixed;
    top: 60px;
    z-index: 22;
    background: #fff;
    padding-bottom: 0.15rem;
    height: 100%;
  }
  .big-nav .scroll li {
    width: 100%;
    text-align: left;
    padding-top: 0;
    border-bottom: rgba(51, 51, 51, 0.1) solid 1px;
  }
  .big-nav .scroll li a {
    color: #333;
    font-size: 0.2rem;
    padding: 0.2rem 0.15rem;
    position: relative;
    display: block;
    font-weight: normal;
  }
  .big-nav .scroll li a.v1::after, .big-nav .scroll li a.s1::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    text-align: center;
    right: 15px;
    font-size: 0.18rem;
    font-family: "iconfont" !important;
    content: "\e613";
    z-index: 2;
    font-weight: bold;
    color: #666;
    transition: 0.3s;
  }
  .big-nav .scroll li a.s1::after {
    right: 0;
  }
  .big-nav .scroll li ul {
    padding: 0 15px 15px 20px;
    display: none;
  }
  .big-nav .scroll li ul li {
    width: 100%;
  }
  .big-nav .scroll li ul li a {
    display: block;
    padding: 0.16rem 0;
    font-size: 0.19rem;
  }
  .big-nav .scroll li ul li:last-child {
    border-bottom: 0;
  }
  .big-nav .scroll li .v2 li.on .s1::after {
    content: "\e632";
  }
  .big-nav .scroll li .v3 {
    max-height: 3.5rem;
    overflow-y: auto;
  }
  .big-nav .scroll li .v3::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .big-nav .scroll li .v3 li a {
    font-size: 0.2rem;
  }
  .big-nav .scroll li.on .v1::after {
    content: "\e632";
  }
  .navShow .headerm .navbtnm i:before {
    content: "\e6e9";
    color: #333;
  }
  .navShow .big-nav {
    opacity: 1;
    visibility: visible;
    right: 0;
  }
  .crumbs {
    top: 0;
    padding: 5px 0;
    position: relative;
  }
  .footer {
    padding: 0.5rem 0;
  }
  .footer .qrcode {
    width: 100%;
    margin-top: 0.3rem;
  }
  .footer .qrcode .ewm img {
    width: 1.5rem;
  }
  .copyright {
    padding: 0.2rem 0;
    line-height: 1.65;
  }
  /* 首页 */
  .banner .swiper-pagination {
    bottom: 0.25rem;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
  .sec-type {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
  }
  .sec-type .en {
    font-size: 0.22rem;
  }
  .sec-type::after {
    height: 0.03rem;
    width: 0.8rem;
  }
  .section1 .slides {
    margin-top: .35rem;
  }
  .section1 .slides .arrow {
    width: 0.4rem;
    height: 0.4rem;
  }
  .section1 .slides .arrow img {
    width: 0.15rem;
  }
  .section1 .slides .item {
    padding: 0.45rem 0.47rem 0 0.47rem;
  }
  .section1 .slides .item .link {
    display: flex;
  }
  .section2 .row1 .box1 {
    width: 100%;
    padding: 0.25rem;
    margin: 0.35rem 0 0 0;
  }
  .section2 .row1 .box2 {
    margin-top: 0.3rem;
  }
  .section2 .row1 .box2 .bimg {
    transform: translateX(0);
  }
  .section2 .row2 .item {
    padding: 0.25rem 0;
  }
  .section2 .row2 .item .item-num .dw {
    margin: 0 0 0.06rem 0.06rem;
  }
  .section3 .list {
    padding-top: 0.2rem;
  }
  .section4 .wrap .sec-type {
    position: unset;
    margin-bottom: 0.35rem;
  }
  .section4 .contbox {
    flex-direction: column-reverse;
  }
  .section4 .col1 {
    width: 100%;
  }
  .section4 .col1 .item {
    padding: 0.3rem;
    overflow: hidden;
  }
  .section4 .col1 .item .item-pic {
    width: 100%;
    margin: 0 0 0.35rem 0;
  }
  .section4 .col2 {
    margin: 0 0 0.35rem 0;
    width: 100%;
    flex: auto;
    padding: 0.2rem;
  }
  .section4 .col2 .item-type {
    display: none;
  }
  .section5 {
    padding-bottom: 0.3rem;
  }
  .section5 .sec-type {
    margin-bottom: 0.1rem;
  }
  .footer {
    padding: 0.35rem 0;
  }
  .footer .company-info .logo2 {
    margin-bottom: 0.25rem;
  }
  .footer .company-info h3 {
    font-size: 0.2rem;
  }
  .footer .qrcode {
    width: 100%;
    margin-top: 0.3rem;
  }
  .footer .qrcode .ewm img {
    width: 1.5rem;
  }
  .copyright {
    padding: 0.2rem 0;
    line-height: 1.65;
  }
  .sec-type .cn {
    margin-top: -0.1rem;
  }
  .news-list .item {
    padding: 0.25rem;
  }
  .news-list .item .date2 {
    margin: 0.15rem 0 0.1rem;
    color: #999;
  }
  .main {
    padding: 0.3rem 0;
  }
  .fuli .fuli1 {
    padding: 0.2rem;
  }
  .fuli .fuli1 .item-pic .box {
    width: 100%;
  }
  .fuli .fuli1 .item-info {
    margin-top: 0.25rem;
    padding-left: 0;
  }
  .fuli .fuli2 .cont {
    padding: 0.2rem;
  }
  .fuli .fuli2 .cont .dd .pic {
    width: 100%;
  }
  .fuli .fuli2 .cont .dd .info {
    margin: 0.2rem 0 0 0;
    padding-right: 0;
    padding: 0.2rem 0 0 0;
  }
  .fuli .fuli2 .cont::before {
    height: 100%;
    top: 0.3rem;
  }
  .job2 {
    padding: 0.4rem 0 0.3rem;
  }
  .news-list2 li {
    margin-bottom: 0.25rem;
  }
  .contact .contbox .info {
    margin-top: 0.3rem;
  }
  .contact .contbox .info .box1 .item-cont {
    line-height: 2;
  }
  .contact .contbox .info .box2 {
    margin: 0.2rem 0 0 0;
  }
  .video {
    padding-bottom: 0.2rem;
  }
  .video li {
    margin-bottom: 0.1rem;
  }
  .video li .item .item-pic .play img {
    width: 0.4rem;
  }
  .video li .item .item-tit {
    margin-top: 0.12rem;
  }
  .activity .sec-type {
    margin-bottom: .35rem;
  }
  .activity .masonry {
    flex-direction: column;
  }
  .activity .masonry-column {
    padding: 0 0.1rem;
  }
  .activity .masonry-column .item {
    margin-bottom: 0.2rem;
  }
  .activity .masonry-column .item .item-tit {
    padding: 0.15rem 0;
  }
  .screen .col1 {
    width: 100%;
  }
  .screen li {
    margin-bottom: .25rem;
  }
  .screen li .item {
    flex-wrap: wrap;
  }
  .screen li .label {
    width: 100%;
    margin-bottom: .15rem;
  }
  .screen li .intbox1 {
    flex: auto;
    height: .45rem;
    width: 100%;
  }
  .screen li .intbox2 {
    width: 100%;
  }
  .screen li .int {
    width: calc(50% - .2rem);
    height: .45rem;
  }
  .screen li .line {
    width: .4rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .screen .btn {
    margin: .05rem 0 .2rem  0;
  }
  .screen .btn button {
    height: .45rem;
  }
  .news-list3 li .item {
    padding: .2rem;
  }
  .news-list3 li .item .item-pic {
    width: 100%;
  }
  .news-list3 li .item .item-info {
    padding: .25rem 0 0 0;
  }
  .news-list3 li .item .item-info .desc {
    margin: .15rem 0;
  }
  .more {
    padding: 0 .15rem;
    width: auto;
    height: .4rem;
    font-size: .16rem;
  }
  .more .jt {
    margin-left: .08rem;
  }
  .nianbao li .item {
    padding: .25rem;
  }
  .product .sidebar {
    width: 100%;
  }
  .product .contbox {
    padding: 0 0 0 0;
  }
  .about .ab1 .sec-type {
    margin-bottom: .3rem;
  }
  .about .ab2 .slides {
    margin-top: .35rem;
  }
  .about .ab2 .item .item-year {
    padding-left: .25rem;
  }
  .about .ab2 .item .item-cont {
    padding: 0.4rem 0.3rem 0.4rem 0.35rem;
  }
  .about .ab2 .item::before {
    left: .26rem;
    width: .35rem;
    height: .35rem;
  }
  .about .ab2 .item::after {
    left: .42rem;
  }
  .about .ab2 .item .item-cont li:not(:last-child) {
    margin-bottom: 0.3rem !important;
  }
  .about .ab3 li {
    margin-top: .05rem;
  }
  .about .ab3 li .item {
    padding: .2rem;
  }
  .about .ab3 li .item .item-pic {
    padding: .15rem;
  }
  .about .ab4 .list {
    margin-top: .5rem;
    padding: 0 .2rem .2rem .2rem;
  }
  .about .ab4 .list::after {
    height: 100%;
  }
  .about .ab4 .list .item {
    margin-bottom: .15rem;
  }
  .about .ab4 .list .item .item-pic {
    padding: .15rem;
  }
  .about .ab4 .list .item .item-tit {
    margin-top: .1rem;
  }
  .about .ab5 .item {
    padding: 0 .25rem .45rem .25rem;
  }
  .about .ab5 .item .item-pic {
    width: 100%;
  }
  .about .ab5 .item .item-info {
    padding: .25rem 0 0 0;
  }
  .about .ab6 .sec-type {
    margin-bottom: .4rem;
  }
  .about .ab6 .ab6-cont {
    flex-direction: column-reverse;
  }
  .about .ab6 .ab6-cont .item-pic {
    margin: .3rem 0;
    width: 100%;
  }
  .about .ab7 .item-pic {
    padding-bottom: .4rem;
  }
  .about .ab7 .item-pic .logo {
    width: 3.5rem;
    height: 3.5rem;
  }
  .about .ab7 .item-info {
    margin: .3rem 0 0 0;
  }
  .about .ab7 .item-info .txt2 {
    margin: .15rem 0;
    line-height: 1.5;
  }
  .subcat2 li {
    width: 100%;
    margin: .01rem 0;
  }
  .subcat2 li a {
    width: 100%;
    height: auto;
    padding: .12rem .15rem;
    background: #fafafa;
  }
  .contact {
    padding-bottom: .5rem;
  }
  .contact .wrap {
    padding: 0;
    margin-top: .3rem;
  }
  .contact .contbox {
    padding: 0 10px;
    margin-top: .35rem;
  }
  .contact .contbox .info {
    height: auto;
    padding: .3rem .25rem;
    border-radius: .1rem .1rem 0 0;
  }
  .contact .contbox .qrcode {
    width: 100%;
    height: auto;
    border-radius: 0 0 .1rem .1rem;
    padding: .5rem 0;
  }
  .youshi {
    padding-bottom: 0.2rem;
  }
  .youshi .ys1 .pic1,
  .youshi .ys1 .pic2 {
    width: 100%;
    margin: 0.15rem 0;
  }
  .pages .layui-laypage{
      flex-wrap:wrap;
  }
   .pages a,.pages span{
       margin:4px 2px;
   }
   /*.pages a,.pages .layui-laypage-skip,.pages .rows{*/
   /*    display:none;*/
   /*}*/
   /*.pages a.next,.pages a.prev,.pages .layui-laypage-curr{*/
   /*    display:inline-flex;*/
   /*}*/
}

@media (max-width: 640px) {
  .headerm .navbtnm {
    width: 28px;
    height: 28px;
  }
}
