
/* 首页开始 */

/*---------------------------header-----------------------*/
.header{
    width: 100%;
    height:auto;
    /* background: rgba(0, 0, 0, 0.4); */
    position: absolute;
    left: 0;
    top: 0;
    z-index:1991620;
}
.float-up{
    width: 40vw;
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 38vh;
    left: 10vw;
    border-radius: 10px;
    padding: 100px 50px;
    color: #fff;
    font-size: 2.5vw;
    font-weight: bold;
}
.imgContent{
    margin-right: 10px;
    margin-left: 10px;
}
.imgContents{
    margin-top: 40px;
}
.imgAuto{
    width: 100%;
}
.imgText{
    position: absolute;
    top: 10%;
    display: block;
    width: 82px;
    height: 46px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 46px;
    font-weight: bold;
    border-top-right-radius:7px;
    border-bottom-right-radius:7px;
}

.fgx{
    height: 300px;
    width: 2px;
    background-color: #fff;
    margin:auto;
}
.ckxq{
    background: none !important;
    display: inline-block;
    width: 186px;
    height: 62px;
    border: 2px solid #328BDF;
    opacity: 1;
    border-radius: 39px;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 60px;
    margin-top: 60px;
    padding: 0 !important;
}
.zlzx-content{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.bg-white{
    background-color: white;
    padding: 20px;
    border-radius: 16px;
    background-clip: padding-box;
    border: 10px solid rgba(255,255,255,0);
}
.parttitle{
    margin-bottom: 90px;
}
.icon-sq{
    display: block;
    width: 100px;
    height: 40px;
    background-color: #328BDF;
    position: absolute;
    top: 20px;
    left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
}
.icon-sq::before{
    content: "";
    width: 5px;
    height: 3px;
    background-color: #328BDF;
    display: block;
    border-right: #328BDF 5px solid;
    border-bottom: #328BDF 5px solid;
    border-top: rgba(255,255,255,1) 5px solid;
    border-left: rgba(255,255,255,1) 5px solid;
    margin-top: -10px;
}
.cpzx-text{
    height: 40px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: -20px;
}
.cpzx-addDate{
    height: 16px;
    line-height: 16px;
    text-align: right;
    font-size: 14px;
    padding-right: 10px;
}
.cpzx-card{
    transition: all 0.5s;
}
.cpzx-card:hover{
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
}
/* 视频满屏播放 */
.video-js{
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
}
/* .bg-header-white{
    background-color: rgba(255, 255, 255, 1) ;
}
.bg-header-lucency{
    background-color: rgba(255, 255, 255, 0) ;
}
.bg-header-lucency:hover{
    background: rgba(255, 255, 255, 1);
}
.themenav,.sb-search-input,#searchsubmit{
    transition: background 0.5s;
}
.logo img{
    background-color: rgba(255, 255, 255, 0);
}
.thememenu .mxnav .current-menu-item a{
    border-bottom:none;
} */
.contentpart .container {
    padding-top: 100px;
}

.scroll-down span{
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 24px;
    height: 40px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    z-index: 7777;
    cursor: pointer;
}
.scroll-down span::before {
    position: absolute;
    top: 6px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    -moz-animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.sq_start {
    position: absolute;
    bottom: 10%;
    left: 50%;
    z-index: 3;
    margin-left: -50px;
    width: 100px;
    height: 20px;
    font-size: 18px;
    background: -webkit-gradient(linear,left top,right top,color-stop(0, #328BDF),color-stop(0.3, #328BDF),color-stop(0.5, white),color-stop(0.7, #328BDF),color-stop(1, #328BDF));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-animation: slidetounlock 4s linear infinite;
    animation: slidetounlock 4s linear infinite;
}
.section-footer{
    height: auto !important;
}
.footer{
    left: 0;
    width: 100%;
    height: auto;
    background: #000;
    color: #fff;
    /* text-align: center; */
}
/* 首页结束 */

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes slidetounlock { 
    0% {background-position: -150px 0;} 
    80%{background-position: 100px 0;} 
    100% {background-position: 150px 0;}
    }
@keyframes slidetounlock { 
    0% {background-position: -150px 0;} 
    80%{background-position: 100px 0;} 
    100% {background-position: 150px 0;}
    }

@media(max-width:992px){
    .fgx{
        width: 0;
        height: 0;
    }
    .video-js{
        width: 100%;
    }
    .imgContents div{
        margin-bottom: 30px;
    }
    .float-up{
        position: absolute;
        top:20%;
        width: 50%;
        padding:20px;
        height: auto;
    }
    .scroll-down{
        display: none;
    }
    .contentpart{
       padding: 0;
    }
    .contentpart .container{
        padding-top: 0;
    }
    .parttitle{
        margin-bottom: 0;
    }
    .h1, h1{
        font-size: 26px;
    }
    .ckxq{
        margin-bottom: 20px;
    }
    .sm-none{
        display: none;
    }
    /* .jjfa-content .col-md-7{
        max-height: 200px;
    }
  
    


    .imgContents{
        margin-top: 0;
    }
    */
   
}
@media(max-width:768px){
    .float-up{
        position: absolute;
        top:10%;
        width: auto;
        padding:20px;
        height: auto;
    }
    .indexcasepart {
        margin-bottom: 30px;
    }
    .xs-none{
        display: none;
    }
    .text-info{
        display: none;
    }
    .ckxq{
        width: 90px;
        height: 30px;
        font-size: 14px !important;
        line-height: 28px;
    }
}
@media(min-width:1200px){
    .contentpart {
    height: 100%;
}
}