
/* html{-webkit-tap-highlight-color:transparent;} */
@media (min-width: 1024px){html{font-size: 12px;} }
@media (min-width: 1280px){html{font-size: 14px;} }
@media (min-width: 1920px){html{font-size: 16px;} }
input::-webkit-input-placeholder { 
    color: #cccccc; 
    font-size: 1rem;
} 
input:-moz-placeholder { 
color:  #cccccc; 
font-size: 1rem;
} 
input::-moz-placeholder { 
color:  #cccccc; 
font-size: 1rem;
} 
input:-ms-input-placeholder { 
color:  #cccccc; 
font-size: 1rem;
}
/* .container-fluid {
    margin: 0;
    padding: 0;
  } */

/* header.html */
.header{
    width: 100%;
    height: 6.25rem;
    font-size: 1rem;
    position: relative;
    z-index: 999;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 1000;
    color: #333333;
    background: #ffffff;
    /* background: rgba(193, 190, 190, 0.26); */
    transform: translate(0,1px);
    transition: all 0.5s ease-in-out;
    width: calc(100% - 30px);
    height: 6.45rem;
}
.nav_offset{
    visibility: visible;
	transform: translate(0,0);
}
.img{
    margin-top: 2%;
}
.header_center{
    line-height: 6.25rem;
}
.headera{
    display: inline-block;
    line-height: 2rem;
    margin: 0 1rem;
    
 }
.liHover{
    border-bottom: 1px solid #999999;
}
a:active {
    color: #333333;
}
.headera a{
    text-decoration:none;
    color: #333333;
    font-size:1rem;
    cursor: pointer;
}
.header_right{
    height: 6.45rem;
    background-color: #333333;
    color:white;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_right:hover{
    background-color: #999999;
    cursor: pointer;
}
.right_text p{
    white-space: pre-wrap;
}
.right_text p:last-child{
    text-align: center;
    font-size: 1rem;
}
.footer_logo,.row-x1{
    margin: 2rem 0;
}

.footer_pri .row{
    margin-bottom: 2.6rem;
    margin-top: 2%;
}
.footer_text_btn{
    border: 0.125rem solid #999999;
    padding: 0.625rem;
    text-align: center;
}
.page-title{
    text-align: center;
    
}
.page-title .t1{
    font-size: 1rem;
    margin-top: 2%;
    font-weight: 400;
    color: #333333;
}
.page-title .t2{
    font-size: 4.75rem;
    font-weight: 400;
    color: #333333;
    font-family: Microsoft YaHei;
}
/* 中间线 */
.center-line{
    position: relative;
}

.center-line > p{
    font-family: 'MicrosoftYaHei';
    text-align: center;
    font-size: 2.5rem;
    margin-top: 4%;
}
.center-line .secend-p{
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
}
.center-line span{
    display: block;
    width: 1px;
    height: 6.5rem;
    border: 1px dashed #999999;
    position: relative;
    left: 50%;
    margin: 1% 0;
}
/* 直角虚线 */
.angle-dash{
    height: 6.875rem;
    border-top: 0.125rem dashed #999999;
    border-right: 0.125rem dashed #999999;
}
.news-title{
    font-size: 1.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.625rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-zhaiyao{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 长图 */
.piiic {
    margin-top: 3%;
    position: relative;
}
/* ifacecheck DIV文字描述 */
.ifacecheck-text{
    border: 0.125rem solid #666666;
    font-size: 1rem;
    text-align: center;
    padding: 0.6rem;
}
.ifacecheck-text p{
    height: 40%;
    font-family: 'MicrosoftYaHei';
    font-weight: 400;
    color: #666666;
}
/* fade in */
.fadeCom{
	opacity: 0;
	-webkit-transition: 500ms ease;
	-o-transition: 500ms ease;
	transition: 500ms ease;
	-webkit-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825);/* scale(0.9825, 0.9825) */
	-ms-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825);
	transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825);
	-webkit-transition-property: opacity tranfrom;
	-o-transition-property: opacity tranfrom;
	transition-property: opacity tranfrom;
}
.fadeCom__On{
	-webkit-transform:translate3d(0, 0, 0) scale(1,1);
	-ms-transform:translate3d(0, 0, 0) scale(1,1);
	transform:translate3d(0, 0, 0) scale(1,1);
	opacity: 1;
}
video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}