/*banner图*/
.twobanner {
    position:relative;
}
.twobanner>img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:35%;
    left:6%;
    width:82%;
    color:#fff;
}


.twobanner-item h1 {
    font-size:70px;
    color: #fff;
    font-weight:bold;
    margin:2% 0 1% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}
.twobanner-item i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% 0 1% 0;
    background: url(https://www.fs-xjzy.cn/template/pc/images/vi-icon.svg) no-repeat center center/30px;
}
.twobanner-item h2 {
    opacity: 0.8;
    font-size:48px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin-top:2%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(https://www.fs-xjzy.cn/template/pc/images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:30%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
}
.twobanner-item i {
    width: 30px;
    height: 10px;
    margin:1% 0 1% 0;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:0%;
}
.go-more {
    background:url(https://www.fs-xjzy.cn/template/pc/images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/


/*关于品牌板块标题*/
.about-title {
    padding:2% 0;
}
.about-title p {
    font-size: 46px;
    color: #252525;
    line-height: 2.0;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
}
.about-title h3 {
    position: relative;
    font-size: 36px;
    color: #252525;
    font-weight: bold;
    margin:0 0 20px 0;
}
.about-title h4 {
    font-size: 18px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title p {
    font-size: 18px;
}
.about-title h3 {
    font-size: 20px;
}
.about-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}

/*关于品牌*/
.about {
    padding:5% 0;
}

.about .about-box {
    margin-top: 3%;
}
.about .about-box .icon-item {}
.about .about-box .icon-item ul {
    text-align: center;
}
.about .about-box .icon-item ul li {
    display:inline-block;
    width:12%;
    margin: 0 0%;
    text-align: center;
    cursor:pointer;
}
.about .about-box .icon-item ul li h4 {
    font-size: 46px;
    color: #333;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
    text-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    transition: all 0.6s ease;
}
.about .about-box .icon-item ul li p {
    font-size: 16px;
    color: #666;
    padding-top: 5%;
}


.about .about-box .word-item {
    margin-top: 5%;
}
.about .about-box .word-item p {
    font-size: 16px;
    color: #666;
    line-height: 2.2;
    text-align: center;
    margin-bottom:1%;
}
.about .about-box .word-item p.p1 {
    padding:0 30%;
}
.about .about-box .word-item p.p2 {
    padding:0 20%;
}

.about .tag {
    margin-top:5%;
    text-align:center;
}
.about .tag a {
    display:inline-block;
    width:150px;
    height:42px;
    line-height: 42px;
    margin:0 10px;
    font-size: 14px;
    color: #666;
    border-radius: 25px;
    border: 1px solid #b6b6b6;
    overflow:hidden;
    position:relative;
    transition: all 1s;
}
.about .tag a:hover {
    font-size: 14px;
    color: #fff;
    border: 1px solid #46224c;
    background:#46224c;
}
/*HOVER*/
.about .about-box .icon-item ul li:hover h4{
    transform: translate(0px,-10px);
}
.about .about-box .icon-item ul li:hover h4 {
    color: #d1292e;
}

@media screen and (max-width:1024px) {
.about {
    padding:2% 0;
}

.about .about-box {
    margin-top: 3%;
}
.about .about-box .icon-item {}
.about .about-box .icon-item ul {

}
.about .about-box .icon-item ul li {
    width:48%;
    margin: 5% 0%;
    text-align: center;
    cursor:pointer;
}
.about .about-box .icon-item ul li h4 {
    font-size: 32px;
}
.about .about-box .icon-item ul li p {
    font-size: 14px;
    padding-top:2%;
}


.about .about-box .word-item {
    margin-top: 5%;
}
.about .about-box .word-item p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom:3%;
}
.about .about-box .word-item p.p1 {
    padding:0 0%;
}
.about .about-box .word-item p.p2 {
    padding:0 0%;
}

.about .tag {
    margin-top:5%;
    text-align:center;
}
.about .tag a {
    width:120px;
    height:36px;
    line-height: 36px;
    margin:2% 10px;
    font-size: 12px;
}
}

/*发展历程*/
.history {
    position: relative;
    padding: 3% 0 5% 0;
    background: #f6f6f6;
}
.history::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    *background:#2e3438;
    transition: all 3s;
}
.history .about-title {
}
.history .about-title p {
    *color: #fff;
}
.history .about-title h3 {
    *color: #fff;
}
.history .about-title h4 {
    *color:#fff;
    
}
.history .container {
    position:relative;
    z-index: 2;
}
.history .about-title h3::after {
    display:none;
}

.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:33%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    border: 1px solid #eee;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}

.Topyear ul li .photo {
    width: 80%;
    padding: 10px;
    background: #fff;
    border:5px solid  #dedede;
}
.Topyear ul li .photo img {
    width: 100%;
}

.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:20px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 16px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background:#d1292e;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 24px;
    color: #d1292e;
    font-weight: bold;
    margin-bottom: 20px;
    
    background-image: -webkit-linear-gradient(top,#d1292e,#d1292e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #595757;
    font-weight: bold;
    font-family: "Oswald-Regular";
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 50%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-family: "Futura-Medium";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 20px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #d1292e;
    background-image: -webkit-linear-gradient(top,#d1292e,#d1292e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #d1292e;
    border: 1px solid #d1292e;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #d1292e;
}


.history div.swiper-year-prev,.history div.swiper-year-next { 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#eee;
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.history div.swiper-year-prev {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-next {
    right:0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-prev:hover,
.history div.swiper-year-next:hover{ 
    opacity:1;
    color: #fff;
    background:#d1292e;
}



@media screen and (max-width:1024px){
.history {
    padding: 3% 0;
    background: #f6f6f6;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:100%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}


.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:10px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #595757;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.Topyear ul li  .year h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 43%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
}
.Bottomyear ul li.swiper-slide-thumb-active i {
}
.Bottomyear ul li.swiper-slide-thumb-active p {
}
}
/*发展历程end*/


/*资质荣誉*/
.honor {
    padding:3% 0;
    background:#fff;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:2% 2% 5% 2%;
    text-align: center;
    background: url(https://www.fs-xjzy.cn/template/pc/images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    width:100%;
    vertical-align: bottom;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/*荣誉证书导航按钮*/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#eee;
    background-image: -webkit-linear-gradient(top,#eee,#eee);
    font-size: 16px;
    color:#999;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-page a.prev:hover,
.honor-box .swiper-page a.next:hover{ 
    color:#fff;
    background:#d1292e;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #d1292e;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border:1px solid #ccc;
    margin: 0 4px !important;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 1px solid #595757;
}
}

/*品牌文化*/
.culture {
    padding:3% 0 3% 0;
    background: #f9f9f9;
}

.culture .culture-box {}
.culture .culture-box ul {}
.culture .culture-box ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:2% 1%;
    border-radius:10px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.culture .culture-box ul li i {}
.culture .culture-box ul li i img {
    max-width: 50px;
}
.culture .culture-box ul li h3 {
    font-size: 18px;
    color: #595757;
    margin:8% 0 10% 0;
}
.culture .culture-box ul li p {
    height: 80px;
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.culture {
    padding:3% 0 3% 0;
}

.culture .culture-box {}
.culture .culture-box ul {}
.culture .culture-box ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.culture .culture-box ul li i {}
.culture .culture-box ul li i img {
    max-width: 30px;
}
.culture .culture-box ul li h3 {
    font-size: 18px;
    margin:12% 0 8% 0;
}
.culture .culture-box ul li p {
    font-size: 12px;
    line-height: 1.8;
}
}
/*品牌文化*/



/*4个价值*/
.value {
    padding:50px 0;
}
.value ul {}
.value ul li {
    float:left;
    width:25%;
    position: relative;
}
.value ul li .pic {
}
.value ul li .pic img {
    width:100%;
}
.value ul li .item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    padding: 20% 40px 0 40px;
    transition: all 0.3s;
}
.value ul li .item h3 {
    font-size: 18px;
    color:#fff;
    text-align: center;
    margin-bottom: 10px;
}
.value ul li .item h4 {
    font-size: 16px;
    color:#fff;
    text-align: center;
}
@media screen and (max-width:1024px){
.value {
    padding:50px 0;
}
.value ul {}
.value ul li {
    width:50%;
}
.value ul li .pic {
}
.value ul li .pic img {
    width:100%;
}
.value ul li .item {
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 20% 40px 0 40px;
}
.value ul li .item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.value ul li .item h4 {
    font-size: 16px;
}
}
/*4个价值*/

/*展厅VR全景*/
.vr {
    padding: 3% 0;
}
.vr-box {
    height: 600px;
}
@media screen and (max-width:1024px) {
.vr-box {
    height: 300px;
}    
}
/*展厅VR全景*/