/*板块标题*/
.about-title {}
.about-title p {
    font-size: 48px;
    color: #332c2b;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.about-title h3 {
    font-size: 30px;
    color: #332c2b;
}
.about-title h4 {
    color: #666;
    margin: 20px 0 0 0;
}
@media screen and (max-width:1024px){
.about-title {}
.about-title p {
    font-size: 24px;
}
.about-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
.about-title h4 {
    margin: 10px 0 0 0;
} 
}
/*板块标题 end*/

/*品牌实力*/
.power {
    padding: 3% 0;
}
.power .power-list {}
.power .power-list {
    overflow: hidden;
}
.power .power-list ul {
    
}
.power .power-list ul li {
    
}
.power .power-list ul li .item {
    margin: 3%;
    padding: 5%;
    overflow: hidden;
    border: 1px solid #e5c2b130;
}
.power .power-list ul li .item .word {}
.power .power-list ul li .item .word h3 {
    font-size: 28px;
    color: #332c2b;
    padding-bottom: 5%;
}
.power .power-list ul li .item .word i {}
.power .power-list ul li .item .word .content {
    height: 180px;
}
.power .power-list ul li .item .word .content p {
    margin:10px 0 0 0;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.power .power-list ul li .item .photo {}
.power .power-list ul li .item .photo img {
    width: 100%;
}
/*品牌实力*/

/*发展历程*/
.history {
    padding: 3% 0;
    background: #f6f6f6 url(../images/join/history-bg.jpg) 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: "Oswald-Regular";
    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*/



/*品牌文化*/
.culture {
    padding:3% 0 5% 0;
}
.culture .culture-item {
    margin:30px 0 0 0;
}
.culture .culture-item ul {}
.culture .culture-item ul li {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #f6f6f6;
    overflow: hidden;
    cursor: pointer;
}
.culture .culture-item ul li .word {
    padding:10% 15%;
    text-align: center;
    transition: all 0.5s;
}
.culture .culture-item ul li .word i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
}
.culture .culture-item ul li .word i img {
    max-width: 46px;
}

.culture .culture-item ul li .word .tit {
    margin:50px 0 0 0;
}
.culture .culture-item ul li .word .tit h5 {
    font-size: 24px;
    color:#332c2b;
    margin:20px 0 0 0;
}
.culture .culture-item ul li .word .con  {
    margin:40px 0 0 0;
}
.culture .culture-item ul li .word .con p {
    height: 40px;
    font-size: 16px;
    color:#666;
}

.culture .culture-item ul li:hover {
    background: #e62129;
    border: 1px solid #e62129;
}
.culture .culture-item ul li:hover .word .tit h5 {
    color:#fff;
}
.culture .culture-item ul li:hover .word .con p {
    opacity: 0.8;
    color:#fff;
}
@media screen and (max-width:1024px){
.culture {
    padding:3% 0;
}
.culture .culture-item {
    margin:30px 0 0 0;
}
.culture .culture-item ul {}
.culture .culture-item ul li {
    position: relative;
    float: left;
    width: 50%;
    border: 1px solid #f6f6f6;
    overflow: hidden;
    cursor: pointer;
}
.culture .culture-item ul li .word {
    padding:10% 15%;
    text-align: center;
    transition: all 0.5s;
}
.culture .culture-item ul li .word i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
}
.culture .culture-item ul li .word i img {
    max-width: 46px;
}

.culture .culture-item ul li .word .tit {
    margin:10px 0 0 0;
}
.culture .culture-item ul li .word .tit h5 {
    font-size: 18px;
    margin:20px 0 0 0;
}
.culture .culture-item ul li .word .con  {
    margin:20px 0 0 0;
}
.culture .culture-item ul li .word .con p {
    height: 80px;
    font-size: 14px;
}

.culture .culture-item ul li:hover {
    background: #e62129;
    border: 1px solid #e62129;
}
.culture .culture-item ul li:hover .word .tit h5 {
    color:#fff;
}
.culture .culture-item ul li:hover .word .con p {
    opacity: 0.8;
    color:#fff;
}
}
/*品牌文化*/

/*三大生产基地*/
.base {
    padding: 5% 0 5% 0;
    background: #f9f9f9;
    overflow: hidden;
}
.base-power {
   overflow: hidden; 
}
.base .about-item {
    float: left;
    width: 50%;
}
.base .about-item p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
    margin:20px 0 0 0;
}

.base .about-photo {
    float: right;
    width: 45%;
    margin:30px 0 0 0;
    overflow: hidden;
}
.base .about-photo ul {
}
.base .about-photo ul li {
    position: relative;
    float: left;
    width: 31%;
    margin: 0 1% 1% 0;
}
.base .about-photo ul li:nth-child(3n) {
    margin-right: 0;
}
.base .about-photo ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    position: relative;
}
.base .about-photo ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    *filter: grayscale(100%);
}
.base .about-photo ul li .photo:after {
    opacity: 0.5;
    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;
}
.base .about-photo ul li .word {
    width: 100%;
    height: 100%;
    padding:10px 0 30px 0;
}
.base .about-photo ul li .word h3 {
    font-size: 18px;
    color: #332c2b;
    line-height: 1.8;
    margin: 0px 0 0px 0;
}
.base .about-photo ul li .word p {
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px){
.base {
    padding: 50px 0 0 0;
}
.base .about-item {
    width: 100%;
}
.base .about-item p {
    font-size: 14px;
    line-height: 1.8;
    margin:20px 0 0 0;
}

.base .about-photo {
    margin:30px 0 0 0;
}
.base .about-photo ul {
}
.base .about-photo ul li {
    width: 100%;
    margin:1% 0;
}
.base .about-photo ul li .photo {
    width: 100%;
    height: 0;
    padding-top: 60%;
}
.base .about-photo ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: grayscale(100%);
}
.base .about-photo ul li .photo:after {
    opacity: 0.5;
    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;
}
.base .about-photo ul li .word {
    width: 100%;
    height: 100%;
    padding:10px 0;
}
.base .about-photo ul li .word h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0px 0 0px 0;
}
.base .about-photo ul li .word p {
    height: 50px;
    font-size: 14px;
    line-height: 1.8;
}

.base .about-photo {
    width: 100%;
    margin:30px 0 0 0;
}
}


.base-photo {
    margin:50px 0 0 0;
}
.base-photo ul {
    overflow: hidden;
}
.base-photo ul li {
    float: left;
    width: 16.66%;
    height: 600px;
    background: #fff;
}

.base-photo ul li .word {
    height: 300px;
    padding: 8%;
    overflow: hidden;
}
.base-photo ul li .word h3 {
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
    line-height: 1.8;
    margin: 8% 0 6% 0;
}
.base-photo ul li .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.base-photo ul li .photo {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.base-photo ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width:1024px){
.base-photo {
    margin:50px 0 0 0;
}
.base-photo ul {
    overflow: hidden;
}
.base-photo ul li {
    float: left;
    width: 100%;
    height: 600px;
    background: #fff;
}

.base-photo ul li .word {
    height: 300px;
    padding: 8%;
    overflow: hidden;
}
.base-photo ul li .word h3 {
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
    line-height: 1.8;
    margin: 8% 0 6% 0;
}
.base-photo ul li .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.base-photo ul li .photo {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.base-photo ul li .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
}

/*九大品类*/
.series {
    padding: 3% 0;
    background: #f6f6f6 url(../images/brand/series.jpg) no-repeat left top/cover;
}
.series .about-title h3::after {
    display:none;
}
.series-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.series .Topseries {
    width:100%;
    margin:0 auto;
    overflow: initial;
}
.Topseries ul li {
    margin:2% 0;
    padding: 2% 2%;
    background:#fff;
    overflow: hidden;
}

.Topseries ul li .photo {
    float: right;
    width: 45%;
}
.Topseries ul li .photo img {
    width: 100%;
}

.Topseries ul li .word {
    float: left;
    width: 50%;
    padding:5%;
}
.Topseries ul li .word h4 {
    font-size: 30px;
    color: #332c2b;
}
.Topseries ul li .word p {
    font-size: 16px;
    color: #666;
    margin:30px 0 0 0;
}

.Topseries ul li  .series {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topseries ul li  .series h4 {
    font-size: 34px;
    color: #e62129;
    font-weight: bold;
    margin-bottom: 20px;
}
.Topseries ul li  .series h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    font-family: 'Futura-Medium';
    margin-bottom: 20px;
}

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

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


.series div.swiper-series-prev,.series div.swiper-series-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;
}
.series div.swiper-series-prev {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.series div.swiper-series-next {
    right:0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.series div.swiper-series-prev:hover,
.series div.swiper-series-next:hover{ 
    opacity:1;
    background:#e62129;
}





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

.Topseries ul li .photo {
    float: right;
    width: 100%;
}
.Topseries ul li .photo img {
    width: 100%;
}

.Topseries ul li .word {
    float: left;
    width: 100%;
    padding:5% 0;
}
.Topseries ul li .word h4 {
    font-size: 24px;
    color: #332c2b;
}
.Topseries ul li .word p {
    font-size: 16px;
    color: #666;
    margin:30px 0 0 0;
}

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

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

/*active*/
.Bottomseries ul li.swiper-slide-thumb-active h3 {
    color: #e62129;
}
.Bottomseries ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomseries ul li.swiper-slide-thumb-active p {
    color: #e62129;
}
}
/*九大品类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(../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;
}
.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:#e6002d;
    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 #e6002d;
}
@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 #e6002d;
}
}

.series-banner {
    position:relative;
    width:100%;
    max-height: 960px;
    overflow: hidden;
}
.series-banner video {
    width: 100%;
}
.series-banner img {
    width: 100%;
}