/* MAIN */
.header .main_slider{
    padding: 30px 0;
    background-color: #1976d2;
}
    .header .main_slider .slider.move{
        position: relative;
        height: 420px;
        overflow: hidden;
        padding: 20px 0 100px 0;
        width: 1530px;
        margin: auto;
        text-align: center;
    }
        .header .main_slider .slider.move .items{
            width: 10000%;
            margin: 0 0 0 -1530px;
        }
            .header .main_slider .slider.move .items .item{
                float: left;
                width: 1530px;
            }
                .header .main_slider .slider.move .items .item_in{
                    float: left;
                    width: 1510px;
                    height: 400px;
                    border: 10px solid #fff;
                    position: relative;
                }
                    .header .main_slider .slider.move .items .item .pic{
                        position: absolute;
                        top: -35px;
                        left: 60px;
                        width: 535px;
                        height: 530px;
                        margin: 0 0 30px 0;
                        background-size: cover;
                        background-position: center;
                    }
                    .header .main_slider .slider.move .items .item .name{
                        float: right;
                        width: 565px;
                        margin: 80px 80px 35px 0;
                        color: #fff;
                        font-size: 72px;
                        text-align: left;
                    }
                    .header .main_slider .slider.move .items .item .prev_text{
                        float: right;
                        width: 330px;
                        margin: 0 325px 65px 0;
                        color: #fff;
                        font-size: 18px;
                        text-align: left;
                    }
                    .header .main_slider .slider.move .items .item .det{
                        float: right;
                        border: 2px solid #fff;
                        padding: 15px 40px;
                        color: #fff;
                        font-size: 14px;
                        text-decoration: none;
                        margin: 0 90px 0 0;
                        font-weight: 500;
                    }
                    .header .main_slider .slider.move .items .item .det:hover{
                        background-color: #fff;
                        color: #1976d2;
                    }
        .header .main_slider .slider.move .prev,
        .header .main_slider .slider.move .next{
            position: absolute;
            left: 0;
            bottom: 0;
            height: 70px;
            width: 150px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            color: #263238;
        }
        .header .main_slider .slider.move .next{
            left: auto;
            right: 0;
        }
        .header .main_slider .slider.move .prev:hover,
        .header .main_slider .slider.move .next:hover{
            background-color: #fff;
        }
            .header .main_slider .slider.move .prev .pic{
                width: 15px;
                float: left;
                margin: 20px 20px 0 30px;
            }
            .header .main_slider .slider.move .next .pic{
                width: 15px;
                float: right;
                margin: 20px 30px 0 20px;
            }
                .header .main_slider .slider.move .prev .pic img,
                .header .main_slider .slider.move .next .pic img{
                    display: block;
                    width: 100%;
                }
                .header .main_slider .slider.move .next .pic img{
                    transform: rotate(180deg);
                }
                .header .main_slider .slider.move .prev .pic img:last-child,
                .header .main_slider .slider.move .next .pic img:last-child{
                    display: none;
                }
                .header .main_slider .slider.move .prev:hover .pic img:first-child,
                .header .main_slider .slider.move .next:hover .pic img:first-child{
                    display: none;
                }
                .header .main_slider .slider.move .prev:hover .pic img:last-child,
                .header .main_slider .slider.move .next:hover .pic img:last-child{
                    display: block;
                }
            .header .main_slider .slider.move .prev .t,
            .header .main_slider .slider.move .next .t{
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                margin: 25px 0 0 0;
            }
            .header .main_slider .slider.move .prev:hover .t,
            .header .main_slider .slider.move .next:hover .t{
                color: #263238;
            }
            .header .main_slider .slider.move .prev .t{
                float: left;
            }
            .header .main_slider .slider.move .next .t{
                float: right;
            }
        .header .main_slider .slider.move .pages{
            display: inline-block;
            margin: 65px 0 0 0;
            position: relative;
        }
            .header .main_slider .slider.move .pages .item{
                height: 2px;
                width: 12px;
                border: 2px solid #fff;
                cursor: pointer;
                margin: 0 10px 0 0;
                float: left;
            }
                .header .main_slider .slider.move .pages .item:last-child{
                    margin: 0;
                }
                .header .main_slider .slider.move .pages .item:hover,
                .header .main_slider .slider.move .pages .item.active{
                    background-color: #fff;
                }
/* MAIN(END) */


/* PRODUCTION */
.main_page .prod .slider.move{
    position: relative;
    height: 440px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .main_page .prod .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -405px;
    }
        .main_page .prod .slider.move .items .item{
            float: left;
            width: 390px;
        }
            .main_page .prod .slider.move .items .item_in{
                margin: auto;
                width: 340px;
                height: 420px;
                border: 10px solid #eceff1;
                position: relative;
                text-decoration: none;
                display: block;
            }
            .main_page .prod .slider.move .items .item_in:hover{
                border: 10px solid #1976d2;
            }
            .main_page .prod .slider.move .items .item_in.not_skl:hover{
                border: 10px solid #cfd8dc;
            }
                .main_page .prod .slider.move .items .item_in .left_top_corner{
                    position: absolute;
                    padding: 10px;
                    background-color: #1976d2;
                    left: -10px;
                    top: -10px;
                }
                .main_page .prod .slider.move .items .item_in.not_skl .left_top_corner{
                    background-color: #cfd8dc;
                }
                    .main_page .prod .slider.move .items .item_in .left_top_corner img{
                        width: 25px;
                        float: left;
                    }
                    .main_page .prod .slider.move .items .item_in .left_top_corner .t{
                        display: none;
                        color: #fff;
                        font-size: 12px;
                        margin: 7px 0 0 10px;
                        float: left;
                        line-height: 10px;
                    }
                    .main_page .prod .slider.move .items .item_in:hover .left_top_corner .t{
                        display: block;
                    }
                .main_page .prod .slider.move .items .item_in .pic{
                    margin: 35px auto;
                    width: 190px;
                    height: 175px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
                .main_page .prod .slider.move .items .item_in .over_name{
                    margin: 0 auto 20px auto;
                    width: 190px;
                    line-height: 15px;
                    text-align: center;
                    font-size: 11px;
                    color: #4f5b62;
                }
                .main_page .prod .slider.move .items .item_in .name{
                    margin: 0 auto 20px auto;
                    width: 190px;
                    line-height: 16px;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                    color: #263238;
                }
                .main_page .prod .slider.move .items .item_in .det{
                    margin: auto;
                    width: 186px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    color: #1976d2;
                    font-weight: 500;
                    border: 2px solid #1976d2;
                }
                .main_page .prod .slider.move .items .item_in:hover .det{
                    background-color: #1976d2;
                    color: #fff;
                }
                .main_page .prod .slider.move .items .item_in .right_bottom_corner{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    background-color: #1976d2;
                    bottom: -10px;
                    right: -10px;
                }
                .main_page .prod .slider.move .items .item_in.not_skl .right_bottom_corner{
                    background-color: #cfd8dc;
                }
                    .main_page .prod .slider.move .items .item_in .right_bottom_corner .w_sq{
                        position: absolute;
                        width: 40px;
                        height: 40px;
                        background-color: #fff;
                        top: 0;
                        left: 0;
                    }
    .main_page .prod .slider.move .all_prod{
        position: absolute;
        width: 875px;
        line-height: 70px;
        background-color: #1976d2;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -437.5px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }
    .main_page .prod .slider.move .all_prod:hover{
        background-color: #263238;
    }
    .main_page .prod .slider.move .prev,
    .main_page .prod .slider.move .next{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 150px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #263238;
    }
    .main_page .prod .slider.move .next{
        left: auto;
        right: 0;
    }
    .main_page .prod .slider.move .prev:hover,
    .main_page .prod .slider.move .next:hover{
        background-color: #1976d2;
        color: #fff;
    }
    .main_page .prod .slider.move .prev .pic{
        width: 15px;
        float: left;
        margin: 20px 20px 0 30px;
    }
    .main_page .prod .slider.move .next .pic{
        width: 15px;
        float: right;
        margin: 20px 30px 0 20px;
    }
        .main_page .prod .slider.move .prev .pic img,
        .main_page .prod .slider.move .next .pic img{
            display: block;
            width: 100%;
        }
        .main_page .prod .slider.move .next .pic img{
            transform: rotate(180deg);
        }
        .main_page .prod .slider.move .prev .pic img:last-child,
        .main_page .prod .slider.move .next .pic img:last-child{
            display: none;
        }
        .main_page .prod .slider.move .prev:hover .pic img:first-child,
        .main_page .prod .slider.move .next:hover .pic img:first-child{
            display: none;
        }
        .main_page .prod .slider.move .prev:hover .pic img:last-child,
        .main_page .prod .slider.move .next:hover .pic img:last-child{
            display: block;
        }
        .main_page .prod .slider.move .prev .t,
        .main_page .prod .slider.move .next .t{
            color: #263238;
            font-size: 14px;
            font-weight: 500;
            margin: 25px 0 0 0;
        }
        .main_page .prod .slider.move .prev .t{
            float: left;
        }
        .main_page .prod .slider.move .next .t{
            float: right;
        }
/* PRODUCTION(END) */


/* DEVELOPMENT */
.main_page .development .slider.move{
    position: relative;
    height: 440px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .main_page .development .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -1275px;
    }
        .main_page .development .slider.move .items .item{
            float: left;
            width: 1360px;
        }
            .main_page .development .slider.move .items .item_in{
                margin: auto;
                width: 1310px;
                height: 420px;
                border: 10px solid #eceff1;
                position: relative;
                text-decoration: none;
                display: block;
            }
            .main_page .development .slider.move .items .item_in:hover{
                border: 10px solid #1976d2;
            }
            .main_page .development .slider.move .items .item_in .left_top_corner{
                position: absolute;
                background-color: #1976d2;
                left: -10px;
                top: -10px;
                width: 50px;
                height: 50px;
            }
                .main_page .development .slider.move .items .item_in .left_top_corner .w_sq{
                    position: absolute;
                    background-color: #fff;
                    right: 0;
                    bottom: 0;
                    width: 40px;
                    height: 40px;
                }
            .main_page .development .slider.move .items .item_in .pic{
                float: left;
                width: 270px;
                height: 360px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                margin: 25px 0 0 90px;
            }
            .main_page .development .slider.move .items .item_in .text{
                float: right;
                margin: 40px 90px 0 0;
                width: 465px;
            }
                .main_page .development .slider.move .items .item_in .text .name{
                    font-size: 27px;
                    font-weight: 700;
                    color: #263238;
                    margin: 0 0 40px 0;
                }
                .main_page .development .slider.move .items .item_in .text .t{
                    height: 140px;
                    position: relative;
                    font-size: 14px;
                    line-height: 24px;
                    color: #263238;
                    margin: 0 0 40px 0;
                    overflow: hidden;
                }
                    .main_page .development .slider.move .items .item_in .text .t .line{
                        position: absolute;
                        width: 100%;
                        height: 25px;
                        left: 0;
                        bottom: 0;
                        background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
                    }
                .main_page .development .slider.move .items .item_in .text .det{
                    float: right;
                    width: 165px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    color: #1976d2;
                    font-weight: 500;
                    border: 2px solid #1976d2;
                }
                .main_page .development .slider.move .items .item_in:hover .text .det{
                    background-color: #1976d2;
                    color: #fff;
                }
                .main_page .development .slider.move .items .item_in .right_bottom_corner{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    background-color: #1976d2;
                    bottom: -10px;
                    right: -10px;
                }
                    .main_page .development .slider.move .items .item_in .right_bottom_corner .w_sq{
                        position: absolute;
                        width: 40px;
                        height: 40px;
                        background-color: #fff;
                        top: 0;
                        left: 0;
                    }
        .main_page .development .slider.move .all_d{
            position: absolute;
            width: 875px;
            line-height: 70px;
            background-color: #1976d2;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -437.5px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            text-align: center;
        }
        .main_page .development .slider.move .all_d:hover{
            background-color: #263238;
        }
        .main_page .development .slider.move .prev,
        .main_page .development .slider.move .next{
            position: absolute;
            left: 0;
            bottom: 0;
            height: 70px;
            width: 150px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
            color: #263238;
        }
        .main_page .development .slider.move .next{
            left: auto;
            right: 0;
        }
        .main_page .development .slider.move .prev:hover,
        .main_page .development .slider.move .next:hover{
            background-color: #1976d2;
            color: #fff;
        }
            .main_page .development .slider.move .prev .pic{
                width: 15px;
                float: left;
                margin: 20px 20px 0 30px;
            }
            .main_page .development .slider.move .next .pic{
                width: 15px;
                float: right;
                margin: 20px 30px 0 20px;
            }
                .main_page .development .slider.move .prev .pic img,
                .main_page .development .slider.move .next .pic img{
                    display: block;
                    width: 100%;
                }
                .main_page .development .slider.move .next .pic img{
                    transform: rotate(180deg);
                }
                .main_page .development .slider.move .prev .pic img:last-child,
                .main_page .development .slider.move .next .pic img:last-child{
                    display: none;
                }
                .main_page .development .slider.move .prev:hover .pic img:first-child,
                .main_page .development .slider.move .next:hover .pic img:first-child{
                    display: none;
                }
                .main_page .development .slider.move .prev:hover .pic img:last-child,
                .main_page .development .slider.move .next:hover .pic img:last-child{
                    display: block;
                }
            .main_page .development .slider.move .prev .t,
            .main_page .development .slider.move .next .t{
                color: #263238;
                font-size: 14px;
                font-weight: 500;
                margin: 25px 0 0 0;
            }
            .main_page .development .slider.move .prev .t{
                float: left;
            }
            .main_page .development .slider.move .next .t{
                float: right;
            }
/* DEVELOPMENT(END) */


/* NEWS */
.main_page .news .news_in .news_s .slider.move{
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 535px;
}
    .main_page .news .news_in .news_s .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -535px;
    }
        .main_page .news .news_in .news_s .slider.move .items .item{
            width: 535px;
            float: left;
        }
            .main_page .news .news_in .news_s .slider.move .items .item .item_in{
                width: 455px;
                height: 220px;
                border: 10px solid #fff;
                padding: 30px;
                display: block;
            }
            .main_page .news .news_in .news_s .slider.move .items .item .item_in:hover{
                border: 10px solid #263238;
            }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in .date{
                    float: left;
                    width: 30px;
                    color: #fff;
                }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .date .d{
                        float: left;
                        font-size: 24px;
                        font-weight: 600;
                        margin: 0 0 5px 0;
                    }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .date .m,
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .date .y{
                        float: left;
                        font-size: 12px;
                        font-weight: 600;
                    }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .date .y{
                        font-weight: 300;
                    }
            .main_page .news .news_in .news_s .slider.move .items .item .item_in .right{
                float: right;
                width: 360px;
                padding: 0 0 0 30px;
                border-left: 2px solid #fff;
            }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in .right .pic{
                    height: 220px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin: 0 0 60px 0;
                }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in .right .name{
                    font-size: 18px;
                    font-weight: 600;
                    color: #fff;
                    line-height: 24px;
                    padding: 0 0 25px 0;
                }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in:hover .right .name{
                    text-decoration: underline;
                }
        .main_page .news .news_in .news_s .slider.move .all_n{
            position: absolute;
            width: 235px;
            line-height: 66px;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -117.5px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border: 2px solid #fff;
            text-decoration: none;
        }
        .main_page .news .news_in .news_s .slider.move .all_n:hover{
            background-color: #fff;
            color: #1976d2;
        }
    .main_page .news .news_in .news_s .slider.move .prev,
    .main_page .news .news_in .news_s .slider.move .next{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 150px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
    }
    .main_page .news .news_in .news_s .slider.move .next{
        left: auto;
        right: 0;
    }
    .main_page .news .news_in .news_s .slider.move .prev:hover,
    .main_page .news .news_in .news_s .slider.move .next:hover{
        background-color: #fff;
        color: #fff;
    }
        .main_page .news .news_in .news_s .slider.move .prev .pic{
            width: 15px;
            float: left;
            margin: 20px 20px 0 30px;
        }
        .main_page .news .news_in .news_s .slider.move .next .pic{
            width: 15px;
            float: right;
            margin: 20px 30px 0 20px;
        }
            .main_page .news .news_in .news_s .slider.move .prev .pic img,
            .main_page .news .news_in .news_s .slider.move .next .pic img{
                display: block;
                width: 100%;
            }
            .main_page .news .news_in .news_s .slider.move .next .pic img{
                transform: rotate(180deg);
            }
            .main_page .news .news_in .news_s .slider.move .prev .pic img:last-child,
            .main_page .news .news_in .news_s .slider.move .next .pic img:last-child{
                display: none;
            }
            .main_page .news .news_in .news_s .slider.move .prev:hover .pic img:first-child,
            .main_page .news .news_in .news_s .slider.move .next:hover .pic img:first-child{
                display: none;
            }
            .main_page .news .news_in .news_s .slider.move .prev:hover .pic img:last-child,
            .main_page .news .news_in .news_s .slider.move .next:hover .pic img:last-child{
                display: block;
            }
        .main_page .news .news_in .news_s .slider.move .prev .t,
        .main_page .news .news_in .news_s .slider.move .next .t{
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin: 25px 0 0 0;
        }
        .main_page .news .news_in .news_s .slider.move .prev:hover .t,
        .main_page .news .news_in .news_s .slider.move .next:hover .t{
            color: #263238;
        }
        .main_page .news .news_in .news_s .slider.move .prev .t{
            float: left;
        }
        .main_page .news .news_in .news_s .slider.move .next .t{
            float: right;
        }
/* NEWS(END) */

/* ACTIONS */
.main_page .news .news_in .actions .slider.move{
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 535px;
    margin: 0 0 0 230px;
}
    .main_page .news .news_in .actions .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -535px;
    }
        .main_page .news .news_in .actions .slider.move .items .item{
            width: 535px;
            float: left;
        }
            .main_page .news .news_in .actions .slider.move .items .item .item_in{
                width: 455px;
                height: 220px;
                border: 10px solid #fff;
                padding: 30px;
                display: block;
            }
            .main_page .news .news_in .actions .slider.move .items .item .item_in:hover{
                border: 10px solid #1976d2;
            }
                .main_page .news .news_in .actions .slider.move .items .item .item_in .date{
                    float: left;
                    width: 30px;
                    color: #fff;
                }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .date .d{
                        float: left;
                        font-size: 24px;
                        font-weight: 600;
                        margin: 0 0 5px 0;
                    }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .date .m,
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .date .y{
                        float: left;
                        font-size: 12px;
                        font-weight: 600;
                    }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .date .y{
                        font-weight: 300;
                    }
                .main_page .news .news_in .actions .slider.move .items .item .item_in .right{
                    float: right;
                    width: 360px;
                    padding: 0 0 0 30px;
                    border-left: 2px solid #fff;
                }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .right .pic{
                        height: 220px;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin: 0 0 60px 0;
                    }
                .main_page .news .news_in .actions .slider.move .items .item .item_in .right .name{
                    font-size: 18px;
                    font-weight: 600;
                    color: #fff;
                    line-height: 24px;
                    padding: 0 0 25px 0;
                }
                .main_page .news .news_in .actions .slider.move .items .item .item_in:hover .right .name{
                    text-decoration: underline;
                }
        .main_page .news .news_in .actions .slider.move .all_n{
            position: absolute;
            width: 235px;
            line-height: 66px;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -117.5px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border: 2px solid #fff;
            text-decoration: none;
        }
        .main_page .news .news_in .actions .slider.move .all_n:hover{
            background-color: #fff;
            color: #1976d2;
        }
        .main_page .news .news_in .actions .slider.move .prev,
        .main_page .news .news_in .actions .slider.move .next{
            position: absolute;
            left: 0;
            bottom: 0;
            height: 70px;
            width: 150px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
        }
        .main_page .news .news_in .actions .slider.move .next{
            left: auto;
            right: 0;
        }
        .main_page .news .news_in .actions .slider.move .prev:hover,
        .main_page .news .news_in .actions .slider.move .next:hover{
            background-color: #fff;
            color: #fff;
        }
            .main_page .news .news_in .actions .slider.move .prev .pic{
                width: 15px;
                float: left;
                margin: 20px 20px 0 30px;
            }
            .main_page .news .news_in .actions .slider.move .next .pic{
                width: 15px;
                float: right;
                margin: 20px 30px 0 20px;
            }
                .main_page .news .news_in .actions .slider.move .prev .pic img,
                .main_page .news .news_in .actions .slider.move .next .pic img{
                    display: block;
                    width: 100%;
                }
                .main_page .news .news_in .actions .slider.move .next .pic img{
                    transform: rotate(180deg);
                }
                .main_page .news .news_in .actions .slider.move .prev .pic img:last-child,
                .main_page .news .news_in .actions .slider.move .next .pic img:last-child{
                    display: none;
                }
                .main_page .news .news_in .actions .slider.move .prev:hover .pic img:first-child,
                .main_page .news .news_in .actions .slider.move .next:hover .pic img:first-child{
                    display: none;
                }
                .main_page .news .news_in .actions .slider.move .prev:hover .pic img:last-child,
                .main_page .news .news_in .actions .slider.move .next:hover .pic img:last-child{
                    display: block;
                }
            .main_page .news .news_in .actions .slider.move .prev .t,
            .main_page .news .news_in .actions .slider.move .next .t{
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                margin: 25px 0 0 0;
            }
            .main_page .news .news_in .actions .slider.move .prev:hover .t,
            .main_page .news .news_in .actions .slider.move .next:hover .t{
                color: #263238;
            }
            .main_page .news .news_in .actions .slider.move .prev .t{
                float: left;
            }
            .main_page .news .news_in .actions .slider.move .next .t{
                float: right;
            }
/* ACTIONS(END) */

/* RESPONSES */
.main_page .resp .slider.move{
    position: relative;
    height: 440px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .main_page .resp .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -390px;
    }
        .main_page .resp .slider.move .items .item{
            float: left;
            width: 390px;
        }
            .main_page .resp .slider.move .items .item_in{
                width: 280px;
                height: 360px;
                border: 10px solid #eceff1;
                position: relative;
                text-decoration: none;
                padding: 30px;
                cursor: pointer;
            }
            .main_page .resp .slider.move .items .item_in:hover{
                border: 10px solid #1976d2;
            }
                .main_page .resp .slider.move .items .item_in .left_top_corner{
                    position: absolute;
                    background-color: #1976d2;
                    left: -10px;
                    top: -10px;
                    width: 50px;
                    height: 50px;
                }
                    .main_page .resp .slider.move .items .item_in .left_top_corner .sq_w{
                        position: absolute;
                        background-color: #fff;
                        bottom: 0px;
                        right: 0px;
                        width: 40px;
                        height: 40px;
                    }
                .main_page .resp .slider.move .items .item_in .pic{
                    margin: 0 0 25px 0;
                    width: 100%;
                    height: 260px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
                    .main_page .resp .slider.move .items .item_in .pic img{
                        display: none;
                    }
                .main_page .resp .slider.move .items .item_in .name{
                    margin: 0 0 20px 0;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 500;
                    color: #263238;
                }
                .main_page .resp .slider.move .items .item_in .det{
                    width: 275px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    color: #1976d2;
                    font-weight: 500;
                    border: 2px solid #1976d2;
                    position: relative;
                    z-index: 1;
                }
                .main_page .resp .slider.move .items .item_in:hover .det{
                    background-color: #1976d2;
                    color: #fff;
                }
                .main_page .resp .slider.move .items .item_in .right_bottom_corner{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    background-color: #1976d2;
                    bottom: -10px;
                    right: -10px;
                }
                    .main_page .resp .slider.move .items .item_in .right_bottom_corner .w_sq{
                        position: absolute;
                        width: 40px;
                        height: 40px;
                        background-color: #fff;
                        top: 0;
                        left: 0;
                    }
    .main_page .resp .slider.move .all_r{
        position: absolute;
        width: 875px;
        line-height: 70px;
        background-color: #1976d2;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -437.5px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }
    .main_page .resp .slider.move .all_r:hover{
        background-color: #263238;
    }
    .main_page .resp .slider.move .prev,
    .main_page .resp .slider.move .next{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 150px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #263238;
    }
    .main_page .resp .slider.move .next{
        left: auto;
        right: 0;
    }
    .main_page .resp .slider.move .prev:hover,
    .main_page .resp .slider.move .next:hover{
        background-color: #1976d2;
        color: #fff;
    }
        .main_page .resp .slider.move .prev .pic{
            width: 15px;
            float: left;
            margin: 20px 20px 0 30px;
        }
        .main_page .resp .slider.move .next .pic{
            width: 15px;
            float: right;
            margin: 20px 30px 0 20px;
        }
            .main_page .resp .slider.move .prev .pic img,
            .main_page .resp .slider.move .next .pic img{
                display: block;
                width: 100%;
            }
            .main_page .resp .slider.move .next .pic img{
                transform: rotate(180deg);
            }
            .main_page .resp .slider.move .prev .pic img:last-child,
            .main_page .resp .slider.move .next .pic img:last-child{
                display: none;
            }
            .main_page .resp .slider.move .prev:hover .pic img:first-child,
            .main_page .resp .slider.move .next:hover .pic img:first-child{
                display: none;
            }
            .main_page .resp .slider.move .prev:hover .pic img:last-child,
            .main_page .resp .slider.move .next:hover .pic img:last-child{
                display: block;
            }
        .main_page .resp .slider.move .prev .t,
        .main_page .resp .slider.move .next .t{
            color: #263238;
            font-size: 14px;
            font-weight: 500;
            margin: 25px 0 0 0;
        }
        .main_page .resp .slider.move .prev .t{
            float: left;
        }
        .main_page .resp .slider.move .next .t{
            float: right;
        }
/* RESPONSES(END) */


/* PRODUCTION PAGE*/
.production_page .cat_main .slider.move{
    position: relative;
    height: 440px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .production_page .cat_main .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -405px;
    }
        .production_page .cat_main .slider.move .items .item{
            float: left;
            width: 390px;
        }
            .production_page .cat_main .slider.move .items .item_in{
                margin: auto;
                width: 340px;
                height: 420px;
                border: 10px solid #eceff1;
                position: relative;
                text-decoration: none;
                display: block;
            }
            .production_page .cat_main .slider.move .items .item_in:hover{
                border: 10px solid #1976d2;
            }
            .production_page .cat_main .slider.move .items .item_in.not_skl:hover{
                border: 10px solid #cfd8dc;
            }
                .production_page .cat_main .slider.move .items .item_in .left_top_corner{
                    position: absolute;
                    padding: 10px;
                    background-color: #1976d2;
                    left: -10px;
                    top: -10px;
                }
                .production_page .cat_main .slider.move .items .item_in.not_skl .left_top_corner{
                    background-color: #cfd8dc;
                }
                    .production_page .cat_main .slider.move .items .item_in .left_top_corner img{
                        width: 25px;
                        float: left;
                    }
                    .production_page .cat_main .slider.move .items .item_in .left_top_corner .t{
                        display: none;
                        color: #fff;
                        font-size: 12px;
                        margin: 7px 0 0 10px;
                        float: left;
                        line-height: 10px;
                    }
                    .production_page .cat_main .slider.move .items .item_in:hover .left_top_corner .t{
                        display: block;
                    }
                .production_page .cat_main .slider.move .items .item_in .pic{
                    margin: 35px auto;
                    width: 190px;
                    height: 175px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    float: none;
                }
                .production_page .cat_main .slider.move .items .item_in .over_name{
                    margin: 0 auto 20px auto;
                    width: 190px;
                    line-height: 15px;
                    text-align: center;
                    font-size: 11px;
                    color: #4f5b62;
                }
                .production_page .cat_main .slider.move .items .item_in .name{
                    margin: 0 auto 20px auto;
                    width: 190px;
                    line-height: 16px;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 700;
                    color: #263238;
                }
                .production_page .cat_main .slider.move .items .item_in .det{
                    margin: auto;
                    width: 186px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    color: #1976d2;
                    font-weight: 500;
                    border: 2px solid #1976d2;
                }
                .production_page .cat_main .slider.move .items .item_in:hover .det{
                    background-color: #1976d2;
                    color: #fff;
                }
                .production_page .cat_main .slider.move .items .item_in .right_bottom_corner{
                    position: absolute;
                    width: 50px;
                    height: 50px;
                    background-color: #1976d2;
                    bottom: -10px;
                    right: -10px;
                }
                .production_page .cat_main .slider.move .items .item_in.not_skl .right_bottom_corner{
                    background-color: #cfd8dc;
                }
                    .production_page .cat_main .slider.move .items .item_in .right_bottom_corner .w_sq{
                        position: absolute;
                        width: 40px;
                        height: 40px;
                        background-color: #fff;
                        top: 0;
                        left: 0;
                    }
    .production_page .cat_main .slider.move .all_prod{
        position: absolute;
        width: 875px;
        line-height: 70px;
        background-color: #1976d2;
        bottom: 20px;
        left: 50%;
        margin: 0 0 0 -437.5px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
    }
    .production_page .cat_main .slider.move .all_prod:hover{
        background-color: #263238;
    }
    .production_page .cat_main .slider.move .prev,
    .production_page .cat_main .slider.move .next{
        position: absolute;
        left: 0;
        bottom: 20px;
        height: 70px;
        width: 150px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #263238;
    }
    .production_page .cat_main .slider.move .next{
        left: auto;
        right: 0;
    }
    .production_page .cat_main .slider.move .prev:hover,
    .production_page .cat_main .slider.move .next:hover{
        background-color: #1976d2;
        color: #fff;
    }
    .production_page .cat_main .slider.move .prev .pic{
        width: 15px;
        float: left;
        margin: 20px 20px 0 30px;
    }
    .production_page .cat_main .slider.move .next .pic{
        width: 15px;
        float: right;
        margin: 20px 30px 0 20px;
    }
    .production_page .cat_main .slider.move .prev .pic img,
    .production_page .cat_main .slider.move .next .pic img{
        display: block;
        width: 100%;
    }
    .production_page .cat_main .slider.move .next .pic img{
        transform: rotate(180deg);
    }
    .production_page .cat_main .slider.move .prev .pic img:last-child,
    .production_page .cat_main .slider.move .next .pic img:last-child{
        display: none;
    }
    .production_page .cat_main .slider.move .prev:hover .pic img:first-child,
    .production_page .cat_main .slider.move .next:hover .pic img:first-child{
        display: none;
    }
    .production_page .cat_main .slider.move .prev:hover .pic img:last-child,
    .production_page .cat_main .slider.move .next:hover .pic img:last-child{
        display: block;
    }
    .production_page .cat_main .slider.move .prev .t,
    .production_page .cat_main .slider.move .next .t{
        color: #263238;
        font-size: 14px;
        font-weight: 500;
        margin: 25px 0 0 0;
    }
    .production_page .cat_main .slider.move .prev .t{
        float: left;
    }
    .production_page .cat_main .slider.move .next .t{
        float: right;
    }
/* PRODUCTION PAGE(END) */


/* NEWS DET */
.news_det .other_news .slider.move{
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .news_det .other_news .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -815px;
    }
        .news_det .other_news .slider.move .items .item{
            width: 815px;
            float: left;
        }
            .news_det .other_news .slider.move .items .item .item_in{
                width: 635px;
                height: 220px;
                border: 10px solid #fff;
                padding: 30px;
                display: block;
            }
            .news_det .other_news .slider.move .items .item .item_in:hover{
                border: 10px solid #263238;
            }
                .news_det .other_news .slider.move .items .item .item_in .date{
                    float: left;
                    width: 30px;
                    color: #fff;
                }
                    .news_det .other_news .slider.move .items .item .item_in .date .d{
                        float: left;
                        font-size: 24px;
                        font-weight: 600;
                        margin: 0 0 5px 0;
                    }
                    .news_det .other_news .slider.move .items .item .item_in .date .m,
                    .news_det .other_news .slider.move .items .item .item_in .date .y{
                        float: left;
                        font-size: 12px;
                        font-weight: 600;
                    }
                    .news_det .other_news .slider.move .items .item .item_in .date .y{
                        font-weight: 300;
                    }
                .news_det .other_news .slider.move .items .item .item_in .right{
                    float: right;
                    width: 500px;
                    padding: 0 0 0 30px;
                    border-left: 2px solid #fff;
                }
                    .news_det .other_news .slider.move .items .item .item_in .right .pic{
                        height: 220px;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin: 0 0 60px 0;
                    }
                    .news_det .other_news .slider.move .items .item .item_in .right .name{
                        font-size: 18px;
                        font-weight: 600;
                        color: #fff;
                        line-height: 24px;
                        padding: 0 0 25px 0;
                    }
                    .news_det .other_news .slider.move .items .item .item_in:hover .right .name{
                        text-decoration: underline;
                    }
    .news_det .other_news .slider.move .prev,
    .news_det .other_news .slider.move .next{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 70px;
        width: 150px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        border: 2px solid #263238;
    }
    .news_det .other_news .slider.move .next{
        left: auto;
        right: 0;
    }
    .news_det .other_news .slider.move .prev:hover,
    .news_det .other_news .slider.move .next:hover{
        border: 2px solid #fff;
    }
        .news_det .other_news .slider.move .prev .pic{
            width: 15px;
            float: left;
            margin: 20px 20px 0 30px;
        }
        .news_det .other_news .slider.move .next .pic{
            width: 15px;
            float: right;
            margin: 20px 30px 0 20px;
        }
            .news_det .other_news .slider.move .prev .pic img,
            .news_det .other_news .slider.move .next .pic img{
                display: block;
                width: 100%;
            }
            .news_det .other_news .slider.move .next .pic img{
                transform: rotate(180deg);
            }
        .news_det .other_news .slider.move .prev .t,
        .news_det .other_news .slider.move .next .t{
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin: 25px 0 0 0;
        }
        .news_det .other_news .slider.move .prev .t{
            float: left;
        }
        .news_det .other_news .slider.move .next .t{
            float: right;
        }
/* NEWS DET(END) */


/* NEWS ABOUT */
.about_page .news .news_in .news_s .slider.move{
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 535px;
}
    .about_page .news .news_in .news_s .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -535px;
    }
        .about_page .news .news_in .news_s .slider.move .items .item{
            width: 535px;
            float: left;
        }
            .about_page .news .news_in .news_s .slider.move .items .item .item_in{
                width: 455px;
                height: 220px;
                border: 10px solid #fff;
                padding: 30px;
                display: block;
            }
            .about_page .news .news_in .news_s .slider.move .items .item .item_in:hover{
                border: 10px solid #263238;
            }
            .about_page .news .news_in .news_s .slider.move .items .item .item_in .date{
                float: left;
                width: 30px;
                color: #fff;
            }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .date .d{
                    float: left;
                    font-size: 24px;
                    font-weight: 600;
                    margin: 0 0 5px 0;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .date .m,
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .date .y{
                    float: left;
                    font-size: 12px;
                    font-weight: 600;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .date .y{
                    font-weight: 300;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .right{
                    float: right;
                    width: 360px;
                    padding: 0 0 0 30px;
                    border-left: 2px solid #fff;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .right .pic{
                    height: 220px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                    margin: 0 0 60px 0;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in .right .name{
                    font-size: 18px;
                    font-weight: 600;
                    color: #fff;
                    line-height: 24px;
                    padding: 0 0 25px 0;
                }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in:hover .right .name{
                    text-decoration: underline;
                }
        .about_page .news .news_in .news_s .slider.move .all_n{
            position: absolute;
            width: 235px;
            line-height: 66px;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -117.5px;
            color: #fff;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border: 2px solid #fff;
            text-decoration: none;
        }
        .about_page .news .news_in .news_s .slider.move .all_n:hover{
            background-color: #fff;
            color: #1976d2;
        }
        .about_page .news .news_in .news_s .slider.move .prev,
        .about_page .news .news_in .news_s .slider.move .next{
            position: absolute;
            left: 0;
            bottom: 0;
            height: 70px;
            width: 150px;
            cursor: pointer;
            font-size: 14px;
            font-weight: 500;
        }
        .about_page .news .news_in .news_s .slider.move .next{
            left: auto;
            right: 0;
        }
        .about_page .news .news_in .news_s .slider.move .prev:hover,
        .about_page .news .news_in .news_s .slider.move .next:hover{
            background-color: #fff;
            color: #fff;
        }
        .about_page .news .news_in .news_s .slider.move .prev .pic{
            width: 15px;
            float: left;
            margin: 20px 20px 0 30px;
        }
        .about_page .news .news_in .news_s .slider.move .next .pic{
            width: 15px;
            float: right;
            margin: 20px 30px 0 20px;
        }
        .about_page .news .news_in .news_s .slider.move .prev .pic img,
        .about_page .news .news_in .news_s .slider.move .next .pic img{
            display: block;
            width: 100%;
        }
        .about_page .news .news_in .news_s .slider.move .next .pic img{
            transform: rotate(180deg);
        }
        .about_page .news .news_in .news_s .slider.move .prev .pic img:last-child,
        .about_page .news .news_in .news_s .slider.move .next .pic img:last-child{
            display: none;
        }
        .about_page .news .news_in .news_s .slider.move .prev:hover .pic img:first-child,
        .about_page .news .news_in .news_s .slider.move .next:hover .pic img:first-child{
            display: none;
        }
        .about_page .news .news_in .news_s .slider.move .prev:hover .pic img:last-child,
        .about_page .news .news_in .news_s .slider.move .next:hover .pic img:last-child{
            display: block;
        }
        .about_page .news .news_in .news_s .slider.move .prev .t,
        .about_page .news .news_in .news_s .slider.move .next .t{
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin: 25px 0 0 0;
        }
        .about_page .news .news_in .news_s .slider.move .prev:hover .t,
        .about_page .news .news_in .news_s .slider.move .next:hover .t{
            color: #263238;
        }
        .about_page .news .news_in .news_s .slider.move .prev .t{
            float: left;
        }
        .about_page .news .news_in .news_s .slider.move .next .t{
            float: right;
        }
/* NEWS(END) */

/* ACTIONS ABOUT*/
.about_page .news .news_in .actions .slider.move{
    position: relative;
    height: 420px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 535px;
    margin: 0 0 0 230px;
}
    .about_page .news .news_in .actions .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -535px;
    }
        .about_page .news .news_in .actions .slider.move .items .item{
            width: 535px;
            float: left;
        }
            .about_page .news .news_in .actions .slider.move .items .item .item_in{
                width: 455px;
                height: 220px;
                border: 10px solid #fff;
                padding: 30px;
                display: block;
            }
            .about_page .news .news_in .actions .slider.move .items .item .item_in:hover{
                border: 10px solid #1976d2;
            }
                .about_page .news .news_in .actions .slider.move .items .item .item_in .date{
                    float: left;
                    width: 30px;
                    color: #fff;
                }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .date .d{
                        float: left;
                        font-size: 24px;
                        font-weight: 600;
                        margin: 0 0 5px 0;
                    }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .date .m,
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .date .y{
                        float: left;
                        font-size: 12px;
                        font-weight: 600;
                    }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .date .y{
                        font-weight: 300;
                    }
                .about_page .news .news_in .actions .slider.move .items .item .item_in .right{
                    float: right;
                    width: 360px;
                    padding: 0 0 0 30px;
                    border-left: 2px solid #fff;
                }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .right .pic{
                        height: 220px;
                        background-size: cover;
                        background-repeat: no-repeat;
                        background-position: center;
                        margin: 0 0 60px 0;
                    }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .right .name{
                        font-size: 18px;
                        font-weight: 600;
                        color: #fff;
                        line-height: 24px;
                        padding: 0 0 25px 0;
                    }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in:hover .right .name{
                        text-decoration: underline;
                    }
                    .about_page .news .news_in .actions .slider.move .all_n{
                        position: absolute;
                        width: 235px;
                        line-height: 66px;
                        bottom: 0;
                        left: 50%;
                        margin: 0 0 0 -117.5px;
                        color: #fff;
                        font-size: 14px;
                        font-weight: 600;
                        text-align: center;
                        border: 2px solid #fff;
                        text-decoration: none;
                    }
            .about_page .news .news_in .actions .slider.move .all_n:hover{
                background-color: #fff;
                color: #1976d2;
            }
            .about_page .news .news_in .actions .slider.move .prev,
            .about_page .news .news_in .actions .slider.move .next{
                position: absolute;
                left: 0;
                bottom: 0;
                height: 70px;
                width: 150px;
                cursor: pointer;
                font-size: 14px;
                font-weight: 500;
            }
            .about_page .news .news_in .actions .slider.move .next{
                left: auto;
                right: 0;
            }
            .about_page .news .news_in .actions .slider.move .prev:hover,
            .about_page .news .news_in .actions .slider.move .next:hover{
                background-color: #fff;
                color: #fff;
            }
            .about_page .news .news_in .actions .slider.move .prev .pic{
                width: 15px;
                float: left;
                margin: 20px 20px 0 30px;
            }
            .about_page .news .news_in .actions .slider.move .next .pic{
                width: 15px;
                float: right;
                margin: 20px 30px 0 20px;
            }
            .about_page .news .news_in .actions .slider.move .prev .pic img,
            .about_page .news .news_in .actions .slider.move .next .pic img{
                display: block;
                width: 100%;
            }
            .about_page .news .news_in .actions .slider.move .next .pic img{
                transform: rotate(180deg);
            }
            .about_page .news .news_in .actions .slider.move .prev .pic img:last-child,
            .about_page .news .news_in .actions .slider.move .next .pic img:last-child{
                display: none;
            }
            .about_page .news .news_in .actions .slider.move .prev:hover .pic img:first-child,
            .about_page .news .news_in .actions .slider.move .next:hover .pic img:first-child{
                display: none;
            }
            .about_page .news .news_in .actions .slider.move .prev:hover .pic img:last-child,
            .about_page .news .news_in .actions .slider.move .next:hover .pic img:last-child{
                display: block;
            }
            .about_page .news .news_in .actions .slider.move .prev .t,
            .about_page .news .news_in .actions .slider.move .next .t{
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                margin: 25px 0 0 0;
            }
            .about_page .news .news_in .actions .slider.move .prev:hover .t,
            .about_page .news .news_in .actions .slider.move .next:hover .t{
                color: #263238;
            }
            .about_page .news .news_in .actions .slider.move .prev .t{
                float: left;
            }
            .about_page .news .news_in .actions .slider.move .next .t{
                float: right;
            }
/* ACTIONS ABOUT(END) */

/* RESPONSES ABOUT */
.about_page .resp .slider.move{
    position: relative;
    height: 440px;
    overflow: hidden;
    padding: 0 0 120px 0;
    width: 1530px;
    margin: auto;
}
    .about_page .resp .slider.move .items{
        width: 10000%;
        margin: 0 0 0 -390px;
    }
        .about_page .resp .slider.move .items .item{
            float: left;
            width: 390px;
        }
            .about_page .resp .slider.move .items .item_in{
                width: 280px;
                height: 360px;
                border: 10px solid #eceff1;
                position: relative;
                text-decoration: none;
                padding: 30px;
                cursor: pointer;
            }
            .about_page .resp .slider.move .items .item_in:hover{
                border: 10px solid #1976d2;
            }
                .about_page .resp .slider.move .items .item_in .left_top_corner{
                    position: absolute;
                    background-color: #1976d2;
                    left: -10px;
                    top: -10px;
                    width: 50px;
                    height: 50px;
                }
                    .about_page .resp .slider.move .items .item_in .left_top_corner .sq_w{
                        position: absolute;
                        background-color: #fff;
                        bottom: 0px;
                        right: 0px;
                        width: 40px;
                        height: 40px;
                    }
                .about_page .resp .slider.move .items .item_in .pic{
                    margin: 0 0 25px 0;
                    width: 100%;
                    height: 260px;
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: center;
                }
                    .about_page .resp .slider.move .items .item_in .pic img{
                        display: none;
                    }
                .about_page .resp .slider.move .items .item_in .name{
                    margin: 0 0 20px 0;
                    text-align: center;
                    font-size: 14px;
                    font-weight: 500;
                    color: #263238;
                }
                .about_page .resp .slider.move .items .item_in .det{
                    width: 275px;
                    line-height: 45px;
                    text-align: center;
                    font-size: 14px;
                    color: #1976d2;
                    font-weight: 500;
                    border: 2px solid #1976d2;
                    position: relative;
                    z-index: 1;
                }
                .about_page .resp .slider.move .items .item_in:hover .det{
                    background-color: #1976d2;
                    color: #fff;
                }
                    .about_page .resp .slider.move .items .item_in .right_bottom_corner{
                        position: absolute;
                        width: 50px;
                        height: 50px;
                        background-color: #1976d2;
                        bottom: -10px;
                        right: -10px;
                    }
                        .about_page .resp .slider.move .items .item_in .right_bottom_corner .w_sq{
                            position: absolute;
                            width: 40px;
                            height: 40px;
                            background-color: #fff;
                            top: 0;
                            left: 0;
                        }
                .about_page .resp .slider.move .all_r{
                    position: absolute;
                    width: 875px;
                    line-height: 70px;
                    background-color: #1976d2;
                    bottom: 0;
                    left: 50%;
                    margin: 0 0 0 -437.5px;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 600;
                    text-decoration: none;
                    text-align: center;
                }
                .about_page .resp .slider.move .all_r:hover{
                    background-color: #263238;
                }
                .about_page .resp .slider.move .prev,
                .about_page .resp .slider.move .next{
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    height: 70px;
                    width: 150px;
                    cursor: pointer;
                    font-size: 14px;
                    font-weight: 500;
                    color: #263238;
                }
                .about_page .resp .slider.move .next{
                    left: auto;
                    right: 0;
                }
                .about_page .resp .slider.move .prev:hover,
                .about_page .resp .slider.move .next:hover{
                    background-color: #1976d2;
                    color: #fff;
                }
                .about_page .resp .slider.move .prev .pic{
                    width: 15px;
                    float: left;
                    margin: 20px 20px 0 30px;
                }
                .about_page .resp .slider.move .next .pic{
                    width: 15px;
                    float: right;
                    margin: 20px 30px 0 20px;
                }
                .about_page .resp .slider.move .prev .pic img,
                .about_page .resp .slider.move .next .pic img{
                    display: block;
                    width: 100%;
                }
                .about_page .resp .slider.move .next .pic img{
                    transform: rotate(180deg);
                }
                .about_page .resp .slider.move .prev .pic img:last-child,
                .about_page .resp .slider.move .next .pic img:last-child{
                    display: none;
                }
                .about_page .resp .slider.move .prev:hover .pic img:first-child,
                .about_page .resp .slider.move .next:hover .pic img:first-child{
                    display: none;
                }
                .about_page .resp .slider.move .prev:hover .pic img:last-child,
                .about_page .resp .slider.move .next:hover .pic img:last-child{
                    display: block;
                }
                .about_page .resp .slider.move .prev .t,
                .about_page .resp .slider.move .next .t{
                    color: #263238;
                    font-size: 14px;
                    font-weight: 500;
                    margin: 25px 0 0 0;
                }
                .about_page .resp .slider.move .prev .t{
                    float: left;
                }
                .about_page .resp .slider.move .next .t{
                    float: right;
                }
/* RESPONSES(END) */


/* MEDIA QUERY */

/* 1620px */
@media (max-width: 1620px) {
    /* MAIN */
    .header .main_slider .slider.move {
        width: 1170px;
    }
        .header .main_slider .slider.move .items {
            margin: 0 0 0 -1170px;
        }
            .header .main_slider .slider.move .items .item {
                width: 1170px;
            }
                .header .main_slider .slider.move .items .item_in {
                    width: 1150px;
                }
                    .header .main_slider .slider.move .items .item .name {
                        width: 450px;
                    }
                    .header .main_slider .slider.move .items .item .prev_text {
                        margin: 0 190px 65px 0;
                    }
    /* MAIN(END) */

    /* PRODUCTION */
    .main_page .prod .slider.move {
        width: 1170px;
    }
        .main_page .prod .slider.move .items {
            margin: 0 0 0 -315px;
        }
            .main_page .prod .slider.move .items .item {
                width: 300px;
            }
                .main_page .prod .slider.move .items .item .item_in{
                    width: 250px;
                }
    /* PRODUCTION(END) */

    /* DEVELOPMENT */
    .main_page .development .slider.move {
        width: 1170px;
    }
        .main_page .development .slider.move .items {
            margin: 0 0 0 -915px;
        }
            .main_page .development .slider.move .items .item {
                width: 1000px;
            }
                .main_page .development .slider.move .items .item_in {
                    width: 950px;
                }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news .news_in .actions .slider.move {
        margin: 0 0 0 50px;
    }
    /* NEWS(END) */

    /* RESPONSES */
    .main_page .resp .slider.move {
        width: 1170px;
    }
        .main_page .resp .slider.move .items {
            margin: 0 0 0 -300px;
        }
            .main_page .resp .slider.move .items .item {
                width: 300px;
            }
                .main_page .resp .slider.move .items .item .item_in{
                    width: 190px;
                }
                    .main_page .resp .slider.move .items .item .item_in .det {
                        width: 185px;
                    }
    /* RESPONSES(END) */


    /* PRODUCTION PAGE*/
    .production_page .cat_main .slider.move {
        width: 1170px;
    }
        .production_page .cat_main .slider.move .items {
            margin: 0 0 0 -315px;
        }
            .production_page .cat_main .slider.move .items .item {
                width: 300px;
            }
                .production_page .cat_main .slider.move .items .item .item_in{
                    width: 250px;
                }
    /* PRODUCTION PAGE(END) */

    /* NEWS DET */
    .news_det .other_news .tit {
        width: 1170px;
    }
    .news_det .other_news .slider.move {
        width: 1170px;
    }
        .news_det .other_news .slider.move .items {
            margin: 0 0 0 -630px;
        }
            .news_det .other_news .slider.move .items .item {
                width: 635px;
            }
                .news_det .other_news .slider.move .items .item .item_in {
                    width: 450px;
                }
                    .news_det .other_news .slider.move .items .item .item_in .right {
                        width: 365px;
                    }
    /* NEWS DET(END) */

    /* NEWS ABOUT */
    .about_page .news .news_in .actions .slider.move {
        margin: 0 0 0 50px;
    }
    /* NEWS ABOUT(END) */

    /* RESPONSES */
    .about_page .resp .slider.move {
        width: 1170px;
    }
        .about_page .resp .slider.move .items {
            margin: 0 0 0 -300px;
        }
            .about_page .resp .slider.move .items .item {
                width: 300px;
            }
                .about_page .resp .slider.move .items .item .item_in{
                    width: 190px;
                }
                    .about_page .resp .slider.move .items .item .item_in .det {
                        width: 185px;
                    }
    /* RESPONSES(END) */
}
/* 1620px(end) */

/* 1270px */
@media (max-width: 1270px) {
    /* MAIN */
    .header .main_slider .slider.move {
        width: 940px;
    }
        .header .main_slider .slider.move .items {
            margin: 0 0 0 -940px;
        }
            .header .main_slider .slider.move .items .item {
                width: 940px;
            }
                .header .main_slider .slider.move .items .item_in {
                    width: 920px;
                }
                    .header .main_slider .slider.move .items .item .pic {
                        width: 345px;
                        height: 345px;
                        top: 30px;
                    }
                    .header .main_slider .slider.move .items .item .name {
                        width: 335px;
                    }
                    .header .main_slider .slider.move .items .item .prev_text {
                        width: 220px;
                        font-size: 14px;
                    }
                        .main_page .development .slider.move .items .item_in .text .name {
                            font-size: 22px;
                        }
    /* MAIN(END) */

    /* PRODUCTION */
    .main_page .prod .slider.move {
        width: 940px;
    }
        .main_page .prod .slider.move .items {
            margin: 0 0 0 -338px;
        }
            .main_page .prod .slider.move .items .item {
                width: 323px;
            }
                .main_page .prod .slider.move .items .item .item_in {
                    width: 273px;
                }
        .main_page .prod .slider.move .all_prod {
            width: 640px;
            margin: 0 0 0 -320px;
        }
    /* PRODUCTION(END) */

    /* DEVELOPMENT */
    .main_page .development .slider.move {
        width: 940px;
    }
        .main_page .development .slider.move .items {
            margin: 0 0 0 -685px;
        }
            .main_page .development .slider.move .items .item {
                width: 770px;
            }
                .main_page .development .slider.move .items .item_in {
                    width: 720px;
                }
                    .main_page .development .slider.move .items .item_in .pic {
                        width: 200px;
                        height: 270px;
                        margin: 25px 0 0 60px;
                    }
                    .main_page .development .slider.move .items .item_in .text {
                        margin: 40px 70px 0 0;
                        width: 360px;
                    }
            .main_page .development .slider.move .all_d {
                width: 640px;
                margin: 0 0 0 -320px;
            }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news .news_in .news_s .slider.move {
        height: 465px;
        width: 420px;
    }
        .main_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -420px;
        }
            .main_page .news .news_in .news_s .slider.move .items .item {
                width: 420px;
            }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 340px;
                }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 250px;
                    }
        .main_page .news .news_in .news_s .slider.move .all_n {
            width: 120px;
            margin: 0 0 0 -60px;
        }
    .main_page .news .news_in .actions .slider.move {
        height: 465px;
        width: 420px;
    }
        .main_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -420px;
        }
            .main_page .news .news_in .actions .slider.move .items .item {
                width: 420px;
            }
                .main_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 340px;
                }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .right {
                        width: 250px;
                    }
        .main_page .news .news_in .actions .slider.move .all_n {
            width: 120px;
            margin: 0 0 0 -60px;
            line-height: 33px;
        }
    /* NEWS(END) */

    /* RESPONSES */
    .main_page .resp .slider.move {
        width: 940px;
    }
        .main_page .resp .slider.move .items {
            margin: 0 0 0 -323px;
        }
            .main_page .resp .slider.move .items .item {
                width: 323px;
            }
                .main_page .resp .slider.move .items .item .item_in {
                    width: 213px;
                }
                    .main_page .resp .slider.move .items .item .item_in .det {
                        width: 209px;
                    }
        .main_page .resp .slider.move .all_r {
            width: 640px;
            margin: 0 0 0 -320px;
        }
    /* RESPONSES(END) */

    /* PRODUCTION PAGE*/
    .production_page .cat_main .slider.move {
        width: 940px;
    }
        .production_page .cat_main .slider.move .items {
            margin: 0 0 0 -338px;
        }
            .production_page .cat_main .slider.move .items .item {
                width: 323px;
            }
                .production_page .cat_main .slider.move .items .item .item_in {
                    width: 273px;
                }
        .production_page .cat_main .slider.move .all_prod {
            width: 640px;
            margin: 0 0 0 -320px;
        }
    /* PRODUCTION PAGE(END) */

    /* NEWS DET */
    .news_det .other_news .tit {
        width: 940px;
    }
        .news_det .other_news .slider.move {
            width: 940px;
        }
            .news_det .other_news .slider.move .items {
                margin: 0 0 0 -495px;
            }
                .news_det .other_news .slider.move .items .item {
                    width: 495px;
                }
                    .news_det .other_news .slider.move .items .item .item_in {
                        width: 365px;
                    }
                        .news_det .other_news .slider.move .items .item .item_in .right {
                            width: 275px;
                        }
    /* NEWS DET(END) */

    /* NEWS */
    .about_page .news .news_in .news_s .slider.move {
        height: 465px;
        width: 420px;
    }
        .about_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -420px;
        }
            .about_page .news .news_in .news_s .slider.move .items .item {
                width: 420px;
            }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 340px;
                }
                    .about_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 250px;
                    }
            .about_page .news .news_in .news_s .slider.move .all_n {
                width: 120px;
                margin: 0 0 0 -60px;
            }
    .about_page .news .news_in .actions .slider.move {
        height: 465px;
        width: 420px;
    }
        .about_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -420px;
        }
            .about_page .news .news_in .actions .slider.move .items .item {
                width: 420px;
            }
                .about_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 340px;
                }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .right {
                        width: 250px;
                    }
                    .about_page .news .news_in .actions .slider.move .all_n {
                        width: 120px;
                        margin: 0 0 0 -60px;
                    }
    /* NEWS(END) */

    /* RESPONSES */
    .about_page .resp .slider.move {
        width: 940px;
    }
        .about_page .resp .slider.move .items {
            margin: 0 0 0 -323px;
        }
            .about_page .resp .slider.move .items .item {
                width: 323px;
            }
                .about_page .resp .slider.move .items .item .item_in {
                    width: 213px;
                }
                    .about_page .resp .slider.move .items .item .item_in .det {
                        width: 209px;
                    }
            .about_page .resp .slider.move .all_r {
                width: 640px;
                margin: 0 0 0 -320px;
            }
    /* RESPONSES(END) */
}
/* 1270px(end) */

/* 1040px */
@media (max-width: 1040px) {

    /* MAIN */
    .header .main_slider .slider.move {
        width: 725px;
        height: 325px;
    }
        .header .main_slider .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .header .main_slider .slider.move .items .item {
                width: 725px;
            }
                .header .main_slider .slider.move .items .item_in {
                    width: 705px;
                    height: 305px;
                }
                    .header .main_slider .slider.move .items .item .pic {
                        width: 250px;
                        height: 250px;
                        top: 10px;
                        left: 10px;
                    }
                    .header .main_slider .slider.move .items .item .name {
                        width: 340px;
                        font-size: 30px;
                        margin: 40px 20px 35px 0;
                    }
                    .header .main_slider .slider.move .items .item .prev_text {
                        margin: 0 140px 45px 0;
                    }
     /* MAIN(END) */

    /* PRODUCTION */
    .main_page .prod .slider.move {
        width: 725px;
    }
        .main_page .prod .slider.move .items {
            margin: 0 0 0 -392.5px;
        }
            .main_page .prod .slider.move .items .item {
                width: 377.5px;
            }
                .main_page .prod .slider.move .items .item .item_in {
                    width: 327.5px;
                }
        .main_page .prod .slider.move .all_prod {
            width: 425px;
            margin: 0 0 0 -212.5px;
        }
    /* PRODUCTION(END) */

    /* DEVELOPMENT */
    .main_page .development .slider.move {
        width: 725px;
    }
        .main_page .development .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .main_page .development .slider.move .items .item {
                width: 725px;
            }
                .main_page .development .slider.move .items .item_in {
                    width: 705px;
                }
            .main_page .development .slider.move .all_d {
                width: 425px;
                margin: 0 0 0 -212.5px;
            }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news .news_in .news_s .slider.move {
        height: 380px;
        width: 725px;
    }
        .main_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .main_page .news .news_in .news_s .slider.move .items .item {
                width: 725px;
            }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 645px;
                }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 555px;
                    }
        .main_page .news .news_in .news_s .slider.move .all_n {
            width: 425px;
            margin: 0 0 0 -212.5px;
        }
    .main_page .news .news_in .actions .slider.move {
        height: 380px;
        width: 725px;
        margin: 0;
    }
        .main_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .main_page .news .news_in .actions .slider.move .items .item {
                width: 725px;
            }
                .main_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 645px;
                }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .right {
                        width: 555px;
                    }
        .main_page .news .news_in .actions .slider.move .all_n {
            width: 425px;
            margin: 0 0 0 -212.5px;
            line-height: 66px;
        }
    /* NEWS(END) */

    /* RESPONSES */
    .main_page .resp .slider.move {
        width: 725px;
    }
        .main_page .resp .slider.move .items {
            margin: 0 0 0 -377.5px;
        }
            .main_page .resp .slider.move .items .item {
                width: 377.5px;
            }
                .main_page .resp .slider.move .items .item .item_in {
                    width: 267.5px;
                }
                    .main_page .resp .slider.move .items .item .item_in .det {
                        width: 263px;
                    }
        .main_page .resp .slider.move .all_r {
            width: 425px;
            margin: 0 0 0 -212.5px;
        }
    /* RESPONSES(END) */

    /* PRODUCTION PAGE*/
    .production_page .cat_main .slider.move {
        width: 725px;
    }
        .production_page .cat_main .slider.move .items {
            margin: 0 0 0 -392.5px;
        }
            .production_page .cat_main .slider.move .items .item {
                width: 377.5px;
            }
                .production_page .cat_main .slider.move .items .item .item_in {
                    width: 327.5px;
                }
        .production_page .cat_main .slider.move .all_prod {
            width: 425px;
            margin: 0 0 0 -212.5px;
        }
    /* PRODUCTION PAGE(END) */

    /* NEWS DET */
    .news_det .other_news .tit {
        width: 725px;
    }
        .news_det .other_news .slider.move {
            width: 725px;
        }
            .news_det .other_news .slider.move .items {
                margin: 0 0 0 -725px;
            }
                .news_det .other_news .slider.move .items .item {
                    width: 725px;
                }
                    .news_det .other_news .slider.move .items .item .item_in {
                        width: 645px;
                    }
                        .news_det .other_news .slider.move .items .item .item_in .right {
                            width: 530px;
                        }
    /* NEWS DET(END) */

    /* NEWS */
    .about_page .news .news_in .news_s .slider.move {
        height: 380px;
        width: 725px;
    }
        .about_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .about_page .news .news_in .news_s .slider.move .items .item {
                width: 725px;
            }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 645px;
                }
                    .about_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 555px;
                    }
            .about_page .news .news_in .news_s .slider.move .all_n {
                width: 425px;
                margin: 0 0 0 -212.5px;
            }
    .about_page .news .news_in .actions .slider.move {
        height: 380px;
        width: 725px;
        margin: 0;
    }
        .about_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -725px;
        }
            .about_page .news .news_in .actions .slider.move .items .item {
                width: 725px;
            }
                .about_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 645px;
                }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .right {
                        width: 555px;
                    }
            .about_page .news .news_in .actions .slider.move .all_n {
                width: 425px;
                margin: 0 0 0 -212.5px;
            }
    /* NEWS(END) */

    /* RESPONSES */
    .about_page .resp .slider.move {
        width: 725px;
    }
        .about_page .resp .slider.move .items {
            margin: 0 0 0 -377.5px;
        }
            .about_page .resp .slider.move .items .item {
                width: 377.5px;
            }
                .about_page .resp .slider.move .items .item .item_in {
                    width: 267.5px;
                }
                    .about_page .resp .slider.move .items .item .item_in .det {
                        width: 263px;
                    }
            .about_page .resp .slider.move .all_r {
                width: 425px;
                margin: 0 0 0 -212.5px;
            }
    /* RESPONSES(END) */
}
/* 1040px(end) */

/* 825px */
@media (max-width: 825px) {

    /* MAIN */
    .header .main_slider{
        display: none;
    }
    /* MAIN(END) */

    /* PRODUCTION */
    .main_page .prod .slider.move {
        width: 290px;
        padding: 0 0 220px 0;
    }
        .main_page .prod .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .main_page .prod .slider.move .items .item {
                width: 290px;
            }
                .main_page .prod .slider.move .items .item .item_in {
                    width: 270px;
                }
    .main_page .prod .slider.move .all_prod {
        width: 290px;
        margin: 0;
        left: 0;
        bottom: 100px;
    }
        .main_page .prod .slider.move .prev,
        .main_page .prod .slider.move .next {
            width: 145px;
        }
    /* PRODUCTION(END) */

    /* DEVELOPMENT */
    .main_page .development .slider.move {
        width: 290px;
        padding: 0 0 220px 0;
    }
        .main_page .development .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .main_page .development .slider.move .items .item {
                width: 290px;
            }
                .main_page .development .slider.move .items .item_in {
                    width: 270px;
                }
                    .main_page .development .slider.move .items .item_in .pic {
                        display: none;
                    }
                    .main_page .development .slider.move .items .item_in .text .name {
                        margin: 40px 0;
                    }
                    .main_page .development .slider.move .items .item_in .text {
                        margin: auto;
                        width: 225px;
                        float: none;
                    }
                    .main_page .development .slider.move .items .item_in .text .det {
                        float: left;
                    }
        .main_page .development .slider.move .all_d {
            width: 290px;
            margin: 0;
            left: 0;
            bottom: 100px;
        }
        .main_page .development .slider.move .prev,
        .main_page .development .slider.move .next {
            width: 145px;
        }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news .news_in .news_s .slider.move {
        width: 290px;
        height: 475px;
        padding: 0 0 175px 0;
    }
        .main_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .main_page .news .news_in .news_s .slider.move .items .item {
                width: 290px;
            }
                .main_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .date {
                        display: none;
                    }
                    .main_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 100%;
                        padding: 0;
                        border: 0;
                    }
        .main_page .news .news_in .news_s .slider.move .all_n {
            width: 285px;
            margin: 0;
            left: 0;
            bottom: 80px;
        }
    .main_page .news .news_in .actions .slider.move {
        width: 290px;
        height: 475px;
        padding: 0 0 175px 0;
    }
        .main_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .main_page .news .news_in .actions .slider.move .items .item {
                width: 290px;
            }
                .main_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .date {
                        display: none;
                    }
                    .main_page .news .news_in .actions .slider.move .items .item .item_in .right {
                        width: 100%;
                        padding: 0;
                        border: 0;
                    }
        .main_page .news .news_in .actions .slider.move .all_n {
            width: 285px;
            margin: 0;
            left: 0;
            bottom: 80px;
        }
    /* NEWS(END) */

    /* RESPONSES */
    .main_page .resp .slider.move {
        width: 290px;
        padding: 0 0 220px 0;
    }
        .main_page .resp .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .main_page .resp .slider.move .items .item {
                width: 290px;
            }
                .main_page .resp .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .main_page .resp .slider.move .items .item .item_in .det {
                        width: 206px;
                    }
        .main_page .resp .slider.move .all_r {
            width: 290px;
            bottom: 100px;
            margin: 0;
            left: 0;
        }
        .main_page .resp .slider.move .prev,
        .main_page .resp .slider.move .next {
            width: 145px;
        }
    /* RESPONSES(END) */

    /* PRODUCTION PAGE */
    .production_page .cat_main .slider.move {
        width: 290px;
        padding: 0 0 220px 0;
    }
        .production_page .cat_main .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .production_page .cat_main .slider.move .items .item {
                width: 290px;
            }
                .production_page .cat_main .slider.move .items .item .item_in {
                    width: 270px;
                }
        .production_page .cat_main .slider.move .all_prod {
            width: 290px;
            margin: 0;
            left: 0;
            bottom: 100px;
        }
        .production_page .cat_main .slider.move .prev,
        .production_page .cat_main .slider.move .next {
            width: 145px;
        }
    /* PRODUCTION PAGE(END) */

    /* NEWS DET */
    .news_det .other_news {
        padding: 50px 0;
    }
        .news_det .other_news .tit {
            width: 290px;
            font-size: 24px;
        }
            .news_det .other_news .slider.move {
                width: 290px;
            }
                .news_det .other_news .slider.move .items {
                    margin: 0 0 0 -290px;
                }
                    .news_det .other_news .slider.move .items .item {
                        width: 290px;
                    }
                        .news_det .other_news .slider.move .items .item .item_in {
                            width: 210px;
                        }
                            .news_det .other_news .slider.move .items .item .item_in .date {
                                display: none;
                            }
                            .news_det .other_news .slider.move .items .item .item_in .right {
                                width: 210px;
                                border: 0;
                            }
            .news_det .other_news .slider.move .prev,
            .news_det .other_news .slider.move .next {
                width: 140px;
            }
    /* NEWS DET(END) */

    /* NEWS */
    .about_page .news .news_in .news_s .slider.move {
        width: 290px;
        height: 475px;
        padding: 0 0 175px 0;
    }
        .about_page .news .news_in .news_s .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .about_page .news .news_in .news_s .slider.move .items .item {
                width: 290px;
            }
                .about_page .news .news_in .news_s .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .about_page .news .news_in .news_s .slider.move .items .item .item_in .date {
                        display: none;
                    }
                    .about_page .news .news_in .news_s .slider.move .items .item .item_in .right {
                        width: 100%;
                        padding: 0;
                        border: 0;
                    }
            .about_page .news .news_in .news_s .slider.move .all_n {
                width: 285px;
                margin: 0;
                left: 0;
                bottom: 80px;
            }
    .about_page .news .news_in .actions .slider.move {
        width: 290px;
        height: 475px;
        padding: 0 0 175px 0;
    }
        .about_page .news .news_in .actions .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .about_page .news .news_in .actions .slider.move .items .item {
                width: 290px;
            }
                .about_page .news .news_in .actions .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .about_page .news .news_in .actions .slider.move .items .item .item_in .date {
                        display: none;
                    }
                        .about_page .news .news_in .actions .slider.move .items .item .item_in .right {
                            width: 100%;
                            padding: 0;
                            border: 0;
                        }
            .about_page .news .news_in .actions .slider.move .all_n {
                width: 285px;
                margin: 0;
                left: 0;
                bottom: 80px;
            }
    /* NEWS(END) */

    /* RESPONSES */
    .about_page .resp .slider.move {
        width: 290px;
        padding: 0 0 220px 0;
    }
        .about_page .resp .slider.move .items {
            margin: 0 0 0 -290px;
        }
            .about_page .resp .slider.move .items .item {
                width: 290px;
            }
                .about_page .resp .slider.move .items .item .item_in {
                    width: 210px;
                }
                    .about_page .resp .slider.move .items .item .item_in .det {
                        width: 206px;
                    }
            .about_page .resp .slider.move .all_r {
                width: 290px;
                bottom: 100px;
                margin: 0;
                left: 0;
            }
            .about_page .resp .slider.move .prev,
            .about_page .resp .slider.move .next {
                width: 145px;
            }
    /* RESPONSES(END) */
}
/* 825px(end) */

/* MEDIA QUERY(END) */