/* 通用 */
.index-section {
    padding: 40px 0 80px 0;
}

.index-banner .swiper-container {
    height: 900px;
}

.index-banner .swiper-container .swiper-button-prev,
.index-banner .swiper-container .swiper-button-next {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.index-banner .swiper-container:hover .swiper-button-prev,
.index-banner .swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.index-banner .swiper-container .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23c6a173'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-container .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23c6a173'%2F%3E%3C%2Fsvg%3E")
}

.index-banner .swiper-container .swiper-img {
    height: 100%;
}

.index-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    position: relative;
}

.index-banner .swiper-pagination-bullet::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    opacity: 0;
}

.index-banner .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.index-banner .swiper-pagination-fraction {
    bottom: 4%;
}

/* 关于我们 */
.index-about {
    background: url('../images/index_about_bkg.jpg') no-repeat center;
    -o-background-size: cover;
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
}

.index-about .container {
    position: relative;
}

.index-about .about-r,
.index-about .about-l {
    float: left;
    width: 50%;
}

.index-about .about-t .sub-t {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}

.index-about .about-r {
    padding-left: 91px;
}

.index-about .about-r .about-img {
    height: 630px;
    position: relative;
}

.index-about .about-r .about-img img {
    position: absolute;
    left: 0;
    top: 0;
}

.index-about .about-l .about-c {
    line-height: 30px;
    margin: 30px 0;
}

.index-about .about-more a {
    padding: 10px 45px;
    border-radius: 25px;
    border: 1px solid;
    display: inline-block;
    color: #666;
}

.index-about .about-more a:hover {
    background-color: #c6a173;
    color: #fff;
}

.index-about .about-more a:hover .img1 {
    display: none;
}

.index-about .about-more a:hover .img2 {
    display: inline-block;
}

.index-about .about-more a .img2 {
    display: none;
}

.index-about .about-more a img {
    padding-bottom: 3px;
}

/* 产品中心 */
.index-pro {
    overflow: hidden;
}

.index-pro .swiper-container {
    overflow: visible;
}

.index-pro .swiper-container .swiper-slide {
    width: 452px;
}

.index-pro .swiper-container .swiper-slide a {

    display: block;
}
.index-pro .swiper-container .swiper-slide .pro-img{
	height: 360px;
}
.index-pro .swiper-container .swiper-slide p {
    margin-top: 20px;
    font-size: 16px;
}

.index-pro .swiper-scrollbar-drag {
    background: #c6a173;
}

.index-pro .swiper-scrollbar {
    height: 5px;
    margin-top: 3%;
    cursor: pointer;
}

.index-pro .pro-t {
    margin-bottom: 40px;
}

.index-pro .pro-t .tit strong {
    font-size: 40px;
    color: #c6a173;
}

.index-pro .pro-t .tit span {
    font-size: 30px;
    color: #c6a173;
}

.index-pro .pro-t .nav ul li {
    float: left;
    margin-right: 50px;
}

.index-pro .pro-t .nav ul li a {
    font-size: 16px;
    line-height: 72px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
}

.index-pro .pro-t .nav ul li a:hover {
    color: #c6a173;
}

.index-pro .pro-t .nav ul li:last-child {
    margin-right: 0;
}

.index-pro .swiper-button-next.swiper-button-disabled,
.index-pro .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}

.index-pro .swiper-button-next,
.index-pro .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    -o-background-size: 13px 26px;
    background-size: 13px 26px;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.index-pro .swiper-button-next:hover,
.index-pro .swiper-button-prev:hover {
    background-color: #c6a173;
}

.index-pro .swiper-button-next:hover,
.index-pro .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.index-pro .swiper-button-prev:hover,
.index-pro .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.index-pro .swiper-button-next,
.index-pro .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%'%2F%3E%3C%2Fsvg%3E")
}

.index-pro .swiper-button-prev,
.index-pro .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%'%2F%3E%3C%2Fsvg%3E")
}

.index-pro .swiper-button-next {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0 !important;
}

.index-pro .swiper-button-prev {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0 !important;
}

.index-pro .container:hover .swiper-button-next,
.index-pro .container:hover .swiper-button-prev {
    opacity: 1 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* 加盟 */
.index-join {
    background: url('../images/index_join_bkg.jpg') no-repeat center;
    -o-background-size: cover;
    background-size: cover;
}

.index-join .join-main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-join .join-swiper {
    width: 58.34%;
}

.index-join .join-swiper .bottom {
    padding: 0 38px;
    position: relative;
    margin-top: 10px;
}

.index-join .join-swiper .bottom .swiper-slide {
    cursor: pointer;
}

.index-join .join-swiper .bottom .swiper-button-prev,
.index-join .join-swiper .bottom .swiper-container-rtl .swiper-button-next {
    left: 0;
    background-image: url('../images/prev.png');
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-join .join-swiper .bottom .swiper-button-prev:hover {
    background-image: url('../images/prev_hover.png');
}

.index-join .join-swiper .bottom .swiper-button-next:hover {
    background-image: url('../images/next_hover.png');
}

.index-join .join-swiper .bottom .swiper-button-next,
.index-join .join-swiper .bottom .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background-image: url('../images/next.png');
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.index-join .join-swiper .bottom .swiper-button-prev,
.index-join .join-swiper .bottom .swiper-container-rtl .swiper-button-next,
.index-join .join-swiper .bottom .swiper-button-next,
.index-join .join-swiper .bottom .swiper-container-rtl .swiper-button-prev {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 33px;
    border-radius: 8px;
}

.index-join .join-form {
    width: 36%;
    background-color: #c6a173;
}

.index-join .swiper-top .swiper-slide img,
.index-join .swiper-bottom .swiper-slide img {
    width: 100%;
}

.index-join .join-form .form-top {
    border-bottom: 1px dashed #fff;
    padding: 50px;
}

.index-join .join-form .form-top .form-list .form-item {
    float: left;
    width: 50%;
    margin-top: 20px;
}

.index-join .join-form .form-top .form-list .form-item .item-img {
    height: 52px;
    line-height: 52px;
}

.index-join .join-form .form-top .form-list .form-item .item-img img {
    max-height: 100%;
}

.index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
    padding-left: 19%;
}

.index-join .join-form .form-top .form-list .form-item p {
    color: #fff;
    margin-top: 20px;
}

.index-join .join-form .form-bottom {
    padding: 50px;
}

.index-join .join-form .form-bottom .form-t {
    color: #fff;

}

.index-join .join-form .form-bottom .form-t strong {
    font-size: 30px;
}

.index-join .join-form .form-bottom .form-t span {
    font-size: 30px;
    margin-left: 20px;
}

.index-join .join-form .form-bottom .form-sub-t {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #fff;
}

.index-join .join-form .form-bottom .form-item:first-child {
    margin-top: 0;
}

.index-join .join-form .form-bottom .form-item {
    margin-top: 20px;
}

.index-join .join-form .form-bottom .form-item input {
    background-color: transparent;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
}

.index-join .join-form .form-bottom .form-item input::-webkit-input-placeholder {
    color: #fff
}

.index-join .join-form .form-bottom .form-item input:-moz-placeholder {
    color: #fff
}

.index-join .join-form .form-bottom .form-item input::-moz-placeholder {
    color: #fff
}

.index-join .join-form .form-bottom .form-item input:-ms-input-placeholder {
    color: #fff
}

.index-join .join-form .form-bottom .form-item input::placeholder {
    color: #fff
}

.index-join .join-form .form-bottom .button {
    margin-top: 40px;
}

.index-join .join-form .form-bottom .button button {
    border-radius: 20px;
    padding: 10px 50px;
    color: #fff;
    background-color: #223659;
}

.index-join .join-form .form-bottom .button span {
    color: #223659;
    line-height: 44px;
    margin-left: 10px;
}

.index-news {
    overflow: hidden;
}

.index-news .news-t {
    position: relative;
    margin-bottom: 40px;
}

.index-news .news-t .tit strong {
    font-size: 40px;
    color: #c6a173;
}

.index-news .news-t .tit span {
    font-size: 30px;
    color: #c6a173;
}

.index-news .news-t .more {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.index-news .news-swiper .swiper-slide {
    width: 452px;
}

.index-news .news-swiper .swiper-slide .news-img{
	height: 360px;
}

.index-news .news-swiper .swiper-slide a:hover .img-box img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-news .news-swiper .swiper-slide a:hover .news-t {
    color: #c6a173;
}

.index-news .news-t .more:hover {
    color: #c6a173;
}

.index-news .news-t .more:hover .img1 {
    display: none;
}

.index-news .news-t .more:hover .img2 {
    display: inline-block;
}

.index-news .news-t .more .img2 {
    display: none;
}

.index-news .news-t .more img {
    padding-bottom: 3px;
    margin-left: 10px;
}

.index-news .news-swiper {
    position: relative;
}

.index-news .news-swiper .swiper-scrollbar {
    height: 5px;
    cursor: pointer;
    margin-top: 40px;
}

.index-news .news-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #c6a173;
}

.index-news .container .swiper-container {
    overflow: visible;
}

.index-news .container .swiper-container .news-t {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-news .container .swiper-container .news-c {
    font-size: 14px;
    line-height: 30px;
    -o-text-overflow: -o-ellipsis-lastline;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.index-news .swiper-button-next.swiper-button-disabled,
.index-news .swiper-button-prev.swiper-button-disabled {
    visibility: hidden;
}

.index-news .swiper-button-next,
.index-news .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    -o-background-size: 13px 26px;
    background-size: 13px 26px;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
}

.index-news .swiper-button-next:hover,
.index-news .swiper-button-prev:hover {
    background-color: #c6a173;
}

.index-news .swiper-button-next:hover,
.index-news.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.index-news .swiper-button-prev:hover,
.index-news .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.index-news .swiper-button-next,
.index-news .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%'%2F%3E%3C%2Fsvg%3E")
}

.index-news .swiper-button-prev,
.index-news .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%'%2F%3E%3C%2Fsvg%3E")
}

.index-news .swiper-button-next {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0 !important;
}

.index-news .swiper-button-prev {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 0 !important;
}

.index-news .container:hover .swiper-button-next,
.index-news .container:hover .swiper-button-prev {
    opacity: 1 !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media(max-width:1440px) {
    .index-section {
        padding: 40px 0;
    }

    .index-news .news-swiper .swiper-slide,
    .index-pro .swiper-container .swiper-slide {
        width: 397px;
    }
	
	.index-news .news-swiper .swiper-slide .news-img,.index-pro .swiper-container .swiper-slide .pro-img{
		height: 310px;
	}
	

    .index-banner .swiper-container {
        height: 703px;
    }

    .index-about .about-r .about-img img {
        width: 103%;
    }

    .index-about .about-r {
        padding-left: 38px;
    }

    .index-about .about-r .about-img {
        height: auto;
    }

    .index-join .join-form .form-bottom,
    .index-join .join-form .form-top {
        padding: 30px;
    }

}

@media(max-width:1366px) {

    .index-news .news-swiper .swiper-slide,
    .index-pro .swiper-container .swiper-slide {
        width: 368px;
    }
	.index-news .news-swiper .swiper-slide .news-img,.index-pro .swiper-container .swiper-slide .pro-img{
		height: 310px;
	}

    .index-banner .swiper-container {
        height: 640px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 17%;
    }

    .index-about .about-r .about-img img {
        width: 105%;
    }

    .index-about .about-l .about-t .tit img {
        width: 65%;
    }

    .index-about .about-t .sub-t {
        font-size: 39px;
    }

    .index-about .about-l .about-c {
        margin: 25px 0;
    }
}

@media(max-width:1365px) {
    .index-join .join-form .form-top .form-list .form-item p {
        font-size: 14px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 16%;
    }
}

@media(max-width:1280px) {

    .index-news .news-swiper .swiper-slide,
    .index-pro .swiper-container .swiper-slide {
        width: 330px;
    }
	.index-news .news-swiper .swiper-slide .news-img,.index-pro .swiper-container .swiper-slide .pro-img{
		height: 270px;
	}

    .index-banner .swiper-container {
        height: 604px;
    }

    .index-about .about-r .about-img img {
        width: 113%;
    }

    .index-about .about-t .sub-t {
        font-size: 36px;
    }

    .index-about .about-l .about-c {
        font-size: 15px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 12%;
    }
}

@media(max-width:1024px) {
    .index-banner .swiper-container {
        height: 495px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 8%;
    }

    .index-join .join-form .form-bottom .form-t strong {
        font-size: 24px;
    }

    .index-join .join-form .form-bottom .form-t span {
        font-size: 24px;
    }

    .index-join .join-form .form-bottom .form-sub-t {
        font-size: 18px;
    }

    .index-join .join-form .form-bottom .button button {
        padding: 10px 26px;
    }
}

@media(max-width:991px) {
    .index-news .news-t .tit {
        line-height: 54px;
    }

    .index-join .join-main {
        display: block;
    }

    .index-join .join-swiper {
        width: 100%;
    }

    .index-join .join-form {
        width: 100%;
        margin-top: 30px;
    }

    .index-news .container .swiper-container .news-t {
        font-size: 14px;
    }

    .index-section {
        padding: 50px 0;
    }

    .index-about .about-r,
    .index-about .about-l {
        width: 100%;
    }

    .index-about .about-r,
    .index-about .about-r {
        display: none;
    }

    .index-about {
        padding: 50px 0;
    }

    .index-news .news-t .tit strong,
    .index-pro .pro-t .tit strong {
        font-size: 36px;
    }

    .index-news .news-t .tit span,
    .index-pro .pro-t .tit span {
        font-size: 24px;
    }

    .index-pro .pro-t .nav ul li {
        margin-right: 35px
    }

    .index-news .news-swiper .swiper-slide,
    .index-pro .swiper-container .swiper-slide {
        width: 215px;
    }
	.index-news .news-swiper .swiper-slide .news-img,.index-pro .swiper-container .swiper-slide .pro-img{
		height: 180px;
	}
}

@media(max-width:768px) {
    .index-banner .swiper-container {
        height: 300px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 32%;
    }

    .index-pro .pro-t .nav ul li {
        margin-right: 20px;
    }
}

@media(max-width:767px) {

    .index-banner .swiper-container .swiper-button-prev,
    .index-banner .swiper-container .swiper-button-next {
        display: none;
    }

    .index-join .join-form .form-top .form-list .form-item:first-of-type,
    .index-join .join-form .form-top .form-list .form-item:nth-of-type(2) {
        margin-top: 0;
    }

    .index-news .swiper-button-next,
    .index-news .swiper-button-prev,
    .index-pro .swiper-button-next,
    .index-pro .swiper-button-prev {
        display: none;
    }

    .index-banner {
        margin-top: 61px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 0%;
    }

    .index-pro .pro-t .nav {
        margin-top: 20px;
    }

    .index-pro .pro-t .tit,
    .index-pro .pro-t .nav {
        float: none
    }
	.index-pro .pro-t .nav{
		overflow: auto;
	}
    .index-pro .pro-t .nav ul li a {
        line-height: 30px;
    }

    .index-pro .pro-t .nav ul {
        text-align: center;
		width: max-content;
    }

    .index-pro .pro-t .nav ul li {
        margin-right: 10px;
        /* width: 57px; */
        text-align: center;
        white-space: nowrap;
        float: none;
        display: inline-block;
    }
}

@media(max-width:540px) {
    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 13%;
    }
}

@media(max-width:455px) {
    .index-pro .pro-t .nav ul li {
        /* width: 50px; */
    }
}

@media(max-width:425px) {
    .index-pro .pro-t .nav ul li {
        /* width: 38px; */
    }

    .index-news .news-t {
        margin-bottom: 20px;
    }

    .index-join .join-form .form-top .form-list .form-item .item-img {
        height: 38px;
    }

    .index-news .news-swiper .swiper-slide,
    .index-pro .swiper-container .swiper-slide {
        width: 100%;
    }
	.index-news .news-swiper .swiper-slide .news-img,.index-pro .swiper-container .swiper-slide .pro-img{
		height: 70vw;
	}

    .index-banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .index-banner .swiper-pagination-fraction {
        bottom: 5%;
    }

    .index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .index-banner .swiper-container {
        height: 200px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 12%;
    }

    .index-section,
    .index-about {
        padding: 30px 0;
    }

    .index-about .about-t .sub-t,
    .index-news .news-t .tit strong,
    .index-pro .pro-t .tit strong {
        font-size: 26px;
    }

    .index-news .news-t .tit span,
    .index-pro .pro-t .tit span {
        font-size: 18px;
    }

    .index-about .about-l .about-c {
        margin: 15px 0;
    }

    .index-about .about-more a {
        padding: 10px 20px;
    }
}

@media(max-width:410px) {
    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 0;
    }
}

@media(max-width:375px) {
    .index-banner .swiper-container {
        height: 180px;
    }

    .index-join .join-form .form-top .form-list .form-item:nth-child(2n) {
        padding-left: 10px;
    }
}

@media(max-width:325px) {

    .index-join .join-form .form-bottom,
    .index-join .join-form .form-top {
        padding: 20px;
    }

    .index-join .join-form .form-bottom .form-t strong {
        font-size: 20px;
    }

    .index-join .join-form .form-bottom .form-t span {
        font-size: 18px;
    }

    .index-join .join-form .form-bottom .form-sub-t {
        font-size: 16px;
    }

    .index-pro .pro-t .nav ul li {
        width: 36px;
    }
}

@media(max-width:320px) {
    .index-banner .swiper-container {
        height: 160px;
    }
}