@media(max-width:1600px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1280px) {}

@media(max-width:1200px) {}

@media(max-width:1024px) {
    .head_top{
        display: none;
    }
    .mobile-inner-header {
        display: block;
    }
    .head {
        display: none;
    }
    .logo {
        float: left;
        width: auto;
        height: auto;
        line-height: unset;
    }
    .logo img {
        width: 90px;
    }
    
    .foots {
        width: 100%;
        flex-wrap: wrap;
    }
    .foot {
        padding-top: 0;
    }

    .flogo{
        display: none;
    }

    .fnav {
        width: 33%;
        padding-left: 30px;
    }

    .fnav img{
        display: none;
    }

    .ftitle {
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    
    .flist a {
        font-size: 12px;
        margin-top: 10px;
    }

    .fobt {
        width: 33%;
        padding-left: 30px;
    }

    .copy {
        margin-top: 0;
        border-top: none;
    }

    .newshows {
        width: 90%;
        margin: 20px auto 0;
        flex-direction: column-reverse;
    }

    .news_left{
        margin-right: 0;
    }
    
    .news_left img{
        margin-right: 20px;
    }
    
    .newdete{
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .newtags{
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .newmsg{
        margin-bottom: 20px;
    }

    .newsbox {
        line-height: 1.3;
    }
}

@media(max-width:768px) {
    .proswiper img {
        width: 100%;
        height: auto;
    }
    .fnav {
        width: 50%;
        padding-left: 30px;
    }

    .fobt {
        width: 50%;
        padding-left: 30px;
    }

    .title {
        font-size: 24px;
    }

    .copy {
        line-height: 30px;
        font-size: 12px;
    }

    .copy a {
        display: block;
        font-size: 12px;
    }

    .product {
        padding: 15px 0;
    }

    .products {
        width: 90%;
        margin: 15px auto 0;
    }

    .news {
        width: 90%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    
    .new_left{
        width: 100%;
        margin-bottom: 10px;
    }
    
    .new_left div{
        position: absolute;
        left: 10px;
        bottom: 10px;
    }
    
    .new_left div p {
        font-size: 16px;
        line-height: 2.5;
    }
    
    .new_right{
        margin-left: 0;
    }
    .newbox img{
        width: 143px;
        height: auto;
    }
    
    .newbox>div{
        padding-left: 0.375rem;
    }
    
    .newbox p:nth-child(1) {
        color: #000;
        font-weight: bold;
    }
    
    .newbox p {
        font-size: 16px;
        line-height: 2;
    }

    .studys {
        position: absolute;
        left: 70%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 193px;
        height: 152px;
        background-color: #000;
        padding: 10px 0 0 10px;
    }
    
    .studys p {
        font-size: 20px;
        line-height: 1.691;
    }
    
    .studys a {
        width: 120px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-top: 0px;
    }

    .into{
        height: 343px;
        padding-top: 20px;
        margin-top: 15px;
    }
    
    .intos{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 90%;
        height: 100%;
        margin: auto;
    }
    
    .intos div p {
        font-size: 16px;
    }

    .instagrams {
        left: 25%;
        width: 120px;
        height: 120px;
    }
    
    .instagrams img{
        width: 80px;
    }
    
    .instagrams a {
        width: 90px;
        height: 30px;
        font-size: 16px;
        line-height: 30px;
    }

    .innew{
        padding: 20px 0;
    }
    
    .innews{
        width: 90%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin: 20px auto 0;
    }
    
    .innews a{
        display: block;
        width: 48.5%;
        margin-right: calc(2% / 1);
        margin-bottom: 10px;
    }
    
    .innews a:nth-child(3n){
        margin-right: calc(2% / 1);
    }

    .innews a:nth-child(2n){
        margin-right: 0;
    }
    
    .inwp1 {
        font-size: 16px;
        margin: 10px 0;
    }
    
    .inwp2 {
        font-size: 18px;
    }
    
    .inwcont {
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }

    /*  */
    .newshow_top{
        flex-direction: column;
    }
    
    .newshtp_left{
        width: 100%;
        background-color: #e6e6e6;
        padding-left: 0;
    }
    
    .newshtp_right{
        width: 100%;
    }
    
    .newsptop{
        padding: 0 15px 0;
    }
    
    .newstp1 {
        font-size: 16px;
        line-height: 2;
    }
    
    .newstp2 {
        width: 100%;
        font-size: 20px;
        line-height: 1.25;
        margin: 10px 0;
    }
    
    .newstpcont {
        font-size: 14px;
        line-height: 2;
    }
    
    .news_navigation{
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        z-index: 9;
        display: flex;
        background-color: #e6e6e6;
        padding: 10px 15px;
    }
    
    .news_navigation a {
        font-size: 14px;
        line-height: 2;
    }
    
    .newsbox{
        margin-bottom: 15px;
    }
    
    .newsbox p {
        font-size: 16px;
        line-height: 2;
    }
    
    .newsbox div {
        font-size: 14px;
        line-height: 2;
    }

    .case{
        padding: 20px 0;
    }
    
    .cases{
        width: 90%;
        margin: 20px auto 0;
    }
    
    .cases a{
        display: block;
        width: 49%;
        margin-right: calc(2% / 1);
    }

    .cases a:nth-child(4n){
        margin-right: calc(2% / 1);
    }

    .cases a:nth-child(2n){
        margin-right: 0;
    }

    .casebtm span{
        font-size: 16px;
        line-height: 3;
    }

    .caseAll{
        width: 90%;
    }
    
    .caseAll img{
        width: 40px;
        height: auto;
    }

    .threeflex{
        width: 90%;
        margin: 20px auto 0;
    }
    
    .threeflex a{
        width: 49%;
        margin-right: calc(2% / 1);
    }
    
    .threeflex a:nth-child(3n){
        margin-right: calc(2% / 1);
    }

    .threeflex a:nth-child(2n){
        margin-right: 0;
    }
    
    .threeflex p {
        font-size: 16px;
        padding: 10px 0;
    }

    .concat{
        padding: 20px 0;
    }
    
    .concats {
        width: 90%;
    }
    
    .concats span {
        font-size: 16px;
        color: #000;
        line-height: 2;
    }
    
    .concats div {
        margin-top: 30px;
    }
    
    .concats p {
        font-size: 16px;
        line-height: 2;
    }
}

@media(max-width:420px) {}

@media(max-width:376px) {}

@media(max-width:360px) {}