﻿
@charset "utf-8";
/* CSS Document */

.banner {
    background: #00a48a;
}

    .banner .banner_pic {
        width: 963px;
        margin: 0 auto;
        border: 1px solid #bcbcbc;
    }

.main {
    overflow: hidden;
    width: 963px;
    margin: 20px auto 0 auto;
    border-top: 4px solid #2f2f2f;
}

    .main .left {
        float: left;
        width: 200px;
        background: url(../images/left.png) no-repeat right top;
    }

        .main .left ul {
            margin-top: 15px;
            margin-left: 10px;
        }

            .main .left ul li {
                margin-bottom: 5px;
                width: 149px;
                height: 35px;
                line-height: 35px;
                background: url(../images/left_bg.png) no-repeat;
            }

                .main .left ul li a {
                    color: #0084ff;
                    display: block;
                    padding-left: 10px;
                    font-size: 14px;
                    height: 35px;
                    overflow: hidden;
                }

                    .main .left ul li a:hover {
                        color: #fff;
                        background: url(../images/left_bg2.png) no-repeat;
                    }

        .main .left .product {
            width: 140px;
            margin: -5px 5px 5px 5px;
            background: #b5b5b5;
            line-height: 35px;
            font-size: 16px;
            position: relative;
            height: auto;
        }

            .main .left .product a {
                color: #fff;
                font-size: 14px;
                padding-left: 10px;
            }

                .main .left .product a:hover {
                    background: #797979;
                    display: block;
                }

    /* -------------------------left end-------------------------------*/
    .main .content {
        float: left;
        width: 736px;
        padding-top: 20px;
        border-left: 1px solid #d2d2d2;
        padding-left: 20px;
        position: relative;
    }

        .main .content .Impression {
            background: url(../images/glry_title.png) no-repeat;
        }

        .main .content .Solutions {
            background: url(../images/jjxq_title.png) no-repeat;
        }

        .main .content .Products {
            background: url(../images/cpzx_2.png) no-repeat;
        }

        .main .content .Businesss {
            background: url(../images/ptdz_2.png) no-repeat;
        }

        .main .content .Curriculums {
            background: url(../images/kjkf_2.png) no-repeat;
        }

        .main .content .nav_content p {
            height: 29px;
            line-height: 29px;
            margin-left: 152px;
            background: url(../images/diwei.png) no-repeat 0px 5px;
            padding-left: 20px;
        }

            .main .content .nav_content p a {
                margin: 0 10px;
                font-size: 14px;
            }

        .main .content h2 {
            margin: 20px 0;
            height: 26px;
            line-height: 26px;
            background: url(../images/chanpin_1.png) no-repeat;
            color: #fff;
            font-size: 14px;
            padding-left: 15px;
            font-weight: normal;
        }


        .main .content .text {
            margin-bottom: 20px;
            padding: 20px;
            height: 460px;
            border: 1px solid #01a389;
            overflow: scroll;
            overflow-x: hidden;
            scrollbar-face-color: #ebebeb;
            scrollbar-shadow-color: #ffffff;
            scrollbar-highlight-color: #ffffff;
            scrollbar-3dlight-color: #d8d8d8;
            scrollbar-darkshadow-color: #d8d8d8;
            scrollbar-track-color: #ffffff;
            scrollbar-arrow-color: #686868;
            font-size: 14px;
            line-height: 28px;
            position: relative;
        }

        .main .content .text-about {
            margin-bottom: 20px;
            padding: 20px;
            height: auto;
            border: 0;
            overflow: hidden;
        }

        .main .content .intro {
            border-bottom: 1px solid #000;
            padding-bottom: 35px;
            font-size: 14px;
            line-height: 28px;
        }

            .main .content .intro p {
                margin: 10px 0px;
                line-height: 24px;
                font-size: 14px;
            }


                .main .content .intro p span {
                    color: #0084ff;
                    font-size: 14px;
                }
        .text-about > p > span > img{ width:650px; height:367px; }

        .main .content .function {
            overflow: hidden;
            padding-top: 20px;
            margin-bottom: 30px;
        }

            .main .content .function .download {
                float: left;
                width: 250px;
            }

            .main .content .function .support {
                float: left;
                width: 250px;
            }

            .main .content .function .serve {
                float: left;
                width: 190px;
            }

            .main .content .function div a {
                color: #0084ff;
            }

            .main .content .function p, .main .content .function span {
                padding-left: 10px;
                margin: 10px 0px;
            }

/*#hlSolutionsName {
    display: inline-flex;
    height: 29px;
    width: auto;
    overflow: hidden;
}*/

@font-face {
    font-family: 'icomoon';
    src: url('/css/fonts/icomoon.eot');
    src: url('/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('/css/fonts/icomoon.woff') format('woff'), url('/css/fonts/icomoon.ttf') format('truetype'), url('/css/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.a-eicon {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    color: #2c3e50 !important;
    width: 24px;
    height: 24px;
    margin: 2px;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 17px;
    -webkit-user-select: none;
    z-index: 99;
}

    .a-eicon:hover {
        background: #fcfcfc;
        border-color: #95a5a6;
    }

    .a-eicon:before {
        content: "\e00b";
        line-height: 24px;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.modal-body {
    position: relative;
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 10px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-header .close {
    margin-top: -2px;
}



@media(max-width: 979px){
    
}