@charset "utf-8";
/*广告图*/
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 4rem;
    height: 3px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #005fbb;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}
.banner-wz{
    position: absolute;
    bottom: 13rem;
}
.banner-wz .wz01{
    font-size: 5.6rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}
.banner-wz .wz02{
    font-size: 3.6rem;
    color: #fff;
    margin-top: 5rem;
    line-height: 1.5;
}
.banner-wz a{
    background: #fff;
    display: block;
    width: 20rem;
    height: 6rem;
    line-height: 6rem;
    margin-top: 5rem;
    padding: 0 3rem;
    font-size: 2rem;
    position: relative;
}
.banner-wz a i{
    position: absolute;
    right: 3rem;
    font-style: inherit;
}
.banner-wz a:hover{
    background: #005fbb;
    color: #fff;
}


/*通用*/
.itit{
    margin-bottom: 5rem;
}
.itit.ys span{    
    color: #005fbb;
}
.itit.ys p{
    color: #333;
}
.itit.ys .itit-fr a{
    color: #fff;
    border: 1px solid #005fbb;
    background: #005fbb;
}
.itit-fl{
    float: left;
}
.itit-fl p{
    color: #333333;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
.itit-fl span{
    color: #005fbb;
    font-size: 3.4rem;
    font-weight: bold;
}
.itit-fr{
    float: right;
    margin-top: 1rem;
}
.itit-fr a{
    font-size: 1.6rem;
    color: #fff;
    display: block;
    width: 15rem;
    height: 5rem;
    line-height: 5rem;
    border: 1px solid #fff;
    padding: 0 2.5rem;
    position: relative;
}
.itit-fr a i{
    font-style: inherit;
    position: absolute;
    right: 3rem;
}
.itit-fr a:hover{
    background: #005fbb;
}


/*产品中心*/
.ipro{
    /* background: #1f1f1f; */
    padding: 6rem 0;
}
.ipro-list{
    position: relative;
}
.ipro-list .am-nav-tabs{
    border: 0;
    margin-bottom: 3rem;
}
.ipro-list .am-nav-tabs li a{
    font-size: 2.4rem;
    color: #fff;
    border: 1px solid #636363;
    margin-right: 2rem;
}
.ipro-list .am-nav-tabs li a:hover{
    background: #005fbb;
    border:1px solid #005fbb;
}
.ipro-list .am-nav-tabs li.am-active a{
    color: #fff;
    background: none;
    font-weight: bold;
    border: 1px solid #005fbb;
    background: #005fbb;
    font-weight: 500;
}
.ipro-list .am-tabs-bd{
    border: 0;
}
.ipro-list .am-tabs-bd .am-tab-panel{
    padding: 0;
}
.ipro-list .am-tabs-bd .am-tab-panel ul {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li{
    padding: 0 1.5rem 3rem;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li .bigimg{
    border:1px solid #f2f2f2;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li .bigimg img{
    width: 100%;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li dl{
    margin-top: 1rem;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li dl dt{
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    font-weight: 400;
}
.ipro-list .am-tabs-bd .am-tab-panel ul li dl dd{
    color: #999;
    font-size: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


/*视频播放*/
.ishiping{
    position: relative;
    cursor: pointer;
}
.ishiping .bj img{
    width: 100%;
}
.ishiping-pora{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.ishiping-list .tp{
    text-align: center;
}
.ishiping-list .tp img{
    width: 10rem;
}
.ishiping-list p{
    text-align: center;
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 2rem;
}


/*关于威迪*/
.iabout{
padding: 10rem 0;
}
.iabout-p{
    text-align: center;
    position: relative;
}
.iabout-p span{
    display: block;
    color: #555e65;
    font-size: 10rem;
    line-height: 8rem;
    position: absolute;
    width: 5rem;
    text-align: center;
    left: 50%;
    margin-left: -2.5rem;
}
.iabout-p span.t{
    top: 0;
}
.iabout-p span.b{
    bottom: -5rem;
}
.iabout-p p{
    font-size: 3.2rem;
    color: #2c2c2c;
    padding: 7rem 0;
}
.iabout-list{
    margin-top: 10rem;
    overflow: hidden;
    margin-bottom: 5rem;
}
.iabout-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.iabout-list ul li{
    padding: 0 1.5rem;
}
.iabout-list ul li .padd{
    padding: 2.5rem 3rem;
    position: relative;
    border: 1px solid #424449;
}
.iabout-list ul li .padd dl{
    color: #fff;
}
.iabout-list ul li .padd dl dt{
    font-size: 5rem;
    line-height: 1;
}
.iabout-list ul li .padd dl dt i{font-style: initial;}
.iabout-list ul li .padd dl dd{
    font-size: 2.4rem;
    line-height: 1;
}
.iabout-list ul li .padd img{
    position: absolute;
    top: 3rem;
    right: 3rem;
}
.iabout-flex{
    display: flex;
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 8rem;
}
.iabout-flex>div{
    padding: 0;
}
.iabout-brief{
    position: relative;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    padding: 6rem 4rem;
}
.iabout-brief .bt{
    color: #2c2c2c;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: 1px solid #363636;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.iabout-brief .wz{
    color: #2c2c2c;
    font-size: 1.6rem;
    margin-top: 2rem;
}
.iabout-brief .wz p:first-child{
    margin-top: 0;
}
.iabout-img{
    position: relative;
    height: 100%;
}
.iabout-img img{
    height: 100%;
    width: 100%;
}
.iphoto-list{
    margin-top: 5rem;
    position: relative;    
}
.swiper-iphoto .swiper-slide img{
    width: 100%;
}
.swiper-iphoto .swiper-slide p{
    color: #fff;
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}
.iphoto-list .swiper-iphoto-next,.iphoto-list .swiper-iphoto-prev{
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
    line-height: 4.5rem;
    font-size: 3rem;
    color: #fff;
    top: 50%;
    margin-top: -2.3rem;
    z-index: 99999;
    cursor: pointer;
}
.iphoto-list .swiper-iphoto-next:hover,.iphoto-list .swiper-iphoto-prev:hover{
    background: #005fbb;
}
.iphoto-list .swiper-iphoto-next{
    right: 0;
}
.iphoto-list .swiper-iphoto-prev{
    left: 0;
}


/*新闻资讯*/
.inews{
    /* background: #1f1f1f; */
    padding: 10rem 0;
}
.inews-list{
    position: relative;
}
.inews-list .am-nav-tabs{
    border: 0;
    position: absolute;
    right: 0;
    top: -11rem;
}
.inews-list .am-nav-tabs li{
    margin-right: 5rem;
}
.inews-list .am-nav-tabs li a{
    border: 0;
    font-size: 2rem;
    padding: 0;
}
.inews-list .am-nav-tabs li.am-active a,.inews-list .am-nav-tabs li a:hover{
    background: no-repeat;
    border: 0;
    background: none;
    color: #005fbb;
    border-bottom: 2px solid #005fbb;
    padding-bottom: 1rem;
}
.inews-list .am-tabs-bd{
    border: 0;
}
.inews-list .am-tabs-bd .am-tab-panel{
    padding: 0;
}
.inews-list .am-tabs-bd ul{
    margin-right: -3rem;
    margin-left: -3rem;
}
.inews-list .am-tabs-bd ul li{
    padding: 0 3rem;
}
.inews-list .am-tabs-bd ul li a:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.inews-list .am-tabs-bd ul li .bigimg{
    border: 1px solid #999;
    border-bottom: 0;
}
.inews-list .am-tabs-bd ul li .bigimg img{
    width: 100%;
    max-height: 250px;
}
.inews-list .am-tabs-bd ul li dl{
    border: 1px solid #999;
    padding: 3rem;
    background: #eee;
    border-top: 0;
}
.inews-list .am-tabs-bd ul li a:hover dl{
    background: #005fbb;
    color: #fff;
}
.inews-list .am-tabs-bd ul li a:hover dl dd{
    color: #fff;
}
.inews-list .am-tabs-bd ul li dl dt{
    font-size: 1.8rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-list .am-tabs-bd ul li dl dd{
    color: #666;
    font-size: 1.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 3rem;
    height: 6rem;
}
.inews-list .am-tabs-bd ul li span{
    display: block;
    color: #999;
    font-size: 1.6rem;
    border-top: 1px solid#999;
    padding-top: 1rem;
    margin-top: 2rem;
}
.inews-list .am-tabs-bd ul li a:hover span{
    border-top: 1px solid #ccc;
    color: #fff;
}


/*三个图*/
.isangetu-list{
    float: left;
    width: 33.33%;
    position: relative;
}
.isangetu-list .bigimg img{
    width: 100%;
}
.isangetu-list .wz{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6rem 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.isangetu-list .wz p{
    font-size: 3.6rem;
    color: #fff;
}



/*视频*/
.search_wrapa{
    width: 1000px;
    height: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    margin-left: -500px;
    display: none;
    padding: 3rem;
    box-sizing: border-box;
    background: #fff;
    margin-top: -250px;
}
.search_closea {
    transition: 0.3s all linear;
    cursor: pointer;
    position: absolute;
    top: 0rem;
    right: 1rem;
}
.search_closea i{
    font-size: 2.4rem;
}
.search_closea:hover {
    transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
}


@media (max-width:1024px){
    .swiper-banner .swiper-pagination-bullets{
        bottom: 1rem!important;
    }
    /*通用*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit-fl p{
        font-size: 3rem;
    }
    .itit-fl span{
        font-size: 2rem;
        line-height: 3rem;
        display: block;
    }
    .itit-fr a{
        font-size: 1.8rem;
        width: 15rem;
        height: 5rem;
        line-height: 5rem;
        margin-top: 2rem;
    }
    .itit-fr a i{
        right: 2rem;
    }


    /*产品中心*/
    .ipro{
        padding: 5rem 0 3rem;
    }
    .ipro-list{
        position: relative;
    }
    .ipro-list .am-nav-tabs{
        border: 0;
        margin-bottom: 3rem;
    }
    .ipro-list .am-nav-tabs li{
        width: 100%;
        margin-top: 1.5rem;
    }
    .ipro-list .am-nav-tabs li:first-child{
        margin-top:0;
    }
    .ipro-list .am-nav-tabs li a{
        font-size: 2rem;
        margin-right: 0;
    }
    .ipro-list .am-tabs-bd .am-tab-panel ul {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .ipro-list .am-tabs-bd .am-tab-panel ul li{
        padding: 0 1rem 0;
        margin-bottom: 2rem;
    }
    .ipro-list .am-tabs-bd .am-tab-panel ul li dl dt{
        font-size: 1.8rem;
    }

    /*视频播放*/
    .ishiping{
        background: url(../images/isy-bj01.jpg);
        background-size: cover;
    }
    .ishiping .bj img{
        display: none;
    }
    .ishiping-pora{
        padding: 3rem 0;
        position: relative;
    }
    .ishiping-list .tp img{
        width: 6rem;
    }
    .ishiping-list p{
        font-size: 2.4rem;
        margin-top: 1rem;
    }


    /*关于威迪*/
    .iabout{
        padding: 5rem 0;
    }
    .iabout-p{
        text-align: center;
        position: relative;
    }    
    .iabout-p p{
        font-size: 2rem;
        padding: 4rem 0;
    }
    .iabout-list{
        margin-top: 5rem;
        overflow: hidden;
        margin-bottom: 3rem;
    }
    .iabout-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .iabout-list ul li{
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    .iabout-list ul li .padd{
        padding: 2rem 2rem;
    }
    .iabout-list ul li .padd dl{
        color: #fff;
    }
    .iabout-list ul li .padd dl dt{
        font-size: 3rem;
        line-height: 1;
    }
    .iabout-list ul li .padd dl dt i{font-style: initial;}
    .iabout-list ul li .padd dl dd{
        font-size: 1.6rem;
    }
    .iabout-list ul li .padd img{
        top: 1rem;
        right: 1rem;
        width: 3.5rem;
    }
    .iabout-flex{
        display: block;
    }
    .iabout-flex>div{
        padding: 0;
    }
    .iabout-brief{
        padding: 2rem;
    }
    .iabout-brief .bt{
        font-size: 2.4rem;
    }
    .iphoto-list{
        margin-top: 3rem;
        position: relative;    
    }


    /*新闻资讯*/
    .inews{
        padding: 5rem 0;
    }
    .inews-list{
        position: relative;
    }
    .inews-list .am-nav-tabs{
        position: relative;
        top: 0;
        margin-bottom: 3rem;
    }
    .inews-list .am-nav-tabs li{
        margin-right: 0;
        width: 33.33%;
        text-align: center;
    }
    .inews-list .am-tabs-bd{
        border: 0;
    }
    .inews-list .am-tabs-bd .am-tab-panel{
        padding: 0;
    }
    .inews-list .am-tabs-bd ul{
        margin-right: -3rem;
        margin-left: -3rem;
    }
    .inews-list .am-tabs-bd ul li{
        margin-bottom:2rem
    }
    .inews-list .am-tabs-bd ul li dl{
        padding: 2rem;
    }
    .inews-list .am-tabs-bd ul li dl dt{
        font-size: 1.6rem;
        white-space: initial;
    }
    .inews-list .am-tabs-bd ul li dl dd{
        color: #999;
        font-size: 1.6rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 3rem;
        height: 6rem;
    }

    /*三个图*/
    .isangetu-list{
        width: 100%;
    }
    .isangetu-list .wz p{
        font-size: 3.2rem;
    }


    /*视频*/
    .search_wrapa{
        width: 94%;
        height: 30rem;
        top: 50%;
        left: 50%;
        z-index: 9999999;
        margin-left: -19rem;
        padding: 3rem;
        margin-top: -15rem;
    }
    .search_closea {
        transition: 0.3s all linear;
        cursor: pointer;
        position: absolute;
        top: 0rem;
        right: 1rem;
    }
    .search_closea i{
        font-size: 2.4rem;
    }
    .search_closea:hover {
        transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        -moz-transform: rotateZ(90deg);
    }


}