.navigation{
    width: 62.5%;
    margin:0 auto;
    background: #FFFFFF;
    padding: 2.1% 0;
}
.navigation .image{
    flex:0 0 35.58%;
}

.navigation .nav{
    flex:0 0 45%;
}
.navigation .nav span{
    cursor: pointer;
}

.navigation .active{
    border-bottom:3px solid #FF332E;
}

.about{
    width: 62.5%;
    margin:5.26% auto 0;
}

.about .title>span{
    position: relative;
}
.about .left{
    color: #606060;
    font-weight: 400;
    width:68.4%;
    /*position: absolute;*/
}

.about .left p:first-child{
    width:100%;
}

.about .left p:last-child{
    width: 61.83%;
}

.about .content{
    padding: 10% 0;
    position: relative;
}

.about .image{
    position: absolute;
    right: -9.5%;
    width: 71.67%;
    bottom: 0;
    z-index: -1;
}

.used{
    background: #F6F7FE;
    z-index: -1000;
}

.used .content{
    width: 62.5%;
    margin:5.26% auto 0;
}

.used .content .title{
    z-index: 2;
    position: relative;
    padding-top: 8.4%;
}
.used .content .title>span{
    position: relative;
}

.used .content .rectangle{
    margin-top: 5.05%;
}

.used .content .rectangle>div{
    flex:0 0 41.5%;
    background: rgba(0,52,152,0.06);
    border-radius: 16px;
    border: 2px solid #003498;
    color: #333333;
    padding: 3%;
}



.used .content .rectangle .first{
    background: #003498;
    color: #FFFFFF;
}

.used .content .rectangle p {
    margin-top: 2%;
}

.used .content .rectangle .image{
    width: 14.03%;
}

.work{
    margin-top:4.208%;
    position: relative;
}

.work .title{
    position: absolute;
    top:5.05%;
    left:33.07%;
    color: #FFFFFF;
}

.work .content{
    width: 62.5%;
    margin:35% auto 0;

}

.work  .carousel{
    position: absolute;
    top:10%;
    width: 100%;
}

.work  .carousel img{
   width: 62.5%!important;
}

.work  .carousel .swiper-slide{
    overflow: hidden;
    text-align: center;
}


.work .content .discount .discount-title{
    color: #003498;
}


.work .content .discount .discount-title>span,.work .content .require .require-title>span{
    position: relative;
}

.work .content .discount>div,.work .content .require>div{
    margin-top: 5.8%;
}

.work .content .discount .image,.work .content .require .image{
    flex:0 0 50%;
}

.work .content .discount .doc{
    flex:0 0 48%;
}
.work .content .require {
    margin-top: 8.45%;
}
.work .content .require .image {
    border: 1px dashed rgba(51, 51, 51, 0.6);
}

.work .content .require .image img{
    display: none;
}

.work .content .require .doc{
    flex:0 0 46%;
}
.work .content .require .doc>p{
    padding: 6% 0;
    cursor: pointer;
}
.work .content .require .active{
    color: #003498;
}

.work .content .require .doc span{
    width: 15%;
    display: inline-block
}




.footer{
    background: #003498;
    color: #FFFFFF;
    padding: 2.1% 0;
    margin-top:4.208%;
    font-weight: 400;
}

.footer span:first-child{
    margin-left: 18.75%;
}

.footer span:last-child{
    margin-left: 15.31%;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../image/ic_arrow_left.png");
    left: 13%;
    right: auto;
    width:4.27%;
    background-size: 100% 100%;
    height: 10%;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../image/ic_arrow_right.png");
    right: 13%;
    left: auto;
    width:4.27%;
    background-size: 100% 100%;
    height: 10%;
}

