/*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:rgba(0,44,70,0.5);
    z-index:1;
    transition:all 0.3s;
}
.word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    width: 90%;
}


.word-fix h1 {
    font-size:34px;
    color: #fff;
    margin:2% 0 1% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}

.word-fix h2 {
    font-size:48px;
    color:#fff;
    font-weight: bold;
    letter-spacing:0px;
    text-transform: uppercase;
    margin:0.4rem 0 0.6rem 0;
}
.word-fix h3 {
    font-size:30px;
    color:#fff;
}

.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%;
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    width: 90%;
}


.word-fix h1 {
    font-size:26px;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}

.word-fix h2 {
    font-size:28px;
    margin: 0.2rem 0 0.3rem 0;
}
.word-fix h3 {
    font-size:18px;
}
.go-more {
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/


/*关于品牌板块标题*/
.about-title {
    padding:2% 0;
}
.about-title p {
    font-size: 48px;
    line-height: 1;
    background: linear-gradient(to bottom, #e3bd84 50%, #ede4cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oswald-Light";
    text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);
    letter-spacing: 0;
    text-transform: uppercase;
}
.about-title h3 {
    position: relative;
    font-size: 0.48rem;
    color: #1d1d1f;
    font-weight: bold;
    margin:0.3rem 0 0.3rem 0;
}
.about-title h4 {
    font-size: 0.3rem;
    color:#1d1d1f;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title p {
    font-size: 0.18rem;
}
.about-title h3 {
    font-size: 0.2rem;
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size: 0.14rem;
    color:#999;
    line-height: 1.8;
    
}
}

/*关于品牌*/
.about {
    padding:2% 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: 0.58rem;
    color: #46224c;
    letter-spacing: 0;
    font-family: "timesbi";
	transition: all 0.6s ease;
	background: linear-gradient(to bottom, #e3bd84 50%, #e3bd84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);
}
.about .about-box .icon-item ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5%;
}


.about .about-box .word-item {
    margin-top: 5%;
}
.about .about-box .word-item p {
    font-size: 14px;
    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%;
}


/*HOVER*/
.about .about-box .icon-item ul li:hover h4{
	transform: translate(0px,-10px);
}
.about .about-box .icon-item ul li:hover p {
    color: #46224c;
}

@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%;
}

}


/*集团简介*/
.group {
    margin: 0 0 0.8rem 0;
}
.group .group-box {}
.group .group-box ul {}
.group .group-box ul li {
    background: #f9f9f9;
    overflow:hidden;
}
.group .group-box ul li .word {
    width:50%;
    padding:3.5% 5%;

}

.group .group-box ul li .word .title {
    border-bottom: 2px solid #e3bd84;
}
.group .group-box ul li .word .title h4 {
    font-size: 48px;
    line-height: 1;
    background: linear-gradient(to bottom, #e3bd84 50%, #ede4cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oswald-Light";
    text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);
    letter-spacing: 0;
    text-transform: uppercase;
}
.group .group-box ul li .word .title h3 {
    font-size: 28px;
    color: #342b25;
    padding: 0.1rem 0 0.3rem 0;
}
.group .group-box ul li .word .info {
    margin: 0.3rem 0 0 0;
}
.group .group-box ul li .word .info p {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
    padding-bottom: 2%;
}
.group .group-box ul li .photo {
    width:50%;
	overflow:hidden;
}
.group .group-box ul li .photo img {
    width: 100%;
	transition: all 0.6s ease;
}
.group .group-box ul li:hover .photo img {
	opacity: 1;
    transform: scale(1.02);
}


@media screen and (max-width:1024px) {
.group {}

.group .group-box {}
.group .group-box ul {}
.group .group-box ul li {
    background: #f9f9f9;
    overflow:hidden;
}
.group .group-box ul li .word {
    width:100%;
    padding:0.3rem 5%;

}

.group .group-box ul li .word .title {
    border-bottom: 2px solid #e3bd84;
}
.group .group-box ul li .word .title h4 {
    font-size: 24px;
    line-height: 1;
    background: linear-gradient(to bottom, #e3bd84 50%, #ede4cb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Oswald-Light";
    text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);
    letter-spacing: 0;
    text-transform: uppercase;
}
.group .group-box ul li .word .title h3 {
    font-size: 24px;
    color: #342b25;
    padding: 0.1rem 0 0.3rem 0;
}
.group .group-box ul li .word .info {
    margin: 0.3rem 0 0 0;
}
.group .group-box ul li .word .info p {
    font-size: 14px;
    color: #342b25;
    line-height: 2.2;
    padding-bottom: 2%;
}
.group .group-box ul li .photo {
    width:100%;
	overflow:hidden;
}
.group .group-box ul li .photo img {
	transition: all 0.6s ease;
}
.group .group-box ul li:hover .photo img {
	opacity: 1;
    transform: scale(1.1);
}
}

/*发展历程*/
.history {
    position: relative;
    padding: 3% 0;
    background: #f6f6f6;
}
.history::before {
    opacity: 0.2;
    filter: grayscale(100%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about/history-bg.png) no-repeat center bottom;
    z-index: 1;
    transition: all 3s;
}
.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);
    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: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e3bd84 ;
    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: 34px;
    color: #e3bd84 ;
    font-weight: bold;
    margin-bottom: 20px;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    font-family: 'Futura-Medium';
    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: 24px;
    color: #666;
    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: #666;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #e3bd84 ;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e3bd84 ;
    border: 1px solid #e3bd84 ;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e3bd84 ;
}


.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:#d3d3d3;
    font-size: 16px;
    color:#fff;
    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;
    background:#e3bd84 ;
}





@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:#002c46;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e3bd84 ;
    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 {
    color: #e3bd84 ;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e3bd84 ;
    border: 1px solid #e3bd84 ;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e3bd84 ;
}
}
/*发展历程end*/


/*资质荣誉*/
.honor {
    padding:0.8rem 0;
    background:#fafafa;
}
.honor-box {}
.honor-box .word {
    width:50%;
}
.honor-box .word .number {
    margin:0.5rem 0 0 0;
}
.honor-box .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.honor-box .word .number ul li {
    display:inline-block;
    padding:0 1rem 0 0;
}
.honor-box .word .number ul li h3 {
}
.honor-box .word .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.58rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "timesbi";
    font-weight: normal;
    background: linear-gradient(to bottom, #e3bd84 50%, #e3bd84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 6px 10.392px 10px rgba(132, 92, 32, 0.2);
}

.honor-box .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.honor-box .word .number ul li h3 span {
    font-size: 0.24rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.honor-box .word .number ul li p {
    font-size: 0.18rem;
    color: #b2b2b2;
    padding-top: 0.05rem;
}

.honor-box .word .honor-photo {
    margin:0.5rem 0 0 0;
}
.honor-box .word .honor-photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}

.honor-box .honor-title {
    width:45%;
    margin:1.5rem 0 0 0;
}
.honor-box .honor-title ul {
    padding:0 10%;
}
.honor-box .honor-title ul li {
    padding:0.15rem 5%;
}
.honor-box .honor-title ul li>::before {
    content: "○";
    font-size: 0.24rem;
    color:#333333;
    margin:0 0.2rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
.honor-box .honor-title ul li h3 {
    position:relative;
    display:inline-block;
    font-size: 0.24rem;
    color:#333333;
}
.honor-box .honor-title ul li:hover h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.honor-box .honor-title ul li:hover h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}

.honor-box .honor-title ul {
    height:4.6rem;
    overflow-x: auto;
}
.honor-box .honor-title ul::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background:#f6f6f6;
}
.honor-box .honor-title ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #e3bd84;
}
@media screen and (max-width:1024px) {
.honor {
    padding:0.8rem 0;
    background:#fafafa;
}
.honor-box {}
.honor-box .word {
    width:100%;
}
.honor-box .word .number {
    margin:0.5rem 0 0 0;
}
.honor-box .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.honor-box .word .number ul li {
    display:block;
    float:left;
    width: 33%;
    padding:0 0rem 0 0;
}
.honor-box .word .number ul li h3 {
}
.honor-box .word .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.36rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}

.honor-box .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.24rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.honor-box .word .number ul li h3 span {
    font-size: 0.14rem;
    padding:0 0 0 0.1rem;
}
.honor-box .word .number ul li p {
    font-size: 0.16rem;
    padding-top: 0.05rem;
}

.honor-box .word .honor-photo {
    margin:0.5rem 0 0 0;
}
.honor-box .word .honor-photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}

.honor-box .honor-title {
    width:100%;
    margin:0.3rem 0 0 0;
}
.honor-box .honor-title ul {
    padding:0 0.1px;
}
.honor-box .honor-title ul li {
    padding:0.10rem 5%;
}
.honor-box .honor-title ul li>::before {
    content: "○";
    font-size: 0.18rem;
    color:#333333;
    margin:0 0.2rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
.honor-box .honor-title ul li h3 {
    font-size: 0.18rem;
}
.honor-box .honor-title ul li:hover h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.honor-box .honor-title ul li:hover h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}

.honor-box .honor-title ul {
    height:4.6rem;
    overflow-x: auto;
}
}

/*生产实力*/
.power {
    position:relative;
    padding:5% 0;
    background: #000;
}
.power::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about/power.jpg) no-repeat center center/cover;
    z-index: 1;
    transition: all 3s;
}
.power .container {
    position:relative;
    z-index: 2;
}
.power .about-title h3 {
    color: #fff;
}
.power .about-title h4 {
    opacity: 0.8;
    color: #fff;
}
.power .power-item {
    padding:2% 0;
}

.power .power-item .photo {
    float:left;
    width:45%;
}
.power .power-item .photo h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    margin:4% 0 0% 0;
}
.power .power-item .photo h2 span {
    padding:0 5px;
    font-family: "Montserrat-Bold";
}

.power .power-item .photo .content {
    margin:2% 0 0 0;
}
.power .power-item .photo .content p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin:0 0 20px 0;
}

.power .power-item .photo .number {
    margin:10% 0 0 0;
}
.power .power-item .photo .number ul {
    overflow:hidden;
    padding:0 0%;
}
.power .power-item .photo .number ul li {
    position: relative;
    float:left;
    width:33.33%;
    padding:0 0 8% 0;
}
.power .power-item .photo .number ul li h3 {
}
.power .power-item .photo .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 28px;
    color: #e3bd84;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.power .power-item .photo .number ul li p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.power .power-item .item-list {
    float:right;
    width:50%;
}
.power .power-item .item-list ul {}
.power .power-item .item-list ul li {
    position: relative;
    float:left;
    width:48%;
    margin:1%;
    padding:3% 5%;
    background:#fff;
}
.power .power-item .item-list ul li figure {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.power .power-item .item-list ul li figure img {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.power .power-item .item-list ul li figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,44,70,0.5);
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}
.power .power-item .item-list ul li .word {
    position: relative;
    z-index: 2;
    padding:0.2rem 0;
}
.power .power-item .item-list ul li .word i {
    width: 40px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: "Futura-Medium";
    font-style: normal;
}
.power .power-item .item-list ul li .word h5 {
    font-size: 18px;
    color: #fff;
    position: relative;
    margin:10px 0 10px 0;
}
.power .power-item .item-list ul li .word p {
    height:100px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.power {
    position:relative;
    padding:5% 0;
    background: #000;
}
.power::before {
    opacity: 0.4;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about/power.jpg) no-repeat center center/cover;
    z-index: 1;
    transition: all 3s;
}
.power .container {
    position:relative;
    z-index: 2;
}
.power .about-title h3 {
    color: #fff;
}
.power .about-title h4 {
    opacity: 0.8;
    color: #fff;
}
.power .power-item {
    padding:2% 0;
}

.power .power-item .photo {
    float:left;
    width:100%;
}
.power .power-item .photo h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    margin:4% 0 0% 0;
}
.power .power-item .photo h2 span {
    padding:0 5px;
    font-family: "Montserrat-Bold";
}

.power .power-item .photo .content {
    margin:2% 0 0 0;
}
.power .power-item .photo .content p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
    margin:0 0 20px 0;
}

.power .power-item .photo .number {
    margin:10% 0 0 0;
}
.power .power-item .photo .number ul {
    overflow:hidden;
    padding:0 0%;
}
.power .power-item .photo .number ul li {
    position: relative;
    float:left;
    width:100%;
    padding:0 0 8% 0;
}
.power .power-item .photo .number ul li h3 {
}
.power .power-item .photo .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 18px;
    color: #e3bd84;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.power .power-item .photo .number ul li p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.power .power-item .item-list {
    width:100%;
}
.power .power-item .item-list ul {}
.power .power-item .item-list ul li {
    position: relative;
    float:left;
    width:100%;
    margin:1%;
    padding:3% 5%;
    background:#fff;
}
.power .power-item .item-list ul li figure {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.power .power-item .item-list ul li figure img {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.power .power-item .item-list ul li figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,44,70,0.5);
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}
.power .power-item .item-list ul li .word {
    position: relative;
    z-index: 2;
    padding:0.2rem 0;
}
.power .power-item .item-list ul li .word i {
    width: 40px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    font-family: "Futura-Medium";
    font-style: normal;
}
.power .power-item .item-list ul li .word h5 {
    font-size: 16px;
    color: #fff;
    position: relative;
    margin:10px 0 10px 0;
}
.power .power-item .item-list ul li .word p {
    height:100px;
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}
}
/*生产实力*/

.base {
    padding:0.8rem 0;
    background: #f9f9f9;
}
.base .base-item {}
.base .base-item .item {}
.base .base-item .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.base .base-item .item ul li {
    width: 25%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: stretch;
}
.base .base-item .item ul li .word {
    height: 2.8rem;
    padding:0.5rem;
}
.base .base-item .item ul li .word h3 {
    font-size: 0.28rem;
    color: #342b25;
    margin: 0 0 0.2rem 0;
}
.base .base-item .item ul li .word p {
    font-size: 14px;
    color: #666;
    padding-bottom: 0.2rem;
}

.base .base-item .item ul li .photo {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}
.base .base-item .item ul li .photo figure {
    position: relative;
    top: 0;
    left：0;
    width: 100%;
    height: 100%;
}
.base .base-item .item ul li .photo figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 70, 0.5);
    z-index: 1;
    transition: all 0.3s;
}
.base .base-item .item ul li .photo figure img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}

@media screen and (max-width:1024px) {
.base {
    padding:0.8rem 0;
    background: #f9f9f9;
}
.base .base-item {}
.base .base-item .item {}
.base .base-item .item ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.base .base-item .item ul li {
    width: 100%;
    display: block;
}
.base .base-item .item ul li .word {
    height: 2rem;
    padding:0.5rem;
}
.base .base-item .item ul li .word h3 {
    font-size: 0.24rem;
    color: #342b25;
    margin: 0 0 0.2rem 0;
}
.base .base-item .item ul li .word p {
    font-size: 14px;
    color: #666;
    padding-bottom: 0.2rem;
}

.base .base-item .item ul li .photo {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}
.base .base-item .item ul li .photo figure {
    position: relative;
    top: 0;
    left：0;
    width: 100%;
    height: 100%;
}
.base .base-item .item ul li .photo figure img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
}
