
/*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,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;
    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() no-repeat center center/30px;
}
.twobanner-item h2 {
    font-size:48px;
    color:#fff;
    letter-spacing:0px;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin-top:2%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url() 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 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() 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:2% 0;
}

.about .word {
    width:100%;
    padding:0 0 5% 0;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 32px;
    color: #333;
    margin: 2% 0 4% 0;
}
.about .word .tit hr {
    border-top: 4px solid #eee;
}
.about .word .content {
    margin:0% 0 0 0;
}
.about .word .content h2 {
    font-size: 24px;
    color: #0066cb;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 30px 0;
}
.about .word .content .about-word {
    padding:0 5% 0 0;
}
.about .word .content .about-word p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:1% 0;
    text-align: center;
    background:#f6f6f6;
}
.about .word .icon ul li i {
    width:40px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 80px;
}

.about .word .icon ul li h3 {
    height: 30px;
    font-size: 16px;
    color:#231815;
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px) {
.about {
    padding:5% 0;
}
.about .word {
    width:100%;
    padding: 5% 0;
}
.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: 18px;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:48%;
    margin:1%;
    padding:10% 0;
    text-align: center;
    background:#f6f6f6;
}
.about .word .icon ul li i {
    width:30px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 30px;
}

.about .word .icon ul li h3 {
    font-size: 14px;
    margin:10px 0 0 0;
}
}
/*企业简介 end*/

/*发展历程*/
.history {
    padding: 3% 0;
    background: #f6f6f6 url() no-repeat left top;
}
.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: #e62129;
    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: #e62129;
    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: 20px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    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: bold;
    text-align: center;
    margin-top: 20px;
}

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


.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:#e62129;
}





@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: #e62129;
    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: #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e62129;
}
}
/*发展历程end*/