/*banner图*/
.twobanner {
    position:relative;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.twobanner-item .p1 {
    font-size: 42px;
    color: #fff;
    line-height: 2;
    font-family: 'Montserrat';
    transition:all 2s;
}

.twobanner-item h1 {
    font-size:48px;
    color: #fff;
    font-family: 'ChaoPai';
    font-weight:bold;
    margin:0% 0 1% 0;
    transition:all 2s;
}

.banner-active .p1 {
    font-size:0px;
}
.banner-active h1 {
    font-size:0px;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../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 {
    text-align:center;
}
.twobanner-item .p1 {
    line-height:16px;
    font-size:16px;
    margin-top:20px;
}
.twobanner-item h1 {
    font-size:24px;
    font-weight:bold;
    padding:2% 0;
}


}
/*自适应样式 end*/

/*关于品牌板块标题*/
.about {
    padding:5% 0;
}
.about .photo {
    float:left;
    width:39%;
}
.about .word {
    width:56%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 42px;
    color: #339850;
    font-family: 'ChaoPai';
    font-weight: bold;
    margin: 2% 0 4% 0;
}
.about .word .tit p {
    font-size: 30px;
    color: #333;
    letter-spacing: 0;
    font-family: 'Montserrat';
}
.about .word .content {
    margin:10% 0 0 0;
}
.about .word .content .p1 {
    font-size: 20px;
    color: #339850;
    line-height: 1.6;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 16px;
    color: #3a3a3a;
    line-height: 1.8;
    margin: 0% 0 1% 0;
}
.about .word .content .p3 {
    margin: 6% 0 0% 0;
}
@media screen and (max-width:1024px) {
.about {
    padding:5% 0;
}
.about .photo {
    width:100%;
}
.about .word {
    width:100%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.about .word .tit p {
    font-size: 18px;
}
.about .word .content {
    margin:10% 0 0 0;
}
.about .word .content .p1 {
    font-size: 16px;
    margin: 0 0 5% 0;
    line-height: 24px;
}
.about .word .content .p2 {
    font-size: 14px;
    margin: 0 0 1% 0;
}
}


/*《关于品牌》板块标题*/
.about-title {
    padding:2% 0;
    text-align: center;
}
.about-title h3 {
    font-size: 42px;
    color: #339850;
    font-family: 'ChaoPai';
    font-weight: bold;
}
.about-title i {
    display: block;
    width: 70px;
    height: 3px;
    background: #c1996a;
    margin: 1% auto 1% auto;
}
.about-title p {
    font-size: 30px;
    color: #333;
    line-height: 2.0;
    font-family: 'Montserrat';
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title h3 {
    font-size: 24px;
}
.about-title i {
    margin: 3% auto 3% auto;
}
.about-title p {
    font-size: 12px;
}
}


/*生产实力*/
.power {
    margin:2% 0 2% 0;
    position:relative;
    overflow:hidden;
}
.power .word {
    position:absolute;
    left:0;
    top:0;
    width:45%;
    min-width: 600px;
    min-height: 600px;
    padding-top: 36%;
    background: #339850;

}
.power .word .word-item {
    position:absolute;
    top: 0;
    width:100%;
    height:100%;
    padding: 6%;
}
.power .word .word-item .tit {
    margin-top: 10%;
}
.power .word .word-item .tit h4 {
    font-size: 42px;
    color: #fff;
    font-family: 'ChaoPai';
    font-weight: bold;
    margin: 2% 0 2% 0;
}
.power .word .word-item .tit p {
    font-size: 30px;
    color: #fff;
    line-height: 2.0;
    font-family: 'Montserrat';
}

.power .word .word-item .content {
    margin-top: 5%;
}
.power .word .word-item .content p {
    font-size: 14px;
    color: #fff;
    line-height: 2.0;
}

.power .word .word-item .tag {
    margin-top: 10%;
}
.power .word .word-item .tag ul {
    overflow:hidden;
}
.power .word .word-item .tag ul li {
    float:left;
    width:25%;
}
.power .word .word-item .tag ul li h3 {
    font-size: 42px;
    color: #fff;
    font-family: 'Montserrat';
}
.power .word .word-item .tag ul li p {
    font-size: 15px;
    color: #fff;
}

.power .photo {
    margin-top: 5%;
    width:57.8%;
}

@media screen and (max-width:1024px) {
.power {
    margin:2% 0 2% 0;
    position:relative;
    overflow:hidden;
}
.power .word {
    position: relative;
    width:100%;
    min-width: 0px;
    min-height: 0px;
    padding:4% 0%;

}
.power .word .word-item {
    position:relative;
    width:100%;
    height:100%;
    padding: 6%;
}
.power .word .word-item .tit {
    margin-top: 10%;
}
.power .word .word-item .tit h4 {
    font-size: 24px;
    margin: 2% 0 2% 0;
}
.power .word .word-item .tit p {
    font-size: 14px;
}

.power .word .word-item .content {
    margin-top: 5%;
}
.power .word .word-item .content p {
    font-size: 14px;
}

.power .word .word-item .tag {
    margin-top: 10%;
}
.power .word .word-item .tag ul {
    overflow:hidden;
}
.power .word .word-item .tag ul li {
    width:50%;
    margin:2% 0;
}
.power .word .word-item .tag ul li h3 {
    font-size: 28px;
}
.power .word .word-item .tag ul li p {
    font-size: 15px;
    color: #fff;
}

.power .photo {
    width:100%;
    padding:5% 2%;
}
}

/*世界先进岩板设备技术*/
.base {
    padding: 25% 0 5% 0;
    background: rgba(0, 0, 0, 0.0) url(../images/about/base.jpg) no-repeat center/cover;
}

.base .content .word {
    width: 50%;
}
.base .content .word h2 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 2% 0;
}
.base .content .word h3 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin: 0% 0 2% 0;
    opacity: 0.9;
}
.base .content .word p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0% 0 5% 0;
    opacity: 0.6;
}
.base .content .word-item {
    width: 50%;
}
.base .content .word-item ul {
}
.base .content .word-item ul li {
    float: left;
    width: 25%;
    text-align: center;
}
.base .content .word-item ul li i {
    display: block;
    max-width: 80px;
    margin:0 auto;
}
.base .content .word-item ul li p {
    font-size:16px;
    color:#fff;
}
.base .content .word-item ul li h3 {
    font-size:20px;
    color:#fff;
}
@media screen and (max-width:1024px) {
.base {
    padding: 15% 0 15% 0;
    background: rgba(0, 0, 0, 0.0) url(../images/about/base.jpg) no-repeat center/cover;
}

.base .content .word {
    width: 100%;
}
.base .content .word h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 2% 0;
}
.base .content .word h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0% 0 2% 0;
    opacity: 0.9;
}
.base .content .word p {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin: 0% 0 5% 0;
    opacity: 0.6;
}
.base .content .word-item {
    width: 100%;
    margin-top: 10%;
}
.base .content .word-item ul {
}
.base .content .word-item ul li {
    width: 50%;
    margin:5% 0;
}
.base .content .word-item ul li i {
    max-width: 50px;
}
.base .content .word-item ul li p {
    font-size:14px;
}
.base .content .word-item ul li h3 {
    font-size:16px;
}

}


/*发展历程*/
.history {
    padding:5% 0;
    background:#f6f6f6;
}
.history .history-box {
}
.history .history-box .photo {
    width:45.8%;
}
.history .history-box .word {
    width:50%;
}
.history .history-box .word h3 {
    font-size: 42px;
    color: #339850;
    font-family: 'Montserrat';
    font-weight: bold;
    margin: 2% 0 4% 0;
}
.history .history-box .word p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.8;
    margin: 0% 0 1% 0;
}

.history  .page{
    position:absolute;
    left: 50%;
    bottom:2%;
    z-index: 9;
}
.history  .page span { 
    display:inline-block;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.history   span.prev {
    left:5%;
    background:#339850 url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.history  .page span.next {
    right:5%;
    background:#339850 url(../images/next.svg) no-repeat center center/20px;
}
.history  .page span:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}
@media screen and (max-width:1024px) {
.history {
    padding:5% 0;
    background:#f6f6f6;
}
.history .history-box {
}
.history .history-box .photo {
    width:100%;
}
.history .history-box .word {
    width:100%;
    padding:5%;
}
.history .history-box .word h3 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.history .history-box .word p {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
}

/*资质荣誉*/
.honor {
    padding:5% 0;
    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:5% 2%;
    text-align: center;
    background: url(../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: center;
}
.honor-box .honor-list ul li .photo .photo-box img{
    vertical-align: bottom;
}
.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:#339850;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.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 #c1996a;
}
@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: 8px;
    height: 8px;
    margin: 0 2px !important;
}

}


/*品牌文化*/
.culture {
    position:relative;
    overflow:hidden;
}
.culture .word {
    position:absolute;
    left:0;
    bottom:0;
    width:45%;
    padding-top: 30%;
    background: #339850;

}
.culture .word .word-item {
    position:absolute;
    top: 0;
    width:100%;
    height:100%;
    padding: 7%;
}

/* 后加 */
.culture .word .word-item .word-item {
    position:absolute;
    top: 0;
    width:100%;
    height:100%;
    padding: 8%;
}

.culture .word .word-item h4 {
    font-size: 30px;
    color: #fff;
    line-height: 2.0;
    font-family: 'Montserrat';
}
.culture .word .word-item h5 {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin: 0% 0 13% 0;
}
.culture .word .word-item p {
    font-size: 34px;
    color: #fff;
    font-family: 'ChaoPai';
    font-weight: bold;
}


.culture .photo {
    width:86.4%;
}

.culture .word .pagination-culture {
    left: 8%;
    bottom: 20% !important;
    width: 100px;
    color: #fff;
}
.culture .word .pagination-culture span.swiper-pagination-current {
    font-size: 28px;
    color: #fff;
    font-family: 'Futura';
}
.culture .word .pagination-culture span.swiper-pagination-total {
    font-size: 16px;
    color: #fff;
    font-family: 'Futura';
}

.culture .word .page{
    position:absolute;
    left: 10%;
    bottom:2%;
    z-index: 9;
}
.culture .word .page span { 
    display:inline-block;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.culture .word .page span.prev {
    left:5%;
    background:url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.culture .word .page span.next {
    right:5%;
    background: url(../images/next.svg) no-repeat center center/20px;
}
.culture .word .page span:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}
@media screen and (max-width:1024px) {
.culture {
    position:relative;
    overflow:hidden;
}
.culture .word {
    position:relative;
    width:100%;
    padding:2% 0;
    background: #339850;

}
.culture .word .word-item {
    position:relative;
    top: 0;
    width:100%;
    height:100%;
    padding:6% 4% 20% 4%;
}
.culture .word .word-item h4 {
    font-size: 18px;
}
.culture .word .word-item h5 {
    font-size: 18px;
    color: #fff;
    line-height: 2.6;
    margin: 0% 0 13% 0;
}
.culture .word .word-item p {
    font-size: 24px;
    color: #fff;
    font-family: 'ChaoPai';
    font-weight: bold;
}
.culture .word .pagination-culture {
    left: 2%;
    bottom: 10% !important;
}


.culture .photo {
    width:100%;
    padding:5% 2%;
}
}
