.eee{
    position: absolute;
    bottom: 20px;
    width: 80px;
    height: 80px;
}
.sydd .col-md-3{
    display: flex;
}
.swiper1{
    background: #f1f5f8;
}
.swiper-main{
    position: relative;
    margin-bottom: 50px;
}
.swiper-main .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
.swiper-container1 img{
    height: 217px;
}
.swiper-main .swiper-pagination-bullet-active{
    background: #9dc0de;
}
.swiper-main .swiper-pagination{
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}
.swiper-main .swiper-button-next{
    right: -40px;
    background: none;
    height: 100px;
    line-height: 100px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: auto;
    outline: none;
}
.swiper-main .swiper-button-next i{
    font-size: 60px;
    color: #a1c2df;
}
.swiper-main .swiper-button-prev{
    left: -40px;
    background: none;
    height: 100px;
    line-height: 100px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    outline: none;
}
.swiper-main .swiper-button-prev i{
    font-size: 60px;
    color: #a1c2df;
}
.prodect .row{
    margin: 0 -10px;
}
.prodect .row .col-md-3{
    padding: 0 10px;
    margin-bottom: 20px;
}
.prodect .row .col-md-3 h6{
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #333;
    transition: 0.2s;
    margin: 0;
}
.prodect .row .col-md-3:hover h6{
    color: #fff;
    background: #9dc0de;
}
.about{
    background: url(../images/3.jpg) no-repeat;
    background-position: center left;
}
.about .year{
    color: #9dc0de;
    font-size: 16px;
}
.about .year p{
    position: relative;
    margin: 0;
}
.about .year p::after{
    content: '';
    width: 100px;
    height: 2px;
    background: #9dc0de;
    position: absolute;
    left: 34px;
    bottom: 17px;
}
.about .year n{
    margin-bottom: 10px;
    vertical-align: super;
}
.about .year span{
    font-size: 45px;
}
.about .text{
    font-size: 16px;
    color: #555;
    line-height: 2em;
    padding-right: 50px;
}
.about a{
    margin-top: 25px;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #9dc0de;
}
.video-dw{
    position: relative;
}
.video-dw img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.video-dw .qq1{
    background: #9dc0de;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: qq1 2s linear infinite;
    z-index: 2;
    animation-fill-mode:forwards
}
.video-dw .qq2{
    background: #9dc0de;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: qq1 2s linear infinite;
    z-index: 1;
    animation-delay: -1s;
    animation-fill-mode:forwards
}
@keyframes qq1{
    0%{
        width: 50px;
        height: 50px;
        opacity: 1;
    }
    100%{
        width: 150px;
        height: 150px;
        opacity: 0;
    }
}
.achievement{
    background: url(../images/4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.achievement h3{
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 100px;
}
.achievement p{
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.achievement .left{
    margin-left: 0px;
    margin-top: 5px;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.achievement .left i{
    font-size: 32px;
    color: #fff;
}
.achievement .right{
    float: right;
}
.achievement .right h5{
    font-size: 34px;
    margin: 0;
    line-height: 1em;
    color: #fff;
}
.achievement .right h6{
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
    line-height: 1em;
    color: #fff;
}


.application{
    background: #f1f5f8;
}
.application .main{
    position: relative;
}
.application .mb{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    transition: 0.2s;
}
.application .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff!important;
    transition: 0.2s;
    width: 100%;
}
.application .content i{
    font-size: 50px;
}
.application .content h6{
    font-size: 24px;
    margin: 0;
}
.application .content p{
    font-size: 16px;
    margin: 0px 0;
    height: 0px;
    overflow: hidden;
    transition: 0.2s;
}
.application .content span{
    font-size: 14px;
    display: inline-block;
    height: 0;
    overflow: hidden;
}
.application .col-md-4{
    margin-bottom: 30px;
}
.application a:hover .mb{
    background: #9dc0de;
}
.application a:hover p{
    height: 22px;
    margin: 10px 0;
}
.application a:hover span{
    height: 18px;
}
.last{
    display: none;
}
.last .mb{
    background: none;
}


@media(max-width:1199px){
    .achievement .left i{
        font-size: 24px;
    }
    .achievement .right h6 {
        font-size: 14px;
        margin-top: 10px;
    }
    .achievement .right h5 {
        font-size: 28px;
    }
    .achievement .left{
        width: 50px;
        height: 50px;
        line-height: 47px;
    }
    .achievement h3 {
        font-size: 25px;
    }
    .achievement p {
        font-size: 18px;
    }
    .swiper-container1 img{
        height: 208px;
    }
}
@media(max-width:991px){
    .achievement h3{
        padding-left: 0;
    }
    .eee{
        display: none;
    }
    .achievement .left, .achievement .right {
        margin-bottom: 15px;
    }
    .about a {
        margin: 20px 0;
    }
    .achievement p {
        margin-bottom: 15px;
    }
    .swiper-container1 img{
        height: 208px;
    }
    .anniu{
        display: none;
    }
    .last{
        display: block;
    }
    .swiper-pagination1{
        display: none;
    }
    .swiper-main {
        margin-bottom: 0px;
    }
}
@media(max-width:767px){
    .prodect .row .col-md-3 h6 {
        line-height: 35px;
        font-size: 14px;
    }
    .achievement h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 5px;
    }
    .application .content i {
        font-size: 32px;
    }
    .achievement p {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .application .content h6 {
        font-size: 14px;
    }
    .application .col-md-4{
        padding: 0 7.5px;
    }
    .application .row{
        margin: 0 -7.5px;
    }
    .achievement .left i {
        font-size: 22px;
    }
    .nd-nav a {
        padding: 0 8px;
        line-height: 40px;
    }
    .achievement .left {
        width: 44px;
        height: 44px;
        line-height: 42px;
    }
    .achievement .right h6 {
        font-size: 14px;
        margin-top: 3px;
    }
    .swiper-main .swiper-pagination {
        bottom: -30px;
    }
    .swiper-main {
        margin-bottom: 30px;
    }
    .about .text {
        font-size: 14px;
        padding: 0;
    }
    .about a {
        margin: 10px 0 15px 0;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .achievement h3 {
        font-size: 21px;
    }
    .achievement .right h5 {
        font-size: 22px;
    }
    .achievement .right h6 {
        font-size: 16px;
    }
    .achievement .left{
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .achievement .right {
        float: left;
        margin-left: 10px;
    }
    .prodect .row{
        margin: 0 -7.5px;
    }
    .prodect .row .col-xs-6{
        padding: 0 7.5px;
        margin: 5px 0px;
    }

    .application .col-md-4{
        margin-bottom: 15px;
    }
    .application .col-md-4:last-child{
        margin: 0;
    }
    .swiper-container1 img{
        height: 100px;
    }

    .swiper-main {
        margin-bottom: 0px;
    }
}
.ooo tr:first-child td:first-child{
    background: #9dc0de url(../images/1111.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.ooo tr:first-child td:first-child span:first-child{
    width: 50%;
    text-align: center;
    float: right;
    margin-top: 0;
}
.ooo tr:first-child td:first-child span:nth-child(2){
    width: 50%;
    text-align: center;
    float: left;
    margin-top: 20px;
}
table p{
    margin-bottom: 0;
}