:root {
    --theme: #ff0000;
    --pagination-color: #ff0000
}

.home008-header {
    box-shadow: 0 5px 15px -6px rgba(15, 15, 15, 0.1);
    padding: 0 140px 0 70px;
    position: sticky;
    top: 0;
    background-color: #fff;
    height: 100px;
    z-index: 100;
    min-width: 1280px
}

.home008-header .logo {
    height: 100px;
    line-height: 100px
}

.home008-header .logo-img {
    max-height: 80px;
    vertical-align: middle
}

.home008-header .list {
    line-height: 100px;
    text-align: center;
    padding: 0 200px
}

.home008-header .list * {
    transition: all .3s ease 0s
}

.home008-header .list>li {
    display: inline-block;
    position: relative;
    color: #595959;
    font-size: 16px
}

.home008-header .list>li>a {
    padding: 0 20px
}

.home008-header .list>li::before {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 3px;
    background-color: var(--theme);
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width .5s;
    opacity: 0
}

.home008-header .list>li div.nav-shu-box {
    transition: all .3s ease 0s;
    background: #fff;
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -90px;
    top: 100%;
    height: auto;
    overflow: visible;
    opacity: 0;
    transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top
}

.home008-header .list>li div.nav-shu-box>ul {
    width: 180px;
    background: #fff;
    overflow: visible;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    text-align: left
}

.home008-header .list>li div.nav-shu-box>ul>li {
    position: relative;
    width: 100%;
    overflow: visible;
    line-height: 24px
}

.home008-header .list>li div.nav-shu-box>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 8px 10px 8px 10px;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.home008-header .list>li div.nav-shu-box>ul>li:hover>a {
    background-color: var(--theme);
    color: #fff;
    padding: 8px 10px 8px 20px
}

.home008-header .list>li div.nav-shu-box>ul>li>ul {
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    position: absolute;
    overflow: visible;
    left: 100%;
    width: 180px;
    background: #fff;
    top: 0px;
    z-index: 1000;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.home008-header .list>li div.nav-shu-box>ul>li>ul>li {
    width: 100%;
    display: inline-block;
    line-height: 24px
}

.home008-header .list>li div.nav-shu-box>ul>li>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    padding: 8px 10px 8px 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.home008-header .list>li div.nav-shu-box>ul>li>ul>li:hover>a {
    background-color: var(--theme);
    color: #fff;
    padding: 8px 0 8px 20px
}

.home008-header .list>li div.nav-shu-box>ul>li:hover>ul {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left
}

.home008-header .list>li.active>a {
    font-weight: bold;
    color: var(--theme)
}

.home008-header .list>li.active::before {
    width: 40px;
    opacity: 1
}

.home008-header .list>li:hover>a {
    height: 100px;
    display: block;
    position: relative
}

.home008-header .list>li:hover::before {
    width: 40px;
    opacity: 1
}

.home008-header .list>li:hover>a {
    color: var(--theme);
    font-weight: 600
}

.home008-header .list>li:hover>a::before {
    width: 100%
}

.home008-header .list>li:hover>div.nav-shu-box {
    width: auto;
    display: inline-block;
    height: auto;
    opacity: 1;
    transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top
}

.home008-header .tel {
    float: right;
    line-height: 100px;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px
}

.home008-header .tel span {
    border-left: 2px solid #d9d9d9;
    padding-left: 30px
}

.home008-header .tel .icon {
    color: var(--theme);
    font-size: 20px
}

.home008-header .search {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--theme);
    height: 100px;
    width: 100px;
    overflow: hidden;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10
}

.home008-header .search a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 100px
}

.home008-header .search a .icon {
    font-size: 24px;
    color: #fff
}

.home008-header .search.active {
    width: 410px
}

.home008-header .search.active form {
    display: flex
}

.home008-header .search.active>.icon {
    display: none
}

.home008-header .search form {
    width: 100%;
    height: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 40px
}

.home008-header .search form .key {
    width: 100%;
    background: #fff;
    height: 50px;
    border-radius: 50px;
    padding: 0 20px;
    display: block
}

.home008-header .search form button {
    position: absolute;
    color: #8c8c8c;
    right: 60px;
    font-size: 30px;
    background: none
}

@media (max-width:1600px) {
    .home008-header .list li {
        margin-left: 0
    }
}

@media (max-width:1400px) {
    .home008-header {
        padding: 0 120px 0 20px
    }
}

.mt-60 {
    margin-top: 60px
}

.w-1600 {
    max-width: 1600px;
    min-width: 1280px;
    margin: 0 auto
}

.home008-section0 {
    padding: 125px 0 100px 0;
    background-color: #f5f5f5;
    line-height: 1
}

.home008-section0 .section1-nav {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 60px
}

.home008-section0 .section1-nav a {
    margin: 0 16px
}

.home008-section0 .section1-nav a:hover {
    color: var(--theme)
}

.home008-section0 .list {
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    padding-bottom: 130px
}

.home008-section0 .list ul {
    display: flex
}

.home008-section0 .list .item {
    width: calc(25% - 15px);
    margin-right: 20px;
    background-color: #f9f9f9
}

.home008-section0 .list .item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.home008-section0 .list .item:hover .img img {
    transform: scale(1.2)
}

.home008-section0 .list .item:hover .goods-name {
    color: var(--theme)
}

.home008-section0 .list .item:hover .link {
    color: #fff;
    background-color: var(--theme)
}

.home008-section0 .list .item>a {
    display: block
}

.home008-section0 .list .item .img-container {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.home008-section0 .list .item .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.home008-section0 .list .item .img img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform .5s
}

.home008-section0 .list .goods-name {
    margin-top: 30px;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.home008-section0 .list .sub-goods-name {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    height: 48px;
    line-height: 24px;
    color: #595959;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px
}

.home008-section0 .link {
    height: 32px;
    line-height: 32px;
    color: #8c8c8c;
    margin-top: 20px;
    display: inline-block;
    width: 140px
}

.home008-section0 .swiper-pagination {
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.home008-section0 .swiper-pagination img {
    margin: 0 20px;
    cursor: pointer
}

.home008-section0 .swiper2-pagination {
    position: static
}

.home008-section0 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #8b8a8a;
    background-color: #8b8a8a;
    margin: 0 8px
}

.home008-section0 .swiper-pagination-bullet-active {
    background: #fff;
    width: 16px;
    height: 16px;
    border-color: var(--theme)
}

.home008-section0-info-container {
    height: 110px;
    text-align: center;
    padding: 0 30px
}

.home008-section0-title {
    text-align: center;
    line-height: 1
}

.home008-section0-title h2 {
    font-size: 42px
}

.home008-section0-title p {
    font-size: 18px;
    margin-top: 30px
}

.home008-section1 {
    padding: 125px 0 100px 0;
    background-color: #f5f5f5;
    line-height: 1
}

.home008-section1 .section1-nav {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-top: 60px
}

.home008-section1 .section1-nav a {
    margin: 0 16px
}

.home008-section1 .section1-nav a:hover {
    color: var(--theme)
}

.home008-section1 .list {
    width: 100%;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    padding-bottom: 130px
}

.home008-section1 .list ul {
    display: flex
}

.home008-section1 .list .item {
    width: calc(25% - 15px);
    margin-right: 20px;
    background-color: #f9f9f9
}

.home008-section1 .list .item:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.home008-section1 .list .item:hover .img img {
    transform: scale(1.2)
}

.home008-section1 .list .item:hover .goods-name {
    color: var(--theme)
}

.home008-section1 .list .item:hover .link {
    color: #fff;
    background-color: var(--theme)
}

.home008-section1 .list .item>a {
    display: block
}

.home008-section1 .list .item .img-container {
    width: 100%;
    padding-top: 100%;
    position: relative
}

.home008-section1 .list .item .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.home008-section1 .list .item .img img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform .5s
}

.home008-section1 .list .goods-name {
    margin-top: 30px;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.home008-section1 .list .sub-goods-name {
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    height: 48px;
    line-height: 24px;
    color: #595959;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 20px
}

.home008-section1 .link {
    height: 32px;
    line-height: 32px;
    color: #8c8c8c;
    margin-top: 20px;
    display: inline-block;
    width: 140px
}

.home008-section1 .swiper-pagination {
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.home008-section1 .swiper-pagination img {
    margin: 0 20px;
    cursor: pointer
}

.home008-section1 .swiper2-pagination {
    position: static
}

.home008-section1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #8b8a8a;
    background-color: #8b8a8a;
    margin: 0 8px
}

.home008-section1 .swiper-pagination-bullet-active {
    background: #fff;
    width: 16px;
    height: 16px;
    border-color: var(--theme)
}

.home008-section1-info-container {
    height: 110px;
    text-align: center;
    padding: 0 30px
}

.home008-section1-title {
    text-align: center;
    line-height: 1
}

.home008-section1-title h2 {
    font-size: 42px
}

.home008-section1-title p {
    font-size: 18px;
    margin-top: 30px
}

.home008-section2 {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    line-height: 1
}

.home008-section2>li {
    width: 50%;
    height: 720px;
    background-color: #fff;
    position: relative
}

.home008-section2 .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.home008-section2 .item1 {
    padding: 6% 10% 0px 6%
}

.home008-section2 .item2 {
    padding: 8% 5% 0px 8%
}

.home008-section2 h6 {
    font-size: 20px
}

.home008-section2 h2 {
    font-size: 42px;
    margin-top: 16px;
    font-weight: 600
}

.home008-section2 .home008-section2-desc {
    height: 200px;
    overflow: hidden;
    line-height: 2;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 24px
}

.home008-section2 .btn {
    margin-top: 70px
}

.home008-section2-item1-list li {
    display: inline-block;
    margin-right: 10%
}

.home008-section2-item1-list strong {
    font-size: 60px
}

.home008-section2-item1-list sup {
    font-size: 16px;
    position: relative;
    top: -12px
}

.home008-section2-item1-list .gray {
    font-size: 14px;
    margin-top: 10px
}

.home008-section2-item2-list {
    display: flex
}

.home008-section2-item2-list li {
    flex: 1
}

.home008-section2-item2-list .iconimg {
    height: 44px;
    line-height: 44px
}

.home008-section2-item2-list .iconimg img {
    vertical-align: middle
}

.home008-section2-item2-list h4 {
    font-size: 30px;
    margin: 30px 0 10px 0
}

.home008-section2-item2-list .gray {
    line-height: 2;
    font-size: 14px
}

.home008-section2-video {
    line-height: 1;
    color: #fff
}

.home008-section2-video p {
    font-size: 18px
}

.home008-section2-video h5 {
    font-size: 32px;
    margin: 16px 0 10px 0
}

.home008-section2-video>div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 10
}

.home008-section2-video>div:hover {
    cursor: pointer
}

.home008-section2-video .img {
    position: absolute;
    z-index: 0
}

.home008-section3 {
    background-color: #fff;
    padding: 130px 0 75px 0
}

.home008-section3 .list {
    display: flex
}

.home008-section3 .list>li {
    width: calc(33.33% - 35px);
    margin: 0 35px
}

.home008-section3 .list h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px
}

.home008-section3 .list h6 a {
    font-size: 14px;
    color: #8c8c8c
}

.home008-section3-news-item {
    margin-top: 50px;
    display: block
}

.home008-section3-news-item:hover .img img {
    transform: scale(1.2)
}

.home008-section3-news-item:hover .news-info {
    transform: translateX(10px)
}

.home008-section3-news-item:hover h2 {
    color: var(--theme)
}

.home008-section3-news-item .img {
    width: 100%;
    height: 280px;
    overflow: hidden
}

.home008-section3-news-item .img img {
    position: relative;
    top: 0;
    left: 0;
    transition: transform .5s
}

.home008-section3-news-item h2 {
    margin-top: 32px;
    line-height: 1;
    font-size: 20px
}

.home008-section3-news-item .news-info {
    transition: .5s
}

.home008-section3-news-item .news-detail {
    margin-top: 20px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home008-section3-news-item .link {
    display: inline-block;
    vertical-align: top;
    color: #262626;
    margin-top: 32px
}

.home008-section3-faq-list {
    margin-top: 50px
}

.home008-section3-faq-list li {
    margin-bottom: 10px
}

.home008-section3-faq-list li:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.home008-section3-faq-list li:hover h2 {
    color: var(--theme)
}

.home008-section3-faq-list li>a {
    display: block;
    height: 150px;
    background-color: #f5f5f5;
    padding: 36px 40px 0 40px
}

.home008-section3-faq-list h2 {
    line-height: 1;
    font-size: 20px
}

.home008-section3-faq-list .faq-detail {
    margin-top: 16px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.home008-section4 {
    padding: 70px 0 80px 0;
    background-color: #f5f5f5;
    text-align: center
}

.home008-section4 h2 {
    line-height: 1;
    font-size: 32px
}

.home008-section4 .swiper-container {
    padding: 50px 0 100px;
    position: relative
}

.home008-section4 .swiper-container .swiper-pagination {
    height: 60px;
    background-color: #fff;
    border-radius: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

.home008-section4 .swiper-container .swiper-pagination img {
    margin: 0 20px;
    cursor: pointer
}

.home008-section4 .swiper-container .swiper2-pagination {
    position: static;
    display: flex
}

.home008-section4 .swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: none;
    opacity: 1;
    border: 2px solid #8b8a8a;
    background-color: #8b8a8a;
    margin: 0 8px
}

.home008-section4 .swiper-container .swiper-pagination-bullet-active {
    background: #fff;
    width: 16px;
    height: 16px;
    border-color: var(--theme)
}

.home008-section4 .list .item {
    width: 20%;
    margin: 12px 0
}

.home008-section4 .list .item:hover .img img {
    transform: scale(1.2)
}

.home008-section4 .list .img {
    padding: 20px 20px;
    overflow: hidden;
    background: #fff;
    margin: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home008-section4 .list .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: .5s
}

.home008-section4 .list p {
    font-size: 16px;
    margin-top: 22px
}

.home008-section5 {
    padding: 70px 0 80px 0;
    background-color: #f5f5f5;
    text-align: center
}

.home008-section5 h2 {
    line-height: 1;
    font-size: 32px
}

.home008-section5 .list {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap
}

.home008-section5 .list .item {
    width: 20%;
    margin: 12px 0
}

.home008-section5 .list .item:hover .img img {
    transform: scale(1.2)
}

.home008-section5 .list .img {
    padding: 20px 20px;
    overflow: hidden;
    background: #fff;
    margin: 0 12px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home008-section5 .list .img img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transition: .5s
}

.home008-section5 .list p {
    font-size: 16px;
    margin-top: 25px
}

.home-footer {
    background-color: #262626;
    padding-top: 60px
}

.home-footer .flex {
    display: flex;
    justify-content: space-between
}

.home-footer .home-footer-top {
    padding-bottom: 60px
}

.home-footer .home-footer-top .category {
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px
}

.home-footer .home-footer-top .category ul {
    margin-top: 30px
}

.home-footer .home-footer-top .category .item {
    min-width: 120px;
    flex: 1
}

.home-footer .home-footer-top .category h6 {
    font-size: 18px;
    font-weight: 600
}

.home-footer .home-footer-top .category h6 a {
    font-weight: 600;
    color: #fff
}

.home-footer .home-footer-top .category .cell {
    color: #8c8c8c;
    font-size: 14px;
    margin-bottom: 10px
}

.home-footer .home-footer-top .category .cell a:hover span {
    color: var(--theme)
}

.home-footer .logo {
    height: 60px
}

.home-footer .logo img {
    height: 60px
}

.home-footer .footer-qrcode {
    margin-left: 2%;
    max-width: 24%
}

.home-footer .footer-qrcode h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #fff
}

.home-footer .footer-qrcode .desc {
    line-height: 1.4;
    font-size: 14px;
    color: #8c8c8c
}

.home-footer .footer-qrcode .qrcode-box {
    display: flex;
    margin-top: 10px;
    justify-content: center
}

.home-footer .footer-qrcode .qrcode-box .qrcode {
    text-align: center;
    max-width: 180px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    color: #8c8c8c
}

.home-footer .footer-qrcode .qrcode-box .qrcode img {
    width: 100%;
    margin-bottom: 6px
}

.home-footer .footer-tel {
    color: var(--theme);
    line-height: 1;
    margin-top: 30px
}

.home-footer .footer-tel .icon {
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    color: #FFF;
    background-color: var(--theme);
    vertical-align: top;
    line-height: 32px;
    font-size: 20px
}

.home-footer .footer-tel p span {
    display: inline-block
}

.home-footer .footer-tel p span:last-child {
    font-size: 26px;
    margin-left: 10px
}

.home-footer .footer-tel>div {
    display: inline-block
}

.home-footer .footer-tel .tel {
    font-size: 32px;
    margin-top: 8px
}

.home-footer .footer-email {
    margin-top: 30px;
    color: #8c8c8c
}

.home-footer .footer-addr {
    margin-top: 10px;
    color: #8c8c8c
}

.home-footer .copyright {
    align-items: center;
    font-size: 12px;
    padding: 16px 0;
    line-height: 20px;
    border-top: 1px solid #3b3d40;
    color: #8c8c8c
}

.home-footer .copyright p {
    display: inline;
    color: #8c8c8c
}

.home-footer .copyright a {
    margin-left: 8px;
    color: #8c8c8c
}

.home-footer .links {
    color: #8c8c8c;
    padding-bottom: 16px
}

.home-footer .links a {
    margin: 0 8px
}

@media (max-width:1440px) {
    .w-1600 {
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px
    }

    .home008-section2 h2 {
        font-size: 34px
    }

    .home008-section2-item2-list h4 {
        font-size: 24px
    }

    .home008-section2-item2-list .gray {
        line-height: 1.4
    }

    .home008-section2-item2-list li {
        padding: 0 10px
    }

    .home008-section2-item2-list .gray p {
        display: inline
    }
}

@media (max-width:1360px) {
    .home008-section2 .item1 {
        padding: 6% 8% 0 4%
    }

    .home008-section2 .item2 {
        padding: 8% 4% 0 6%
    }

    .home008-footer-top {
        padding: 0
    }
}

/*# sourceMappingURL=./home.css.map */