﻿body {
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑,黑体;
    font-size: 15px;
    color: #353535;
}

img {
    border: 0;
}

a, a:link {
    text-decoration: none;
    color: #353535;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

    a:hover {
        color: #b91617;
    }

.brdiv {
    clear: both;
    width: 100%;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: transparent;
    background-image: none;
}

div {
    transition-property: border-color, background-color, background-image, color;
    transition-duration: .2s, .2s, .2s;
}

b {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: underline;
}

.HEAD_DIV,
.IMAGE_DIV,
.PRODUCT_MES_DIV,
.PRODUCT_PRICE_DIV,
.PRODUCT_FEATURE_DIV,
.PRODUCT_FUNCTION_DIV,
.OUR_ADVANTAGE_DIV,
.COMPANY_MES_DIV,
.COMPANY_COURSE_DIV,
.SERVICE_DIV,
.MENU_DIV,
.BOTTOM_DIV,
.JOIN_US_DIV,
.COMPANY_DIV,
.PURCHASE_MES_DIV,
.CONTRACT_MES_DIV,
.SERVICES_DIV {
    width: 100%;
    clear: both;
    min-width: 1200px;
}

.main_div {
    position: relative;
    left: 50%;
    top: 0px;
    background-color: transparent;
    width: 1000px;
    margin-left: -500px;
}

.HEAD_DIV {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 65;
    border-bottom: solid 3px #323e48;
}

    .HEAD_DIV .main_div {
        height: 100px;
    }

        .HEAD_DIV .main_div .head_logo {
            float: left;
            background-image: url(404.png);
            background-repeat: no-repeat;
            background-position: left 22px;
            width: 200px;
            height: 100px;
        }

        .HEAD_DIV .main_div .head_item {
            float: left;
            width: auto;
            height: auto;
            margin-left: 20px;
        }

            .HEAD_DIV .main_div .head_item .head_items {
                float: left;
                text-align: center;
                width: 110px;
                height: 100px;
                line-height: 100px;
                font-size: 15px;
                cursor: pointer;
            }


                .HEAD_DIV .main_div .head_item .head_items:hover,
                .HEAD_DIV .main_div .head_item .head_items:hover a {
                    background-color: #cb0209;
                    color: #ffffff;
                }

            .HEAD_DIV .main_div .head_item .head_item_line {
                float: left;
                width: 2px;
                height: 16px;
                background-color: #000;
                margin-top: 43px;
            }

        .HEAD_DIV .main_div .head_user_login,
        .HEAD_DIV .main_div .head_user_reg {
            float: right;
            width: auto;
            height: 30px;
            line-height: 30px;
            padding: 0px 15px;
            margin-left: 5px;
            border: solid 1px #c3c3c3;
            margin-top: 35px;
            text-align: center;
            cursor: pointer;
        }

            .HEAD_DIV .main_div .head_user_login:hover,
            .HEAD_DIV .main_div .head_user_reg:hover {
                border: solid 1px #cb0209;
                background-color: #cb0209;
                color: #ffffff;
            }

                .HEAD_DIV .main_div .head_user_login:hover a,
                .HEAD_DIV .main_div .head_user_reg:hover a {
                    color: #ffffff;
                }

        .HEAD_DIV .main_div .head_user_login {
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
        }

        .HEAD_DIV .main_div .head_user_reg {
            border-top-right-radius: 15px;
            border-bottom-right-radius: 15px;
        }

.IMAGE_DIV {
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: inherit;
}

    .IMAGE_DIV .main_div {
        height: 800px;
    }

        .IMAGE_DIV .main_div .image_item {
            width: 100%;
            height: 600px;
            position: absolute;
            left: 0px;
            top: 0px;
            overflow: hidden;
        }

            .IMAGE_DIV .main_div .image_item img {
                float: left;
                width: auto;
                height: 300px;
                margin-top: 180px;
                
            }

            .IMAGE_DIV .main_div .image_item .image_item_content {
                float: right;
                width: 450px;
                margin-top: 150px;
                color: #ffffff;
                overflow: hidden;
            }

                .IMAGE_DIV .main_div .image_item .image_item_content .image_item_content_title {
                    font-family: FZLTHGBK;
                    font-size: 32px;
                    font-weight: bold;
                    width: 450px;
                    margin-left: -500px;
                }

                .IMAGE_DIV .main_div .image_item .image_item_content .image_item_content_content {
                    line-height: 30px;
                    font-size: 15px;
                    padding: 20px 10px;
                    width: 430px;
                    margin-left: 500px;
                }

                .IMAGE_DIV .main_div .image_item .image_item_content .image_item_content_item {
                    height: 35px;
                    line-height: 35px;
                    font-size: 17px;
                    padding: 0px 20px;
                    width: 450px;
                    margin-left: -500px;
                }

        .IMAGE_DIV .main_div .image_bottom {
            width: 100%;
            height: 200px;
            position: absolute;
            left: 0px;
            top: 600px;
        }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_contact {
                float: left;
                font-family: Impact;
                font-size: 35px;
                color: #454545;
                margin-left: 30px;
                margin-top: 13px;
            }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_contact_ico {
                float: left;
                margin-left: 30px;
                margin-top: 10px;
            }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_contact_phone {
                float: left;
                margin-left: 10px;
                margin-top: 15px;
                margin-right: 300px;
            }

                .IMAGE_DIV .main_div .image_bottom .image_bottom_contact_phone .image_bottom_contact_phone_num {
                    font-family: Impact;
                    font-size: 17px;
                    color: #ca2828;
                }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_qq {
                float: left;
                background-image: url(404.png);
                background-repeat: no-repeat;
                background-position: center center;
                width: 50px;
                height: 50px;
                margin-left: 30px;
                margin-top: 50px;
                cursor: pointer;
            }

                .IMAGE_DIV .main_div .image_bottom .image_bottom_qq:hover {
                    background-image: url(404.png);
                }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_button_left {
                float: right;
                background-image: url(404.png);
                background-position: center center;
                background-repeat: no-repeat;
                width: 45px;
                height: 45px;
                margin-right: 10px;
                margin-top: 30px;
                cursor: pointer;
            }

                .IMAGE_DIV .main_div .image_bottom .image_bottom_button_left:hover {
                    background-image: url(404.png);
                }

            .IMAGE_DIV .main_div .image_bottom .image_bottom_button_right {
                float: right;
                background-image: url(404.png);
                background-position: center center;
                background-repeat: no-repeat;
                width: 45px;
                height: 45px;
                margin-right: 10px;
                margin-top: 30px;
                cursor: pointer;
            }

                .IMAGE_DIV .main_div .image_bottom .image_bottom_button_right:hover {
                    background-image: url(404.png);
                }


.PRODUCT_MES_DIV .main_div {
    height: 600px;
}

    .PRODUCT_MES_DIV .main_div .product_mes_title {
        width: 100%;
        height: 70px;
        line-height: 40px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-indent: 180px;
        background-image: url('404.png');
        background-repeat: no-repeat;
        background-position: 200px 0px;
    }

    .PRODUCT_MES_DIV .main_div .product_mes_message {
        width: 100%;
        line-height: 30px;
        text-align: center;
        font-size: 15px;
        
        clear: both;
        padding-bottom: 30px;
    }

    .PRODUCT_MES_DIV .main_div .product_mes_quan {
        position: relative;
        width: 400px;
        float: left;
    }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100px;
            height: 50px;
            line-height: 25px;
            font-size: 13px;
            font-weight: bold;
            color: #FFF;
            text-align: center;
            background-color: transparent;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item_1 {
            left: 150px;
            top: 40px;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item_2 {
            left: 277px;
            top: 140px;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item_3 {
            left: 233px;
            top: 275px;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item_4 {
            left: 71px;
            top: 275px;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_quan .product_mes_quan_item_5 {
            left: 22px;
            top: 140px;
        }

    .PRODUCT_MES_DIV .main_div .product_mes_list {
        width: 450px;
        float: right;
    }


        .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_line {
            float: left;
            margin: 0px 30px;
            margin-top: 70px;
            width: 2px;
            height: 230px;
            background-color: #eeeeee;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item {
            float: left;
            margin-top: 30px;
            width: 170px;
            height: 270px;
        }

            .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item .product_mes_list_item_title {
                width: 100%;
                text-align: center;
                font-size: 18px;
                line-height: 60px;
            }

            .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item .product_mes_list_item_content {
                width: 100%;
                text-align: center;
                font-size: 18px;
                color: #fff;
            }

        .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item_1 .product_mes_list_item_title {
            color: #7295ab;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item_1 .product_mes_list_item_content {
            height: 105px;
            line-height: 105px;
        }

        .PRODUCT_MES_DIV .main_div .product_mes_list .product_mes_list_item_2 .product_mes_list_item_content {
            height: 70px;
            line-height: 70px;
        }

.PRODUCT_PRICE_DIV {
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: inherit;
}

    .PRODUCT_PRICE_DIV .main_div {
        height: 800px;
        width: 1200px;
        margin-left: -600px;
    }

        .PRODUCT_PRICE_DIV .main_div .product_price_title {
            width: 100%;
            height: 50px;
            text-align: center;
            font-size: 30px;
            font-weight: bold;
            padding-top: 120px;
            color: #fff;
        }

        .PRODUCT_PRICE_DIV .main_div .product_price_line {
            width: 140px;
            height: 1px;
            margin-left: 530px;
            background-color: #f24b4f;
        }

        .PRODUCT_PRICE_DIV .main_div .product_price_content {
            width: 100%;
            height: 600px;
        }

            .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item {
                float: left;
                width: 210px;
                height: 350px;
                margin-top: 60px;
                margin-left: 112px;
                border: solid 3px #b5ccd7;
                background-color: #fff;
                text-align: center;
            }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover {
                    border: solid 3px #c60f15;
                    background-color: #c60f15;
                }

                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_img {
                        background-position: left -85px;
                    }

                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_title,
                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_months,
                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_months span,
                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_years,
                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_years span,
                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_mes {
                        color: #ffffff;
                    }

                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:hover .product_price_item_button {
                        color: #353535;
                        background-color: #ffffff;
                    }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item:first-child {
                    margin-left: 0px;
                }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_img {
                    width: auto;
                    width: 85px;
                    height: 85px;
                    margin-left: 62.5px;
                    margin-top: 20px;
                    background-position: left top;
                    background-repeat: no-repeat;
                }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_title {
                    height: 60px;
                    line-height: 60px;
                    font-size: 20px;
                    color: #054769;
                }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_months {
                    height: 35px;
                    line-height: 35px;
                    font-size: 20px;
                    color: #353535;
                }

                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_months span {
                        font-size: 25px;
                        color: #de0007;
                    }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_years {
                    height: 25px;
                    line-height: 25px;
                    font-size: 15px;
                    color: #353535;
                }

                    .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_years span {
                        font-size: 20px;
                        color: #000000;
                    }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_mes {
                    height: 45px;
                    line-height: 45px;
                    font-size: 15px;
                    color: #353535;
                }

                .PRODUCT_PRICE_DIV .main_div .product_price_content .product_price_item .product_price_item_button {
                    width: 142px;
                    height: 30px;
                    line-height: 30px;
                    margin-left: 35px;
                    margin-top: 20px;
                    font-size: 15px;
                    color: #ffffff;
                    background-color: #de0007;
                    cursor: pointer;
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                }


.PRODUCT_FEATURE_DIV .main_div {
    height: 700px;
}

    .PRODUCT_FEATURE_DIV .main_div .product_feature_title {
        width: 100%;
        height: 50px;
        padding-top: 20px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-indent: 180px;
        background-image: url('404.png');
        background-repeat: no-repeat;
        background-position: 345px 20px;
    }

    .PRODUCT_FEATURE_DIV .main_div .product_feature_line {
        width: 320px;
        height: 1px;
        margin-left: 345px;
        background-color: #f24b4f;
    }

    .PRODUCT_FEATURE_DIV .main_div .product_feature_content {
        height: 550px;
        padding-top: 50px;
    }

        .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item {
            float: left;
            width: 430px;
            height: auto;
            min-height: 160px;
            margin-top: 30px;
            margin-left: 70px;
        }

            .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item .product_feature_content_item_image {
                width: 55px;
                height: 150px;
                float: left;
                margin-right: 20px;
            }

                .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item .product_feature_content_item_image img {
                    margin-top: 15px;
                }

            .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item .product_feature_content_item_title {
                width: 350px;
                height: 50px;
                line-height: 50px;
                float: left;
                font-size: 20px;
                color: #c20909;
            }

            .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item .product_feature_content_item_content {
                width: 350px;
                float: left;
                font-size: 15px;
            }

                .PRODUCT_FEATURE_DIV .main_div .product_feature_content .product_feature_content_item .product_feature_content_item_content span {
                    font-weight: bold;
                    margin-right: 5px;
                }


.OUR_ADVANTAGE_DIV {
    background-color: #f6f6f6;
}

    .OUR_ADVANTAGE_DIV .main_div {
        height: 1150px;
    }

        .OUR_ADVANTAGE_DIV .main_div .our_advantage_title {
            width: 100%;
            height: 50px;
            padding-top: 20px;
            text-align: center;
            font-size: 30px;
            font-weight: bold;
            text-indent: 180px;
            background-image: url('404.png');
            background-repeat: no-repeat;
            background-position: 330px 20px;
        }

        .OUR_ADVANTAGE_DIV .main_div .our_advantage_line {
            width: 340px;
            height: 1px;
            margin-left: 333px;
            background-color: #f24b4f;
        }

        .OUR_ADVANTAGE_DIV .main_div .our_advantage_content {
            height: 500px;
            padding-top: 50px;
        }

            .OUR_ADVANTAGE_DIV .main_div .our_advantage_content .our_advantage_content_item {
                float: left;
                width: 430px;
                height: 110px;
                margin-top: 30px;
                margin-left: 60px;
                border: solid 1px #748c98;
            }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_content .our_advantage_content_item .our_advantage_content_item_image {
                    width: 55px;
                    height: 110px;
                    float: left;
                    margin-right: 10px;
                    margin-left: -27px;
                }

                    .OUR_ADVANTAGE_DIV .main_div .our_advantage_content .our_advantage_content_item .our_advantage_content_item_image img {
                        margin-top: 27px;
                    }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_content .our_advantage_content_item .our_advantage_content_item_title {
                    width: 380px;
                    height: 40px;
                    line-height: 40px;
                    float: left;
                    font-size: 18px;
                    color: #c20909;
                }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_content .our_advantage_content_item .our_advantage_content_item_content {
                    width: 380px;
                    float: left;
                    font-size: 15px;
                }

        .OUR_ADVANTAGE_DIV .main_div .our_advantage_teamwork {
            height: 200px;
        }

            .OUR_ADVANTAGE_DIV .main_div .our_advantage_teamwork .our_advantage_teamwork_title {
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 25px;
                font-weight: bold;
            }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_teamwork .our_advantage_teamwork_title span {
                    float: left;
                    margin-right: 10px;
                    width: 5px;
                    height: 30px;
                    margin-top: 12px;
                    margin-left: 30px;
                    background-color: #f30d0d;
                }

            .OUR_ADVANTAGE_DIV .main_div .our_advantage_teamwork .our_advantage_teamwork_content {
                width: 900px;
                margin-left: 40px;
                height: auto;
                padding: 10px 0px;
            }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_teamwork .our_advantage_teamwork_content img {
                    height: 35px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    border: solid 5px #fff;
                }

        .OUR_ADVANTAGE_DIV .main_div .our_advantage_users {
            height: 470px;
        }


            .OUR_ADVANTAGE_DIV .main_div .our_advantage_users .our_advantage_users_title {
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 25px;
                font-weight: bold;
            }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_users .our_advantage_users_title span {
                    float: left;
                    margin-right: 10px;
                    width: 5px;
                    height: 30px;
                    margin-top: 12px;
                    margin-left: 30px;
                    background-color: #f30d0d;
                }

            .OUR_ADVANTAGE_DIV .main_div .our_advantage_users .our_advantage_users_content {
                width: 900px;
                margin-left: 40px;
                height: auto;
                padding: 10px 0px;
            }

                .OUR_ADVANTAGE_DIV .main_div .our_advantage_users .our_advantage_users_content img {
                    height: 35px;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    border: solid 5px #fff;
                }


.COMPANY_MES_DIV {
    background-image: url(404.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: inherit;
}

    .COMPANY_MES_DIV .main_div {
        height: 333px;
    }


        .COMPANY_MES_DIV .main_div .company_mes_content {
            width: 100%;
            height: 60px;
            line-height: 30px;
            font-size: 17px;
            color: #ffffff;
            text-align: center;
            padding-top: 90px;
        }

        .COMPANY_MES_DIV .main_div .company_mes_button {
            width: 300px;
            height: 50px;
            line-height: 50px;
            border: solid 1px #FFFFFF;
            border-radius: 5px;
            color: #ffffff;
            font-size: 17px;
            text-align: center;
            margin-left: 350px;
            margin-top: 40px;
            cursor: pointer;
        }

            .COMPANY_MES_DIV .main_div .company_mes_button:hover {
                border-color: #de0007;
                background-color: #de0007;
            }


.COMPANY_COURSE_DIV .main_div {
    height: 900px;
}

    .COMPANY_COURSE_DIV .main_div .company_course_title {
        width: 100%;
        height: 50px;
        padding-top: 20px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        text-indent: 180px;
        background-image: url('404.png');
        background-repeat: no-repeat;
        background-position: 340px 20px;
    }

    .COMPANY_COURSE_DIV .main_div .company_course_line {
        width: 320px;
        height: 1px;
        margin-left: 340px;
        background-color: #f24b4f;
    }

    .COMPANY_COURSE_DIV .main_div .company_course_content {
        width: 100%;
        height: 700px;
        background-image: url('404.png');
        background-repeat: no-repeat;
        background-position: left 130px;
        position: relative;
    }

        .COMPANY_COURSE_DIV .main_div .company_course_content .company_course_content_item {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 140px;
            height: auto;
            text-align: center;
        }

            .COMPANY_COURSE_DIV .main_div .company_course_content .company_course_content_item .company_course_content_item_title {
                width: 100%;
                height: 25px;
                line-height: 25px;
                font-size: 15px;
                color: #1d5c7c;
                font-weight: bold;
            }

            .COMPANY_COURSE_DIV .main_div .company_course_content .company_course_content_item .company_course_content_item_content {
                width: 100%;
                line-height: 25px;
                font-size: 15px;
                color: #353535;
            }

.PURCHASE_MES_DIV {
}

    .PURCHASE_MES_DIV .main_div {
        height: 900px;
        width: 460px;
        margin-left: -230px;
    }

        .PURCHASE_MES_DIV .main_div .purchase_mes_title {
            padding-top: 153px;
            font-size: 20px;
            line-height: 60px;
            height: auto;
            width: 100%;
        }

        .PURCHASE_MES_DIV .main_div .purchase_mes_content {
            width: 100%;
            height: auto;
        }


            .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item {
                width: 100%;
                height: 60px;
                line-height: 60px;
            }

                .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item .purchase_mes_content_item_title {
                    width: 150px;
                    float: left;
                    font-size: 15px;
                    color: #959595;
                }

                .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item .purchase_mes_content_item_mes {
                    width: 40px;
                    float: left;
                    font-size: 15px;
                    color: #959595;
                    margin-left: 10px;
                }

                .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item [type='text'] {
                    width: 300px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 15px;
                    border-radius: 3px;
                    border: solid 1px #b5b5b5;
                    box-shadow: 1px 1px 2px 0px #c5c5c5 inset;
                    background: #f5f5f5;
                    text-indent: 5px;
                    margin-top: 15px;
                }

                    .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item .purchase_mes_content_item_input_focus,
                    .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item [type='text']:hover {
                        border: solid 1px #858585;
                        box-shadow: 1px 1px 2px 0px #757575 inset;
                        background: #e5e5e5;
                    }

                .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item select {
                    width: 100px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 15px;
                    border-radius: 3px;
                    border: solid 1px #b5b5b5;
                    box-shadow: 1px 1px 2px 0px #c5c5c5 inset;
                    background: #f5f5f5;
                    text-indent: 5px;
                    float: left;
                    margin-top: 15px;
                }

                    .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item select:hover {
                        border: solid 1px #858585;
                        box-shadow: 1px 1px 2px 0px #757575 inset;
                        background: #e5e5e5;
                    }

                .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item .purchase_mes_content_item_button {
                    border-radius: 3px;
                    box-shadow: 0px 0px 1px 0px;
                    background: linear-gradient(#fff,#ddd);
                    width: 100px;
                    height: 35px;
                    line-height: 35px;
                    float: left;
                    text-align: center;
                    border: solid 1px #999999;
                    margin-right: 48px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #656565;
                    cursor: pointer;
                    margin-top: 20px;
                }

                    .PURCHASE_MES_DIV .main_div .purchase_mes_content .purchase_mes_content_item .purchase_mes_content_item_button:hover {
                        box-shadow: 0px 0px 5px 0px #353535 inset;
                        background: #555;
                        border-color: #353535;
                        color: #fff;
                    }

.CONTRACT_MES_DIV {
}

    .CONTRACT_MES_DIV .main_div {
        height: 2200px;
    }

        .CONTRACT_MES_DIV .main_div .contract_mes_title {
            padding-top: 113px;
            font-size: 20px;
            line-height: 60px;
            height: auto;
            width: 100%;
        }

        .CONTRACT_MES_DIV .main_div .contract_mes_content {
            width: 100%;
            height: auto;
        }


            .CONTRACT_MES_DIV .main_div .contract_mes_content .contract_mes_content_item {
                width: 100%;
                height: auto;
                line-height: 25px;
            }


                .CONTRACT_MES_DIV .main_div .contract_mes_content .contract_mes_content_item .contract_mes_content_item_button {
                    border-radius: 3px;
                    box-shadow: 0px 0px 1px 0px;
                    background: linear-gradient(#fff,#ddd);
                    width: 100px;
                    height: 35px;
                    line-height: 35px;
                    float: left;
                    text-align: center;
                    border: solid 1px #999999;
                    margin-right: 48px;
                    font-size: 14px;
                    font-weight: bold;
                    color: #656565;
                    cursor: pointer;
                    margin-top: 20px;
                }

                    .CONTRACT_MES_DIV .main_div .contract_mes_content .contract_mes_content_item .contract_mes_content_item_button:hover {
                        box-shadow: 0px 0px 5px 0px #353535 inset;
                        background: #555;
                        border-color: #353535;
                        color: #fff;
                    }

.MENU_DIV {
    background-color: #102c40;
}

    .MENU_DIV .main_div {
        height: 400px;
        color: #ffffff;
    }

        .MENU_DIV .main_div .menu_item {
            float: left;
            width: 300px;
            height: 300px;
            padding-top: 50px;
            padding-right: 10px;
        }

            .MENU_DIV .main_div .menu_item .menu_item_title {
                width: 100%;
                height: 45px;
            }

                .MENU_DIV .main_div .menu_item .menu_item_title .menu_item_title_left {
                    float: left;
                    width: 200px;
                    height: 45px;
                    line-height: 45px;
                    font-size: 17px;
                    text-align: left;
                }

                .MENU_DIV .main_div .menu_item .menu_item_title .menu_item_title_right {
                    float: right;
                    width: 80px;
                    height: 35px;
                    line-height: 35px;
                    text-align: left;
                    margin-top: 10px;
                    cursor: pointer;
                }

                    .MENU_DIV .main_div .menu_item .menu_item_title .menu_item_title_right:hover {
                        color: #d40000;
                    }


            .MENU_DIV .main_div .menu_item .menu_item_title_line {
                width: 100%;
                height: 20px;
                clear: both;
            }

                .MENU_DIV .main_div .menu_item .menu_item_title_line .menu_item_title_line_left {
                    float: left;
                    width: 50px;
                    height: 1px;
                    background-color: #da1818;
                }

                .MENU_DIV .main_div .menu_item .menu_item_title_line .menu_item_title_line_right {
                    float: left;
                    width: 240px;
                    height: 1px;
                    background-color: #ededed;
                    margin-left: 10px;
                }

            .MENU_DIV .main_div .menu_item .menu_item_items_img_com {
                
                float: left;
                width: 75px;
                height: auto;
                
                margin-top: 12px;
                margin-right: 15px;
            }


            .MENU_DIV .main_div .menu_item .menu_item_tr_com_name {
                width: 210px;
                float: left;
                height: 35px;
                line-height: 35px;
                
                font-size: 15px;
            }

            .MENU_DIV .main_div .menu_item .menu_item_tr_com_phone {
                width: 210px;
                float: left;
                line-height: 30px;
                
            }

            .MENU_DIV .main_div .menu_item .menu_item_tr_com_email {
                width: 300px;
                float: left;
                height: 30px;
                line-height: 30px;
            }

            .MENU_DIV .main_div .menu_item .menu_item_tr_com_address {
                width: 300px;
                float: left;
                height: 30px;
                line-height: 30px;
            }

            .MENU_DIV .main_div .menu_item .menu_item_items {
                width: 100%;
            }

                .MENU_DIV .main_div .menu_item .menu_item_items .menu_item_items_img_weixin {
                    
                    width: 200px;
                    height: 200px;
                    margin-left: 35px;
                }

                .MENU_DIV .main_div .menu_item .menu_item_items a {
                    color: #fff;
                    font-size: 15px;
                    line-height: 25px;
                }

                    .MENU_DIV .main_div .menu_item .menu_item_items a:hover {
                        color: #d40000;
                    }

                .MENU_DIV .main_div .menu_item .menu_item_items .menu_item_items_title {
                    width: 100%;
                    height: 35px;
                    line-height: 35px;
                    font-size: 15px;
                    cursor: pointer;
                }

                    .MENU_DIV .main_div .menu_item .menu_item_items .menu_item_items_title:hover {
                        color: #d40000;
                    }

                .MENU_DIV .main_div .menu_item .menu_item_items .menu_item_items_content {
                    width: 95%;
                    line-height: 25px;
                }

            .MENU_DIV .main_div .menu_item .menu_item_tr {
                height: 45px;
                line-height: 45px;
                
                font-size: 15px;
            }


.BOTTOM_DIV {
    background-color: #102c40;
    border-top: solid 1px #364e5f;
}

    .BOTTOM_DIV .main_div {
        height: 80px;
        line-height: 80px;
        color: #ffffff;
    }


.JOIN_US_DIV {
}

    .JOIN_US_DIV .main_div {
        padding-top: 103px;
        height: 460px;
    }

        .JOIN_US_DIV .main_div .join_us_title {
            height: 60px;
            line-height: 60px;
            font-size: 20px;
            font-weight: bold;
        }

        .JOIN_US_DIV .main_div .join_us_content {
            line-height: 25px;
            font-size: 16px;
        }

.COMPANY_DIV {
}

    .COMPANY_DIV .main_div {
        padding-top: 123px;
        height: 500px;
    }

        .COMPANY_DIV .main_div .company_menu_div {
            float: left;
            width: 150px;
            height: auto;
        }

            .COMPANY_DIV .main_div .company_menu_div .company_menu_item_div {
                width: 130px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: solid 2px #669999;
                color: #353535;
                font-size: 13px;
                font-weight: bold;
                
                cursor: pointer;
            }

                .COMPANY_DIV .main_div .company_menu_div .company_menu_item_show,
                .COMPANY_DIV .main_div .company_menu_div .company_menu_item_div:hover {
                    border: solid 2px #669999;
                    color: #ffffff;
                    background-color: #669999;
                }

            .COMPANY_DIV .main_div .company_menu_div .company_menu_item_child_div {
                width: 130px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border: solid 2px #669999;
                border-top: none;
                color: #353535;
                cursor: pointer;
            }

                .COMPANY_DIV .main_div .company_menu_div .company_menu_item_child_div:hover {
                    border-color: #8cbebe;
                    color: #ffffff;
                    background-color: #8cbebe;
                }

        .COMPANY_DIV .main_div .company_content_div {
            float: left;
            width: 850px;
            height: auto;
        }

            .COMPANY_DIV .main_div .company_content_div .company_content_item_div {
                width: auto;
                height: auto;
                border-style: dashed none none dashed;
                border-width: 2px;
                border-color: #669999;
                padding-bottom: 20px;
                display: none;
            }

                .COMPANY_DIV .main_div .company_content_div .company_content_item_div .company_content_item_title {
                    height: 40px;
                    line-height: 40px;
                    width: 800px;
                    padding-left: 10px;
                    font-size: 18px;
                    font-weight: bold;
                }

                .COMPANY_DIV .main_div .company_content_div .company_content_item_div .company_content_item_content {
                    width: 800px;
                    padding-left: 25px;
                    padding-top: 20px;
                    padding-bottom: 20px;
                    line-height: 25px;
                    font-size: 15px;
                }

                    .COMPANY_DIV .main_div .company_content_div .company_content_item_div .company_content_item_content img {
                        float: left;
                    }

                    .COMPANY_DIV .main_div .company_content_div .company_content_item_div .company_content_item_content .company_content_item_content_content {
                        float: left;
                        width: 370px;
                        margin-top: 100px;
                        margin-left: 25px;
                    }

.SERVICES_DIV {
}

    .SERVICES_DIV .main_div {
        height: 800px;
    }

        .SERVICES_DIV .main_div .services_menu_div {
            margin-top: 125px;
            float: left;
            width: 150px;
            height: auto;
        }

            .SERVICES_DIV .main_div .services_menu_div .services_menu_item_div {
                width: 130px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: solid 2px #669999;
                color: #353535;
                font-size: 13px;
                font-weight: bold;
                margin-top: 10px;
                cursor: pointer;
            }

            .SERVICES_DIV .main_div .services_menu_div .services_menu_item_show {
            }

            .SERVICES_DIV .main_div .services_menu_div .services_menu_item_show,
            .SERVICES_DIV .main_div .services_menu_div .services_menu_item_div:hover {
                color: #ffffff;
                background-color: #669999;
            }

            .SERVICES_DIV .main_div .services_menu_div .services_menu_item_child_div {
                width: 130px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border: solid 2px #669999;
                border-top: none;
                color: #353535;
                cursor: pointer;
            }

                .SERVICES_DIV .main_div .services_menu_div .services_menu_item_child_div:hover {
                    border-color: #8cbebe;
                    color: #ffffff;
                    background-color: #8cbebe;
                }


        .SERVICES_DIV .main_div .services_content_div {
            margin-top: 135px;
            float: left;
            width: 850px;
            height: auto;
        }

            .SERVICES_DIV .main_div .services_content_div .services_content_item_div {
                width: auto;
                height: auto;
                min-height: 600px;
                border-style: dashed none none dashed;
                border-width: 2px;
                border-color: #669999;
                padding: 20px;
            }

                .SERVICES_DIV .main_div .services_content_div .services_content_item_div .services_content_item_div_item {
                    width: auto;
                    height: auto;
                }

                    .SERVICES_DIV .main_div .services_content_div .services_content_item_div .services_content_item_div_item .services_content_item_div_item_title {
                        width: 100%;
                        height: 40px;
                        line-height: 40px;
                    }

                        .SERVICES_DIV .main_div .services_content_div .services_content_item_div .services_content_item_div_item .services_content_item_div_item_title .services_content_item_div_item_mes {
                            width: 75%;
                            height: 40px;
                            line-height: 40px;
                            float: left;
                            font-size: 17px;
                            
                        }

                        

                        .SERVICES_DIV .main_div .services_content_div .services_content_item_div .services_content_item_div_item .services_content_item_div_item_title .services_content_item_div_item_time {
                            width: 20%;
                            height: 40px;
                            line-height: 40px;
                            float: right;
                            text-align: right;
                            font-size: 13px;
                            color: #959595;
                        }

                    .SERVICES_DIV .main_div .services_content_div .services_content_item_div .services_content_item_div_item .services_content_item_div_item_content {
                        width: 100%;
                        height: auto;
                        font-size: 15px;
                        color: #656565;
                    }

.DEVICE_DIV {
}

    .DEVICE_DIV .main_div {
        padding-top: 123px;
        height: auto;
    }

        .DEVICE_DIV .main_div .device_div_item {
            width: 100%;
            height: auto;
            padding-bottom: 20px;
        }

        .DEVICE_DIV .main_div .device_div_item_image {
            width: 300px;
            height: 800px;
            float: left;
        }

            .DEVICE_DIV .main_div .device_div_item_image img {
                width: 280px;
                height: auto;
                margin-top: 45px;
            }

        .DEVICE_DIV .main_div .device_div_item_title {
            width: 700px;
            height: auto;
            line-height: 45px;
            float: left;
            font-size: 18pt;
            font-weight: bold;
        }

        .DEVICE_DIV .main_div .device_div_item_content {
            width: 700px;
            height: auto;
            line-height: 25px;
            float: left;
        }

        .DEVICE_DIV .main_div .device_div_item_table {
            width: 700px;
            height: auto;
            float: left;
        }

            .DEVICE_DIV .main_div .device_div_item_table td {
                padding: 15px;
            }

            .DEVICE_DIV .main_div .device_div_item_table .tr_hui {
                background: #f5f5f5;
            }

                .DEVICE_DIV .main_div .device_div_item_table .tr_hui td {
                    background: #f5f5f5;
                }

            .DEVICE_DIV .main_div .device_div_item_table .td_first {
                min-width: 130px;
                border-right: solid 1px #ccc;
                font-weight: bold;
            }

            .DEVICE_DIV .main_div .device_div_item_table .td_line {
                border-right: solid 1px #ccc;
            }

            .DEVICE_DIV .main_div .device_div_item_table .td_title {
                border: none;
            }
.BOTTOM_DIV .main_div a{
    color:#fff;
}