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

    /*.header{*/
        /*padding:15px 3%;*/
        /*width:96%;*/
    /*}*/
    /*.header .logo{*/
        /*width:87px;*/
        /*height:28px;*/
    /*}*/
    /*.header .logo-text{*/
        /*margin-left:13px;*/
        /*padding-left:7px;*/
        /*line-height:16px;*/
    /*}*/
    /*.header .phone{*/
        /*line-height:16px;*/
        /*font-size:15px;*/
    /*}*/
    /*.header .phone span{*/
        /*font-size:17px;*/
    /*}*/
    .header .top .logo{
        padding:2px 0;
    }
    .header .top .phone{
        margin-top:2%;
        font-size:12px;
    }
    .part1 h2.title{
        padding:48px 0 32px;
        font-size:28px;
        font-weight:bold;
        text-align:center;
    }
    .part1 .tab-box > div .info{
        padding:20px 0;
    }
    .part1 .tab-box > div .info h2{
        font-size:20px;
    }
    .part1 .tab-box > div .info h3{
        font-size:14px;
    }
    .swiper-container2 .box h2{
        font-size:18px;
    }
    .swiper-container2 .box p{
        font-size:16px;
    }
    a.link{
        height:45px;
        line-height:45px;
        font-size:18px;
        border-radius:20px;
    }
    .part2 h2.title{
        padding:20px 0;
        font-size:36px;
        line-height:48px;
    }
    .part2 form label{
        font-size:16px;
    }
    .part2 form label input[type='text']{
        height:35px;
        line-height:35px;
    }
    .part2 form a{
        height:30px;
        line-height:30px;
    }
    .part2 form input[type='submit']{
        height:30px;
        line-height:30px;
    }
    .part2 form a{
        width:32%;
    }
    .part2 form input[type='submit']{
        width:32%;
    }
    .footer{
        padding:20px 3%;
    }
    .footer p{
        font-size:14px;
    }
}
@media screen and (max-width: 480px) {


    .header .logo-text{
        margin-left:8px;
        padding-left:4px;
    }
    .part1 h2.title{
        padding:20px 0 10px;
        font-size:20px;
        font-weight:bold;
        text-align:center;
    }
    .part1 .tab-box > div .info{
        padding:10px 0;
    }
    .part1 .tab-box > div .info h2{
        font-size:18px;
    }
    .swiper-container2 .box h2{
        font-size:14px;
    }
    .swiper-container2 .box p{
        font-size:12px;
    }
    a.link{
        height:30px;
        line-height:30px;
        font-size:16px;
        border-radius:16px;
    }
    .part2 h2.title{
        padding:10px 0;
        font-size:24px;
        line-height:36px;
    }
    .part2 form label{
        font-size:14px;
    }
    .part2 form label input[type='text']{
        height:25px;
        line-height:25px;
    }
    .part2 form a{
        width:35%;
    }
    .part2 form input[type='submit']{
        width:35%;
    }
    .footer{
        padding:10px 3%;
    }
    .footer p{
        font-size:12px;
    }


}
