/*banner图*/
.twobanner {
    position:relative;
    overflow: hidden;
}
.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:25%;
    left:10%;
    width:82%;
    color:#fff;
}


.twobanner-item h1 {
    font-size:70px;
    color: #fff;
    font-weight:bold;
    font-family: 'Current-Regular';
    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(../images/vi-icon.svg) no-repeat center center/30px;
}
.twobanner-item h2 {
    font-size:48px;
    color:#ffcd00;
    font-weight: bold;
    letter-spacing:0px;
    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(../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:20%;
    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 i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% auto 1% auto;
    background: url(../images/vi-icon.svg) no-repeat center center/18px;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}

.go-more {
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/





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


/*品牌简介*/
.introduce {
    position: relative;
    padding:5% 0;
}

.introduce .photo {
    position: relative;
    float:left;
    width:39%;
}
.introduce .photo img {

}
.introduce::before {
    content: "";
    position: absolute;
    bottom: 0%;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url(../images/about/R-icon.svg) no-repeat left bottom/60%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    -webkit-filter: grayscale(0%);
}

.introduce .word {
    width:56%;
    padding: 5%;
}
.introduce .word .tit {}
.introduce .word .tit h4 {
    position: relative;
    display: inline-block;
    font-size: 42px;
    color: #85cdd2;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "ChaoPai";
    margin: 2% 0 4% 0;
    
    background-image: -webkit-linear-gradient(top,#002d72,#002d72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.introduce .word .tit h4:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 10px;
    background: #ffcd00;
    z-index: -1;
    transition: all 0.3s;
}
.introduce .word .tit p {
    font-size: 30px;
    color: #dcdddd;
    letter-spacing: 0;
    font-family: 'Current-Regular';
    text-transform: uppercase;
}
.introduce .word .content {
    margin:10% 0 0 0;
}
.introduce .word .content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0% 0 2% 0;
}

.introduce .word .tag {
    margin-top: 10%;
}
.introduce .word .tag ul {
    overflow:hidden;
}
.introduce .word .tag ul li {
    float:left;
    width:20%;
}
.introduce .word .tag ul li h3 {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 58px;
    color: #002d72;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.introduce .word .tag ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 10px;
    background: #ffcd00;
    z-index: -1;
    transition: all 0.3s;
}
.introduce .word .tag ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding-top: 5px;
}

@media screen and (max-width:1024px) {
.introduce {
    padding:5% 0;
}
.introduce::before {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right bottom/100%;

}
.introduce .photo {
    width:100%;
}
.introduce .word {
    width:100%;
    padding: 5%;
}
.introduce .word .tit {}
.introduce .word .tit h4 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.introduce .word .tit p {
    font-size: 18px;
}
.introduce .word .content {
    margin:10% 0 0 0;
}
.introduce .word .content p {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
.introduce .word .tag {
    margin-top: 10%;
}
.introduce .word .tag ul {
    overflow:hidden;
}
.introduce .word .tag ul li {
    width:50%;
    padding: 5%;
}
.introduce .word .tag ul li h3 {
    font-size: 30px;
}
.introduce .word .tag ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
}
/*品牌简介 end*/


/*发展历程*/
.history {
    position: relative;
    padding: 3% 0 5% 0;
    background: #f6f6f6;
}
.history::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/logo-icon-blue.svg) no-repeat center center/100%;
    transition: all 3s;
}
.history .container {
    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);
    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: #ffcd00;
    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: #85cdd2;
    font-weight: bold;
    margin-bottom: 20px;
    
    background-image: -webkit-linear-gradient(top,#85cdd2,#38bcc5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #595757;
    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: 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;
    
    font-family: -apple-system,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif!important;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #ffcd00;
    background: #ffcd00;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #ffcd00;
    border: 1px solid #ffcd00;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #85cdd2;
}


.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: #002d72;
    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:#ffcd00;
}



@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;
    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*/


/*生产及服务实力*/
.home-power {
    position: relative;
    padding:0 0 50px 0;
    background: #f6f6f6;
}
.home-power::before {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: url(../images/base-bg.jpg) no-repeat top center/cover;
    display: block;
    z-index: 1;
}
.home-power::after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
    display: block;
    z-index: 2;
}

.home-power .container {
    position: relative;
    z-index: 3;
}

.home-power .base-title {
    padding:120px 0 80px 0;
}
.home-power .base-title h3 {
    font-size: 46px;
    color:#fff;
    font-weight: bold;
    font-family: "ChaoPai";
    
    line-height: 1.8;
    padding:0 0 30px 0;
}
.home-power .base-title h3 span {
    font-weight: bold;
}
.home-power .base-title h4 {
    font-size: 28px;
    color:#fff;
    line-height: 1.4;
}

.home-power .tag {
    width: 100%;
    padding: 0 50px 0px 50px;
    background: #fff;
    overflow:hidden;
}
.home-power .tag ul {
    overflow:hidden;
}
.home-power .tag ul li {
    float:left;
    width:16%;
    padding:0 0 40px 0;
}
.home-power .tag ul li h3 {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 58px;
    color: #002d72;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
    
}
.home-power .tag ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 10px;
    background: #ffcd00;
    z-index: -1;
    transition: all 0.3s;
}
.home-power .tag ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding-top: 5px;
}

.home-power  .base-photo {
    position: relative;
    padding:50px 50px 0px 50px;
    background:#fff;
}
.home-power  .base-photo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.home-power  .base-photo a img {
    width: 100%;
}

.home-power  .base-photo a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.2) url(../images/video.svg) no-repeat center center/40px;
}

.home-power .power-box {}
.home-power .power-box ul {
    overflow: hidden;
    background: #fff;
}
.home-power .power-box ul li {
    float: left;
    width:50%;
}
.home-power .power-box ul li .word {
    width:100%;
    padding:3.5% 5%;

}
.home-power .power-box ul li .word h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-family: "ChaoPai";
    line-height:1.8;
	transition: all 0.6s ease;
}
.home-power .power-box ul li .word i {
    display: block;
    width: 50px;
    height: 3px;
    background: #002d72;
    margin: 4% 0 5% 0;
	transition: all 0.6s ease;
}
.home-power .power-box ul li .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding-bottom: 2%;
}
@media screen and (max-width:1024px) {
.home-power {
    padding:0 0 50px 0;
}
.home-power::before {
    width: 100%;
    height: 50%;
    background: url(../images/about/base-bg.jpg) no-repeat top center/cover;
}
.home-power::after {
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 100%);
}


.home-power .base-title {
    padding:60px 0 40px 0;
}
.home-power .base-title h3 {
    font-size: 24px;
    padding:0 0 10px 0;
}
.home-power .base-title h3 span {
    font-weight: bold;
}
.home-power .base-title h4 {
    font-size: 16px;
    line-height: 1.8;
}

.home-power .tag {
    width: 100%;
    padding: 0 10px 0px 10px;
    background: #fff;
    overflow:hidden;
}
.home-power .tag ul {
}
.home-power .tag ul li {
    width:50%;
    padding:0 0 40px 0;
}
.home-power .tag ul li h3 {
    padding: 0 5px;
    font-size: 24px;
    
}
.home-power .tag ul li h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: 10px;
    background: #ffcd00;
    z-index: -1;
    transition: all 0.3s;
}
.home-power .tag ul li p {
    font-size: 14px;
    opacity: 0.6;
}

.home-power  .base-photo {
    padding:10px 10px 10px 10px;
}
.home-power  .base-photo a {
    width: 100%;
    height: 100%;
}
.home-power  .base-photo a img {
    width: 100%;
}

.home-power  .base-photo a:after {
    background:rgba(0, 0, 0, 0.2) url(../images/video.svg) no-repeat center center/30px;
}

.home-power .power-box {}
.home-power .power-box ul {
}
.home-power .power-box ul li {
    width:100%;
}
.home-power .power-box ul li .word {
    width:100%;
    padding:3.5% 5%;

}
.home-power .power-box ul li .word h3 {
    font-size: 18px;
}
.home-power .power-box ul li .word i {
    width: 30px;
    height: 3px;
    margin: 4% 0 5% 0;
}
.home-power .power-box ul li .word p {
    font-size: 14px;
    padding-bottom: 2%;
}
}



/*资质荣誉*/
.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(../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%; height:100%; object-fit:cover;
    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: #002d72;
    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 #ffcd00;
}
@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 #ffcd00;
}
}

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

.home-service .service-box {}
.home-service .service-box ul {}
.home-service .service-box ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:2% 1%;
    border-radius:10px;
    text-align: center;
    border: 1px solid #eee;
    background: #002d72;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.home-service .service-box ul li i {
    display: block;
    width: 50px;
    height: 2px;
    background: #ffcd00;
    margin: 20px auto;
}
.home-service .service-box ul li h3 {
    font-size: 24px;
    color: #fff;
    margin:8% 0 10% 0;
}
.home-service .service-box ul li p {
    height: 80px;
    font-size: 14px;
    color: #fff;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.home-service {
    padding:3% 0 3% 0;
}

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

/*战略合作伙伴*/
.home-partner {
    padding:3% 0 3% 0;
    background: #efefef;
}
.partner-box img{
    max-width: 100%;
}
/*战略合作伙伴*/
