/*产品参数*/
.product-content {
    padding:1.2rem 0 0.8rem 0;
    background:#fff;
}
.product-content .series-title {
    text-align: center;
}

.product-content .series-title p {
    font-size: 0.72rem;
    color: #333;
    font-family: "Raleway-Light";
    text-transform: uppercase;
    line-height: 1.2;
}
.product-content .series-title p span {
    display:block;
    font-family: "Raleway-Bold";
}
.product-content .series-title h3 {
    margin: 0.6rem 0 0 0;
    font-size: 0.4rem;
    color: #333;
    font-weight: bold;
    font-family: 'Futura-Medium';
}
.product-content .series-title h3.line::before,
.product-content .series-title h3.line::after {
    bottom:-0.2rem;
    *background: #f4de26;
    animation: line 20s linear infinite normal;
}

/*呼顶*/
.product-content .series-title.series-title-fix {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding: 0.1rem 0;
    background: #fff;
    z-index: 99;
}
.product-content .series-title.series-title-fix p {
    display: none;
}
.product-content .series-title.series-title-fix h3 {
    font-size: 0.2rem;
    font-weight: normal;
    margin:0 0;
}
@keyframes line{
    0%{width:0%}
    50%{width:108%}
    100%{width:0%}
}

.product-content .parameter {
    margin:1.5rem 0 0 0;
}
.product-content .parameter ul {
    max-width: 10rem;
    margin:0 auto;
}
.product-content .parameter ul li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 0.5rem 0.3rem 0.6rem;
    font-size: 0.20rem;
    color: #3a3a3a;
    font-family: 'Futura-Medium';
    text-transform: uppercase;
}
.product-content .parameter ul li b {
    position: absolute;
    left: 0;
    font-weight: normal;
    color: #595757;
}
@media screen and (max-width:1024px) {
.product-content {
    padding:1rem 0 0.5rem 0;
}
.product-content .series-title {
}
.product-content .series-title p {
    font-size: 0.32rem;
    line-height: 1.2;
}
.product-content .series-title p span {
}
.product-content .series-title h3 {
    margin: 0.3rem 0 0 0;
    font-size: 0.3rem;
}
.product-content .series-title h3.line::before,
.product-content .series-title h3.line::after {
    bottom:-0.2rem;
}

.product-content .parameter {
    margin:1rem 0 0 0;
}
.product-content .parameter ul {
    max-width: 10rem;
    margin:0 auto;
}
.product-content .parameter ul li {
    width: 100%;
    padding: 0 0.5rem 0.3rem 0.6rem;
    font-size: 0.18rem;
}
.product-content .parameter ul li b {
}
}
/*产品参数*/

/*产品板块标题*/
.about-title {
    padding:0.2rem 0;
    text-align: center;
}
.about-title p {
    font-size: 58px;
    color: #333;
    line-height: 2.0;
    text-transform: uppercase;
    font-family: "Raleway-Light";
}
.about-title h3 {
    position: relative;
    font-size: 30px;
    color: #333;
    margin:0 0 20px 0;
}
.about-title h3::after {
    content: "";
    width: 2px;
    height: 0.4rem;
    background: #f4de26;
    margin: 20px auto;
    display: block;
    vertical-align: middle;
}
.about-title h4 {
    font-size: 16px;
    color:#999;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0 4% 0;
}
.about-title h3 {
    font-size: 20px;
}
.about-title i {
    margin: 3% auto 3% auto;
}
.about-title p {
    font-size: 20px;
}
}
/*产品板块标题 end*/

/*产品详情页-一石多面*/
.multifaceted {
    padding:0.5rem 0 1rem 0;
    background: #f6f6f6;
}
.multifaceted .multifaceted-box {}
.multifaceted .multifaceted-box .photo {
    text-align: center;
    overflow: hidden;
}
.multifaceted .multifaceted-box .photo ul {
    display: flex;
    justify-content: center;
}
.multifaceted .multifaceted-box .photo ul li {
    max-width: 2rem;
    padding:1px;
}
.multifaceted .multifaceted-box .photo ul li img  {
    width: 100%;
  
}
@media screen and (max-width:1024px) {
.multifaceted .multifaceted-box .photo {
    max-width: 100%;
    max-height: 5rem;
}
.multifaceted .multifaceted-box .photo img {
    max-width: 100%;
}
}
/*产品详情页-一石多面 end*/

/*产品详情页-VR全景*/
.vr {
     margin:0 0 2% 0;
}
.vr-box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40%;
    transition: all 0.5s;
}
.vr-box iframe {
    display: block;
    position: absolute;
    top:0;
}
.vr-box .closevr {
    display: none;
}
.vr-box-fix .closevr {
    display: block;
    position: fixed;
    top: 5%;
    right: 10%;
    width: 48px;
    height: 48px;
    font-size: 34px;
    color:#fff;
    line-height: 48px;
    text-align: center;
    font-family: 宋体;
    z-index: 2147483647;
    cursor: pointer;
    background: #002d72;
    transition: all 0.3s ease 0s;
}
.vr-box-fix {
    position: fixed;
    height: 100%;
    z-index: 99999999;
}
@media screen and (max-width:1024px) {
.vr {
     margin:0 0 50px 0;
}
.vr-box {
    padding-top: 100%;

}
.vr-box iframe {

}
.vr-box .closevr {

}
.vr-box-fix .closevr {
    top: 5%;
    right: 10%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
}
.vr-box-fix {
}
}
/*产品详情页-VR全景 end*/


/*产品详情页-效果图图集*/
.effect {
    margin: 0 0 1rem 0;
}
.effect-box {
   
}
.effect-box .photo  {
    max-width:100%;
}
.effect-box .photo a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40%;
}
.effect-box .photo a img  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.effect-box .photo a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.1);
    z-index: 1;
    transition: all 0.3s;
}
.effect-box .photo a .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    font-size: 0.14rem;
    color: #fff;
    font-weight: 800;
    width: 1.5rem;
    padding: 0.1rem;
    border:2px solid #fff;
    border-radius: 0px;
    text-align: center;
}
.effect-box .photo a:hover .more{
    color: #333;
    border: 2px solid #f4de26;
    background: #f4de26;
}
@media screen and (max-width:1024px) {
.effect {
}
.effect-box .photo a {
    width: 100%;
    padding-top: 100%;
}
}
/*产品详情页-效果图图集*/

/*产品详情页*/
.details {
    margin:0 0 0.5rem 0;
}
.details-box {
    text-align: center;
}
.details-box img {
    max-width: 10rem;
    height: auto !important;
    margin:0.05rem;
}
@media screen and (max-width:1024px) {
.details {
    margin:0 0 0.5rem 0;
}
.details-box img {
    max-width: 100%;
    height: auto !important;
}
}
/*产品详情页*/