﻿


html {
    height: 100%;
}

body {
    min-height: 1000px;
    overflow-y: auto;
    background: url("../images/index-background.jpg") no-repeat left top fixed;
    background-size: cover;
    position: relative;
}

.main-box .oa-box {
    height: 112px;
    margin: 30px 0;
    position: relative;
}

    .main-box .oa-box .oa-form {
        float: left;
        width: 402px;
        height: 100%;
        margin-right: 45px;
    }

        .main-box .oa-box .oa-form .title {
            color: white;
            text-align: center;
            font-size: 20px;
        }

        .main-box .oa-box .oa-form .form .form-row {
            margin-top: 12px;
        }

            .main-box .oa-box .oa-form .form .form-row .form-group {
                float: left;
                position: relative;
                border: 1px solid rgba(255, 255, 255, 0.5);
                /*border: 1px solid white \9;*/
                border-radius: 6px;
                box-sizing: border-box;
                padding-left: 32px;
                width: 194px;
            }

                .main-box .oa-box .oa-form .form .form-row .form-group .append {
                    position: absolute;
                    left: 10px;
                    top: 50%;
                    margin-top: -10px;
                }

                .main-box .oa-box .oa-form .form .form-row .form-group input {
                    display: block;
                    font-size: 14px;
                    color: white;
                    height: 33px;
                    width: 100%;
                    line-height: 33px;
                    outline: 0;
                    background: none;
                    border: 0;
                    position: relative;
                    z-index: 10;
                    padding-left: 6px;
                }

                .main-box .oa-box .oa-form .form .form-row .form-group .placeholder {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    line-height: 36px;
                    font-size: 15px;
                }

        .main-box .oa-box .oa-form .form .btn.btn-submit {
            font-size: 18px;
            background: #1376b7;
            height: 38px;
            line-height: 38px;
            text-align: center;
            display: block;
            border: 0;
            width: 100%;
            border-radius: 6px;
            color: white;
            margin-top: 16px;
            cursor: pointer;
            display: inline-block;
            width: 194px;
        }

            .main-box .oa-box .oa-form .form .btn.btn-submit.ibmgn-button {
                margin-left: 9px;
            }

    .main-box .oa-box .weather {
        float: left;
    }

        .main-box .oa-box .weather .avatar {
            float: left;
            display: block;
            margin-right: 30px;
        }

        .main-box .oa-box .weather .info {
            color: white;
            float: left;
        }

            .main-box .oa-box .weather .info .selector {
                position: relative;
                margin-bottom: 16px;
            }

                .main-box .oa-box .weather .info .selector span {
                    font-size: 16px;
                    position: relative;
                }

                    .main-box .oa-box .weather .info .selector span:after {
                        content: ' ';
                        position: absolute;
                        width: 0;
                        height: 0;
                        border-left: 8px transparent solid;
                        border-right: 8px transparent solid;
                        border-top: 10px white solid;
                        border-bottom: 8px solid transparent;
                        right: -30px;
                        top: 50%;
                        margin-top: -6px;
                    }

                .main-box .oa-box .weather .info .selector select {
                    position: absolute;
                    z-index: 1;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    opacity: 0;
                    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
                }

            .main-box .oa-box .weather .info .data {
                float: left;
                margin-right: 12px;
                font-size: 14px;
                line-height: 1.5;
            }

            .main-box .oa-box .weather .info .data-main {
                margin-right: 24px;
                font-size: 18px;
            }

    .main-box .oa-box .date {
        height: 100%;
        float: left;
        color: white;
        line-height: 1.5;
        margin-left: 90px;
        margin-top: 30px;
    }

        .main-box .oa-box .date .china {
            opacity: .64;
            font-size: 11px;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=64);
        }

    .main-box .oa-box .demo-chicken {
        background: url("../images/demo-index-chicken.png") no-repeat;
        width: 135px;
        height: 140px;
        position: absolute;
        right: 12px;
        top: -16px;
        opacity: .44;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=44);
    }

.main-box .content-box {
    height: 339px;
}

    .main-box .content-box .more {
        position: absolute;
        width: 60px;
        text-align: center;
        height: 24px;
        line-height: 24px;
        right: 24px;
        bottom: 20px;
        font-size: 13px;
        color: #fff;
        text-decoration: none;
        border-radius: 10px;
        background: #ff843d;
    }

        .main-box .content-box .more:hover {
            background: #007ac2;
        }


    .main-box .content-box .news {
        float: left;
        height: 100%;
        width: 424px;
        background: #e5f1f9;
        position: relative;
    }

        .main-box .content-box .news .section {
            height: 54px;
            line-height: 54px;
            padding-left: 23px;
            position: relative;
            font-size: 18px;
            border-bottom: 1px solid #eeefef;
            color: #2d2d2d;
            background: #e5f1f9;
        }

            .main-box .content-box .news .section img {
                float: left;
                margin: 17px 6px 0 0;
            }

            .main-box .content-box .news .section .actions {
                width: 128px;
                height: 22px;
                /*border: 1px solid #eeefef;*/
                /*border-radius: 22px;*/
                position: absolute;
                right: -50px;
                top: 50%;
                margin-top: -11px;
            }

                .main-box .content-box .news .section .actions .icon {
                    display: block;
                    float: left;
                    width: 50%;
                    height: 100%;
                    text-decoration: none;
                    background: center no-repeat;
                }

                .main-box .content-box .news .section .actions .icon-prev {
                    background-image: url("../images/icon-prev.png");
                    border-radius: 10px 0 0 10px;
                    border: 1px solid #4ea3d5;
                    width: 28px;
                }

                .main-box .content-box .news .section .actions .icon-next {
                    background-image: url("../images/icon-next.png");
                    width: 28px;
                    border-radius: 0 10px 10px 0;
                    border: 1px solid #4ea3d5;
                    border-left-width: 0;
                }

                .main-box .content-box .news .section .actions .icon-prev:hover {
                    background-image: url("../images/icon-prev-blue.png");
                }

                .main-box .content-box .news .section .actions .icon-next:hover {
                    background-image: url("../images/icon-next-blue.png");
                }

                .main-box .content-box .news .section .actions:after {
                    content: ' ';
                    display: block;
                    position: absolute;
                    background: #eeefef;
                    height: 100%;
                    width: 1px;
                    left: 50%;
                    top: 0;
                }

        .main-box .content-box .news .media-box {
            position: relative;
            overflow: hidden;
            height: 216px;
        }

            .main-box .content-box .news .media-box .media-list {
                position: absolute;
                left: 0;
                top: 0;
                width: 9999px;
                height: 100%;
            }

                .main-box .content-box .news .media-box .media-list .media {
                    float: left;
                    width: 424px;
                }

                    .main-box .content-box .news .media-box .media-list .media .thumbnail {
                        width: 154px;
                        height: 148px;
                        border: 0;
                        display: block;
                        float: left;
                        margin: 32px 18px 0 26px;
                    }

                    .main-box .content-box .news .media-box .media-list .media .caption {
                        float: left;
                        margin-top: 32px;
                        width: 197px;
                    }

                        .main-box .content-box .news .media-box .media-list .media .caption .title {
                            font-size: 18px;
                            line-height: 1.4;
                            font-weight: bold;
                            text-decoration: none;
                            color: #212121;
                        }

                            .main-box .content-box .news .media-box .media-list .media .caption .title:hover {
                                color: #007ac2;
                            }

                        .main-box .content-box .news .media-box .media-list .media .caption .description {
                            margin-top: 20px;
                            font-size: 13px;
                            color: #666666;
                            line-height: 20px;
                            overflow: hidden;
                        }

    .main-box .content-box .video {
        float: left;
        width: 484px;
        height: 100%;
        position: relative;
        margin-left: 12px;
        margin-right: 12px;
        background: black;
        overflow: hidden;
    }

        .main-box .content-box .video .player {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .main-box .content-box .video .icon-video-play {
            position: absolute;
            left: 214px;
            top: 118px;
        }

        .main-box .content-box .video .description {
            position: absolute;
            top: 197px;
            width: 100%;
            left: 0;
            color: white;
            font-weight: bold;
            font-size: 18px;
            text-align: center;
        }

        .main-box .content-box .video .more {
            color: white;
            bottom: 40px;
            border-radius: 0;
            background: none;
            width: auto;
        }

            .main-box .content-box .video .more:hover {
                color: #ff843d;
            }

    .main-box .content-box .notice {
        float: left;
        width: 352px;
        background: #e5f1f9;
        height: 100%;
        position: relative;
    }

        .main-box .content-box .notice .section {
            padding: 0 17px 0 11px;
            overflow: hidden;
            height: 58px;
            border-bottom: 1px solid #eeefef;
            position: relative;
            margin-bottom: 14px;
            background: #e5f1f9;
        }

            .main-box .content-box .notice .section .title {
                color: #2d2d2d;
                font-size: 18px;
                line-height: 58px;
                height: 56px;
                float: left;
                margin-left: 29px;
                border-bottom: 2px solid #007ac2;
            }

                .main-box .content-box .notice .section .title img {
                    margin-top: 19px;
                    float: left;
                    margin-right: 6px;
                }

            .main-box .content-box .notice .section .service {
                position: absolute;
                width: 108px;
                height: 32px;
                text-align: center;
                line-height: 32px;
                top: 12px;
                right: 19px;
                background: #007ac2;
                color: white;
                display: block;
                text-decoration: none;
            }

                .main-box .content-box .notice .section .service:hover {
                    background: #2d9394;
                }

                .main-box .content-box .notice .section .service .icon {
                    margin-right: 6px;
                }

        .main-box .content-box .notice .noticelist {
            position: relative;
            height: 200px;
            overflow: hidden;
        }

        .main-box .content-box .notice .list {
            padding-left: 27px;
            padding-right: 22px;
            /*height: 9999px;
            overflow:hidden;*/
            overflow: hidden;
            position: absolute;
        }

            .main-box .content-box .notice .list .item {
                height: 64px;
                border-bottom: 1px dashed #bdbdbd;
                overflow: hidden;
                font-size: 13px;
            }

                .main-box .content-box .notice .list .item .date {
                    margin-top: 16px;
                    color: #686868;
                }

                .main-box .content-box .notice .list .item .title {
                    color: #686868;
                    margin-top: 9px;
                    display: block;
                    text-decoration: none;
                }

                    .main-box .content-box .notice .list .item .title:hover {
                        color: #007ac2;
                    }

.main-box .section-box {
    height: 167px;
    margin-top: 13px;
}

    .main-box .section-box .section {
        float: left;
        overflow: hidden;
        background: no-repeat;
        height: 100%;
        text-decoration: none;
    }

        .main-box .section-box .section .title {
            font-size: 24px;
            color: #fff;
            margin: 58px 0 0 20px;
        }

        .main-box .section-box .section .desc {
            margin-left: 20px;
            margin-top: 14px;
            font-size: 14px;
            color: #fff;
            opacity: 0.7;
            filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
        }

    .main-box .section-box .section-culture {
        width: 308px;
        background: url("../images/culture-bg.png") top left no-repeat;
    }

        .main-box .section-box .section-culture:hover {
            background: url("../images/culture-bg-deep.png") top left no-repeat;
        }

    .main-box .section-box .section-school {
        background-image: url("../images/index-section-school.png");
        width: 308px;
        margin-left: 17px;
    }

        .main-box .section-box .section-school:hover {
            background-image: url("../images/index-section-school-deep.png");
        }

    .main-box .section-box .section-industry {
        background-image: url("../images/index-section-industry.png");
        width: 308px;
        margin-left: 17px;
    }

        .main-box .section-box .section-industry:hover {
            background: url("../images/index-section-industry-deep.png") 1px 0;
        }

    .main-box .section-box .section-training {
        background-image: url("../images/index-section-traning.gif");
        width: 308px;
        margin-left: 18px;
    }


        .main-box .section-box .section-training img {
            margin: 30px 0 0 10px;
        }

.main-box .subject-box {
    height: 129px;
    margin-top: 15px;
    overflow: hidden;
    background: white;
    padding-left: 22px;
}

    .main-box .subject-box .title {
        margin: 20px 0 12px 0;
        font-weight: bold;
        color: #2c2c2c;
        font-size: 18px;
    }

    .main-box .subject-box .list .item {
        float: left;
        display: block;
        width: 171px;
        height: 55px;
        border: 1px solid #e8e4e7;
        margin-right: 6px;
    }

        .main-box .subject-box .list .item img {
            width: 100%;
            height: 100%;
        }

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#companyname {
    height: 122px;
    line-height: 122px;
}

    #companyname img {
        margin-top: 20px;
        float: left;
    }

    #companyname span {
        font-size: 40px;
        color: #fff;
        height: 122px;
        line-height: 122px;
        display: inline-block;
        float: left;
        margin-left: 24px;
        letter-spacing: 3px;
    }
