.go a,.seemore {
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #004386;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(-270deg,#2fb8fa 0,#f5a86d 0,#2fb8fa 0,#004386 100%);
    border-image-slice: 1;
}

/*品牌简介*/
.about {
    padding:2% 0;
}
.about .about-item {
    padding:2% 0;
}


.about .about-item .word {
    float:right;
    width:50%;
}
.about .about-item .word .tit {
    position: relative;
    padding: 50px 0;
    border-bottom: 2px solid #f5f5f5;
}
.about .about-item .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background: #004386;
}
.about .about-item .word .tit h2 {
    display: inline-block;
    font-size: 48px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about .about-item .word .content {
    height: 300px;
    margin: 50px 0;
    padding: 0 50px 0 0;
    overflow-x: auto;
}
.about .about-item .word .content::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background:#f1f1f1;
}
.about .about-item .word .content::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #004386;
}
.about .about-item .word .content p {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.8;
    opacity: 0.6;
    margin: 0 0 30px 0;
}
.about .about-item .word .content p:first-child {
    font-size: 18px;
    opacity: 1;
}

.about .about-item .photo {
    float:left;
    width:40%;
}
.about .about-item .photo a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
}

.about .about-item .photo a .vi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
 }   
.about .about-item .photo a .vi img {
    width:60%;
}

.about .about-item .photo a .play {
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width:60px;
    height:60px;
    border-radius: 50%;
}
.about .about-item .photo a .play::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -10;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.about .about-item .photo a .play::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #004386 url(../images/brand/play.svg) no-repeat center center/30px;
}
@media screen and (max-width:1024px){
.about {
    padding:8% 0;
}
.about .about-item {
    padding:2% 0;
}


.about .about-item .word {
    width:100%;
}
.about .about-item .word .tit {
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #f5f5f5;
}
.about .about-item .word .tit::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 20%;
    height: 3px;
    background: #2fb8fa;
}
.about .about-item .word .tit h2 {
    font-size: 24px;
}

.about .about-item .word .content {
    height: auto;
    margin: 20px 0;
    padding: 0 0 0 0;
    overflow-x: auto;
}

.about .about-item .word .content p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.8;
    opacity: 0.6;
    margin: 0 0 10px 0;
}
.about .about-item .word .content p:first-child {
    font-size: 18px;
    opacity: 1;
}
.about .about-item .word  .go {
    margin:0  auto 30px auto;
    text-align: center;
}

.about .about-item .photo {
    width:100%;
}
.about .about-item .photo a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 100%;
}

.about .about-item .photo a .vi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
 }   
.about .about-item .photo a .vi img {
    width:60%;
}

.about .about-item .photo a .play {
    display:block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    width:60px;
    height:60px;
    border-radius: 50%;
}
.about .about-item .photo a .play::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -10;
    background: #fff;
    opacity: 0.5;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.about .about-item .photo a .play::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#252525;
    background: #2fb8fa url(../images/brand/play.svg) no-repeat center center/30px;
}
}
/*品牌简介*/


.hall {
    position: relative;
    padding: 5% 0 13% 0;
    background: #f6f6f6 url(../images/brand/huapeng-hall.png) no-repeat center/100%;
}

.hall .hall-item {
    padding:5% 0 0 0;
}
.hall .hall-item .tit {}
.hall .hall-item .tit h5 {
    display: inline-block;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}
.hall .hall-item .tit p {
    font-size: 20px;
    color: #fff;
    opacity: 0.9;
    margin: 30px 0 0 0;
    text-shadow: 2px 4px 10px rgb(0 0 0 / 20%);
}

.hall .hall-item .go {
     margin:10% 0 0 0;
}
.hall .hall-item .go a {
    color:#fff;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
}
@media screen and (max-width:1024px){
.hall {
    position: relative;
    padding: 30% 0 30% 0;
    background: #f6f6f6 url(../images/brand/huapeng-hall.png) no-repeat center/cover;
}

.hall .hall-item {
    padding:5% 0 0 0;
}
.hall .hall-item .tit {}
.hall .hall-item .tit h5 {
    font-size: 24px;
}
.hall .hall-item .tit p {
    font-size: 16px;
    margin: 10px 0 0 0;
}

.hall .hall-item .go {
     margin:10% 0 0 0;
}
.hall .hall-item .go a {
    color:#fff;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
}
}

/*品牌实力*/
.power {
    padding:2% 0;
    background:#f6f6f6;
}
.power .power-item {
    padding:2% 0;
}
.power .power-item ul {}
.power .power-item ul li {
    overflow:hidden;
    background:#fff;
}
.power .power-item ul li .word {
    padding:3.5% 5%;
}
.power .power-item ul li .word .tit {}
.power .power-item ul li .word .tit h3 {
    display: inline-block;
    font-size: 36px;
    color: #014588;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.power .power-item ul li .word .content {
    height:40px;
    margin:50px 0 0 0;
}
.power .power-item ul li .word .content p {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 1.8;
    opacity: 0.6;
    margin: 0 0 30px 0;
}

.power .power-item ul li .photo {
}
.power .power-item ul li .photo img {
     width:100%;
}

.power .power-item ul li .small {
    width:47.1%;
}
.power .power-item ul li .big {
    width:52.9%
}
@media screen and (max-width:1024px) {
.power {
    padding:2% 0;
    background:#f6f6f6;
}
.power .power-item {
    padding:2% 0;
}
.power .power-item ul {}
.power .power-item ul li {
    overflow:hidden;
    background:#fff;
}
.power .power-item ul li .word {
    padding:8% 5%;
}
.power .power-item ul li .word .tit {}
.power .power-item ul li .word .tit h3 {
    font-size: 20px;
}

.power .power-item ul li .word .content {
    height:auto;
    margin:10px 0 0 0;
}
.power .power-item ul li .word .content p {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.power .power-item ul li .photo {
}
.power .power-item ul li .photo img {
     width:100%;
}

.power .power-item ul li .small {
    width:100%;
}
.power .power-item ul li .big {
    width:100%
}
}
/*品牌实力*/

/*产品详情页-VR全景*/
.vr {
     margin:0 0 5% 0;
}
.vr-box {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    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: #004386;
    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: 0%;

}
.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*/