@media (max-width: 1199px) {
  .index-box-03 .swiper-button-next {
    right: 15px;
  }
  .index-box-03 .swiper-button-prev {
    left: 15px;
  }
  .index-box-11 .box-s .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px;
  }
  .index-box-11 .box-s .box-mc .icon-s {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }
  .index-box-11 .box-s .box-mc .icon-s img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .index-box-11 .box-s .box-mc .icon-s img.img-h {
    display: none;
  }
  .index-box-11 .box-s .box-mc .title-s {
    margin-bottom: 10px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
  }
  .index-box-11 .box-s .box-mc .txt-s {
    font-size: 14px;
    line-height: 22px;
  }
  .index-box-13 .box-cont .box-info {
    border: solid 1px #b1b1b1;
    padding: 20px;
    display: flex;
  }
  .index-box-13 .box-cont .box-info .img-s {
    margin-bottom: 15px;
  }
  .index-box-13 .box-cont .box-info .img-s img {
    max-width: 150px;
  }
  .index-box-13 .box-cont .box-info .box-txt {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
  }
  .index-box-13 .box-cont .box-info .box-txt:last-child {
    margin-bottom: 0;
  }
  .index-box-13 .box-cont .box-info .box-txt .title-s {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .index-box-13 .box-cont .box-info .box-txt .title-s .icon-s {
    margin-right: 10px;
  }
  .index-box-13 .box-cont .box-info .box-txt .title-s .icon-s img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .index-box-15 {
    background-color: #e6e9ee;
  }
  .index-box-15 .box-group .box-warp {
    flex: 0 0 33%;
  }
  .index-box-15 .box-group .box-warp:nth-child(3n) .box-s:after {
    display: none;
  }
}
@media (max-width: 991px) {
  /*header*/
  .header {
    min-height: 80px;
  }
  .header .header-logo {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header .header-logo img {
    display: block;
    max-width: 120px;
  }
  .header .header-tel {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .header .header-tel > div {
    font-size: 24px;
  }
  .header .header-nav {
    height: 80px;
  }
  .header .header-nav a {
    padding: 15px 10px 0;
    height: 80px;
  }
  .header .header-nav a .a-ch {
    font-size: 18px;
  }
  .index-box-03 {
    padding-bottom: 20px;
  }
  .index-box-03 .box-s {
    overflow: hidden;
    display: block;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .index-box-03 .box-s .box-img,
  .index-box-03 .box-s .box-info {
    width: 100%;
  }
  .index-box-03 .box-s .box-img img {
    display: block;
    width: 100%;
  }
  .index-box-03 .box-s .box-info {
    background: url("../images/img-11.png") no-repeat right bottom;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 30px 10%;
    justify-content: center;
  }
  .index-box-03 .box-s .box-info .box-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #92c3eb;
  }
  .index-box-03 .box-s .box-info .box-title span {
    font-size: 46px;
    display: block;
    margin-bottom: 10px;
  }
  .index-box-03 .box-s .box-info .box-txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
  }
  .index-box-03 .box-s .box-info .box-txt span {
    font-size: 26px;
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .index-box-03 .box-02 {
    background-color: #ebebeb;
    box-shadow: -1px 4px 13px 0 rgba(0, 0, 0, 0.18);
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .index-box-03 .box-02 .box-img {
    overflow: hidden;
  }
  .index-box-03 .box-02 .box-img img {
    display: block;
    width: 100%;
    transition: all 0.7s;
  }
  .index-box-03 .box-02 .box-info {
    padding: 15px;
    text-align: center;
  }
  .index-box-03 .box-02 .box-info .box-title {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .index-box-03 .box-02 .box-info .box-txt {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    height: 44px;
    overflow: hidden;
  }
  .index-box-03 .box-02:hover {
    background-color: #fdb42b;
  }
  .index-box-03 .box-02:hover .box-img img {
    transform: scale(1.1);
  }
  .index-box-03 .box-02:hover .box-info .box-title {
    color: #fff;
  }
  .index-box-03 .box-02:hover .box-info .box-txt {
    color: #fff;
  }
  .index-box-03 .product-warp {
    margin-bottom: 40px;
  }
  .index-box-03 .product-advantage .box-03 {
    float: left;
    width: 33.333333%;
  }
  .index-box-03 .product-advantage .box-03 img {
    display: block;
    width: 100%;
  }
  .index-box-03 .product-advantage .box-03 .box-info {
    position: relative;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc .box-title span {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
  }
  .index-box-03 .product-advantage .box-03:nth-child(2n) .box-info .box-mc {
    color: #666666;
  }
  .index-box-03 .product-advantage .box-03:nth-child(2n) .box-info .box-mc .box-title {
    color: #666;
  }
  .index-box-03 .product-advantage .box-03:nth-child(2n) .box-info .box-mc .box-title span {
    color: #333;
  }
  .index-box-09 .box-s .box-title {
    width: 80%;
    border: 2px solid #fff;
    height: 60px;
    line-height: 56px;
  }
  .index-box-09 .box-s .box-mc {
    border: 4px solid #fed385;
    padding: 5px;
  }
  .index-box-09 .box-s .box-mc .icon-s {
    margin-bottom: 10px;
  }
  .index-box-09 .box-s .box-mc .icon-s img {
    max-width: 30px;
  }
  .index-box-09 .box-s .box-mc .title-s {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .index-box-13 {
    padding-bottom: 20px;
  }
  .index-box-13 .box-cont {
    display: block;
  }
  .index-box-13 .box-cont .box-img,
  .index-box-13 .box-cont .box-info {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  /*header*/
  .header {
    min-height: 80px;
  }
  .header .header-logo,
  .header .header-tel {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .header .header-nav {
    height: 60px;
    margin-bottom: 10px;
  }
  .header .header-nav > span {
    width: 2%;
    padding: 0;
    text-align: center;
  }
  .header .header-nav a {
    padding: 6px 10px 0;
    height: 60px;
    width: 49%;
  }
  /*footer*/
  .footer .footer-info {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-info .box-form {
    padding-top: 30px;
  }
  .footer .footer-info .box-form .box-title {
    text-align: left;
    margin-bottom: 20px;
  }
  .footer .footer-info .box-form .box-title .title-ch {
    font-size: 30px;
    line-height: 38px;
  }
  /*index*/
  .public-title {
    margin-bottom: 25px;
  }
  .public-title .title-ch {
    font-size: 26px;
    line-height: 32px;
  }
  .index-banner img {
    transform: scale(1, 1);
  }
  .index-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-box-01 .box-img img {
    max-width: 260px;
  }
  .index-box-01 .box-info {
    text-align: right;
    padding-top: 40px;
  }
  .index-box-01 .box-info .box-logo {
    margin-bottom: 30px;
  }
  .index-box-01 .box-info .box-logo img {
    max-width: 160px;
  }
  .index-box-02 {
    padding-bottom: 20%;
    background-size: contain;
  }
  .index-box-02 .box-s {
    margin-bottom: 20px;
  }
  .index-box-02 .box-s .box-icon {
    width: 130px;
    height: 130px;
  }
  .index-box-02 .box-s .box-icon span {
    width: 64px;
    height: 64px;
  }
  .index-box-02 .box-s .box-title {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-align: center;
  }
  .index-box-03 {
    padding-bottom: 20px;
  }
  .index-box-03 .box-s .box-info {
    background-size: contain;
    padding: 20px 15px;
  }
  .index-box-03 .box-s .box-info .box-title {
    font-size: 16px;
  }
  .index-box-03 .box-s .box-info .box-title span {
    font-size: 26px;
  }
  .index-box-03 .box-s .box-info .box-txt span {
    font-size: 22px;
  }
  .index-box-03 .box-02 {
    background-color: #ebebeb;
    box-shadow: -1px 4px 13px 0 rgba(0, 0, 0, 0.18);
    overflow: hidden;
    margin: 15px 10px;
  }
  .index-box-03 .box-02 .box-img {
    overflow: hidden;
  }
  .index-box-03 .box-02 .box-img img {
    display: block;
    width: 100%;
    transition: all 0.7s;
  }
  .index-box-03 .box-02 .box-info {
    padding: 15px;
    text-align: center;
  }
  .index-box-03 .box-02 .box-info .box-title {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .index-box-03 .box-02 .box-info .box-txt {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    height: 44px;
    overflow: hidden;
  }
  .index-box-03 .box-02:hover {
    background-color: #fdb42b;
  }
  .index-box-03 .box-02:hover .box-img img {
    transform: scale(1.1);
  }
  .index-box-03 .box-02:hover .box-info .box-title {
    color: #fff;
  }
  .index-box-03 .box-02:hover .box-info .box-txt {
    color: #fff;
  }
  .index-box-03 .product-warp {
    margin-bottom: 30px;
  }
  .index-box-03 .product-advantage .box-03 {
    float: none;
    width: 100%;
  }
  .index-box-03 .product-advantage .box-03 .box-img,
  .index-box-03 .product-advantage .box-03 .box-info {
    float: left;
    width: 50%;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc {
    line-height: 22px;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc .box-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .index-box-03 .product-advantage .box-03 .box-info .box-mc .box-title span {
    font-size: 20px;
  }
  .index-box-03 .swiper-button-next,
  .index-box-03 .swiper-button-prev {
    width: 24px;
    height: 38px;
    bottom: 15%;
  }
  .index-box-03 .swiper-button-next {
    background-size: contain;
  }
  .index-box-03 .swiper-button-prev {
    background-size: contain;
  }
  .index-box-04 {
    overflow: hidden;
  }
  .index-box-04 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-04 .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-04 .box-s {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index-box-04 .box-s .box-mc .box-title {
    font-size: 18px;
  }
  .index-box-05 .box-cont {
    display: block;
    align-content: center;
  }
  .index-box-05 .box-map {
    margin-bottom: 20px;
  }
  .index-box-05 .box-map img {
    display: none;
  }
  .index-box-05 .box-map .a-box {
    position: static;
    float: left;
    width: 32%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 0;
    background-color: #92c3eb;
    border-radius: 3px;
    color: #fff;
  }
  .index-box-05 .box-map .a-box:nth-child(3n) {
    margin-right: 0;
  }
  .index-box-05 .box-map .a-box .box-tip {
    display: none !important;
  }
  .index-box-05 .box-map .a-box.current {
    background-color: #fdb42b;
  }
  .index-box-05 .box-map .a-box.current .box-tip {
    display: none;
  }
  .index-box-05 .box-s {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    width: 49%;
    float: left;
  }
  .index-box-05 .box-s:nth-child(2n) {
    float: right;
  }
  .index-box-06 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: contain;
  }
  .index-box-06 .container {
    position: relative;
    padding-left: 75px;
  }
  .index-box-06 .m-title {
    margin-bottom: 25px;
    margin-top: -25px;
    font-size: 24px;
  }
  .index-box-06 .box-s .box-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .index-box-06 .box-s .box-txt {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
  }
  .index-box-06 .box-year {
    width: 64px;
  }
  .index-box-06 .box-year span {
    font-size: 18px;
  }
  .index-box-06 .box-cont {
    padding-left: 0;
  }
  .index-box-06 .swiper-button-prev,
  .index-box-06 .swiper-button-next {
    position: absolute;
    width: 64px;
    height: 50px;
    left: 0;
  }
  .index-box-06 .swiper-button-prev {
    top: -60px;
  }
  .index-box-06 .swiper-button-next {
    bottom: -60px;
  }
  .index-box-06 .gallery-thumbs {
    width: 64px;
  }
  .index-box-06 .gallery-thumbs .swiper-slide-thumb-active .box-year span {
    font-size: 20px;
  }
  .index-box-15 .box-group .box-warp {
    flex: 0 0 50%;
  }
  .index-box-15 .box-group .box-warp .box-s {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index-box-15 .box-group .box-warp .box-s:after {
    display: none;
  }
  .index-box-10 .box-s {
    display: block;
  }
  .index-box-10 .box-s .box-img,
  .index-box-10 .box-s .box-info {
    width: 100%;
    min-width: 100%;
  }
  .index-box-10 .box-s .box-info {
    padding: 30px 20px;
  }
  .index-box-10 .arrow-group {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 10px;
    left: 0;
    top: 38%;
    margin-top: -28px;
    margin-left: 0;
    z-index: 9;
  }
  .index-box-12 {
    padding-bottom: 20px;
  }
  .index-box-12 .tabs-group {
    background: url("../images/img-41.png") no-repeat top center;
    background-size: cover;
    padding: 30px 15px;
    position: relative;
  }
  .index-box-12 .tabs-title {
    position: static;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
  }
  .index-box-12 .tabs-title a {
    width: 32%;
    height: 50px;
    line-height: 22px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index-box-12 .tabs-title a:hover,
  .index-box-12 .tabs-title a.current {
    background: url("../images/img-42.png") no-repeat left -5px bottom -5px #92c3eb;
    background-size: 45px;
  }
  .index-box-12 .box-s {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .index-box-12 .box-s:last-child {
    margin-bottom: 0;
  }
  .index-box-12 .box-s .box-title {
    font-size: 18px;
  }
  .index-box-12 .box-s .box-title .icon-s {
    margin-right: 10px;
  }
  .index-box-12 .box-s .box-title .icon-s img {
    vertical-align: middle;
    margin-top: -3px;
  }
  .index-box-14 {
    padding-bottom: 0;
  }
  .index-box-14 .box-cont {
    padding: 40px 0;
  }
  .index-box-14 .box-main {
    width: 100%;
    display: block;
  }
  .index-box-14 .box-main .box-img-s {
    width: 100%;
    background-color: #feb42c;
    box-shadow: 19px 21px 18px 0 rgba(76, 76, 76, 0.26);
    border: solid 14px #ffffff;
    position: relative;
    z-index: 9;
  }
  .index-box-14 .box-main .box-img-s img {
    display: block;
    width: 100%;
  }
  .index-box-14 .box-main .box-info-s {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    background-color: #ffffff;
    box-shadow: 19px 21px 18px 0 rgba(76, 76, 76, 0.26);
    border: solid 14px #ffffff;
    margin-bottom: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .index-box-14 .box-main .box-s {
    cursor: pointer;
  }
  .index-box-14 .box-main .box-s:last-child {
    margin-bottom: 0;
  }
  .index-box-14 .box-main .box-s .box-title {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    display: block;
    transition: all 0.5s;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .index-box-14 .box-main .box-s .box-txt {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
}
/*# sourceMappingURL=media-style.css.map */