.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    border: 2.5px solid #fff;
    background-color: #fff0;
    opacity: 1;
}
.banner .swiper-slide {
    position: relative;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .banner_com{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-end;
}
.banner .banner_com .ban_com{
    width: 560px;
    height: 250px;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    background-color: #fc6c1ece;
}
.banner .banner_com .ban_com .title{
    font-size: 36px;
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
}
.banner .banner_com .ban_com .text{
    font-size: 14px;
    color: #fff;
    text-align: right;
}

/* Top Picks */

.picks{
    width: 100%;
}
.picks .picks_ul{
    width: 100%;
    align-items: flex-start;

}
.picks .picks_ul li{
    width: 23%;
    margin-right: 2.666%;
    margin-bottom: 30px;
    box-shadow: 0 3px 8px 1px #c9c9c9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.picks .picks_ul li:nth-child(4n){
    margin-right: 0;
}
.picks .picks_ul li .img{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    overflow: hidden;
}
.picks .picks_ul li .img img{
    width: auto;
    max-width: 100%;
    transition: all .3s;
}
.picks .picks_ul li:hover .img>img{
    transform: scale(1.1);
}
.picks .picks_ul li .title{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.picks .picks_ul li:hover .title{
    color: #FC6C1E;
}
.picks .picks_ul li .text{
    width: 94%;
    font-size: 14px;
    color: #666;
    margin: 15px 0 25px;
    text-align: center;
}
.picks .picks_ul li a{
    width: 100%;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.picks .picks_ul li .picks_a{
    background-color: #FC6C1E;
    color: #fff;
}
.picks .picks_ul li .picks_a2{
    background-color: #fff;
    color: #FC6C1E;
}


/* Targeted Solutions */
.targe{
    background-color: #F4F4F4;
}
.tar_com{
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tar_com .h_com{
    width: auto;
    margin-right: 65px;
    margin-bottom: 0;
}
.tar_com .span{
    flex: 1;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: left;
}
.targe_swi{
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}
.targe_swi .tar_a{
    width: 100%;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 1px #c9c9c9;
}
.targe_swi .tar_a .img{
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.targe_swi .tar_a .img img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.targe_swi .tar_a:hover .img>img{
    transform: scale(1.1);
}
.targe_swi .tar_a .img .imc_ch{
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}
.targe_swi .tar_a .img .imc_ch img{
    width: auto;
    height: auto;
}
.targe_swi .tar_a:hover .imc_ch{
    transform: rotate(60deg);
}
.targe_swi .tar_a .title{
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #333;
    margin: 25px 0 15px;
}
.targe_swi .tar_a:hover .title{
    color: #FC6C1E;
}
.targe_swi .tar_a .text{
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.targe_swi .swiper-slide{
    padding: 10px;
}
.targe_swi .swiper-pagination{
    width: 100%;
    padding: 20px;
}
.targe_swi .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #666;
    margin: 0 6px;
}
.targe_swi .swiper-pagination-bullet-active{
    border: 3px solid #FC6C1E;
    background-color: #fff0;
}

/* About Us */

.solutions .w_1200{
    justify-content: space-between;
    align-items: flex-start;
}
.solutions .tar_com{
    width: 50%;
}
.solutions .tar_com .h_com{
    margin-right: 0;
}
.solutions .tar_com .span{
    margin: 30px 0;
}
.solutions .tar_com .mores{
    justify-content: flex-start;
}
.so_ul{
    width: 45%;
}
.so_ul li{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.so_ul li:nth-child(1){
    border-right: 2px solid #F0F0F0;
}
.so_ul li:nth-child(3){
    border-right: 2px solid #F0F0F0;
}
.so_ul li .img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.so_ul li .img img{
    width: auto;
}
.so_ul li .num{
    font-size: 48px;
    color: #333;
    font-weight: bold;
    margin: 15px 0;
}
.so_ul li .title{
    font-size: 16px;
    color: #666;
    text-align: center;
}

/* cooperation */
.cooper{
    background: url(../images/index_back.jpg) no-repeat;
    background-size: 100% 100%;
}
.cooper .cooper_ul{
    width: 100%;
}
.cooper .cooper_ul li{
    width: 15%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.cooper .cooper_ul li:nth-child(6n){
    margin-right: 0;
}
.cooper .cooper_ul li a{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 0 15px;
}
.cooper .cooper_ul li a img{
    width: auto;
    max-width: 100%;
}

/* Cases */
.Cases .h_com{
    position: relative;
}
.Cases .h_com .swiper-button-next, 
.Cases .h_com .swiper-button-prev{
     color: #fff0;
     width: 40px;
     height: 40px;
}

.Cases .h_com .swiper-button-next{
    background: url(../images/swi_next.png) no-repeat;
    background-size: 100% 100%;
}
.Cases .h_com .swiper-button-prev{
    background: url(../images/swi_prev.png) no-repeat;
    background-size: 100% 100%;
    right: 75px;
    left: auto;
}

.cases_swi a{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.cases_swi a .img{
    width: 100%;
    overflow: hidden;
}
.cases_swi a .img img{
    width: 100%;
    transition: all .3s;
}
.cases_swi a:hover .img img{
    transform: scale(1.1);
}
.cases_swi a .title{
    width: 100%;
    font-size: 20px;
    color: #333;
    margin: 20px 0 15px;
    text-align: left;
}
.cases_swi a .text{
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


@media (max-width:767px){
    .banner .swiper-slide{height: 300px;overflow: hidden;}
    .banner .swiper-slide img{height: 100%;width: auto;}
    .banner .banner_com{width: 94%;}
    .banner .banner_com .ban_com{padding: 15px;height: auto;}
    .banner .banner_com .ban_com .title{font-size: 20px;}
    .banner .banner_com .ban_com .text{font-size: 12px;line-height: 22px;}
    .picks .picks_ul li{width: 48%;margin-right: 4%;}
    .picks .picks_ul li:nth-child(2n){margin-right: 0;}
    .picks .picks_ul li .img{width: 160px;padding: 6px;}
    .tar_com .h_com{width: 100%;margin-bottom: 15px;}
    .tar_com .span{width: 100%;font-size: 16px;line-height: 26px;}
    .solutions .tar_com{width: 100%;}
    .so_ul{width: 100%;}
    .solutions .tar_com .span{margin: 15px 0;}
    .cooper .cooper_ul li{width: 31%;margin-right: 3%;margin-bottom: 15px;}
    .cooper .cooper_ul li:nth-child(3n){margin-right: 0;}
    .so_ul li .num{font-size: 32px;}
    .so_ul li{margin-bottom: 30px;}
    
}

@media (min-width:768px) and (max-width:991px){
    .banner .swiper-slide{height: 300px;overflow: hidden;}
    .banner .swiper-slide img{height: 100%;width: auto;}
    .banner .banner_com{width: 94%;}
    .banner .banner_com .ban_com{padding: 15px;height: auto;}
    .banner .banner_com .ban_com .title{font-size: 28px;}
    .banner .banner_com .ban_com .text{line-height: 22px;}
    .cooper .cooper_ul li{width: 23%;margin-right: 2.666%;}
    .cooper .cooper_ul li:nth-child(4n){margin-right: 0;}
    .cooper .cooper_ul li:nth-child(6){margin-right: 2.666%;}
    .cooper .cooper_ul li:nth-child(18){margin-right: 2.666%;}
    .cooper .cooper_ul li:nth-child(30){margin-right: 2.666%;}
    .cooper .cooper_ul li:nth-child(42){margin-right: 2.666%;}
}


@media (min-width:992px) and (max-width:1024px){
    .banner .swiper-slide{height: 350px;overflow: hidden;}
    .banner .swiper-slide img{height: 100%;width: auto;}
    .banner .banner_com{width: 94%;}
    .banner .banner_com .ban_com{padding: 15px;height: auto;}
}

@media (min-width:1024px) and (max-width:1280px){

}







