@media only screen and (max-width: 960px) {
  .hamburger.is-closed .hamb-middle {
    top: 50%;
    transform: translateY(50%);
  }
  .hamburger.is-closed .hamb-top {
    top: 0px;
  }
  .hamburger.is-closed .hamb-bottom {
    bottom: 0px;
  }
  /* .sidebar-nav {
    z-index: 9;
    background-color: #fff;
    padding: 100px 30px 50px;
  } */
  .sidebar-nav {
    z-index: 9;
    background-color: #fff;
    padding: 88px 30px 50px;
    /*max-height: 100%;*/
    /*height: auto;*/
    /*box-shadow: 0px 3px 3px 0px rgba(22, 24, 24, 0.13);*/
    /*right: 0;*/
    /*top: 0;*/
    /*transform: scaleY(0);*/
    /*transform-origin: top;*/
  }
  /*.sidebar-nav-open {*/
  /*  transform: scaleY(1);*/
  /*}*/
  .sidebar-logo {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: calc(100% - 8%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .sidebar-logo img {
    height: 24px;
  }
  .sidebar-nav .sidebar-brand a {
    color: #222;
  }
  .sidebar-nav .sidebar-brand > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* padding-bottom: 20px; */
    margin-bottom: 0;
    padding: 18px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-family: var(--font-Light);
  }
  .sidebar-nav .sidebar-brand > a.activ {
    background-color: #008470;
    color: #ffffff;
  }
  .sidebar-nav .sidebar-brand > a.activ .sj {
    border-color: #ffffff;
  }
  .sidebar-nav .sidebar-brand .xl {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sidebar-nav {
    overflow-y: scroll;
  }
  .headerwrap_current .header {
    background-color: #1a1a1a;
  }
  .sidebar-nav .sidebar-brand .sidebar-brand-there a {
    font-size: 14px;
  }
  .sidebar-nav .sidebar-brand a .sj {
    border-color: #222;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  .sidebar-nav-two .sidebar-brand-there .sidebar-brand-four a {
    padding: 0 60px;
  }
  .hamburger {
    height: 16px;
    right: 2.5%;
    width: 20px;
    top: 18px;
    z-index: 10;
    display: block;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    height: 2px !important;
    background-color: #008470;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    background-color: #008470;
  }
  .sidebar-nav .sidebar-brand a .sj {
    border-color: #222222;
  }
  .sidebar-nav-two .sidebar-brand-two a {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    font-family: var(--font-Light);
  }
  .sidebar-nav-two .sidebar-brand-there a {
    padding: 0 40px;
  }
  /* .sidebar-nav{
    width: 65%;
  } */
  .message-alert {
    padding: 10px 20px;
    font-size: 14px;
    max-width: 90%;
  }
  .center-1200,
  .center-1400,
  .center-1600 {
    width: 92% !important;
  }
  .app {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .seader {
    width: 95%;
  }
  .seader .close {
    right: 0;
    top: -40px;
  }
  .seader .close img {
    height: 30px;
  }
  .seader form {
    width: calc(100% - 6px);
    height: 50px;
    border-width: 3px;
    border-radius: 4px;
  }
  .seader form input {
    width: calc(100% - 100px);
    font-size: 12px;
    padding: 0 10px;
  }
  .seader form button {
    font-size: 12px;
    width: 100px;
  }
  .seader form button img {
    margin-right: 10px;
    height: 16px;
  }
  .el-message {
    min-width: 320px;
  }
  .diaolog-pb video,
  .diaolog-pb img {
    max-width: 92vw;
  }
  .diaolog-pb i {
    font-size: 36px;
    left: unset;
    right: 0;
    bottom: calc(100% + 15px);
  }
  .custom-cursor {
    display: none !important;
  }
  .center-1520 {
    width: 92% !important;
  }
  .privacy-diaolog .content {
    width: 92%;
  }
  .privacy-diaolog .content .mide {
    padding: 0 0 35px 15px;
    margin-top: 15px;
  }
  .privacy-diaolog .content .title {
    font-size: 18px;
  }
  .privacy-diaolog .content .wz h1,
  .privacy-diaolog .content .wz h2,
  .privacy-diaolog .content .wz h3,
  .privacy-diaolog .content .wz h4,
  .privacy-diaolog .content .wz h5,
  .privacy-diaolog .content .wz h6 {
    font-size: 14px;
  }
  .privacy-diaolog .content .wz p,
  .privacy-diaolog .content .wz span {
    font-size: 14px;
    line-height: 28px;
    text-indent: 14px;
  }
  .privacy-diaolog .content .wz {
    height: 340px;
  }
  .headerct .nav {
    display: none;
  }
  .headerct .logo p {
    font-size: 14px;
    margin-left: calc(79px + 10px);
  }
  .headerct {
    height: 50px;
  }
  .headerct .logo img {
    height: 68px;
  }
  .headerct .lan .zs {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .headerct .lan {
    margin-left: 0;
    margin-right: 30px;
  }
  .mySwiper {
    margin-top: 50px;
  }
  .headerct .lan .flow .rq {
    width: 90px;
  }
  .headerct .lan .flow .rq a {
    padding: 6px 6px;
    font-size: 14px;
  }
  .headerct .lan .flow {
    padding-top: 8px;
  }
  .headerct .lan .flow .rq {
    padding: 3px 0;
  }
  .mySwiper .bg {
    min-height: 230px;
    height: auto;
    object-fit: cover;
  }
  .mySwiper .ct {
    top: 40%;
  }
  .mySwiper .ct .wz {
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    transform: translateY(0);
    padding: 0 42px;
  }
  .mySwiper .ct .wz p:nth-of-type(3) {
    padding-left: 16px;
  }
  .mySwiper .ct .wz p:first-of-type {
    margin-bottom: 6px;
  }
  .mySwiper .com {
    font-size: 14px;
    bottom: 25%;
  }
  .mySwiper .flow-dbl .nr .db {
    font-size: 14px;
  }
  .mySwiper .pb {
    width: 32px;
    height: 32px;
  }
  .mySwiper .pb i {
    font-size: 16px;
  }
  .i1ct {
    padding: 55px 0 60px 0;
  }
  .i1ct .top h3 {
    font-size: 22px;
  }
  .i1ct .top .tag {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .i1ct .top .tag p {
    margin-top: 10px;
    font-size: 14px;
    padding: 6px 15px;
  }
  .i1ct .top .tag p:not(:last-of-type) {
    margin-right: 8px;
  }
  .i1ct .mide {
    margin-top: 35px;
  }
  .i1-swiper .details {
    width: 300px;
    padding: 25px 20px 25px 20px;
    border-radius: 12px;
  }
  .i1-swiper .details h4 {
    font-size: 16px;
  }
  .i1-swiper .details .desc {
    font-size: 14px;
    line-height: 21px;
    height: 84px;
    margin: 15px 0 30px 0;
  }
  .i1-swiper .details .dbl {
    font-size: 14px;
    line-height: 22px;
  }
  .i1ct .bottom .left .pb:not(:last-of-type) {
    margin-right: 20px;
  }
  .i1ct .bottom .right p {
    font-size: 14px;
  }
  .i1ct .bottom {
    margin-top: 30px;
  }
  .i1-swiper .item {
    padding: 25px 15px 30px 15px;
    border-radius: 12px;
    width: 220px;
  }
  .i1-swiper .item .ib {
    margin-top: 28px;
    height: 170px;
  }
  .i1-swiper .item .ib img {
    transform: scale(0.9);
  }
  .i1-swiper .item .flow {
    padding: 16px 16px 15px 16px;
    border-radius: 0px 30px 0 0;
  }
  .i1-swiper .item .flow h4 {
    font-size: 14px;
  }
  .i1-swiper .item .flow .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .i1-swiper .item .flow .txt p {
    padding-left: 12px;
  }
  .i1-swiper .item .flow .txt p::before {
    width: 6px;
    height: 6px;
  }
  .i2ct {
    padding: 55px 0 60px 0;
    flex-wrap: wrap;
  }
  .i2ct .pbrq {
    margin-right: 0;
    width: 100%;
    padding: 25px 20px 30px 20px;
    border-radius: 12px;
  }
  .i2ct .pbrq:not(:first-of-type) {
    margin-top: 25px;
  }
  .i2ct .pbrq .title h3 {
    font-size: 20px;
  }
  .i2ct .pbrq .title p {
    font-size: 14px;
    margin-top: 6px;
  }
  .i2ct .pbrq .ib {
    margin-top: 20px;
    height: 250px;
  }
  .i2ct .pbrq .keyword-search {
    margin-top: 20px;
  }
  .i2ct .pbrq .keyword-search input {
    font-size: 14px;
    padding-left: 14px;
  }
  .i2ct .pbrq .keyword-search .btn {
    width: 70px;
  }
  .i2ct .pbrq .keyword-search .el-input {
    width: calc(100% - 70px);
  }
  .i2ct .pbrq .bg {
    width: 160px;
  }
  .i2ct form {
    margin-top: 25px;
  }
  .i2ct form .row p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .i2ct form .row input {
    font-size: 14px;
    padding: 0 16px;
  }
  .i2ct form .row {
    margin-top: 15px;
  }
  .i2ct form .item .row {
    width: calc((100% - 10px) / 2);
  }
  .i2ct form .row textarea {
    font-size: 14px;
    padding: 10px 16px 0 16px;
    height: 70px;
    border-radius: 16px;
  }
  .i2ct .right form button {
    font-size: 14px;
    margin-top: 25px;
  }
  .i3ct {
    padding: 55px 0;
    flex-direction: column;
    align-items: center;
  }
  .i3ct a {
    font-size: 14px;
    width: 220px;
    height: 42px;
    margin: 25px auto 0;
  }
  .i3ct .left {
    font-size: 20px;
    text-align: center;
  }
  .banner {
    margin-top: 50px;
  }
  .banner .ct {
    bottom: 20%;
  }
  .banner h3 {
    font-size: 20px;
  }
  .banner .bg {
    min-height: 155px;
    object-fit: cover;
  }
  .con1ct {
    padding: 50px 0 50px 0;
    flex-direction: column;
  }
  .con1ct .right {
    width: 100%;
  }
  .con1ct .left h3 {
    font-size: 20px;
  }
  .con1ct .right {
    margin-top: 20px;
  }
  .con1ct .right .row {
    margin-top: 20px;
  }
  .con1ct .right .row a {
    font-size: 14px;
    line-height: 23px;
    padding-top: 8px;
    width: calc(100% - 38px - 15px);
  }
  .con1ct .right .row .rund {
    width: 38px;
    height: 38px;
  }
  .con1-box .flow img {
    display: none;
  }
  .con2-box {
    height: 280px;
  }
  .con3ct .left {
    padding-top: 0;
  }
  .con3ct {
    padding: 55px 0 60px 0;
    flex-wrap: wrap;
  }
  .con3ct .right {
    width: 100%;
    margin-top: 25px;
    border-radius: 12px;
    padding: 25px 20px 25px 20px;
  }
  .con3ct .right form button {
    margin-top: 20px;
    font-size: 14px;
  }
  .con3ct .left .title h3 {
    font-size: 20px;
  }
  .con3ct .left .title p {
    font-size: 14px;
    margin-top: 8px;
  }
  .con3ct .right form .row p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .con3ct .right form .row input {
    font-size: 14px;
  }
  .con3ct .right form .row input {
    padding: 0 17px;
  }
  .con3ct .right form .row textarea {
    padding: 10px 16px 0 16px;
    height: 70px;
    border-radius: 16px;
    font-size: 14px;
  }
  .con3ct .right form .row:not(:first-of-type) {
    margin-top: 16px;
  }
  .proct {
    padding: 40px 0 50px 0;
  }
  .proct .tag a:not(:last-of-type) {
    margin-right: 8px;
  }
  .proct .tag a {
    font-size: 14px;
    padding: 6px 15px;
    margin-top: 10px;
  }
  .proct .mide .item {
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px 20px 20px 20px;
  }
  .proct .mide .item h3 {
    font-size: 20px;
  }
  .proct .mide .item .line {
    margin: 20px 0 25px 0;
  }
  .proct .mide .item .title p {
    font-size: 14px;
    margin-left: 12px;
  }
  .proct .mide .item .txt {
    font-size: 14px;
    line-height: 23px;
    margin: 16px 0 22px 0;
  }
  .proct .mide .item .pl-rq {
    padding-bottom: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #888 transparent; /* Firefox */
  }
  .proct .mide .item .pl-rq::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .proct .mide .item .pl-rq::-webkit-scrollbar-thumb {
    background: #888888;
  }
  .proct .mide .item .pl-rq::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  .pro-list .p1 {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.06);
  }
  .pro-list .dbl {
    border-radius: 0 8px 0 0;
  }
  .pro-list .dbl .p1 {
    background-color: #f7f7f7;
    border-radius: 8px 0 0 0;
  }
  .pro-list li:last-of-type .p1 {
    border-radius: 0 0 0 8px;
  }
  .pro-list {
    min-width: 800px;
    width: auto;
    border-radius: 8px;
    overflow: unset;
  }
  .pro-list .dbl .pb {
    padding: 10px 7px;
    font-size: 14px;
  }
  .pro-list li .pb {
    padding: 7px 7px;
  }
  .pro-list li .kt .ib {
    width: 30px;
    margin-right: 5px;
  }
  .pro-list li p {
    font-size: 14px;
  }
  .pro-list li .pdf img {
    width: 24px;
  }
  .two-nav {
    padding: 20px 0;
  }
  .search-res {
    width: 100%;
    margin: 20px auto 0;
  }
  .search-res input {
    font-size: 14px;
  }
  .search-res .btn {
    width: 70px;
  }
  .search-res .el-input {
    width: calc(100% - 70px);
  }
  .search-list {
    margin-top: 35px;
  }
  .search-list li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-top: 20px;
  }
  .search-list li:nth-of-type(3) {
    margin-top: 15px;
  }
  .search-list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .search-list li:nth-of-type(3n) {
    margin-right: 10px;
  }
  .search-list li:nth-of-type(6n) {
    margin-right: 0;
  }
  .search-list li a:hover {
    transform: unset;
  }
  .search-list li a .ib {
    height: 210px;
    border-radius: 10px;
  }
  .search-list li a .ib .pi {
    max-width: 90%;
    max-height: 90%;
  }
  .search-list li a .ib .flow img {
    width: 26px;
  }
  .search-list li a .ib .flow {
    left: 11px;
    bottom: 11px;
  }
  .search-list li a .txt {
    border-radius: 10px;
    padding: 15px 15px;
  }
  .search-list li a .txt .row {
    flex-wrap: wrap;
  }
  .search-list li a .txt .row p {
    font-size: 14px;
  }
  .search-list li a .txt .row .bt {
    width: 100%;
  }
  .search-list li a .txt .row .z {
    width: auto;
  }
  .resct {
    padding: 0 0 60px 0;
  }
  .ser-box {
    margin-top: 0;
  }
  .banner.active .ct {
    bottom: 20%;
  }
  .banner.active .bg {
    min-height: 155px;
  }
  .serct {
    border-radius: 0;
    padding: 50px 0 60px 0;
  }
  .search-top .keyword {
    flex-wrap: wrap;
  }
  .search-top .keyword .desc {
    width: 100%;
    font-size: 14px;
  }
  .search-top .keyword .btn-b {
    margin: 25px auto 0;
  }
  .search-top .keyword .btn-b .btn:last-of-type {
    margin-left: 20px;
  }
  .search-top .keyword .btn-b .btn {
    font-size: 14px;
  }
  .search-top .select-b {
    margin-top: 30px;
  }
  .search-top .select-b .row .line {
    display: none;
  }
  .search-top .select-b .row {
    flex-wrap: wrap;
    padding: 22px 0 14px 0;
  }
  .search-top .select-b .row .label {
    width: 100%;
  }
  .search-top .select-b .row .rq {
    width: 100%;
    margin-top: 10px;
  }
  .serct .mide h3 {
    font-size: 20px;
  }
  .serct .mide {
    margin-top: 35px;
  }
  .search-top .select-b .row .label {
    font-size: 18px;
  }
  .search-top .select-b .row .rq p {
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .no-data .content {
    width: 92%;
    padding: 20px 20px 20px 20px;
    border-radius: 12px;
  }
  .no-data .content h6 {
    font-size: 20px;
  }
  .no-data .content p {
    font-size: 14px;
    margin-top: 12px;
  }
  .no-data .content .close {
    font-size: 14px;
    margin-top: 20px;
  }
  .page {
    margin-top: 25px;
  }
  .page .el-pager li {
    margin-right: 9px;
  }
  .page .el-pagination .btn-prev {
    margin-right: 9px;
  }
  .ftct .logo p {
    font-size: 14px;
    margin-left: 16px;
  }
  .ftct .logo img {
    width: 80px;
  }
  .ft-box {
    padding-top: 40px;
  }
  .ftct .mide {
    margin-top: 25px;
    padding-top: 22px;
    flex-wrap: wrap;
  }
  .ftct .mide .item:last-of-type {
    max-width: 100%;
  }
  .ftct .mide .item:not(:first-of-type) {
    margin-top: 10px;
  }
  .ftct .mide .item {
    align-items: flex-start;
  }
  .ftct .mide .item img {
    margin-top: 4px;
  }
  .ftct .mide .item p {
    font-size: 14px;
    line-height: 22px;
  }
  .ftct .bottom {
    padding: 18px 0;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .ftct .bottom .right {
    margin-top: 5px;
  }
  .ftct .bottom .right a:not(:last-of-type) {
    margin-right: 20px;
  }
  .tips {
    padding: 15px;
    border-radius: 8px;
    width: 50px;
    right: 10px;
    top: unset;
    transform: unset;
    bottom: 20%;
  }
  .tips .item:not(:last-of-type) {
    display: none;
  }
  .tips .item {
    padding: 0px 8px;
  }
}
@media only screen and (max-width: 560px) {
  .search-list li a .ib {
    height: 160px;
  }
}
