@charset "utf-8";
/*首页滑屏*/
.swiper-id1 {
    background-color: #232323;
    width: 100%;
    height: 740px;
}
.swiper-id1 .swiper-slide {
    z-index: 1;
    background-position: center center;
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
}
.swiper-id1 .swiper-slide a {
    display: inline-block;
}
.swiper-id1 .swiper-slide .text1 {
    -webkit-background-clip: text;
    display: inline-block;
    margin-top: 160px;
    /*
  background-image: linear-gradient(45deg, #ccefff, #60cafc 50%, #2f65ff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
*/
    color: #FF6600;
    font-weight: 700;
    font-size: 60px;
    line-height: 80px;
}
.swiper-id1 .swiper-slide .text2 {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
}
.swiper-id1 .swiper-slide .text3 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
}
.swiper-id1 .swiper-slide .button1 {
    zoom: 1;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 80px;
    margin-right: 10px;
    margin-left: 10px;
    border: 2px solid #FF6600;
    border-radius: 24px;
    width: 200px;
    height: 40px;
    color: #FF6600;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
}
.swiper-id1 .swiper-slide .button1:hover {
    background-color: #FF6600;
    color: #FFFFFF;
}
.swiper-id1 .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 2px;
    background-color: #727272;
    width: 10px;
    height: 4px;
}
.swiper-id1 .swiper-pagination-bullet-active {
    border-radius: 2px;
    background: #FFFFFF;
    width: 20px;
    height: 4px;
}
.swiper-id1 .swiper-button-white {
    opacity: 0.1;
}
.swiper-id1 .swiper-button-white:hover {
    opacity: 0.9;
}
/*产品展示*/
.swiper-id2 {
    background-size: cover;
    width: 1200px;
    height: 460px;
    overflow: hidden;
}
.swiper-id2 .swiper-slide {
    z-index: 1;
    text-align: center;
}
.swiper-id2 .product-img {
    margin-bottom: 10px;
    border-radius: 30px;
    background-position: center center;
    background-size: cover;
    width: 380px;
    height: 360px;
}
.swiper-id2 .product-topic {
    color: #3B3B3B;
}
.swiper-id2 .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 2px;
    background-color: #727272;
    width: 10px;
    height: 4px;
}
.swiper-id2 .swiper-pagination-bullet-active {
    border-radius: 2px;
    background: #FF6600;
    width: 20px;
    height: 4px;
}
/*产品展示*/
.swiper-id3 {
    background-color: #CCCCCC;
    width: 500px;
    height: 500px;
    overflow: hidden;
}
.swiper-id3 .swiper-slide {
    z-index: 1;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.swiper-id3 .swiper-pagination3 {
    margin-left: 10px;
    border-radius: 10px;
    background-color: #212121;
    width: 50px;
    height: 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
}
.swiper-id3 .swiper-pagination3 {
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000, endColorstr=#b2000000);
    background: rgba(0, 0, 0, 0.5);
}
.swiper-id3 .swiper-button-white {
    opacity: 0.1;
}
.swiper-id3 .swiper-button-white:hover {
    opacity: 0.9;
}