/* PRODUCTION */
.main_page .prod{
    padding: 100px 0;
    border-bottom: 2px solid #eceff1;
}
    .main_page .prod .tit{
        font-size: 36px;
        font-weight: 600;
        color: #1976d2;
        text-align: center;
        padding: 0 0 40px 0;
    }
/* PRODUCTION(END) */

/* ABOUT COMPANY */
.main_page .about_company_main{
    padding: 100px 0;
    border-bottom: 2px solid #eceff1;
}
    .main_page .about_company_main .about_company{
        width: 1480px;
        left: 50%;
        margin: 0 0 0 -765px;
        position: relative;
        border: 10px solid #eceff1;
        text-decoration: none;
        display: block;
    }
    .main_page .about_company_main .about_company:hover{
        border: 10px solid #1976d2;
    }
        .main_page .about_company_main .about_company .left_top_corner{
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: #1976d2;
            left: -10px;
            top: -10px;
        }
            .main_page .about_company_main .about_company .left_top_corner .sq_w{
                position: absolute;
                width: 40px;
                height: 40px;
                background-color: #fff;
                right: 0;
                bottom: 0;
            }
        .main_page .about_company_main .about_company .text{
            float: left;
            width: 380px;
            padding: 0 0 0 90px;
        }
            .main_page .about_company_main .about_company .text .tit{
                padding: 45px 0 45px 0;
                color: #1976d2;
                font-size: 36px;
                font-weight: 600;
                position: relative;
            }
            .main_page .about_company_main .about_company .text .t{
                font-size: 14px;
                color: #263238;
                height: 180px;
                overflow: hidden;
                position: relative;
                margin: 0 0 50px 0;
                line-height: 24px;
            }
                .main_page .about_company_main .about_company .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 .about_company_main .about_company .text .det{
                float: right;
                width: 270px;
                line-height: 70px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                background-color: #1976d2;
                margin: 0 0 50px 0;
            }
            .main_page .about_company_main .about_company:hover .text .det{
                background-color: #263238;
            }
        .main_page .about_company_main .about_company .pic{
            position: absolute;
            right: -40px;
            top: -40px;
            width: 500px;
            height: 550px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: -1;
        }
        .main_page .about_company_main .about_company .right_bottom_corner1{
            position: absolute;
            width: 10px;
            height: 50px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
        .main_page .about_company_main .about_company .right_bottom_corner2{
            position: absolute;
            width: 50px;
            height: 10px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
/* ABOUT COMPANY(END) */

/* DEVELOPMENT */
.main_page .development{
    padding: 100px 0;
}
    .main_page .development .tit{
        font-size: 36px;
        font-weight: 600;
        color: #1976d2;
        text-align: center;
        padding: 0 0 40px 0;
    }
/* DEVELOPMENT(END) */

/* NEWS */
.main_page .news{
    padding: 100px 0;
    background: linear-gradient(90deg, #1976d2 50%, #263238 50%);
}
    .main_page .news .news_in{
        width: 1530px;
        margin: auto;
    }
        .main_page .news .news_in .tit{
            margin: 0 0 45px 0;
            color: #fff;
            font-size: 36px;
            font-weight: 600;
        }
        .main_page .news .news_in .news_s{
            float: left;
            width: 50%;
        }
/* NEWS(END) */

/* ACTIONS */
.main_page .news .news_in .actions .tit{
    margin: 0 0 45px 230px;
}
.main_page .news .news_in .actions{
    float: right;
    width: 50%;
}
/* ACTIONS(END) */

/* RESPONSES */
.main_page .resp{
    padding: 100px 0;
    border-bottom: 2px solid #eceff1;
}
    .main_page .resp .tit{
        font-size: 36px;
        font-weight: 600;
        color: #1976d2;
        text-align: center;
        padding: 0 0 40px 0;
    }
/* RESPONSES(END) */

/* TRAINING CENTER */
.main_page .training_center_main{
    padding: 100px 0;
    border-bottom: 2px solid #eceff1;
}
    .main_page .training_center_main .training_center{
        width: 1480px;
        left: 50%;
        margin: 0 0 0 -765px;
        position: relative;
        border: 10px solid #eceff1;
        text-decoration: none;
        display: block;
    }
    .main_page .training_center_main .training_center:hover{
        border: 10px solid #1976d2;
    }
        .main_page .training_center_main .training_center .left_top_corner{
            position: absolute;
            width: 50px;
            height: 50px;
            background-color: #1976d2;
            left: -10px;
            top: -10px;
        }
            .main_page .training_center_main .training_center .left_top_corner .sq_w{
                position: absolute;
                width: 40px;
                height: 40px;
                background-color: #fff;
                right: 0;
                bottom: 0;
            }
        .main_page .training_center_main .training_center .text{
            float: left;
            width: 380px;
            padding: 0 0 0 90px;
        }
            .main_page .training_center_main .training_center .text .tit{
                padding: 45px 0 45px 0;
                color: #1976d2;
                font-size: 36px;
                font-weight: 600;
                position: relative;
            }
            .main_page .training_center_main .training_center .text .t{
                font-size: 14px;
                color: #263238;
                height: 180px;
                overflow: hidden;
                position: relative;
                margin: 0 0 50px 0;
                line-height: 24px;
            }
                .main_page .training_center_main .training_center .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 .training_center_main .training_center .text .det{
                float: right;
                width: 270px;
                line-height: 70px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                background-color: #1976d2;
                margin: 0 0 50px 0;
            }
            .main_page .training_center_main .training_center:hover .text .det{
                background-color: #263238;
            }
        .main_page .training_center_main .training_center .pic{
            position: absolute;
            right: -40px;
            top: -40px;
            width: 500px;
            height: 565px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: -1;
        }
        .main_page .training_center_main .training_center .right_bottom_corner1{
            position: absolute;
            width: 10px;
            height: 50px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
        .main_page .training_center_main .training_center .right_bottom_corner2{
            position: absolute;
            width: 50px;
            height: 10px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
/* TRAINING CENTER(END) */

/* SERVICE CENTER */
.main_page .service_center_main{
    padding: 100px 0;
    border-bottom: 2px solid #eceff1;
}
    .main_page .service_center_main .service_center{
        width: 1480px;
        left: 50%;
        margin: 0 0 0 -730px;
        position: relative;
        border: 10px solid #eceff1;
        text-decoration: none;
        display: block;
    }
    .main_page .service_center_main .service_center:hover{
        border: 10px solid #1976d2;
    }
        .main_page .service_center_main .service_center .left_top_corner1{
            position: absolute;
            width: 50px;
            height: 10px;
            background-color: #1976d2;
            left: -10px;
            top: -10px;
        }
        .main_page .service_center_main .service_center .left_top_corner2{
            position: absolute;
            width: 10px;
            height: 50px;
            background-color: #1976d2;
            left: -10px;
            top: -10px;
        }
        .main_page .service_center_main .service_center .text{
            float: right;
            width: 380px;
            padding: 0 90px 0 0;
        }
            .main_page .service_center_main .service_center .text .tit{
                padding: 45px 0 45px 0;
                color: #1976d2;
                font-size: 36px;
                font-weight: 600;
                position: relative;
            }
            .main_page .service_center_main .service_center .text .t{
                font-size: 14px;
                color: #263238;
                height: 180px;
                overflow: hidden;
                position: relative;
                margin: 0 0 50px 0;
                line-height: 24px;
            }
                .main_page .service_center_main .service_center .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 .service_center_main .service_center .text .det{
                float: right;
                width: 270px;
                line-height: 70px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                font-weight: 600;
                background-color: #1976d2;
                margin: 0 0 50px 0;
            }
            .main_page .service_center_main .service_center:hover .text .det{
                background-color: #263238;
            }
        .main_page .service_center_main .service_center .pic{
            position: absolute;
            left: -40px;
            top: -40px;
            width: 500px;
            height: 565px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            z-index: -1;
        }
        .main_page .service_center_main .service_center .right_bottom_corner1{
            position: absolute;
            width: 10px;
            height: 50px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
        .main_page .service_center_main .service_center .right_bottom_corner2{
            position: absolute;
            width: 50px;
            height: 10px;
            background-color: #1976d2;
            bottom: -10px;
            right: -10px;
        }
/* SERVICE CENTER(END) */

/* CONT */
.main_page .cont_main{
    padding: 100px 0;
    background: linear-gradient(90deg, #1976d2 50%, #263238 50%);
}
    .main_page .cont_main .cont{
        width: 1530px;
        margin: auto;
    }
        .main_page .cont_main .cont .tit{
            margin: 0 0 45px 0;
            color: #fff;
            font-size: 36px;
            font-weight: 600;
        }
        .main_page .cont_main .cont .addr{
            float: left;
            width: 50%;
        }
            .main_page .cont_main .cont .addr .map{
                width: 450px;
                padding: 30px;
                border: 10px solid #fff;
                margin: 0 0 40px 0;
            }
                .main_page .cont_main .cont .addr .map iframe{
                    width: 100%;
                    height: 300px;
                }
            .main_page .cont_main .cont .addr .t{
                width: 630px;
                margin: auto;
            }
                .main_page .cont_main .cont .addr .t .town{
                    font-size: 18px;
                    font-weight: 600;
                    color: #fff;
                    margin: 0 0 40px 0;
                }
                    .main_page .cont_main .cont .addr .t .items .item{
                        margin: 0 0 20px 0;
                    }
                    .main_page .cont_main .cont .addr .t .items .item:last-child {
                        margin: 0;
                    }
                        .main_page .cont_main .cont .addr .t .items .item .left{
                            float: left;
                            width: 160px;
                            font-size: 14px;
                            color: #a5c1e9;
                        }
                        .main_page .cont_main .cont .addr .t .items .item .right{
                            float: left;
                            font-size: 14px;
                            font-weight: 500;
                            color: #fff;
                        }
        .main_page .cont_main .cont .form{
            float: right;
            width: 50%;
        }


            .main_page .cont_main .cont .form .tit {
                padding: 0 0 0 220px;
            }
            .main_page .cont_main .cont .form form{
                width: 420px;
                padding: 50px;
                border: 10px solid #fff;
                float: right;
            }
                .main_page .cont_main .cont .form form input[type="text"],
                .main_page .cont_main .cont .form form textarea{
                    width: 100%;
                    padding: 15px 0;
                    border-bottom: 2px solid #cfd8dc;
                    margin: 0 0 30px 0;
                    border-top: 0;
                    border-left: 0;
                    border-right: 0;
                    background: #263238!important;
                    color: #fff;
                    font-family: 'Montserrat', serif;
                }
                .main_page .cont_main .cont .form form input[type="text"]:focus,
                .main_page .cont_main .cont .form form textarea{
                    color: #fff;
                }
                .main_page .cont_main .cont .form form input[type="text"]::placeholder,
                .main_page .cont_main .cont .form form textarea::placeholder{
                    color: #63a4ff;
                    font-size: 14px;
                    font-weight: 500;
                }

                .main_page .cont_main .cont .form form input[type="text"]:nth-child(2){
                    padding: 0 0 15px 0;
                }
                .main_page .cont_main .cont .form form .capt{
                    float: left;
                }
                .main_page .cont_main .cont .form form button{
                    float: left;
                    width: 180px;
                    background-color: #1976d2;
                    line-height: 70px;
                    text-align: center;
                    color: #fff;
                    font-size: 14px;
                    font-weight: 600;
                    border: 0;
                    cursor: pointer;
                    font-family: 'Montserrat', serif;
                }
                .main_page .cont_main .cont .form form button:hover{
                    background-color: #fff;
                    color: #1976d2;
                }
/* CONT(END) */

/* SEO */
.main_page .seo{
    width: 1170px;
    margin: auto;
    padding: 100px 60px;
    font-size: 14px;
    color: #263238;
    line-height: 24px;
}
    .main_page .seo .tit{
        font-size: 36px;
        font-weight: 600;
        color: #1976d2;
        margin: 0 0 45px 0;
    }
/* SEO(END) */

/* MEDIA QUERY */

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

    /* ABOUT COMPANY */
    .main_page .about_company_main .about_company {
        width: 1120px;
        margin: 0 0 0 -585px;
    }
    /* ABOUT COMPANY(END) */

    /* NEWS */
    .main_page .news .news_in {
        width: 1170px;
    }
        .main_page .news .news_in .actions .tit {
            margin: 0 0 45px 50px;
        }
    /* NEWS(END) */

    /* TRAINING CENTER */
    .main_page .training_center_main .training_center {
        width: 1120px;
        margin: 0 0 0 -585px;
    }
    /* TRAINING CENTER(END) */

    /* SERVICE CENTER */
    .main_page .service_center_main .service_center {
        width: 1120px;
        margin: 0 0 0 -555px;
    }
    /* SERVICE CENTER(END) */

    /* CONT */
    .main_page .cont_main .cont {
        width: 1170px;
        margin: auto;
    }
        .main_page .cont_main .cont .form .tit {
            padding: 0 0 0 40px;
        }
    /* CONT(END) */

    /* SEO */
    .main_page .seo{
        width: 940px;
    }
    /* SEO(END) */
}
/* 1620px(end) */

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

    /* ABOUT COMPANY */
    .main_page .about_company_main .about_company {
        width: 890px;
        margin: 0 0 0 -470px;
    }
        .main_page .about_company_main .about_company .pic {
            position: absolute;
            right: -40px;
            top: -40px;
            width: 425px;
        }
    /* ABOUT COMPANY(END) */

    /* NEWS */
    .main_page .news .news_in {
        width: 940px;
    }
    /* NEWS(END) */

    /* TRAINING CENTER */
    .main_page .training_center_main .training_center {
        width: 890px;
        margin: 0 0 0 -470px;
    }
        .main_page .training_center_main .training_center .pic {
            width: 425px;
        }
    /* TRAINING CENTER(END) */

    /* SERVICE CENTER */
    .main_page .service_center_main .service_center {
        width: 890px;
        margin: 0 0 0 -440px;
    }
        .main_page .service_center_main .service_center .pic {
            width: 425px;
        }
    /* SERVICE CENTER(END) */

    /* CONT */
    .main_page .cont_main .cont {
        width: 940px;
    }
        .main_page .cont_main .cont .addr .map {
            width: 350px;
        }
        .main_page .cont_main .cont .addr .t {
            width: 435px;
            margin: 0;
        }
            .main_page .cont_main .cont .addr .t .items .item .left {
                float: left;
                width: 110px;
            }
        .main_page .cont_main .cont .form form {
            width: 310px;
        }
            .main_page .cont_main .cont .form form .capt {
                float: left;
                width: 100%;
            }
            .main_page .cont_main .cont .form form button {
                width: 100%;
                margin: 20px 0 0 0;
            }
    /* CONT(END) */

    /* SEO */
    .main_page .seo {
        padding: 100px 0;
    }
    /* SEO(END) */
}
/* 1270px(end) */

/* 1040px */
@media (max-width: 1040px) {
    .main_page .cont_main .cont .form form button {
        float: right;
    }

    /* PRODUCTION */
    .main_page .prod {
        padding: 50px 0;
    }
    /* PRODUCTION(END) */

    /* ABOUT COMPANY */
    .main_page .about_company_main {
        padding: 50px 0;
        border-bottom: 2px solid #eceff1;
    }
        .main_page .about_company_main .about_company {
            width: 705px;
            margin: auto;
            left: auto;
        }
            .main_page .about_company_main .about_company .pic{
                display: none;
            }
            .main_page .about_company_main .about_company .text {
                width: 545px;
            }
    /* ABOUT COMPANY(END) */

    /* DEVELOPMENT */
    .main_page .development{
        padding: 50px 0;
    }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news {
        padding: 50px 0;
        background: linear-gradient(#1976d2 50%, #263238 50%);
    }
        .main_page .news .news_in {
            width: 725px;
        }
            .main_page .news .news_in .news_s,
            .main_page .news .news_in .actions{
                width: 100%;
            }
            .main_page .news .news_in .actions{
                margin: 90px 0 0 0;
            }
                .main_page .news .news_in .actions .tit {
                    margin: 0 0 45px 0;
                }
    /* NEWS(END) */

    /* RESPONSES */
    .main_page .resp {
        padding: 50px 0;
    }
    /* RESPONSES(END) */


    /* TRAINING CENTER */
    .main_page .training_center_main {
        padding: 50px 0;
    }
        .main_page .training_center_main .training_center {
            width: 705px;
            margin: auto;
            left: auto;
        }
            .main_page .training_center_main .training_center .pic{
                display: none;
            }
            .main_page .training_center_main .training_center .text {
                width: 545px;
            }
    /* TRAINING CENTER(END) */

    /* SERVICE CENTER */
    .main_page .service_center_main {
        padding: 50px 0;
    }
        .main_page .service_center_main .service_center {
            width: 705px;
            margin: auto;
            left: auto;
        }
            .main_page .service_center_main .service_center .pic {
                display: none;
            }
            .main_page .service_center_main .service_center .text {
                width: 545px;
                float: left;
                padding: 0 0 0 90px;
            }
    /* SERVICE CENTER(END) */

    /* CONT */
    .main_page .cont_main {
        background: linear-gradient(#1976d2 50%, #263238 50%);
    }
        .main_page .cont_main .cont {
            width: 725px;
        }
            .main_page .cont_main .cont .addr {
                width: 100%;
            }
                .main_page .cont_main .cont .addr .map {
                    width: 645px;
                    margin: 0 0 80px 0;
                }
                .main_page .cont_main .cont .form {
                    width: 100%;
                    margin: 150px 0 0 0;
                }
                    .main_page .cont_main .cont .form .tit {
                        padding: 0;
                    }
                    .main_page .cont_main .cont .form form {
                        width: 600px;
                    }
                        .main_page .cont_main .cont .form form .capt {
                            float: left;
                            width: 275px;
                        }
                        .main_page .cont_main .cont .form form button {
                            width: 275px;
                            margin: 0;
                        }
    /* CONT(END) */

    /* SEO */
    .main_page .seo {
        width: 725px;
        padding: 50px 0;
    }
        .main_page .seo .tit {
            margin: 0 0 30px 0;
        }
    /* SEO(END) */
}
/* 1040px(end) */

/* 825px */
@media (max-width: 825px) {
    /* PRODUCTION */
    .main_page .prod {
        padding: 30px 0;
    }
        .main_page .prod .tit {
            font-size: 30px;
            padding: 0 0 30px 0;
        }
    /* PRODUCTION(END) */

    /* ABOUT COMPANY */
    .main_page .about_company_main .about_company {
        width: 270px;
    }
        .main_page .about_company_main .about_company .text {
            width: 215px;
            padding: 0 0 0 30px;
        }
            .main_page .about_company_main .about_company .text .tit {
                padding: 25px 0 25px 0;
                font-size: 30px;
            }
            .main_page .about_company_main .about_company .text .det {
                width: 215px;
            }
    /* ABOUT COMPANY(END) */

    /* DEVELOPMENT */
    .main_page .development {
        padding: 30px 0;
    }
        .main_page .development .tit {
            font-size: 30px;
        }
            .main_page .development .slider.move .items .item_in .text .name {
                margin: 40px 0 20px 0;
                font-size: 24px;
            }
            .main_page .development .slider.move .items .item_in .text .t {
                font-size: 12px;
                line-height: 20px;
            }
    /* DEVELOPMENT(END) */

    /* NEWS */
    .main_page .news .news_in {
        width: 290px;
    }
        .main_page .news .news_in .tit {
            font-size: 30px;
        }
    /* NEWS(END) */

    /* RESPONSES */
        .main_page .resp .tit {
            font-size: 30px;
            padding: 0 0 30px 0;
        }
    /* RESPONSES(END) */

    /* TRAINING CENTER */
    .main_page .training_center_main .training_center {
        width: 270px;
    }
        .main_page .training_center_main .training_center .text {
            width: 215px;
            padding: 0 0 0 30px;
        }
            .main_page .training_center_main .training_center .text .tit {
                padding: 25px 0 25px 0;
                font-size: 30px;
            }
            .main_page .training_center_main .training_center .text .det {
                width: 215px;
            }
    /* TRAINING CENTER(END) */


    /* SERVICE CENTER */
    .main_page .service_center_main .service_center {
        width: 270px;
    }
        .main_page .service_center_main .service_center .text {
            width: 215px;
            padding: 0 0 0 30px;
        }
            .main_page .service_center_main .service_center .text .tit {
                padding: 25px 0 25px 0;
                font-size: 30px;
            }
            .main_page .service_center_main .service_center .text .det {
                width: 215px;
            }
    /* SERVICE CENTER(END) */

    /* CONT */
    .main_page .cont_main {
        padding: 50px 0;
    }
        .main_page .cont_main .cont .tit {
            margin: 0 0 30px 0;
            font-size: 30px;
        }
        .main_page .cont_main .cont {
            width: 290px;
        }
            .main_page .cont_main .cont .addr .map {
                width: 210px;
            }
                .main_page .cont_main .cont .addr .t {
                    width: 290px;
                }
                    .main_page .cont_main .cont .addr .t .items .item .right {
                        color: #fff;
                        width: 175px;
                    }
            .main_page .cont_main .cont .form form {
                width: 100%;
                border: 0;
                padding: 0;
            }
                .main_page .cont_main .cont .form form .capt {
                    width: 100%;
                }
                .main_page .cont_main .cont .form form button {
                    width: 100%;
                    margin: 20px 0 0 0;
                }
    /* CONT(END) */

    /* SEO */
    .main_page .seo {
        width: 290px;
        font-size: 12px;
        line-height: 21px;
    }
        .main_page .seo .tit {
            font-size: 30px;
        }
    /* SEO(END) */
}
/* 825px(end) */

/* MEDIA QUERY(END) */