img{
    -webkit-transition:.5s;
    transition:.5s;
}


/* 中间视频部分 */
.mp4{
    width: 100%;
}
.my_video_1{
    background-size: 100%;
}
.banner
{
	width:100%;
	overflow:hidden;
}


/* 将video控件的播放按钮隐藏 */
/* video::-webkit-media-controls-play-button {
    display: none;
}
video::-webkit-media-controls-fullscreen-button{ display: none !important; }

video::-webkit-media-controls-fullscreen-button {
display: none;
} */

/* 轮播图 */
.h-cp-bg-2{
    position: absolute;
}
.cp-swiper-w{
    width: 50% !important ;
}
.cp-swiper-w1{
    width: 25% !important ;
}
/* .cp-swp */


.swiper-slide:hover .h-cp-bg-2{
    background: url('../images/home-cp-bg-1.png');
}

.h-cp-bg-2{
 /* -webkit-transition:.5s;

 transition: .5s ease-in; */
}
.swiper-slide:hover .h-cp-body-2>p
{
    font-size: 24px;
    font-weight: bolder;
    color: #fff;
}

/* 按钮 */


.swiper-slide:hover .h-cp-body-2>div{
    background-color: #f6f6f6;
}
.swiper-slide:hover .h-cp-body-2>div>a{
    color: #e50112;
}




/* 产品中心 */

.cp{
    width: 77%;
    margin: 0 auto;
    margin-top: 99px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;

}
.cp-left{
    width: 18.78%;
    margin-top: 48px;
}

.cp-left-h2>h2{
    font-size: 45px;

}

.cp-left-btn{
    margin-top: 100px;
    width: 136px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    background: #e50112;
    font-size: 14px;
    color: #fff;
    float:left;
}

.cp-left-btn:hover{
    background: #ff0316;
    color: #fff;

}

.cp-left>p{
    margin-top: 38px;
    line-height:25px;
}


.cp-right{
    display: flex;
    justify-content: center;
    width: 85%;
    position: relative;
    text-align: center;
}

.swiper{
    width: 80%;
    overflow: hidden;
}


/* 产品背景 */
.h-cp-bg-1{

 height: 100%;
 width: 100%;
background: url('../images/home-cp-bg-2.png')no-repeat ;
 
/* background: url('../images/home-cp-bg-1.png')no-repeat ; */
}
.h-cp-bg-2{
 height: 100%;
width: 92%;
background-size: 100%;
 /* width: 100%; */
background: url('../images/home-cp-bg-2.png');
}
.h-cp-bg-3{
 height: 100%;
width: 92%;
 width: 100%;
background: url('../images/home-cp-bg-3.png') ;
}

    .cp-right>ul>li{
        background: url('../images/home-cp-bg-1.png')no-repeat center;
        background-size: 100%;
        height: 100%;
    }
/* 第一个产品中心的图片 */
.h-cp-body-1{
    margin-top: 16%;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.h-cp-img-1{
    width: 98%;
    margin-left: 2%;
}
.h-cp-body-1>p{
    color: #fff;
}
.h-cp-body-1>div{
    width: 17%;
    margin-top: 18px;
    background: #fff;
    font-size: 14px;
    color: #e50112;
    border-radius: 30px;
    text-align: center;
    line-height: 33px;
}
/* 第二个图片 */
.h-cp-body-2>p{
    color: #e50112;
    font-size: 18px;
}

.h-cp-body-2{
    margin-top: 42px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.h-cp-bg-2{
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h-cp-img-2{
    padding: 20px 20px;
    height: 100%;
    display: flex;
    align-items: center;
}

/* 产品中心图 */
/* 产品图片 */
.h-cp-img-2>img{
    width: 100%;
}

.h-cp-body-2>div
{
    margin:15px auto 0;
    width: 83px;
    height: 33px;
    background: #e50112;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 33px;
}
.h-cp-body-2>div>a{
    color: #fff;
}
.cp-right>ul>li{
    display: flex;
}

/* hover--------------------- */

.swiper-button-prev:hover{
    background: url('../images/home-cp-btn-2.png');
    transform:rotateY(180deg);

}
.swiper-button-next:hover{
    background: url('../images/home-cp-btn-2.png');
    /* transform: rotateY(180deg); */
    transform:rotateX(180deg);
}



/* 行业应用 */
/* ———————————————————————————————————————————————————— */
.yy{
    background-color: #023886;
    width: 100%;
    background: url('../images/home-yy-img1.png') no-repeat center; 
   background-size: auto 100% ;
    height: 772px;
    margin-top: 190px;
    position: relative;
}
.yy-body{
    width: 77%;
    margin: 0 auto;
    
}
.yy .yy-txt ul li{
    display: none;
}
.yy-show{
    display: block !important;
}
.yy .next-btn{
    margin-top: 50px;
}
.yy .next-btn>a>img{
    width: auto;    
}
/* 字体样式 */
.yy-txt{
    width: 34%;
    position: absolute;
    top: 20%;
}
.yy-txt h1{
    font-size: 48px;
    font-weight: bolder;
    font-family: '微软雅黑';
    color: #fff;
}
.yy-txt p{
    color: #fff;
    font-size: 14px;
    font-family: '微软雅黑';
    line-height: 35px;
    margin-top: 20px;

}
.yy-btn-body{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    height: 157PX;
    position: absolute;
    bottom: 0;
}
.yy-btn{
    width: 77%;
    margin: 0 auto;
    height: 100%;
}
.yy-btn>ul{
    display: flex;
    height: 100%;
}
.yy-btn>ul>li{
    justify-content: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 14.3%;
    
    height: 100%;
}

.yy-btn>ul>li:hover{
   background: #e50112; 
}
.yy-btn>ul>li>p{
    margin-top: 6px;
    /* margin-left: -13px; */
    color: #fff;
}
/* hover部分----------------- */
.yy-btn>ul>li:hover .btn-img>img,
.zx-body>ul>li:hover .zx-time>h1,
.zx-body>ul>li:hover .zx-time>h5
{
    -webkit-transition:.5s;
    transition:.5s;
    transform:scale(1.1)
}




/* 新闻资讯 */
.zx{
    width: 77%;
    margin: 0 auto;
    margin-top: 100px;
}
.zx-body{
    margin-top: 90px;
}
.zx-body>ul>li{
    width: 20%;
}
.zx-body>ul{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
/* 字体部分 */
.zx-time>h1{
    font-size: 60px;
    font-family: '思源黑体 CN';
    font-weight: Heavy;
    color: #afafaf;
}
.zx-time>h5{
    font-size: 16px;
    font-family: '思源黑体 CN';
    font-weight: Heavy;
    color: #afafaf;
    margin-top: -18px;
}
.zx-txt{
    margin-top: 50px;
}

/* 第一个p */
.zx-txt>p:nth-child(1){
    font-size: 18px;
    color: #333333;
    font-family: '微软雅黑';

}

/* 第二个p */
.zx-txt>p:nth-child(2){
    margin-top: 32px;
    font-size: 16px;
    color: #909090;
    font-family: '微软雅黑';

}


/* :hover________________________ */
.zx-body>ul>li:hover .zx-time>h1,
.zx-body>ul>li:hover .zx-time>h5,
.zx-body>ul>li:hover .zx-txt>p:nth-child(2)
{
    color: #e50112 !important;
}



/* 勋章部分 */
.xz{
    margin-top: 116px;
    width: 100%;
    background: url('../images/botton-bg.png') no-repeat center;
    background-size: 100% auto;
    height: 500px;
    display: flex;
    align-items: center;
}
.xz-body{
    width: 77%;
    margin: 0 auto;
}
.xz-body>ul{
    display: flex;
    justify-content: space-around;
}
.xz-body>ul>li{
    text-align: center;
}

.xz-body>ul>li>a>span{
    color: #fff;
    font-size: 24px;
    display: block;
    margin-top: 24px;
}


/* 弹层 */

.tc {
    display: none;
    position: fixed;
    top: -14px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    transition: unset;
    -webkit-transition: unset;
    padding-top: 115px;
}


.tc-cont {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 5px 25px 30px;
    box-sizing: border-box;
}

.ul-tc {
    height: 80%;
    overflow-y: auto;
}

.ul-tc>li {
    color: #555555;
    font-size: 24px;
    width: 60%;
    border-bottom: 1px #232323 solid;
}

.ul-tc>li>a {
    display: block;
    padding: 15px 5px;
    cursor: pointer;
}


.menu {
    display: none;
    cursor: pointer;
    margin-left: 10px;
}

.menu>ul>li {
    width: 32px;
    height: 3px;
    margin-bottom: 5px;
}

.menu>ul>li:nth-last-child(1) {
    margin-bottom: 0
}


/* 顶部盒子 */

.h-box{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}
/* 新增 */
.zx-txt>p:nth-child(2){
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow:ellipsis;
}
/* 分页器 */
.pagination{
    display: flex;
}
.pagination>li{
width: 41px;
height: 41px;
border: 1px solid #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
margin-left: 7px;

}
.pagination>li>a{
    color: #555555;
}

.prev{
    width: 73px !important;
}
.next{
    width: 73px !important;
}
/* 分页位置 */
.fy{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}

/* 按钮 确定 */
.paginationjs-go-button{
    display: flex;
    border: 1px solid #115cb1;
    align-items: center;
    justify-items: center;
    width: 73px;
    height: 41px;

}

.paginationjs-go-input>input{
    display: flex;
    width: 41px;
    justify-content: center;
    align-items: center;
    height: 41px;
    border: 1px solid #e0e0e0;
    margin-left: 7px;
}

/* 分页点击的效果 */
.active{
    background-color: #e50112 !important;
}
.active a{
    color: #fff !important;
}


