.tit-en {
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .panel-about {
    position: relative;
  }
  .panel-about .about-img {
    width: 14.5125rem;
    height: 9.5rem;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .panel-about .about-right {
    width: 13.225rem;
    height: 7rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
  .panel-about .about-right .article {
    width: 10.225rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-right: 1.75rem;
    position: relative;
    z-index: 2;

    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .panel-about .about-right .tit-cn {
    margin-bottom: 0.3rem;
    color: #333;
    font-size: 0.45rem;
    line-height: 1;
  }
  .panel-about .about-right .tit-en {
    color: #ddd;
    font-size: 0.6rem;
    line-height: 1;
    position: absolute;
    right: 0.7rem;
    top: 0.5rem;
    transform: rotate(90deg) translate(50%, -200%);
  }
  .panel-about .about-right .desc {
    margin-bottom: 0.45rem;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.4rem;
    /*text-indent: 2em;*/
  }
  .panel-about .about-right .pic-1 {
    width: 10.225rem;
    height: 5.3875rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .panel-about .about-right .pic-2 {
    width: 4.5625rem;
    height: 0.75rem;
    background: rgba(9, 155, 229, 0.9);
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .panel-about .know-more {
    position: absolute;
    top: 6rem;
    left: 0.5rem;
    display: inline-flex;
    align-items: center;
    background: #22a5e8;
    border-radius: 1rem;
    cursor: pointer;
  }
  .panel-about .know-more img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .panel-about .know-more span {
    width: 0;
    padding: 0;
    overflow: hidden;
    color: #fff;
    font-size: 0.175rem;
    line-height: 1;
    white-space: nowrap;
    transition-duration: 0.3s;
    transition-property: width, margin;
    transition-timing-function: ease;
  }
  .panel-about .know-more:hover span {
    width: 4em;
    margin-left: 0.1rem;
    margin-right: 0.2rem;
  }
  .panel-about .about-statis {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    text-align: center;
  }
  .panel-about .statis-item {
    padding: 0.5rem 0.75rem;
  }
  .panel-about .statis-item .icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.2rem;
    transition: 0.3s transform ease;
  }
  .panel-about .statis-item .value {
    margin-bottom: 0.2rem;
    color: #333;
    font-size: 0.6rem;
    line-height: 1;
    font-weight: bold;
  }
  .panel-about .statis-item .label {
    color: #999;
    font-size: 0.3rem;
    line-height: 1;
  }
  .panel-about .statis-item:hover .icon {
    transform: scaleX(-1);
  }
  .panel-product {
    position: relative;
  }
  .panel-product .product-bg {
    height: 5rem;
  }
  .panel-product .module-title {
    position: absolute;
    top: 1.5375rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .panel-product .check-tabs {
    margin-top: -1rem;
    position: relative;
    z-index: 2;
  }
  .panel-product .tab-navs {
    display: flex;
    margin: 0 3rem;
    background: #fff;
    box-shadow: 0 0.05rem 0.15rem 0 rgba(206, 206, 206, 0.3);
    border-radius: 0.05rem;
  }
  .panel-product .tab-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 2rem;
    padding: 0 0.5rem;
    color: #333;
    font-size: 0.3rem;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
  .panel-product .tab-nav::after {
    content: " ";
    display: block;
    background: url("/static/index/zh/img/index/product/bg-tab-line.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 0.15rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.3s transform ease;
  }
  .panel-product .tab-nav.is-active {
    color: rgba(9, 155, 229, 0.9);
  }
  .panel-product .tab-nav.is-active::after {
    transform: scale(1);
  }
  .panel-product .product-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0.2rem 3rem 1rem;
  }
  .panel-product .product-item {
    width: calc(25% - 0.2313rem);
    padding: 0.3rem;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    border: 0.0125rem solid #ddd;
    transition: 0.3s border ease;
  }
  .panel-product .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .panel-product .product-item .img {
    height: 3.675rem;
    margin-bottom: 0.5rem;
    border: 0.0125rem solid rgba(0, 0, 0, 0.05);
    position: relative;
  }
  .panel-product .product-item .img::before,
.panel-product .product-item .img::after {
    content: " ";
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.3s all ease;
  }
  .panel-product .product-item .img::before {
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("/static/index/zh/img/common/icon-add.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .panel-product .product-item .img::after {
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .panel-product .product-item .title {
    color: #333;
    font-size: 0.225rem;
    line-height: 1;
    text-align: center;
  }
  .panel-product .product-item:hover {
    border-color: #0190d8;
  }
  .panel-product .product-item:hover .img::before,
.panel-product .product-item:hover .img::after {
    opacity: 1;
  }
  .panel-device {
    height: 9.2rem;
    padding: 2.5rem 3rem 0;
    background: url("/static/index/zh/img/index/device/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .panel-device .module-title {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .panel-device .device-group {
    overflow: hidden;
  }
  .panel-device .device-group + .device-group {
    margin-top: 0.35rem;
  }
  .panel-device .device-scroll {
    display: flex;
  }
  .panel-device .device-list {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -0.35rem;
  }
  .panel-device .device-list + .device-list {
    margin-left: 0.35rem;
  }
  .panel-device .device-item {
    width: calc(25% - 0.265rem);
    height: 2.65rem;
    margin-top: 0.35rem;
    margin-left: 0.35rem;
    position: relative;
  }
  .panel-device .device-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .panel-device .device-item .img {
    width: 100%;
    height: 100%;
  }
  .panel-device .device-item .mask {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.3rem;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s all ease;
    pointer-events: none;
    opacity: 0;
  }
  .panel-device .device-item:hover .mask {
    padding: 0 0.1rem;
    opacity: 1;
    font-size: 0.2rem;
  }
  .panel-honor {
    padding: 1rem 2rem 2.5rem;
  }
  .panel-honor .module-title {
    margin-bottom: 0.625rem;
  }
  .panel-contact {
    display: flex;
    height: 6.25rem;
  }
  .panel-contact #map {
    width: 50%;
    height: 100%;
  }
  .panel-contact .tit {
    margin-bottom: 0.25rem;
    color: #FFF5F5;
    font-size: 0.3rem;
    line-height: 0.4375rem;
  }
  .panel-contact .right {
    width: 50%;
    height: 100%;
    padding: 0.4rem;
    padding-right: 3.25rem;
    background: url("/static/index/zh/img/footer/bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-contact .logo-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.3rem;
  }
  .panel-contact .logo-item {
    width: 2.6rem;
    height: 1rem;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .panel-contact .logo-item img {
    width: 100%;
  }
  .panel-contact .logo-item:nth-child(3n) {
    margin-right: 0;
  }
  .panel-contact .logo-item.is-two {
    width: 5.45rem;
    margin-right: 0;
  }
  .panel-contact .contact-list {
    display: flex;
    justify-content: space-between;
  }
  .panel-contact .contact-item {
    display: flex;
    align-items: center;
  }
  .panel-contact .contact-item img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.25rem;
  }
  .panel-contact .contact-item .label {
    margin-bottom: 0.1rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 1;
    font-weight: bold;
  }
  .panel-contact .contact-item .value {
    color: #fff;
    font-size: 0.175rem;
    line-height: 1.6;
    max-width: 16em;
  }
  .panel-contact .contact-item a {
    display: block;
    color: inherit;
    font-size: inherit;
  }
}
@media (max-width: 768px) {
  .panel-about {
    padding: 1.5375rem 1.025rem 0;
  }
  .panel-about .module-title {
    margin-bottom: 1.2rem;
  }
  .panel-about .desc {
    color: #333;
    font-size: 0.8375rem;
    line-height: 1.6625rem;
    text-indent: 2em;
  }
  .panel-about .about-statis {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
    position: relative;
  }
  .panel-about .about-statis::before {
    content: " ";
    display: block;
    width: 0.0375rem;
    background: #D8D8D8;
    position: absolute;
    left: 50%;
    top: 1.025rem;
    bottom: 0;
  }
  .panel-about .statis-item {
    width: 50%;
    display: flex;
    padding: 1.025rem;
    position: relative;
  }
  .panel-about .statis-item::after {
    content: " ";
    display: block;
    height: 0.0375rem;
    background: #D8D8D8;
    position: absolute;
    left: 0.45rem;
    right: 0.45rem;
    bottom: 0;
  }
  .panel-about .statis-item img {
    width: 2.05rem;
    height: 2.05rem;
    margin-right: 0.7625rem;
  }
  .panel-about .statis-item .value {
    margin-bottom: 0.25rem;
    color: #333;
    font-size: 1.275rem;
    line-height: 1;
    font-weight: bold;
  }
  .panel-about .statis-item .label {
    color: #999;
    font-size: 0.7625rem;
    line-height: 1;
  }
  .panel-about .about-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.675rem;
    padding: 0.575rem 0;
    margin: 0 auto 1.025rem;
    color: #333;
    font-size: 0.8375rem;
    line-height: 1;
    border: 0.0625rem solid #ddd;
  }
  .panel-about .about-img-btm {
    min-height: 14.3375rem;
    margin-bottom: 1.5375rem;
  }
  .panel-product {
    position: relative;
  }
  .panel-product .module-title {
    position: absolute;
    left: 50%;
    top: 1.5375rem;
    transform: translateX(-50%);
  }
  .panel-product .product-bg {
    height: 7.4875rem;
  }
  .panel-product .check-tabs {
    margin-top: -1.8rem;
  }
  .panel-product .tab-navs {
    display: flex;
    height: 3.5875rem;
    margin: 0 1.025rem;
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: 0 0 0.6375rem 0 rgba(185, 185, 185, 0.3);
    position: relative;
    z-index: 2;
  }
  .panel-product .tab-nav {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.4rem;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.025rem;
    text-align: center;
    position: relative;
  }
  .panel-product .tab-nav::after {
    content: " ";
    display: block;
    width: 5.125rem;
    height: 0.0625rem;
    background: #0190D8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    transition: 0.3s transform ease;
  }
  .panel-product .tab-nav.is-active {
    color: #0190D8;
  }
  .panel-product .tab-nav.is-active::after {
    transform: translateX(-50%) scaleX(1);
  }
  .panel-product .product-list {
    display: flex;
    flex-wrap: wrap;
    padding: 1.025rem;
  }
  .panel-product .product-item {
    width: calc(50% - 0.4875rem);
    padding: 0.7rem;
    margin-bottom: 0.9rem;
    border: 0.0625rem solid #ddd;
  }
  .panel-product .product-item:nth-child(even) {
    margin-left: 0.9625rem;
  }
  .panel-product .product-item:nth-child(4) ~ .product-item {
    display: none;
  }
  .panel-product .product-item .img {
    height: 9.0875rem;
    margin-bottom: 1.5375rem;
  }
  .panel-product .product-item .title {
    color: #333;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
  }
  .panel-device {
    padding-top: 1.5375rem;
    background: url("/static/index/zh/img/index/device/bg-sm.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .panel-device .module-title {
    margin-bottom: 1.75rem;
  }
  .panel-device .device-swiper {
    padding-bottom: 1.025rem;
  }
  .panel-device .swiper-slide {
    display: flex;
    align-items: center;
    padding: 0 1.025rem;
  }
  .panel-device .device-item + .device-item {
    margin-left: 0.45rem;
  }
  .panel-honor {
    padding-top: 1.5375rem;
  }
  .panel-honor .module-title {
    margin-bottom: 1.75rem;
  }
  .panel-contact {
    display: flex;
    flex-direction: column-reverse;
    background: rgba(1, 144, 216, 0.95);
  }
  .panel-contact #map {
    height: 12.55rem;
  }
  .panel-contact .bottom {
    padding: 1.475rem 1.025rem 0.7rem;
  }
  .panel-contact .contact-item {
    min-width: 49.5%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .panel-contact .contact-item img {
    width: 2.05rem;
    height: 2.05rem;
    margin-right: 0.7625rem;
  }
  .panel-contact .contact-item .label {
    margin-bottom: 0.4rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1;
  }
  .panel-contact .contact-item .value {
    color: #fff;
    font-size: 0.7625rem;
    line-height: 1.5;
  }
  .panel-contact .contact-item a {
    color: inherit;
    font-size: inherit;
  }
  .panel-contact .contact-item a + a {
    margin-left: 1em;
  }
}