:root {
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 16px;/* 设置按钮大小 */
}
.honor-bg {
    padding: 40px 0;
    background: url(../images/honor-bg.jpg) no-repeat center center;
}
.honor {
    position: relative;
    padding: 0 40px;
    margin: 0 -40px;
}
.swiper {
    padding: 40px 0;
    overflow: hidden;
}
.swiper-slide {
    padding: 8px;
    background: #FFFFFF;
    border-bottom: 1px solid #C00000;
    box-shadow: 2px 8px 10px 0 rgba(48, 0, 0, 0.16);
}
.swiper-slide p {
    margin-top: 8px;
    line-height: 25px;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
}
.swiper-slide-active{
    transform: scale(1.2);
}
.swiper-slide-prev,
.swiper-slide-next{
    transform: scale(1.1);
}
.swiper-button-next:after, .swiper-button-prev:after{
    padding: 10px 5px;
    background: #c00000;
}

.honor-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.honor-list li{
    width: 49%;
    max-height: 230px;
    display: inline-flex;
    margin-bottom: 20px !important;
}
.honor-list li .img{
    min-width: 286px;
    height: 230px;
    background: #eee;
}
.honor-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.honor-list li .txt{
    padding: 15px 20px;
    border: 1px solid #F1F1F1;
    border-left-color: transparent;
    box-sizing: border-box;
    overflow: auto;
}
.honor-list li h2{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.honor-list li span{
    font-size: 32px;
    margin-right: 10px;
    background: linear-gradient(166deg, #C00000 0%, rgba(192,0,0,0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.honor-list li p{
    color: #666;
    text-align: justify;
}

.mind-list{
    padding: 0 !important;
}
.mind-list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px !important;
}
.mind-list li .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    height: 180px;
    padding: 30px;
    margin-right: -2px;
    color: #666;
    background: #FFFFFF;
    border-left: 2px solid #c00000;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.08);
}
.mind-list li .txt h2{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mind-list li .img{
    min-width: 430px;
    height: 230px;
}
.mind-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mind-list li:nth-of-type(2n){
    flex-direction: row-reverse;
}
.mind-list li:nth-of-type(2n) .txt{
    margin-right: 0;
    margin-left: -2px;
    border-left-color: transparent;
    border-right: 2px solid #c00000;
}

.talent{
    height: 638px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/svg/bg.svg) no-repeat center center;
}
.talent h2{
    color: #333;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.talent ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.talent ul li{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 23%;
    height: 180px;
    margin: 0 0 40px !important;
    background: linear-gradient(180deg, #F5F5F5 0%, rgba(255,255,255,0.8) 100%);
    border: 2px solid #FFFFFF;
}
.talent ul li p{
    height: auto;
    line-height: normal;
    color: #333;
    font-size: 24px;
    margin: 10px 0 0 !important;
}
.Floor0017391 .auto{
    border: none;
}
.history .cont{
	float: left;
	width: 50%;
}
.history .cont:nth-child(2){
	float: right;
	width: 50%;
}
.history .cont:nth-child(2) ul{
	
	margin: 120px 0 0 !important;
}
.history{
	clear: both;
	overflow: hidden;
	position: relative;
}
.history h1{
    text-align: center;
    margin-bottom: 10px;
}
.history h1 img{
    height: 50px;
    display: inline-block;
}
.history h2{
    color: #333;
    font-size: 30px;
    text-align: center;
    margin-bottom: 2em;
}
.history ul{
    position: relative;
    padding-top: 6px;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
}
.history:before{
    content: '';
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #eee;
}
.history ul li{
   /* float: left;
    width: 50%; */
    padding: 0 8%;
    margin-top: 0 !important;
    position: relative;
}
.history ul li{
    margin-bottom: 120px !important;
}
.history ul li:nth-of-type(even){
    /* margin: 120px 0 0 !important; */
}
.history ul li:before,
.history ul li:after{
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    width: 9px;
    height: 9px;
    background: #df1614;
    border-radius: 50%;
    z-index: 2;
}
.history ul li:after{
    width: 21px;
    height: 21px;
    top: -6px;
    right: -12px;
    z-index: 1;
    animation: myScale 3s linear infinite;;
}
.history .cont:nth-child(2) li:before{
    left: -3px;
    right: auto;
}
.history .cont:nth-child(2) li:after{
    left: -9px;
    right: auto;
}
.history ul li h3{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.history .cont:nth-child(1) li h3{
    text-align: right;
}
.history ul li .img{
    margin-top: 2em;
    border-radius: 15px;
    overflow: hidden;
}
.history ul li img{
    transition: .3s;
}
.history ul li .img:hover img{
    transform: scale(1.1);
}
.history ul li p{
    position: relative;
    padding-left: 15px;
}
.history ul li p:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #df1614;
}

@keyframes myScale {

    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@media screen and (max-width: 768px){

    .h3, h3, .honorHd{
        font-size: 1.75em;
    }
    .swiper{
        padding: 20px 0;
    }
    .swiper-slide p{
        font-size: 1.25em;
    }
    .honor .swiper-button-prev,
    .honor .swiper-button-next{
        display: none;
    }
    .honor-list li{
        width: 100%;
    }
    .honor-list li .img{
        display: none;
    }
    .honor-list li .txt{
        border-left-color: #f1f1f1;
    }

    .mind-list{
        margin-top: 30px;
    }
    .mind-list li .img{
        display: none;
    }
    .mind-list li .txt h2{
        font-size: 16px;
    }
    .mind-list li .txt p{
        font-size: 14px;
        line-height: 1.75em;
    }

    .talent{
        height: auto;
        padding: 40px 0 20px;
        background-size: cover;
    }
    .talent h2{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .talent ul{
        justify-content: space-around;
        padding-left: 0 !important;
    }
    .talent ul li{
        width: 46%;
        height: 140px;
        margin: 0 0 20px !important;
    }
    .talent ul li p{
        font-size: 18px;
    }


}

