/* 关于我们 */
.index-title{
    color: #FFFFFF;
    text-align: center;
}
.index-title-black{
    color: #262626;
}
.index-title h2{
    font-size: 36px;
    line-height: 1.5;
}
.index-title span{
    display: block;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 7px;
}
/* 视频弹窗 */
.video-list-bg{
    width: 840px;
    height: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9998;
    display: none;
}
.video-list{
    width: 840px;
    height: 490px;
    margin-top: -20px;
    border: 20px solid #003585;
    background-color: #ccc;
    border-radius: 20px;
}
.video-list>li{
    display: none;
}
.video-list>li.show{
    display: block;
}
.video-list video{
    width: 800px;
    height: 450px;
}
.video-list-bg>.close-video{
    display: block;
    width: 30px;
    height: 30px;
    padding: 4px;
    margin-left: calc(100% - 20px);
    border-radius: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index: 9999;
}
.video-list-bg>.close-video img{
    width: 22px;
    height: 22px;
}
.w1360{
    margin: auto;
}
/* 企业概况 */
.about-survey-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}
.purecounter{
    font-size: 50px;
    margin-left: 10px;
    font-weight: 900;
    text-align: center;
    transition: opacity 2s;
}
.survey-txt>h3{
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.survey-txt p{
    font-size: 15px;
    line-height: 2;
}

/* 数据 */
.survey-data>li>span{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #003585;
}
.survey-data>li>span:last-of-type{
    font-size: 14px;
    text-align: center;
}
.survey-data>li>p{
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color: #003585;
    padding:0;
    margin:0;
    text-align: center;
}
.survey-data>li>p span{
    font-size: 60px;
    margin-left: 10px;
    font-weight: 900;
    text-align: center;
}

.about-survey-img,
.about-survey-img img{
    width: 100%;
}
/* 制造实力 */
.strength-img{
    position: relative;
}
.strength-img>img{
    width: 100%;
}
.strength-img>span{
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -37.5px 0 0 -37.5px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.strength-img>span:after{
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -37.5px 0 0 -37.5px;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.strength-img>span img{
    width: 75px;
    height: 75px;
}
/* 愿景使命 */
.vision-bg{
    padding: 30px 0;
}
.vision{
    padding-top: 30px;
}
.index-title p{
    font-size: 15px;
    line-height: 1.5;
    margin-top: 10px;
}
.vision-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.vision-list>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 430px;
    overflow: hidden;
}
.vision-list>li .vision-txt{
    position: relative;
}
.vision-list>li img{
    width: 100%;
    min-height: 430px;
    transition: all .6s;
}
.vision-list>li  .vision-txt p{
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.vision-list>li  .vision-txt p>strong{
    display: block;
    font-size: 26px;
    line-height: 1.5;
}
.vision-list>li  .vision-txt p>span{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
}
.vision-list>li:hover .vision-txt img{
    transform: scale(1.2);
    transition: all .6s;
}

/* 动画 */
@keyframes myLeft
{
    from {left: 0;}
    to {left: 50%;}
}
@keyframes myUp
{
    from {margin-top: 200px;}
    to {margin-top: 70px;}
}
@keyframes myHeightAuto
{
    from {height: 0;}
    to {height: auto;}
}
@keyframes myHeight
{
    from {height: auto;}
    to {height: 0;}
}

#zzry .swiper-slide {
    transition: 0.3s;
    position: relative;
    background: #fff;
    cursor: pointer;
    border: 1px solid #dedede;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#zzry .swiper-slide .pic {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background: #fff;
    position: relative;
    overflow: hidden;
}
#zzry .swiper-slide .pic p {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    position: absolute;
    text-align: center;
}
#zzry .swiper-slide .pic img {
    max-width: 100%;
    height: 100%;
    transition: 0.3s;
}