
/*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: 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;
    margin:2% 0 1% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}
.twobanner-item h2 {
    font-size:48px;
    color:#fff;
    font-weight:bold;
    letter-spacing:0px;
    font-family: "Futura-Medium";
    text-transform: uppercase;
    margin-top:2%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    margin-top:0.5rem;
}
.twobanner-item p {
    font-size:18px;
    color:#fff;
}
/*自适应样式*/
@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: 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:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.twobanner-item h1 {
    font-size:26px;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    letter-spacing:0px;
}
.twobanner-item h3 {
    font-size:16px;
    margin-top:0.3rem;
}
.twobanner-item p {
    font-size:14px;
    color:#fff;
}
}
/*自适应样式 end*/


/*关于品牌板块标题*/
.about-title {
    padding:0.2rem 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:0.2rem 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;
    
}
}

/*企业简介*/
.home-about {
    position:relative;
    padding:0.8rem 0;
}

.home-about::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/about/about-bg.png) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    transition: all 3s;
}
.home-about::after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/VI-IP.png) no-repeat right bottom/2rem;
    *-webkit-filter: grayscale(100%);
    transition: all 3s;
}

.home-about .about-item .item {
    margin:50px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    float:left;
    width:45%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 30px;
    color: #e62129;
    font-weight: bold;
}
.home-about .about-item .content .tit h6 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin:0.1rem 0 0 0;
}
.home-about .about-item .content .tit .intro {
    margin:0.4rem 0 0 0;
}
.home-about .about-item .content .tit .intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin:0.08rem 0 0 0;
}




/*数字*/
.home-about .about-item .number {
    float: right;
    width: 50%;
    margin:0.8rem 0 0 0;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    float:left;
    width:33%;
    padding: 0.5rem 0.1rem;
    border: 1px solid #f1f1f1;
    text-align: center;
}
.home-about .about-item .number ul li h3 {
    position:relative;
    padding:0 5px;
    font-size: 58px;
    color: #e62129;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}

.home-about .about-item .number ul li p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    padding-top: 5px;
}
.home-about .about-item .number ul li p.en {
    height: 0.4rem;
    font-size: 14px;
}
@media screen and (max-width:1024px){
.home-about {
    position:relative;
    padding:0.8rem 0;
}

.home-about::before {
    opacity: 0.4;
}
.home-about::after {
    background: url(../images/VI-IP.png) no-repeat right bottom/1rem;
}
.home-about .about-item .item {
    margin:20px 0;
    overflow: hidden;
}
.home-about .about-item .word {
    width:100%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:0% 0;
}
.home-about .about-item .content .tit {
    margin:0% 0 0 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 20px;
    color: #e62129;
    font-weight: bold;
}
.home-about .about-item .content .tit h6 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin:0.1rem 0 0 0;
}
.home-about .about-item .content .tit .intro {
    margin:0.4rem 0 0 0;
}
.home-about .about-item .content .tit .intro p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin:0.08rem 0 0 0;
}
.home-about .about-item .number ul li p.en {
    height: 0.4rem;
    font-size: 12px;
    line-height: 1.2;
}



/*数字*/
.home-about .about-item .number {
    float: right;
    width: 100%;
    margin:0.2rem 0 0 0;
}
.home-about .about-item .number ul {
    overflow:hidden;
}
.home-about .about-item .number ul li {
    width:50%;
    height: 2.8rem;
    padding: 0.5rem 0;
    text-align: center;
}
.home-about .about-item .number ul li h3 {
    padding:0 5px;
    font-size: 28px;
}

.home-about .about-item .number ul li p {
    font-size: 16px;
}
}
/*企业简介 end*/

/*发展历程*/
.history {
    position: relative;
    padding: 1rem 0;
}
.history::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #fff url(../images/about/history-bg.jpg) no-repeat left top/cover;
    -webkit-filter: grayscale(100%);
}
.history .history-title {
    margin:0.8rem 0 0 0;
    text-align: center;
}
.history .history-title h3 {
    font-size: 36px;
    color: #e62129;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.history .history-title p {
    font-size: 24px;
    color: #e62129;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    display: none;
    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 {
    padding: 0.8rem 0 0 0;
    font-size: 58px;
    color: #999;
    letter-spacing: 0;
    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 .content {
    height: 1.43rem;
}
.Bottomyear ul li .content p {
    font-size: 16px;
    color: #3a3a3a;
    text-align: center;
    margin-top: 0.1rem;
}
.Bottomyear ul li .content p.en{
    line-height: 1.2;
}
/*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;
}


.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: 0.5rem 0;
}
.history .about-title h3::after {
    display:none;
}
.history .history-title {
    margin:0.3rem 0 0 0;
}
.history .history-title h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
}
.history .history-title p {
    font-size: 16px;
}

.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: 28px;
}
.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;
}

}
/*发展历程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:#d3d3d3;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a:hover {
    background:#e62129;
}
.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 #e62129;
}
@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 #e62129;
}
}

.partner {
    padding:0.8rem 0;
    background: #f9f9f9;
}
.partner .partner-item {
    text-align: center;
}
.partner .partner-item img {
    max-width: 100%;
}


/*发展理念*/
.idea {
    position:relative;
    padding:0.8rem 0 1.6rem 0;
}

.idea::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../images/about/idea-bg.png) no-repeat left center/cover;
    *-webkit-filter: grayscale(100%);
    transition: all 3s;
}
.idea .about-title p {
    color: #fff;
}
.idea .about-title h3 {
    color: #fff;
}
.idea .about-title h4 {
    color: #fff;
}
.idea-item {}
.idea-item .word {
    margin:1.2rem 0 0 0;
    text-align: center;
}
.idea-item .word p {
    font-size: 18px;
    color:#fff;
    line-height:1.8;
}
@media screen and (max-width:1024px) {
.idea {
    padding:0.4rem 0 0.8rem 0;
}
.idea-item {}
.idea-item .word {
    margin:0.6rem 0 0 0;
}
.idea-item .word p {
    font-size: 14px;
    color:#fff;
    line-height:1.8;
}
}
/*发展理念*/