body {
  --index-main-color: #484443;
  --index-color: #0c5d9a;
}
@media screen and (max-width: 1600px) {
    .ui.container {
        width: 1400px;
    }
}
@media screen and (max-width: 1450px) {
    .ui.container {
        width: 1200px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
        width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;
    }
}
.swiper-pagination {
    font-size: 13px;
    margin-top: 2.66666667em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
  }
  .swiper-pagination span {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: #9a9a9a;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 .6em;
  }
  .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--index-main-color);
  }
  .pageDots {
    position: fixed;
    right: 7%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    z-index: 2;
  }
  .pageDots li {
    margin: 2px 0;
  }
  .pageDots li span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 8.125em;
    padding: .3em;
    height: 1.75em;
    border-radius: 1em;
    background-color: transparent;
    padding-left: 1em;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .pageDots li span i {
    width: 1em;
    height: 1em;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .pageDots li span i:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: .5em;
    height: .5em;
    border-radius: 100%;
    background-color: white;
  }
  .pageDots li:hover span {
    opacity: .5;
  }
  .pageDots li.active span {
    opacity: 1;
  }
  .pageDots li.active span,
  .pageDots li:hover span {
    background-color: white;
    color: var(--index-main-color);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .pageDots li.active span i,
  .pageDots li:hover span i {
    border-color: var(--index-main-color);
  }
  .pageDots li.active span i:before,
  .pageDots li:hover span i:before {
    background-color: var(--index-main-color);
  }
  .pageDots.black li span i:before {
    background-color: black;
  }
  .pageDots.black li.active span i:before,
  .pageDots.black li:hover span i:before {
    background-color: var(--index-main-color);
  }
  .share span {
    color: var(--index-main-color);
  }
  .share a {
    margin-left: 1em;
    width: 1.8em;
    height: 1.8em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: .2em;
    color: white;
  }
  .share a:nth-last-child(5) {
    background-color: #2f59b2;
  }
  .share a:nth-last-child(4) {
    background-color: #28a6df;
  }
  .share a:nth-last-child(3) {
    background-color: #3ab034;
  }
  .share a:nth-last-child(2) {
    background-color: #d5307c;
  }
  .share a:nth-last-child(1) {
    background-color: #fe2b54;
  }
  span.h2 {
      display: block;
      line-height: 1.2;
  }
  .text {
    color: #666;
    line-height: 32px;
    text-align: left;
  }
  .more {
    height: 3.11111111em;
    padding: 0 2.22222222em;
    border-radius: 28px;
    color: white;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: var(--index-color);
    will-change: transform;
    -webkit-backface-visibility: hidden;
  }
  .more:hover {
    /*border-radius: 0;*/
    background-color: var(--index-main-color);
  }
  .star {
    font-size: 16px;
    color: var(--index-main-color);
    margin-top: .1em;
  }
  .slickBtn {
    font-size: 30px;
  }
  .slickBtn div {
    background-color: #eaf5fa;
    color: var(--index-main-color);
  }
  .slickBtn div:hover {
    color: white;
    background-color: var(--index-main-color);
  }
  @media screen and (max-width: 1250px) {
    .slickBtn {
        font-size: 20px;
      }
  }
  @media screen and (max-width: 1000px) {
    .pageDots {
        display: none;
      }
  }
  @media screen and (max-width: 700px) {
    .font-76 {
        font-size: 28px;
      }
  }
  inner-page {
    overflow: hidden;
  }
  .inner-page hr {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
  }
  .inner-page .m-page > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 2.88888889em;
    height: 2.88888889em;
    border: 1px solid transparent;
    border-radius: .25em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .inner-page .m-page a:before,
  .inner-page .m-page span:before {
    content: '';
    width: 60%;
    height: 1px;
    background-color: var(--index-main-color);
    top: 90%;
    left: 20%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    color: var(--index-main-color);
  }
  .inner-page .m-page a:hover:before,
  .inner-page .m-page span.current:before {
    opacity: 1;
    top: 80%;
  }
  .inner-page .m-page a.prev,
  .inner-page .m-page a.next {
    border-color: black;
    transition: .5s;
  }
  .inner-page .m-page a.prev:hover,
  .inner-page .m-page a.next:hover {
    background-color: var(--index-main-color);
    border-color: var(--index-main-color);
    color: white;
  }
  .inner-page .m-page a.prev:before,
  .inner-page .m-page a.next:before {
    display: none;
  }
  .inner-page .productList li a.img-box {
    background-color: white;
    border-radius: 8px;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
  }
  .inner-page .productList li a.img-box em {
    position: absolute;
    bottom: 10px;
    width: 94%;
    left: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(115%);
    -moz-transform: translateY(115%);
    -ms-transform: translateY(115%);
    transform: translateY(115%);
    opacity: 0;
  }
  .inner-page .productList li a.img-box:hover em {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .inner-page .productList li span.h6 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 36px;
  }
  .inner-page .productList li span.h6:hover {
    color: var(--index-main-color);
  }
  .inner-page .productList li .star {
    margin-top: .5em;
  }
  .inner-page .options {
    position: relative;
    z-index: 1;
  }
  .inner-page .options span,
  .inner-page .options form {
    width: auto;
    height: 3.75em;
    border-radius: 0.3125em;
    background-color: #eaf5fa;
    color: var(--index-main-color);
    overflow: hidden;
  }
  .inner-page .options span i,
  .inner-page .options form i {
    font-size: 1.5em;
  }
  .inner-page .options .nav {
    min-width: 270px;
    position: relative;
  }
  .inner-page .options .nav span {
    padding: 0 1em;
    cursor: pointer;
    cursor: hand;
  }
  .inner-page .options .nav ul {
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .inner-page .options .nav ul li a {
    padding: .5em 1em;
    display: block;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .options .nav ul li a:hover,
  .inner-page .options .nav ul li a.active {
    background-color: var(--index-main-color);
    color: white;
  }
  .inner-page .options .nav:hover ul {
    display: block;
  }
  .inner-page .options .search form {
    width: 330px;
  }
  .inner-page .options .search form input,
  .inner-page .options .search form button {
    border: none;
    background-color: transparent;
    width: 100%;
  }
  .inner-page .options .search form input {
    padding: 0 1em;
  }
  .inner-page .options .search form input::-webkit-input-placeholder {
    color: var(--index-main-color);
  }
  .inner-page .options .search form input:-moz-placeholder {
    color: var(--index-main-color);
  }
  .inner-page .options .search form input::-moz-placeholder {
    color: var(--index-main-color);
  }
  .inner-page .options .search form input:-ms-input-placeholder {
    color: var(--index-main-color);
  }
  .inner-page .options .search form input::placeholder {
    color: var(--index-main-color);
  }
  .inner-page .options .search form button {
    width: 3.75em;
    background-color: var(--index-main-color);
    color: white;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .options .search form button:hover {
    background-color: black;
  }
  .inner-page .sideBarBox .sideNav {
    width: 330px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .inner-page .sideBarBox .sideNav span.h6 {
    color: var(--index-main-color);
  }
  .inner-page .sideBarBox .sideNav .nav ul li {
    margin-top: 1em;
  }
  .inner-page .sideBarBox .sideNav .nav ul li:hover {
    color: var(--index-main-color);
  }
  .inner-page .sideBarBox .sideNav .nav ul li li {
    color: #aaa;
    margin-top: 20px;
    font-weight: 500;
  }
  .inner-page .sideBarBox .sideNav .nav ul li li:hover {
    color: black;
  }
  .inner-page .sideBarBox .sideNav .form {
    padding: 15% 8% 30%;
    background-color: #eaf5fa;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
  }
  .inner-page .sideBarBox .sideNav .form span.h6 {
    text-align: center;
    margin-bottom: 1.5em;
    display: block;
  }
  .inner-page .sideBarBox .sideNav .form form input,
  .inner-page .sideBarBox .sideNav .form form textarea {
    display: block;
    width: 100%;
    border: none;
    border-radius: .5em;
    background-color: white;
    padding: 1em .8em;
    margin-top: 1em;
  }
  .inner-page .sideBarBox .sideNav .form form textarea {
    height: 6.875em;
  }
  .inner-page .sideBarBox .sideNav .form form button {
    border: none;
    width: 100%;
    margin-top: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inner-page .sideBarBox .sideContent {
    width: 100%;
    margin: 0 5%;
  }
  .inner-page .sideBarBox .sideRecommend {
    width: 330px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .inner-page .sideBarBox .sideRecommend span.h6 {
    color: var(--index-main-color);
  }
  .inner-page .sideBarBox .sideRecommend ul li {
    margin-top: 25px;
  }
  .inner-page .sideBarBox .sideRecommend ul li a.img-box {
    border-radius: 10px;
    background-color: #f6f6f6;
  }
  .inner-page .sideBarBox .sideRecommend ul li span.h6 {
    margin: .7em 0 .3em;
    display: block;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .sideBarBox .sideRecommend ul li span.h6:hover {
    color: var(--index-main-color);
  }
  .inner-page .sideBarBox .sideRecommend ul li .star {
    margin-top: 0;
  }
  .product-yd-page .product-yd-1 .text {
    max-width: 1150px;
    margin: 1.2em auto 4.125em;
  }
  .product-yd-page .product-yd-1 .swiper {
    padding: 0 5%;
    margin: 0 -5% -60px;
  }
  .product-yd-page .product-yd-1 .swiper-slide {
    position: relative;
    padding-bottom: 60px;
  }
  .product-yd-page .product-yd-1 .swiper-slide span.h6 {
    display: block;
    padding: 1em 10%;
  }
  .product-yd-page .product-yd-1 .swiper-slide a.img {
    position: relative;
    display: block;
  }
  .product-yd-page .product-yd-1 .swiper-slide a.img:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100px;
    transform-origin: center top;
    background-color: #eaf5fa;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .product-yd-page .product-yd-1 .swiper-slide:hover a.img:before {
    transform: translateX(-50%) scaleY(1.35) scaleX(1.1);
    width: 100%;
  }
  .product-page .text {
    max-width: 1080px;
    margin: 1em auto 4.375em;
  }
  .product-page .product-1 .list ul {
    gap: 40px 30px;
  }
  .seoModel .seo-1 {
    background-color: var(--index-main-color);
    color: white;
    overflow: hidden;
  }
  .seoModel .seo-1 .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .seoModel .seo-1 .content {
    padding-right: 4%;
  }
  .seoModel .seo-1 .text {
    color: inherit;
    margin: 1.2em 0 3.125em;
    font-weight: 300;
    line-height: 32px;
  }
  .seoModel .seo-1 a.more {
    background-color: white;
    color: var(--index-main-color);
  }
  .seoModel .seo-1 a.more:hover {
    background-color: black;
    color: white;
  }
  .seoModel .seo-1 .img {
    height: 600px;
    background-size: cover;
    background-position: center;
    width: 115%;
  }
  .seoModel .seo-2 .list {
    width: 60%;
  }
  .seoModel .seo-2 .list .swiper {
    margin-left: -32%;
    width: 132%;
  }
  .seoModel .seo-2 .content {
    width: 40%;
    padding-left: 4%;
  }
  .seoModel .seo-2 .content .textDots {
    margin: 1.4em 0 1.6em;
    color: #666;
    line-height: 36px;
  }
  .seoModel .seo-2 .content .textDots p {
    margin-top: .7em;
  }
  .seoModel .seo-2 .content .textDots p:first-child {
    margin-top: 0;
  }
  .seoModel .seo-2 .content .textDots p i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 2.18181818em;
    margin-right: 0.36363636em;
  }
  .seoModel .seo-3 .swiper {
    height: auto;
  }
  .seoModel .seo-3 .swiper .swiper-slide {
    padding: 90px 35px;
    position: relative;
    height: auto;
  }
  .seoModel .seo-3 .swiper .swiper-slide:before {
    content: '';
    background-color: #eaf5fa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 220px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .seoModel .seo-3 .swiper .swiper-slide:hover:before {
    opacity: 1;
  }
  .seoModel .seo-3 .swiper span.tag {
    color: var(--index-main-color);
    display: block;
   font-weight: 500;
  }
  .seoModel .seo-3 .swiper span.h6 {
    display: block;
    margin: .5em 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 40px;
  }
  .seoModel .seo-3 .swiper span.h6:hover {
    color: var(--index-main-color);
  }
  .seoModel .seo-3 .swiper .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 3.375em;
  }
  .seoModel .seo-4 .ui.container {
    max-width: 1100px;
  }
  .prodet-page .prodet-1 {
    max-width: 1670px;
    background-color: #f6f6f6;
    margin-left: auto;
    margin-right: auto;
  }
  .prodet-page .prodet-1 .img a.img-box {
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-1 .img .smallImg {
    width: 13%;
    margin-right: 2.5%;
    position: relative;
  }
  .prodet-page .prodet-1 .img .smallImg .swiper {
    height: 90%;
    position: absolute;
    width: 100%;
  }
  .prodet-page .prodet-1 .img .smallImg .swiper .swiper-slide-thumb-active a.img-box {
    border-color: var(--index-main-color);
  }
  .prodet-page .prodet-1 .img .bigImg {
    width: 84.5%;
  }
  .prodet-page .prodet-1 .img .m-link {
    color: #666;
    margin-top: 1.2em;
    line-height: 32px;
  }
  .prodet-page .prodet-1 .img .m-link a {
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-1 .img .m-link a:hover {
    color: var(--index-main-color);
  }
  .prodet-page .prodet-1 .content {
    padding-left: 5%;
    margin-top: -5%;
  }
  .prodet-page .prodet-1 .content span.tag {
    font-weight: 500;
    color: var(--index-main-color);
    margin-bottom: 1em;
  }
  .prodet-page .prodet-1 .content span.tag em {
    font-size: inherit;
    font-weight: 500;
  }
  .prodet-page .prodet-1 .content .text {
    margin: 1.2em 0;
  }
  .prodet-page .prodet-2 {
    background-image: url("../images/init-2-bg.png");
    background-position: top 25% right 22%;
    background-repeat: no-repeat;
    background-size: 28.64583333% auto;
  }
  .prodet-page .prodet-2 .form {
    margin-top: 2em;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .prodet-page .prodet-2 .form ul {
    -webkit-column-gap: 2.77777778em;
    -moz-column-gap: 2.77777778em;
    column-gap: 2.77777778em;
    row-gap: 1.66666667em;
    text-align: left;
  }
  .prodet-page .prodet-2 .form ul li label {
    display: block;
    margin-bottom: .3em;
  }
  .prodet-page .prodet-2 .form ul li input,
  .prodet-page .prodet-2 .form ul li textarea {
    display: block;
    width: 100%;
    padding: .7em;
    border: 1px solid #e5e5e5;
    border-radius: .5em;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-2 .form ul li input:focus,
  .prodet-page .prodet-2 .form ul li textarea:focus {
    border-color: var(--index-main-color);
  }
  .prodet-page .prodet-2 .form ul li textarea {
    height: 150px;
  }
  .prodet-page .prodet-2 .form ul li p {
    margin-top: 1.16666667em;
  }
  .prodet-page .prodet-2 .form ul li button {
    border: none;
  }
  .prodet-page .prodet-2 .form ul li.wid-100 {
    grid-column: span 2;
  }
  .prodet-page .prodet-3 .pre {
    position: relative;
  }
  .prodet-page .prodet-3 .swiper {
    padding: 0 5px;
  }
  .prodet-page .prodet-3 a.img-box {
    margin-top: 5px;
  }
  .prodet-page .prodet-3 span.h2 {
    margin-bottom: 1em;
  }
  .service-page .service-1 .text {
    max-width: 1080px;
    margin: 1em auto;
  }
  .service-page .service-1 .list {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 15px;
  }
  .service-page .service-1 .list:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
    background-image: -webkit-linear-gradient(bottom, transparent, white);
    background-image: -moz-linear-gradient(bottom, transparent, white);
    background-image: linear-gradient(to top, transparent, white);
    z-index: 2;
    top: 0;
  }
  .service-page .service-1 .list .swiper {
    -webkit-transform: rotate3d(1, 0, 0, 15deg);
    -moz-transform: rotate3d(1, 0, 0, 15deg);
    transform: rotate3d(1, 0, 0, 15deg);
    width: 100%;
    height: 100%;
    overflow: unset;
  }
  .service-page .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:20px;
  }
  .service-page .service-1 .list ul li {
    width: 100%;
    margin: 0 !important
  }
  .service-page .service-1 .list ul li a.img {
    height: 120px;
    padding: 5%;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-page .service-1 .list ul li a.img img {
    max-width: 100%;
  }
  .service-page .service-2 .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .service-page .service-2 .box {
    height: 700px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%;
  }
  .service-page .service-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .service-page .service-2 .box .mask i.active {
    opacity: 1;
  }
  .service-page .service-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: white;
  }
  .service-page .service-2 .box .content span.tag {
    display: block;
    color: #e60012;
    margin-bottom: .5em;
    font-weight: 500;
  }
  .service-page .service-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%;
  }
  .service-page .service-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 100px 3%;
    border-radius: 250px;
    position: relative;
    z-index: 1;
    color: white;
    overflow: hidden;
  }
  .service-page .service-3 .swiper .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .service-page .service-3 .swiper .swiper-slide i {
    display: block;
  }
  .service-page .service-3 .swiper .swiper-slide span.h6 {
    margin-top: 1.4em;
    display: block;
    font-weight: 500;
    font-size: 24px;
  }
  .service-page .service-3 .swiper .swiper-slide .text {
    color: inherit;
    margin-top: 1em;
    font-weight: 300;
    max-height: 9em;
    overflow: auto;
  }
  .service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
    background-color:black;
  }
  .service-page .service-3 .swiper .swiper-slide .content {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .service-page .service-3 .swiper .swiper-slide .center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .service-page .service-3 .swiper .swiper-slide:hover:before {
    background-color: var(--index-main-color);
  }
  .service-page .service-3 .swiper .swiper-slide:hover .content {
    opacity: 1;
  }
  .service-page .service-3 .swiper .swiper-slide:hover .center {
    top: 40%;
    opacity: 0;
  }
  .factory-page .factory-1 .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .factory-page .factory-2 .top .left span.h6 {
    color: var(--index-main-color);
    line-height: 1.1;
  }
  .factory-page .factory-2 .top .left span.h6 sub {
    font-size: 0.6em;
    vertical-align: baseline;
  }
  .factory-page .factory-2 .top .right {
    max-width: 53%;
  }
  .factory-page .factory-2 .top .right .text {
    margin-bottom: 3.75em;
  }
  .factory-page .factory-2 .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .factory-page .factory-2 .swiper-wrapper a.img-box {
    border-radius: 18px;
  }
  .factory-page .factory-2 .swiper-wrapper span.h6 {
    margin: .5em 0;
    display: block;
    text-align: center;
  }
  .factory-page .factory-3 span.h2 {
    margin-bottom: 1.2em;
  }
  .factory-page .factory-3 a.img-box {
    border-radius: 15px;
  }
  .factory-page .factory-3 span.h6 {
    margin: .9em 0;
    display: block;
  }
  .factory-page .factory-3 .swiper {
    position: relative;
    padding-bottom: 10px;
  }
  .factory-page .factory-3 .swiper:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: -1;
  }
  .factory-page .factory-3 .swiper-slide:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #e60012;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
  }
  .honor-page .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .honor-page .honor-1 .left .text {
    margin-top: 1.2em;
    max-width: 700px;
  }
  .honor-page .honor-1 .left .list ul li span.h6 {
    color: var(--index-main-color);
    line-height: 1;
  }
  .honor-page .honor-1 .right {
    text-align: right;
    padding-left: 3%;
  }
  .honor-page .honor-1 .right .box {
    position: relative;
    display: inline-block;
    margin-left: auto;
    text-align: left;
  }
  .honor-page .honor-1 .right .box .list ul li {
    position: absolute;
    max-width: 380px;
    width: 100%;
  }
  .honor-page .honor-1 .right .box .list ul li .content {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .honor-page .honor-1 .right .box .list ul li .content:before,
  .honor-page .honor-1 .right .box .list ul li .content:after {
    content: '';
    width: 0;
    left: 100%;
    top: 30%;
    margin-top: 5px;
    position: absolute;
    height: 1px;
    background-color: #e60012;
    -webkit-transition: .5s .3s;
    -moz-transition: .5s .3s;
    transition: .5s .3s;
  }
  .honor-page .honor-1 .right .box .list ul li i {
    font-size: 10px;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 155%;
    top: 30%;
    background-color: #e60012;
    border-radius: 100%;
    cursor: pointer;
    cursor: hand;
  }
  .honor-page .honor-1 .right .box .list ul li i:after,
  .honor-page .honor-1 .right .box .list ul li i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    background-color: inherit;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
  }
  .honor-page .honor-1 .right .box .list ul li i:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .honor-page .honor-1 .right .box .list ul li .text {
    margin-top: .5em;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(1) {
    top: 0;
    right: 50%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(2) {
    top: 32%;
    right: 57%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(2) i {
    left: 178%;
    top: -80%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(3) {
    top: 75%;
    right: -5%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(3) i {
    left: 22%;
    top: -135%;
  }
  .honor-page .honor-1 .right .box .list ul li .content:before {
    width: 55%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(2) .content:before {
    width: 79.5%;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(2) .content:after {
    left: 179.2%;
    bottom: 67%;
    width: 1px;
    height: 108%;
    top: auto;
  }
  .honor-page .honor-1 .right .box .list ul li:nth-child(3) .content:before {
    width: 1px;
    height: 135%;
    left: 23%;
    bottom: 100%;
    top: auto;
  }
  .honor-page .honor-2 {
    background-image: url("../images/honor-2-bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
  }
  .honor-page .honor-2 .box {
    margin-left: auto;
    display: block;
    position: relative;
  }
  .honor-page .honor-2 .box .slickBtn.pos div {
    top: 70%;
  }
  .honor-page .honor-2 .box span.h6 {
    margin-top: 1em;
    color: var(--index-main-color);
    display: block;
  }
  .honor-page .honor-2 .box .text {
    margin-top: .5em;
  }
  .honor-page .honor-2 .box .list {
    text-align: center;
  }
  .honor-page .honor-2 .box .list p {
    color: #666;
    font-weight: 300;
    line-height: 1.5;
    margin-top: .5em;
  }
  .story-page .story-1 {
    position: relative;
    text-align: right;
  }
  .story-page .story-1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask-image: url("../images/story-1-mask.png");
    mask-image: url("../images/story-1-mask.png");
    -webkit-mask-position: top left -17%;
    mask-position: top left -100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .71;
  }
  .story-page .story-1 span.h1 {
    font-size: 130px;
    color: #DA2519;
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    font-weight: bold;
    text-indent: -1.8em;
    text-align: left;
    position: relative;
    margin-right: 6%;
  }
  .story-page .story-2 .ui.container {
    
    
  }
  .story-page .story-2 .left {
    width: 40%;
    padding-left: 0px;
  }
  .story-page .story-2 .left .text p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
  }
  .story-page .story-2 .left .text p:before {
    content: '';
    width: 0.3125em;
    height: 0.3125em;
    border-radius: 100%;
    margin-right: 0.3125em;
    background-color: #e60012;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .65em;
  }
  .story-page .story-2 .map {
    position: relative;
  }
  .story-page .story-2 .map .img {
    position: absolute;
    right: 84%;
    top: 45%;
    width: 350px;
    z-index: 1;
  }
  .story-page .story-2 .map .img i {
    position: absolute;
    left: 138%;
    top: -0.46666667em;
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: #DA2519;
  }
  .story-page .story-2 .map .img i:before {
    content: '';
    width: 13.33333333em;
    height: 13.33333333em;
    background-color: #DA2519;
    opacity: .2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    position: absolute;
    border-radius: inherit;
  }
  .story-page .story-2 .map .img i:after {
    content: '';
    width: 10em;
    height: 1px;
    position: absolute;
    top: 0.46666667em;
    background-color: var(--index-main-color);
    right: 100%;
    z-index: -1;
  }
  .story-page .story-3 .left {
    padding-right: 5%;
  }
  .story-page .story-3 .right {
    padding-left: 1%;
  }
  .story-page .story-3 .right .list li span.h6 {
    margin-top: 1.2em;
    display: block;
    color: var(--index-color);
  }
  .story-page .story-3 .right .list li .text {
    margin-top: .2em;
  }
  .story-page .story-4 {
    background-color: #f0f3f5;
    overflow: hidden;
  }
  .story-page .story-4 .ui.container.w1700 .right {
    width: 50%;
    margin-right: -2%;
  }
 .swiper{
    overflow: hidden;
  }
  .story-page .story-4 .ui.container .right .global a {
    padding: 15px 0;
    /*background-color: white;*/
    display: block;
  }
  .story-page .story-4 span.tag {
    color: #e60012;
    display: block;
    margin-bottom: .5em;
  }
  .story-page .story-4 span.h2 em {
    color: var(--index-main-color);
  }
  .story-page .story-4 .text {
    margin-top: 1em;
    margin-bottom: 2.22222222em;
    max-width: 610px;
  }
  .story-page .story-4 .text p {
    margin-top: 1.4em;
  }
  .story-page .story-4 .text p:first-child {
    margin-top: 0;
  }
  .story-page .story-4 .left {
    background-color: #f0f3f5;
  }
  .story-page .story-4 .right {
    padding-left: 3%;
  }
  .story-page .story-4 .box {
    position: relative;
    z-index: 1;
  }
  .story-page .story-4 .box:before {
    content: '';
    width: 1px;
    height: 300%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background-color: #bfbfbf;
    z-index: -1;
  }
  .history-page {
    background-image: url("../images/history-bg.jpg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .history-page .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .history-page .left {
    width: 38%;
    padding-right: 4%;
    margin-top: 6%;
  }
  .history-page .right {
    width: 62%;
  }
  .history-page .right .swiper {
    margin-right: -14%;
  }
  .history-page .right span.h6 {
    color: #e60012;
    display: block;
    line-height: 1;
  }
  .history-page .right .text {
    margin: .5em 0 1.3em;
  }
  .history-page .right .img {
    height: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 15px;
    background-size: cover;
    max-width: 420px;
    margin-bottom: 180px;
  }
  .history-page .right .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .history-page .right .swiper-slide-active ~ div .img {
    height: 0;
  }
  .history-page .bg {
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 75%;
    left: 0;
    z-index: 1;
  }
  .history-page .bg i {
    font-size: 10vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -47%);
    -moz-transform: translate(-50%, -47%);
    -ms-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
    color: #e60012;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    line-height: 1;
  }
  .history-page .bg span {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("../images/icon-history.png");
    background-position: center;
    background-size: cover;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .news-page .sideContent .list ul li {
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 30px 0;
  }
  .news-page .sideContent .list ul li:hover {
    border-color: var(--index-main-color);
  }
  .news-page .sideContent .list ul li:first-child {
    padding-top: 0;
  }
  .news-page .sideContent .list ul li time {
    white-space: nowrap;
    margin-right: 1.4em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #666;
  }
  .news-page .sideContent .list ul li .content span.tag {
    color: #e60012;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-page .sideContent .list ul li .content span.tag:before {
    content: '';
    width: 0.375em;
    height: 0.375em;
    border-radius: 100%;
    background-color: #e60012;
    margin-right: .5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .news-page .sideContent .list ul li .content span.h6 {
    margin: .5em 0 .6em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
  }
  .news-page .sideContent .list ul li .content span.h6:hover {
    color: var(--index-main-color);
  }
  .newdet-page .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .newdet-page time {
    color: #e60012;
  }
  .newdet-page .sideContent .text p {
    margin-top: 1.5em;
  }
  .newdet-page .sideContent .text p:first-child {
    margin-top: 0;
  }
  .newdet-page .sideContent .m-link a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .newdet-page .sideContent .m-link a:hover {
    color: var(--index-main-color);
  }
  .download-page {
    overflow: unset;
  }
  .download-page .download-1 .list .swiper-slide {
    height: auto;
  }
  .download-page .download-1 .list a.flex {
    padding: 25px 15px;
    border-radius: 10px;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .download-page .download-1 .list a.flex span {
    margin: 0 15px;
  }
  .download-page .download-1 .list a.flex i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6em;
    color: #666;
  }
  .download-page .download-1 .list a.flex:hover {
    color: white;
    background-color: var(--index-main-color);
  }
  .download-page .download-1 .list a.flex:hover i {
    color: inherit;
  }
  .download-page .download-2 .list {
    position: relative;
  }
  .download-page .download-2 .img {
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .download-page .download-2 .img .play {
    cursor: pointer;
    cursor: hand;
  }
  .download-page .download-2 span.h6 {
    margin-top: .5em;
    display: block;
    width: 350px;
  }
  .download-page .download-2 .slickBtn div {
    top: 40%;
  }
  .download-page .download-3 .left {
    position: sticky;
    top: 100px;
  }
  .download-page .download-3 .left .text {
    margin: 1em 0;
  }
  .download-page .download-3 .right .list ul li {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .download-page .download-3 .right .list ul li span.h6 {
    cursor: pointer;
    cursor: hand;
    font-weight: 500;
  }
  .download-page .download-3 .right .list ul li span.h6 i {
    width: 1em;
    height: 1em;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1em;
    margin-top: .3em;
  }
  .download-page .download-3 .right .list ul li span.h6 i:after,
  .download-page .download-3 .right .list ul li span.h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: black;
  }
  .download-page .download-3 .right .list ul li span.h6 i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .download-page .download-3 .right .list ul li.active span.h6 i:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .download-page .download-3 .right .list ul li .text {
    margin-top: .7em;
    display: none;
  }
  .contact-page .contact-1 .ui.container {
    width: auto;
    max-width: 1700px;
  }
  .contact-page .contact-1 .box {
    background-image: url("../images/contact-1-bg.jpg");
    background-position: center;
    background-size: cover;
    padding: 5%;
  }
  .contact-page .contact-1 .box .form {
    max-width: 660px;
    padding: 4% 3%;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    background-color: white;
  }
  .contact-page .contact-1 .box .form form ul {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
  }
  .contact-page .contact-1 .box .form form ul li.wid-100 {
    grid-column: span 2;
  }
  .contact-page .contact-1 .box .form form ul li label {
    display: block;
    font-weight: 500;
    margin-bottom: .2em;
  }
  .contact-page .contact-1 .box .form form ul li input,
  .contact-page .contact-1 .box .form form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: white;
    padding: .6em;
    border-radius: 5px;
  }
  .contact-page .contact-1 .box .form form ul li textarea {
    height: 110px;
  }
  .contact-page .contact-1 .box .form form ul li button {
    border: none;
    white-space: nowrap;
    margin-top: 1em;
  }
  .contact-page .contact-2 .left .info .slide {
    margin-top: 35px;
  }
  .contact-page .contact-2 .left .info .slide #ewm {
    max-width: 120px;
  }
  .contact-page .contact-2 .left .info span {
    color: var(--index-main-color);
  }
  .contact-page .contact-2 .left .info span i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contact-page .contact-2 .left .info .text {
    margin-top: .3em;
  }
  .contact-page .contact-2 .right iframe {
    border: none;
  }
  @media screen and (max-width: 1700px) {
    .inner-page .sideBarBox .sideRecommend {
      width: 250px;
    }
    .inner-page .sideBarBox .sideNav {
      width: 300px;
    }
    .story-page .story-1 .bg {
      background-position: center !important;
      background-attachment: unset;
      -webkit-mask-size: 70% auto;
      mask-size: 70% auto;
    }
    .story-page .story-1 span.h1 {
      font-size: 90px;
    }
    .story-page .story-2 .map {
      zoom: .8;
    }
    .slickBtn.pos div.prev {
      left: 0;
      right: auto;
    }
    .slickBtn.pos div.next {
      right: 0;
      left: auto;
    }
  }
  @media screen and (max-width: 1450px) {
    .seoModel .seo-3 .swiper .swiper-slide {
      padding: 50px 30px;
    }
    .swiper-pagination {
      font-size: 10px;
    }
    .service-page .service-1 .list {
      height: 450px;
    }
    .service-page .service-1 .list ul li a.img {
      height: 90px;
    }
    .honor-page .honor-1 .right .box {
      zoom: .8;
    }
    .honor-page .honor-1 .right .box .list ul li:nth-child(2) i {
      top: -90%;
    }
    .honor-page .honor-1 .right .box .list ul li:nth-child(2) .content:after {
      bottom: 65%;
      height: 120%;
    }
    .history-page .right .img {
      height: 200px;
      margin-bottom: 150px;
    }
    .inner-page .sideBarBox .sideRecommend {
      width: 200px;
    }
    .inner-page .sideBarBox .sideNav {
      width: 260px;
    }
    .inner-page .sideBarBox .sideContent {
      margin: 0 3%;
    }
    .download-page .download-2 .img {
      height: 220px;
    }
    .slickBtn {
      font-size: 20px;
    }
    .contact-page .contact-2 .right iframe {
      height: 500px;
    }
    .service-page .service-2 .box {
      height: 600px;
    }
  }
  @media screen and (max-width: 1250px) {
    .inner-page .sideBarBox .sideRecommend {
      display: none;
    }
    .inner-page .sideBarBox .sideContent {
      margin-right: 0;
    }
    .honor-page .honor-1 .right .box {
      zoom: .7;
    }
    .story-page .story-2 .map {
      zoom: .6;
    }
    .story-page .story-1 span.h1 {
      font-size: 70px;
    }
    .story-page .story-4 .ui.container.w1700 .right {
      width: 50%;
      margin-right: 0;
    }
    .service-page .service-2 .box {
      height: 500px;
    }
    .service-page .service-3 .swiper .swiper-slide i img {
      max-height: 50px;
    }
    .service-page .service-3 .swiper .swiper-slide {
      padding: 50px 3%;
    }
    .prodet-page .prodet-1 .content {
      margin-top: 0;
    }
    .mbx {
      margin-top: 40px;
    }
  }
  @media screen and (max-width: 1000px) {
    .ui.container {
      max-width: 700px !important;
    }
    .mbx {
      padding: 1em 0;
    }
    .seoModel .seo-2 .list .swiper {
      width: 100%;
      margin-left: 0;
    }
    .prodet-page .prodet-1 .content {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .prodet-page .prodet-1 .img {
      width: 100%;
    }
    .prodet-page .prodet-1 .box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .prodet-page .prodet-2 .form ul li.wid-100 {
      grid-column: unset;
    }
    .service-page .service-1 .list {
      height: 300px;
    }
    .service-page .service-1 .list ul li a.img {
      height: 70px;
    }
    .service-page .service-1 .list ul {
      grid-template-columns: repeat(4, 1fr);
    }
    .service-page .service-1 .list ul li {
      width: 25%;
    }
    .service-page .service-2 .box {
      height: 420px;
    }
    .service-page .service-3 .swiper .swiper-slide {
      border-radius: 150px;
    }
    .factory-page .factory-2 .top .right {
      max-width: 65%;
    }
    .honor-page .honor-1 .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .honor-page .honor-1 .flex > div {
      width: 100%;
    }
    .honor-page .honor-1 .flex .left .list ul {
      grid-template-columns: 1fr 1fr;
    }
    .honor-page .honor-1 .flex .right {
      display: none;
    }
    .honor-page .honor-2 .box {
      width: 70%;
    }
    .honor-page .honor-2 {
      background-position: center !important;
      background-attachment: unset;
    }
    .story-page .story-1 span.h1 {
      font-size: 50px;
    }
    .story-page .story-2 .right {
      display: none;
    }
    .story-page .story-2 .left {
      width: 100%;
    }
    .story-page .story-3 {
      padding-top: 50px;
    }
    .story-page .story-3 .left {
      width: 100%;
      padding-right: 0;
    }
    .story-page .story-3 .right {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .story-page .story-3 .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .story-page .story-4 .ui.container .right,
    .history-page .right {
      width: 100% !important;
      padding-left: 0;
      margin-top: 30px;
    }
    .story-page .story-4 .ui.container .left,
    .history-page .left {
      width: 100% !important;
      padding-right: 0;
    }
    .story-page .story-4 .ui.container .flex,
    .history-page .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .history-page .bg {
      display: none;
    }
    .history-page .right .img {
      height: 200px !important;
      margin-bottom: 0 !important;
    }
    .history-page .left {
      margin-top: 0;
    }
    .inner-page .sideBarBox .sideNav {
      display: none;
    }
    .inner-page .sideBarBox .sideContent {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
      padding: 15px;
    }
    .download-page .download-3 .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .download-page .download-3 .flex .left {
      width: 100%;
      position: static;
    }
    .download-page .download-3 .flex .right {
      width: 100%;
      margin-top: 30px;
    }
    .contact-page .contact-1 .box {
      padding: 0;
      background-image: unset;
    }
    .contact-page .contact-2 .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .contact-page .contact-2 .flex .left {
      width: 100%;
    }
    .contact-page .contact-2 .flex .right {
      width: 100%;
      margin-top: 30px;
    }
    .contact-page .contact-2 .right iframe {
      height: 320px;
    }
    .contact-page .contact-2 .left .info .slide {
      margin-top: 20px;
    }
    .inner-page .options .nav {
      width: 50%;
      min-width: auto;
    }
    .inner-page .options .search form {
      width: 100%;
    }
    .product-page .product-1 .list ul {
      gap: 20px;
    }
    .seoModel .seo-1 .content {
      width: 100%;
      padding-right: 0;
      padding: 30px 0;
    }
    .seoModel .seo-1 .right {
      width: 100%;
      margin-right: 0;
      margin-top: 0;
    }
    .seoModel .seo-1 .flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .seoModel .seo-1 .img {
      width: 100%;
      margin-right: 0;
      height: 200px;
      margin-bottom: 30px;
    }
    .seoModel .seo-2 .content {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .seoModel .seo-2 .list {
      width: 100%;
    }
    .seoModel .seo-2 div.flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .seoModel .seo-3 .swiper .swiper-slide:before {
      opacity: 1;
    }
    .prodet-page .prodet-1 .img .smallImg {
      width: 18%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }
    .service-page .service-1 .list {
      height: 200px;
    }
    .service-page .service-1 .list ul li {
      width: 33.33%;
    }
    .service-page .service-1 .list ul {
      grid-template-columns: repeat(3, 1fr);
    }
    .service-page .service-2 .box .content {
      max-width: 100%;
    }
    .service-page .service-2 .box {
      height: auto;
    }
    .service-page .service-2 .box .content {
      background-color: rgba(255, 255, 255, 0.6);
    }
    .factory-page .factory-2 .top .right {
      max-width: none;
      width: 100%;
    }
    .factory-page .factory-2 .top .left {
      width: 100%;
    }
    .factory-page .factory-2 .top .left .slide {
      margin-bottom: 15px;
    }
    .factory-page .factory-2 .top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .honor-page .honor-2 .box {
      width: 100%;
    }
    .honor-page .honor-2 {
      background-color: #f6f6f6;
      background-image: unset;
    }
  }
  @media screen and (max-width: 500px) {
    .news-page .sideContent .list ul li time {
      margin-right: 0;
      margin-bottom: 1em;
    }
    .news-page .sideContent .list ul li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .inner-page .options {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      zoom: .8;
    }
    .inner-page .options > * {
      width: 100%;
    }
    .inner-page .options .nav {
      display: none;
    }
    .history-page .right .swiper {
      margin-right: 0;
    }
    .story-page .story-1 span.h1 {
      font-size: 36px;
    }
    .story-page .story-1 .bg {
      -webkit-mask-size: 80% auto;
      mask-size: 80% auto;
    }
    .service-page .service-3 .swiper .swiper-slide {
      border-radius: 100px;
    }
    .service-page .service-1 .list ul li {
      width: 50%;
    }
    .service-page .service-1 .list ul {
      grid-template-columns: repeat(2, 1fr);
    }
    .prodet-page .prodet-1 .img .smallImg {
      width: 21%;
    }
    .seoModel .seo-2 .content .textDots p i {
      max-width: 2em;
    }
    .product-page .product-1 .list ul {
      
    }
    a.sanxiaoye {
      display: none !important;
  }
  .seo-4.txt-center.Auxil-industry {
      display: none !important;
  }
    .seoModel .seo-3 .swiper .swiper-slide:before {
      border-radius: 100px;
    }
    .seoModel .seo-3 .swiper .text {
      margin-bottom: 2em;
    }
    .product-yd-page .product-yd-1 .swiper-slide:before {
      width: 100%;
      height: 100%;
      border-radius: 50px;
    }
    .contact-page .contact-1 .box .form form ul li.wid-100 {
      grid-column: unset;
    }
    .contact-page .contact-2 .right iframe {
      height: 240px;
    }
    #index-body .init-5 .slide {
      max-width: 100%;
    }
  }
  
  
  h1.sanh1 {
      Display: inline;
  }
  a.sanxiaoye {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 550px;
      display: inline-block;
      vertical-align: middle;
  }


  .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.flexInline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.flex-1 > * {
  width: 100%;
}
.flex-2 > * {
  width: 50%;
}
.flex-3 > * {
  width: 33.33333333%;
}
.flex-4 > * {
  width: 25%;
}
.flex-5 > * {
  width: 20%;
}
.flex-6 > * {
  width: 16.66666667%;
}
.flex-7 > * {
  width: 14.28571429%;
}
.flex-8 > * {
  width: 12.5%;
}
.flex-9 > * {
  width: 11.11111111%;
}
.flex-10 > * {
  width: 10%;
}
.flexDirectionRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flexDirectionColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flexAlignCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexJustifyCenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexJustifyBetween {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexAlignStart {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flexAlignEnd {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flexJustifyStart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flexJustifyEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flexWrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexGap-1 {
  gap: 1px;
}
.radius-1 {
  border-radius: 1px;
}
.flexGap-2 {
  gap: 2px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pt-170 {
  padding-top: 8.5vw;
}
.pt-150 {
  padding-top: 7.5vw;
}
.pb-60{
  padding-bottom: 3.2vw;
}
.pb-170 {
  padding-bottom: 8.5vw;
}
.pb-150 {
  padding-bottom: 7.5vw;
}
@media screen and (max-width: 1700px) {
    .pb-110 {
    padding-bottom: 88px;
  }
}
@media screen and (max-width: 1450px) {
  .pb-110 {
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 1250px) {
  .pb-110 {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 1000px) {
    .pb-110 {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 700px) {
  .pb-110 {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 1700px) {
  div.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  div.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  div.container {
    width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  div.container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  div.container {
    width: 100%;
  }
}
.about-common-intro {
  color: #333333;
  line-height: 1.625;
  text-align: center;
  margin: 0 auto;
}
.about-honor {
  padding-top: 69px;
  padding-bottom: 146px;
  background-color: #f0f3f5;
}
.about-honor .intro {
  max-width: 1166px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.about-honor .content {
  position: relative;
}
.about-honor .content .prev,
.about-honor .content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.about-honor .content .prev i,
.about-honor .content .next i {
  font-size: 20px;
  color: #fff;
}
.about-honor .content .prev:hover,
.about-honor .content .next:hover {
  background-color: var(--index-color);
}
.about-honor .content .prev {
  left: -49px;
}
.about-honor .content .next {
  right: -49px;
}
.about-honor .content .about-honor-slick {
  margin: 0 -9px;
}
.about-honor .content .about-honor-slick li a {
  display: block;
  margin: 0 9px;
}
.about-honor .content .about-honor-slick li a img {
  margin: 0 auto;
  /*max-height: 217px;*/
}
.about-quality-commitment {
  margin-top: 61px;
}
.about-quality-commitment .intro {
  max-width: 1212px;
  margin-top: 21px;
  margin-bottom: 54px;
}
.about-quality-commitment .content {
  position: relative;
}
.about-quality-commitment .content .prev,
.about-quality-commitment .content .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
.about-quality-commitment .content .prev i,
.about-quality-commitment .content .next i {
  font-size: 20px;
  color: #fff;
}
.about-quality-commitment .content .prev:hover,
.about-quality-commitment .content .next:hover {
  background-color: var(--index-color);
}
.about-quality-commitment .content .prev {
  left: -49px;
}
.about-quality-commitment .content .next {
  right: -49px;
}
.about-quality-commitment .about-quality-commitment-slick {
  margin: 0 -25px;
}
.about-quality-commitment .about-quality-commitment-slick li .img {
  display: block;
  margin: 0 25px;
}
.about-quality-commitment .about-quality-commitment-slick li .title {
  display: block;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 43px;
}
.about-quality-commitment .about-quality-commitment-slick .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4px;
  margin-left: 25px;
  margin-right: 25px;
}
.about-quality-commitment .about-quality-commitment-slick .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 4px;
  background-color: #f4f4f4;
}
.about-quality-commitment .about-quality-commitment-slick .slick-dots li.slick-active {
  background-color: var(--index-color);
  height: 4px;
}
.about-quality-commitment .about-quality-commitment-slick .slick-dots li button {
  display: none;
}
.about-exhibition {
  padding-top: 69px;
  padding-bottom: 67px;
  position: relative;
  margin-top: 38px;
  z-index: 0;
}
.about-exhibition:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background-color: #f0f3f5;
  z-index: -1;
}
.about-exhibition .intro {
  max-width: 1203px;
  margin-top: 20px;
  margin-bottom: 56px;
}
.about-exhibition .about-exhibition-slick {
  margin: 0 -18px;
}
.about-exhibition .about-exhibition-slick .slick-dots {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-exhibition .about-exhibition-slick .slick-dots li {
  margin: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: solid 1px transparent;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-exhibition .about-exhibition-slick .slick-dots li button {
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #333333;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border-radius: 50%;
}
.about-exhibition .about-exhibition-slick .slick-dots li.slick-active {
  border-color: var(--index-color);
}
.about-exhibition .about-exhibition-slick .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: var(--index-color);
}
.about-exhibition .about-exhibition-slick li a {
  display: block;
  margin: 0 18px;
}
@media screen and (max-width: 1680px) {
  .about-honor .content .prev {
    left: 0;
  }
  .about-honor .content .next {
    right: 0;
  }
  .about-honor .content .about-honor-slick {
    margin-left: 36px;
    margin-right: 36px;
  }
    .about-quality-commitment .content .prev {
    left: 0;
  }
  .about-quality-commitment .content .next {
    right: 0;
  }
  about-quality-commitment .content .about-honor-slick {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  .ui.container {
    width: 1200px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  .news-list2 li {
    margin-bottom: 30px;
  }
  .news-list2 li .right {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .news-list2 li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-list2 li .img {
    width: 100%;
  }
  .news-list2 li .right {
    width: 100%;
  }
  .about-honor {
    padding-bottom: 60px;
  }
  .about-honor .content .about-honor-slick li a img{
    /*max-height: 372px;*/
  }
  .about-quality-commitment .about-quality-commitment-slick {
    margin-left: -8px;
    margin-right: -8px;
  }
  .about-quality-commitment .about-quality-commitment-slick li .img {
    margin-left: 8px;
    margin-right: 8px;
  }
  .about-quality-commitment .intro {
    margin-bottom: 30px;
  }
  .about-quality-commitment .about-quality-commitment-slick li .title {
    margin-bottom: 20px;
  }
  .about-exhibition .intro {
    margin-bottom: 20px;
  }
  .about-exhibition .about-exhibition-slick .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .detail-form form input {
    width: 100%;
  }
  .about-honor .content .prev,
  .about-honor .content .next {
    display: none;
  }
  .about-honor .content .about-honor-slick {
    margin-left: -8px;
    margin-right: -8px;
  }
}