#main {
  font-family: "Source Han Sans";
}
#main .section3.initial_style .show_hall {
  transform: translateX(-120%);
}
#main .section3.initial_style .news_center {
  transform: translateX(-120%);
  display: none;
}
#main .section3.initial_style #footer {
  visibility: hidden;
}
#main .section1.on .swiper-slide-active {
  transform: scaleX(1.1) scaleY(1.1);
  transition: all 2s;
}
#main .section3.on0 .show_hall {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
#main .section3.on0 .news_center {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
#main .section3.on0 .news_title {
  animation-name: fadeInLeft;
  animation-duration: 2s;
}
#main .section3.on0 .more {
  animation-name: fadeInRight;
  animation-duration: 2s;
}
#main .section3.on0 .big_pic {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
#main .section3.on0 .more {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
#main .section3.on0 .small_pic:first-child .row > div {
  animation-delay: 0.1s;
}
#main .section3.on0 .small_pic:nth-child(2) .row > div {
  animation-delay: 0.2s;
}
#main .section3.on0 .small_pic:nth-child(3) .row > div {
  animation-delay: 0.3s;
}
#main .section3.on0 .small_pic .row > div {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
#main .section3.on0 #footer {
  animation-name: fadeInUp;
  animation-duration: 2s;
}
@media only screen and (min-width: 1630px) {
  #main .index_sliders {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .large_screen {
    display: block;
  }
  #main .index_sliders .mobile_screen {
    display: none;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    height: 9.8rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 2.5rem;
    font-size: 52px;
    color: #fff;
    text-align: left;
    bottom: 2.15rem;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 3.15rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    float: left;
    width: 2.4rem;
    height: 100%;
    box-sizing: border-box;
    padding-top: 1.3rem;
  }
  #main .goods .sec_title h1 {
    font-size: 50px;
    color: #333333;
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 1.12rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 30%;
  }
  #main .goods .sec_title h1 i:first-child {
    margin-bottom: 0.3rem;
  }
  #main .goods .sec_title h1 i:last-child {
    margin-top: 0.3rem;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 20px;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type .opc {
    color: transparent;
  }
  #main .goods .sec_title .goods_type .p-desc {
    margin-left: 0rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content .goods_detail {
    display: none;
    overflow: hidden;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .swiper-slide {
    border-right: 1px solid #eee;
    width: 25%;
    height: 10rem;
  }
  #main .goods .sec_content .swiper-slide:first-child {
    border-left: 1px solid #eee;
  }
  #main .goods .sec_content .swiper-slide .goods_box {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.3rem 0.5rem 0 0.7rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    transition: all 1s;
    width: 5.2rem;
    height: 3.46rem;
    margin-left: -1rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    display: block;
    font-size: 46px;
    color: #18a0ae;
    text-align: left;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 16px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 22px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 5.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.4rem;
    width: 1.52rem;
    height: 0.81rem;
  }
  #main .show_hall .circle_btn .click_btn {
    font-size: 16px;
    color: #fff;
    text-align: center;
    max-width: 2.2rem;
  }
  #main .show_hall .circle_btn .next {
    color: #fff;
    margin-top: 0.15rem;
    display: inline-block;
    font-size: 28px;
    font-weight: 900;
  }
  @keyframes pulsate {
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0;
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      filter: none;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }
  #main .news_center {
    height: 8rem;
    width: 100%;
    padding-right: 0.2rem;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem 0px 0.2rem 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 16px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
  }
  #main .news_center .news_main .news_title {
    width: 2.4rem;
    position: absolute;
    left: 0;
    top: 10%;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 50px;
    color: #333;
    width: 0.5rem;
    margin-left: 30%;
    margin-top: -0.33rem;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 0.2rem;
  }
  #main .news_center .news_main .news_title h1 .icon:first-child {
    margin-bottom: 0.3rem;
  }
  #main .news_center .news_main .news_title h1 .icon:last-child {
    margin-top: 0.3rem;
  }
  #main .news_center .news_main .news_content .big_pic {
    overflow: hidden;
    position: relative;
  }
  #main .news_center .news_main .news_content .big_pic img {
    width: 5.53rem;
      display: block;
      margin-left: calc(50% - 2.7rem);
    height: 3.13rem;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div.small_pic {
    padding-right: 0;
    position: relative;
  }
  #main .news_center .news_main .news_content > div .img_box {
    width: 100% !important;
    height: 3.16rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div img {
    width: 2.9rem;
    height: 1.51rem;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 20px;
    color: #333;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 1.25rem;
    height: 0.7rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    position: absolute;
    bottom: 12%;
    color: #999;
  }
  #main .news_center .news_main .news_content > div .row {
    height: 100%;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div .img_box {
    width: 2.9rem;
    height: 1.52rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 2.9rem;
    height: 1.52rem;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 20px;
    color: #333;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 16px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_title h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title .goods_type {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1200px) {
  #main .goods .sec_title .goods_type {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title .goods_type {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1366px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1366px) {
  #main .show_hall .circle_btn .click_btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .show_hall .circle_btn .click_btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .show_hall .circle_btn .next {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .show_hall .circle_btn .next {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .show_hall .circle_btn .next {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1366px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1200px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1200px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 1366px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) {
  #main .index_sliders .large_screen {
    display: block;
  }
  #main .index_sliders .mobile_screen {
    display: none;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    height: 9.8rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 2.5rem;
    font-size: 52px;
    color: #fff;
    text-align: left;
    bottom: 2.15rem;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 3.15rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    float: left;
    width: 2.6rem;
    height: 100%;
    box-sizing: border-box;
    padding-top: 1.3rem;
  }
  #main .goods .sec_title h1 {
    font-size: 44px;
    color: #333333;
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 1.12rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 30%;
  }
  #main .goods .sec_title h1 i:first-child {
    margin-bottom: 0.3rem;
  }
  #main .goods .sec_title h1 i:last-child {
    margin-top: 0.3rem;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 18px;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type .opc {
    color: transparent;
  }
  #main .goods .sec_title .goods_type .p-desc {
    margin-left: 0rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content .goods_detail {
    display: none;
    overflow: hidden;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .swiper-slide {
    border-right: 1px solid #eee;
    width: 25%;
    height: 10rem;
  }
  #main .goods .sec_content .swiper-slide:first-child {
    border-left: 1px solid #eee;
  }
  #main .goods .sec_content .swiper-slide .goods_box {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.3rem 0.5rem 0 0.7rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    transition: all 1s;
    margin-left: -1rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    display: block;
    font-size: 46px;
    color: #18a0ae;
    text-align: left;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 16px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 18px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    width: 5.2rem;
    height: 3.46rem;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 5.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
  }
  #main .show_hall .circle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.4rem;
    width: 1.52rem;
    height: 0.81rem;
  }
  #main .show_hall .circle_btn .click_btn {
    font-size: 14px;
    color: #fff;
    max-width: 1.5rem;
    text-align: center;
  }
  #main .show_hall .circle_btn .next {
    color: #fff;
    margin-top: 0.15rem;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
  }
  @keyframes pulsate {
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0;
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      filter: none;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }
  #main .news_center {
    height: 8rem;
    width: 100%;
    padding-right: 0.2rem;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem 0px 0.2rem 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 16px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
  }
  #main .news_center .news_main .news_title {
    width: 2.4rem;
    position: absolute;
    left: 0;
    top: 10%;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 44px;
    color: #333;
    width: 0.5rem;
    margin-left: 30%;
    margin-top: -0.33rem;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 0.2rem;
  }
  #main .news_center .news_main .news_title h1 .icon:first-child {
    margin-bottom: 0.3rem;
  }
  #main .news_center .news_main .news_title h1 .icon:last-child {
    margin-top: 0.3rem;
  }
  #main .news_center .news_main .news_content .big_pic {
    overflow: hidden;
    position: relative;
  }
  #main .news_center .news_main .news_content .big_pic img {
    width: 5.53rem;
      margin-left: calc(50% - 2.7rem);
    height: 3.13rem;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div.small_pic {
    padding-right: 0;
    position: relative;
  }
  #main .news_center .news_main .news_content > div .img_box {
    width: 100%;
    height: 3.16rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div img {
    width: 2.9rem;
    height: 1.51rem;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 20px;
    color: #333;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 1.25rem;
    height: 0.7rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    position: absolute;
    bottom: 12%;
    color: #999;
  }
  #main .news_center .news_main .news_content > div .row {
    height: 100%;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div .img_box {
    width: 2.9rem;
    height: 1.52rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 2.9rem;
    height: 1.52rem;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 20px;
    color: #333;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 16px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title .goods_type {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title .goods_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1366px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .show_hall .circle_btn .click_btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .show_hall .circle_btn .next {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1200px) {
  #main .show_hall .circle_btn .next {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .show_hall .circle_btn .next {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .show_hall .circle_btn .next {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1366px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1200px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1200px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 1366px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1630px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .index_sliders .large_screen {
    display: block;
  }
  #main .index_sliders .mobile_screen {
    display: none;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    height: 9.8rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 2rem;
    bottom: 2.15rem;
    font-size: 46px;
    color: #fff;
    text-align: left;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 3.15rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    float: left;
    width: 2.4rem;
    height: 100%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 1.3rem;
  }
  #main .goods .sec_title h1 {
    font-size: 40px;
    color: #333333;
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 1.12rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 30%;
  }
  #main .goods .sec_title h1 i:first-child {
    margin-bottom: 0.3rem;
  }
  #main .goods .sec_title h1 i:last-child {
    margin-top: 0.3rem;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 14px;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type .opc {
    color: transparent;
  }
  #main .goods .sec_title .goods_type .p-desc {
    margin-left: 0rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content .goods_detail {
    display: none;
    overflow: hidden;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .swiper-slide {
    border-right: 1px solid #eee;
    width: 25%;
    height: 10rem;
  }
  #main .goods .sec_content .swiper-slide:first-child {
    border-left: 1px solid #eee;
  }
  #main .goods .sec_content .swiper-slide .goods_box {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.3rem 0.5rem 0 0.7rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    transition: all 1s;
    width: 5.2rem;
    height: 3.46rem;
    margin-left: -1rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    display: block;
    font-size: 30px;
    color: #86cbd3;
    text-align: left;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 12px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 14px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 5.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 48%;
    transform: translate(-50%, 50%);
    width: 2.8rem;
    height: 2.8rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
  }
  #main .show_hall .circle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.2rem;
    width: 1.52rem;
    height: 0.81rem;
  }
  #main .show_hall .circle_btn .click_btn {
    font-size: 12px;
    color: #fff;
  }
  #main .show_hall .circle_btn .next {
    font-size: 12px;
    color: #fff;
    margin-top: 0.1rem;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
  }
  @keyframes pulsate {
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0;
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      filter: none;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }
  #main .news_center {
    height: 8rem;
    width: 100%;
    padding-right: 0.2rem;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem 0px 0.2rem 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 16px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
  }
  #main .news_center .news_main .news_title {
    width: 2.4rem;
    position: absolute;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 40px;
    color: #333;
    width: 0.5rem;
    margin-left: 30%;
    margin-top: -0.33rem;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 0.2rem;
  }
  #main .news_center .news_main .news_title h1 .icon:first-child {
    margin-bottom: 0.3rem;
  }
  #main .news_center .news_main .news_title h1 .icon:last-child {
    margin-top: 0.3rem;
  }
  #main .news_center .news_main .news_content .big_pic {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div.small_pic {
    padding-right: 0;
  }
  #main .news_center .news_main .news_content > div .img_box {
      width: 100% !important;
    height: 3.16rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div img {
    width: 5.6rem;
    height: 3.16rem;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 16px;
    color: #333;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
    height: 0.7rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    position: absolute;
    bottom: 4%;
    color: #999;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div .img_box {
    width: 2.8rem;
    height: 1.52rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 2.8rem;
    height: 1.52rem;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 16px;
    color: #333;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .goods .sec_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .goods .sec_title .goods_type {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .show_hall .circle_btn .next {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .show_hall .circle_btn .next {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1366px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1143px) {
  #main .index_sliders .large_screen {
    display: block;
  }
  #main .index_sliders .mobile_screen {
    display: none;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    height: 9.8rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 2rem;
    bottom: 2.15rem;
    font-size: 46px;
    color: #fff;
    text-align: left;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 3.15rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    float: left;
    width: 3rem;
    height: 100%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    padding-top: 1.3rem;
  }
  #main .goods .sec_title h1 {
    font-size: 40px;
    color: #333333;
    width: 0.5rem;
    margin: 0 auto;
    margin-bottom: 1.12rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 30%;
  }
  #main .goods .sec_title h1 i:first-child {
    margin-bottom: 0.3rem;
  }
  #main .goods .sec_title h1 i:last-child {
    margin-top: 0.3rem;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 14px;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type .opc {
    color: transparent;
  }
  #main .goods .sec_title .goods_type .p-desc {
    margin-left: 0rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content .goods_detail {
    display: none;
    overflow: hidden;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .swiper-slide {
    border-right: 1px solid #eee;
    width: 25%;
    height: 10rem;
  }
  #main .goods .sec_content .swiper-slide:first-child {
    border-left: 1px solid #eee;
  }
  #main .goods .sec_content .swiper-slide .goods_box {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 1.3rem 0.5rem 0 0.7rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    transition: all 1s;
    width: 5.2rem;
    height: 3.46rem;
    margin-left: -1rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    display: block;
    font-size: 30px;
    color: #86cbd3;
    text-align: left;
    margin-bottom: 1.2rem;
    margin-top: 0;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 12px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 14px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 5.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 48%;
    transform: translate(-50%, 50%);
    width: 2.8rem;
    height: 2.8rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
  }
  #main .show_hall .circle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.2rem;
    width: 1.52rem;
    height: 0.81rem;
  }
  #main .show_hall .circle_btn .click_btn {
    width: 1.7rem;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    max-width: 3rem;
  }
  #main .show_hall .circle_btn .next {
    font-size: 12px;
    color: #fff;
    margin-top: 0.1rem;
    display: inline-block;
    font-size: 18px;
    font-weight: 900;
  }
  @keyframes pulsate {
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0;
      filter: alpha(opacity=0);
    }
    50% {
      opacity: 1;
      filter: none;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
      filter: alpha(opacity=0);
    }
  }
  #main .news_center {
    height: 8rem;
    width: 100%;
    padding-right: 0.2rem;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem 0px 0.2rem 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 16px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
  }
  #main .news_center .news_main .news_title {
    width: 2.4rem;
    position: absolute;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 40px;
    color: #333;
    width: 0.5rem;
    margin-left: 30%;
    margin-top: -0.33rem;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-left: 0.2rem;
  }
  #main .news_center .news_main .news_title h1 .icon:first-child {
    margin-bottom: 0.3rem;
  }
  #main .news_center .news_main .news_title h1 .icon:last-child {
    margin-top: 0.3rem;
  }
  #main .news_center .news_main .news_content .big_pic {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div {
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div.small_pic {
    padding-right: 0;
  }
  #main .news_center .news_main .news_content > div .img_box {
      width: 100% !important;
    height: 3.16rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div img {
    width: 5.6rem;
    height: 3.16rem;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 16px;
    color: #333;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
    height: 0.7rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    position: absolute;
    bottom: 4%;
    color: #999;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div .img_box {
    width: 2.8rem;
    height: 1.52rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 2.8rem;
    height: 1.52rem;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    color: #333;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 14px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1440px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1024px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .goods .sec_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .goods .sec_title .goods_type {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1440px) {
  #main .show_hall .circle_btn .next {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1024px) {
  #main .show_hall .circle_btn .next {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1366px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 1366px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1143px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  #main .my_nav {
    min-height: 7rem;
    background: #fff;
  }
  #main .my_nav li {
    position: static !important;
    height: auto !important;
  }
  #main .index_sliders .large_screen {
    display: block;
  }
  #main .index_sliders .mobile_screen {
    display: none;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    height: 9.8rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 2rem;
    bottom: 2.15rem;
    font-size: 46px;
    color: #fff;
    text-align: left;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 3.15rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    margin-top: 0.5rem;
    width: 100%;
    height: auto;
  }
  #main .goods .sec_title h1 {
    font-size: 30px;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 0.4rem;
    text-align: center;
    width: 6rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-right: 0.4rem;
    margin-left: 0.4rem;
  }
  #main .goods .sec_title h1 i:first-child {
    margin-bottom: 0;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 20px;
    float: left;
    margin-left: 20%;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type span {
    margin-left: 0.6rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content {
    height: auto;
  }
  #main .goods .sec_content .goods_detail {
    width: 100%;
    display: none;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .row {
    height: auto;
  }
  #main .goods .sec_content .row > div {
    overflow: hidden;
    padding: 0.2rem;
    border-right: 1px solid #ccc;
    margin-bottom: 0.4rem;
  }
  #main .goods .sec_content .row > div .goods_box {
    height: 100%;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 0.4rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  #main .goods .sec_content .row > div .goods_box .goods_img {
    transition: all 1s;
  }
  #main .goods .sec_content .row > div .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .row > div .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .row > div .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .row > div .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .row > div .goods_box .num_title {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: #18a0ae;
    text-align: center;
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
  }
  #main .goods .sec_content .row > div .goods_box .goods_desc {
    font-size: 14px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .row > div .goods_box .goods_title {
    font-size: 18px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .row > div .goods_box:first-of-type .goods_img {
    width: 30%;
    margin-left: 0.25rem;
  }
  #main .goods .sec_content .row > div .goods_box:nth-of-type(2) .goods_img {
    width: 40%;
    margin-left: 0.1rem;
  }
  #main .goods .sec_content .row > div .goods_box:nth-of-type(3) .goods_img {
    width: 100%;
    margin-left: -0.4rem;
  }
  #main .goods .sec_content .row > div .goods_box:last-of-type .goods_img {
    width: 90%;
    margin-left: -0.2rem;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 5.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 3.1rem;
    height: 3.1rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
  }
  #main .show_hall .circle_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.2rem;
    width: 1.52rem;
    height: 0.81rem;
  }
  #main .show_hall .circle_btn .click_btn {
    font-size: 12px;
    color: #fff;
  }
  #main .show_hall .circle_btn .next {
    font-size: 12px;
    color: #fff;
  }
  #main .news_center {
    width: 100%;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 20px 0px 20px 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 14px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .news_center .news_main .news_title {
    position: absolute;
    top: -38%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 30px;
    color: #333;
    width: 7rem;
    margin-top: 0.6rem;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin: 0 0.4rem;
  }
  #main .news_center .news_main .news_title h1 .icon:first-child {
    margin-bottom: 0;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div img {
    width: 100%;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 14px;
    color: #333;
    line-height: 0.5rem;
    margin-top: 0.2rem;
    margin-bottom: 1.05rem;
    height: 0.9rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    margin-left: 0.1rem;
    font-size: 12px;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 100%;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 14px;
    color: #333;
    line-height: 0.44rem;
    text-align: left;
    margin-bottom: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 12px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.65rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 36px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .goods .sec_title h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .goods .sec_title .goods_type {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1200px) {
  #main .goods .sec_title .goods_type {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .goods .sec_title .goods_type {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .row > div .goods_box .num_title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .row > div .goods_box .num_title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .row > div .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .row > div .goods_box .goods_desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .row > div .goods_box .goods_title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .row > div .goods_box .goods_title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1440px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 1024px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_title h1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) and only screen and (max-width: 767px) {
  #main .news_center .news_main .news_content > div .row > div .desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .navbar-light .navbar-brand {
    width: 3rem !important;
  }
  #main .swiper-container {
    height: auto;
  }
  #main .index_sliders .large_screen {
    display: none;
  }
  #main .index_sliders .mobile_screen {
    display: block;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide video {
    display: none;
    height: 6rem;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide .mission {
    position: absolute;
    left: 0.5rem;
    bottom: 1rem;
    font-size: 0.5rem;
    color: #fff;
    text-align: left;
    transition: all 1s;
    opacity: 0;
  }
  #main .index_sliders .swiper-container .swiper-wrapper .swiper-slide-active .mission {
    bottom: 0.5rem;
    opacity: 1;
    animation-name: fadeInRight;
    animation-duration: 2s;
  }
  #main .index_sliders .swiper-button-next,
  #main .index_sliders .swiper-button-prev {
    cursor: pointer;
  }
  #main .index_sliders .swiper-button-next:hover,
  #main .index_sliders .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: scaleX(1.1) scaleY(1.1);
    transition: all 1s;
  }
  #main .goods {
    width: 100%;
  }
  #main .goods .sec_title {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    margin-top: 0;
    width: 100%;
    height: auto;
    padding-top: 0.3rem;
  }
  #main .goods .sec_title h1 {
    font-size: 0.4rem;
    color: #333333;
    margin: 0 auto;
    margin-bottom: 0.2rem;
    text-align: center;
    width: 6rem;
  }
  #main .goods .sec_title h1 i {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
  #main .goods .sec_title .goods_type:first-of-type {
    margin-bottom: 0.4rem;
    margin-right: 1rem;
  }
  #main .goods .sec_title .goods_type {
    font-size: 0.3rem;
    float: left;
    margin-left: 0;
  }
  #main .goods .sec_title .goods_type p {
    text-align: left;
  }
  #main .goods .sec_title .goods_type span {
    margin-left: 0.6rem;
  }
  #main .goods .sec_title .goods_type.active {
    color: #18a0ae;
  }
  #main .goods .sec_content {
    height: auto;
  }
  #main .goods .sec_content .goods_detail {
    display: none;
  }
  #main .goods .sec_content .goods_detail.selected {
    display: block;
  }
  #main .goods .sec_content .swiper-slide {
    border-right: 1px solid #eee;
    width: 25%;
    height: 6rem;
  }
  #main .goods .sec_content .swiper-slide:first-child {
    border-left: 1px solid #eee;
  }
  #main .goods .sec_content .swiper-slide .goods_box {
    height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0.4rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_img {
    transition: all 1s;
    width: 5.2rem;
    height: 3.46rem;
    margin-left: -1rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover .goods_img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_desc {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box:hover span.goods_title {
    color: #18a0ae;
  }
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    display: block;
    font-size: 30px;
    color: #86cbd3;
    text-align: left;
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_desc {
    font-size: 12px;
    color: #455576;
    line-height: 0.54rem;
    border-bottom: 1px solid #eee;
    margin-bottom: 0.2rem;
  }
  #main .goods .sec_content .swiper-slide .goods_box .goods_title {
    font-size: 12px;
    color: #425274;
    margin-bottom: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  #main .goods .sec_content .swiper-container {
    position: relative;
  }
  #main .goods .sec_content .swiper-button-next {
    background: url(/img/epi_arrow.png) no-repeat center center / 100% 100%;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    right: 0.2rem;
    transition: transform 1s;
  }
  #main .goods .sec_content .swiper-button-next:hover {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .bg_box {
    height: 2.6rem;
    width: 100%;
    position: relative;
    background-image: url(/img/bg03_17.jpg);
    background-position: center center;
    background-size: 100% 100%;
  }
  #main .show_hall .circle_btn {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 2rem;
    height: 2rem;
    background-color: rgba(0, 0, 0, 0.1);
    transition: all 1s;
    display: table-cell;
    text-align: center;
  }
  #main .show_hall .circle_btn:hover {
    transform: translate(-50%, 50%) scaleX(1.1) scaleY(1.1);
  }
  #main .show_hall .circle_btn img {
    margin-top: 20%;
    margin-bottom: 0.2rem;
    width: 0.8rem;
    height: 0.4rem;
  }
  #main .show_hall .circle_btn .click_btn {
    font-size: 12px;
    color: #fff;
  }
  #main .show_hall .circle_btn .next {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
  }
  #main .news_center {
    height: auto;
    width: 100%;
  }
  #main .news_center .more a {
    float: right;
    width: 1.8rem;
    height: 0.6rem;
    border: 1px solid #ccc;
    border-radius: 20px 0px 20px 0px;
    text-align: center;
    line-height: 0.6rem;
    font-size: 14px;
    color: #999;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
  #main .news_center .more a:hover {
    background-color: #18a0ae;
    color: #fff;
  }
  #main .news_center .news_main {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  #main .news_center .news_main .news_title {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #main .news_center .news_main .news_title h1 {
    font-size: 0.4rem;
    color: #333;
    margin-top: 0.2rem;
    margin-left: 6%;
  }
  #main .news_center .news_main .news_title h1 .icon {
    display: inline-block;
    width: 0.31rem;
    height: 0.32rem;
    background-image: url(/img/icon_03.png);
    background-size: 100% 100%;
  }
  #main .news_center .news_main .news_title h1 .icon:first-of-type {
    margin-right: 0.2rem;
  }
  #main .news_center .news_main .news_title h1 .icon:last-of-type {
    margin-left: 0.2rem;
  }
  #main .news_center .news_main .news_content .big_pic {
    overflow: hidden;
    margin-bottom: 0.2rem;
  }
  #main .news_center .news_main .news_content .big_pic img {
    width: 100%;
  }
  #main .news_center .news_main .news_content .big_pic .desc {
    text-align: left;
  }
  #main .news_center .news_main .news_content .big_pic .date {
    bottom: -2%;
  }
  #main .news_center .news_main .news_content .big_pic:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content .big_pic:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div {
    overflow: hidden;
    padding: 0;
  }
  #main .news_center .news_main .news_content > div.small_pic {
    padding-right: 0;
  }
  #main .news_center .news_main .news_content > div .img_box {
    width: 100%;
    height: 3.16rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
  }
  #main .news_center .news_main .news_content > div .desc {
    font-size: 12px;
    color: #333;
    line-height: 0.44rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
    height: 0.7rem;
  }
  #main .news_center .news_main .news_content > div .date {
    text-align: left;
    position: absolute;
    bottom: 12%;
    right: 10%;
    color: #999;
  }
  #main .news_center .news_main .news_content > div .row > div {
    border-left: 1px solid #eee;
  }
  #main .news_center .news_main .news_content > div .row > div:hover img {
    transform: scaleX(1.1) scaleY(1.1);
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.desc {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div:hover p.detail {
    color: #18a0ae;
  }
  #main .news_center .news_main .news_content > div .row > div .img_box {
    width: 100%;
    height: 3rem;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div img {
    width: 100%;
    height: 3rem;
    transition: all 1s;
  }
  #main .news_center .news_main .news_content > div .row > div .desc {
    color: #333;
    line-height: 0.36rem;
    text-align: left;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #main .news_center .news_main .news_content > div .row > div .detail {
    font-size: 12px;
    color: #999;
    line-height: 0.34rem;
    text-align: left;
    margin-bottom: 0.85rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1440px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 1024px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .goods .sec_content .swiper-slide .goods_box .num_title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 767px) {
  #main .news_center .more a {
    font-size: 12px;
  }
}
<!--ºÄÊ±1758275360.709Ãë-->