﻿* {
    font-size:0px;
    font-family:'Microsoft YaHei';
    margin:0px;
}

a {
    text-decoration:none;
    border:none;
}

    a img {
        border:none;
    }

body {
    margin:0px;
    background-color:#ffffff;
}

.div_page_header {
    height:160px;
}

.div_search {
    margin-left:145px;
    margin-top:1px;
    float:left;
}

    .div_search .input_search {
        background-color:#fafafa;
        height:36px;
        border:#e0e0e0 solid 1px;
        width:180px;
        background-image:url('images/Search.png');
        background-repeat:no-repeat;
        background-position:center left;
        float:left;
        margin-left:8px;
        margin-top:3px;
        font-size:16pt;
        padding-left:25px;
        color:#808080;
    }

    .div_search .sp_language {
        font-size:18px;
        line-height:45px;
    }

        .div_search .sp_language a {
            font-size:inherit;
            margin-left:25px;
            color:#333333;
            font-weight:bold;
        }

        .div_search .sp_language .active {
            color:#e9543e;
            font-size:18px;
        }

.Logo {
    float:right;
    margin-right:25px;
    margin-top:45px;
}

.div_split_header {
    height:6px;
    background-color:#4e6a76
}

.div_menu {
    height:45px;
    margin-top:-6px;
}

.big_menu {
    height:45px;
    background-color:#4e6a76;
    border-top: 6px solid #4e6a76;
    line-height:38px;
    text-align:center;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    width:145px;
    display:inline-block;
    cursor:pointer;
    margin-left:1px;
    box-shadow: 3px 1px 5px #575757;
}

    .big_menu:hover {
        border-top: 6px solid #e9543e;
    }

.big_menu_active {
    border-top: 6px solid #e9543e;
}

.small_menu {
    height:45px;
    border-top: 6px solid #4e6a76;
    line-height:38px;
    text-align:center;
    font-size:12px;
    color:#4f6978;
    font-weight:bold;
    width:120px;
    display:inline-block;
    cursor:pointer;
}

.small_menu:hover {
    color:#e9543e;
}

.small_menu_active {
    border-top: 6px solid #e9543e;
    color:#e9543e;
}

.banner {
    height:485px;
    width:auto;
    
}

.banner_back {
    height:485px;
    /*background-position:center;
    background-repeat: repeat-y;*/
    -moz-background-size:100% auto;
    background-size:100% auto;
    width:100%;
    position:absolute;
}

.banner_product_owner {
    height:115px;
    z-index:99;
    float:right;
    margin-right:30px;
    margin-top:330px;
}

    .banner_product_owner .product {
        border:10px solid #ea2920;
        margin-left:45px;
    }

.banner_slide {
    margin-top:-40px;
    height:30px;
    z-index:98;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

    .banner_slide .item {
        width:20px;
        height:20px;
        overflow:hidden;
        display:inline-block;
        border-radius:50%;
        -moz-border-radius:50%;
        -webkit-border-radius:50%;
        -khtml-border-radius:50%;

        margin:7px;
        cursor:pointer;

        background-color:rgb(107, 136, 150);

        opacity:0.6;
        -moz-opacity: 0.6;
        -khtml-opacity:0.6;
        filter:alpha(opacity=60);
    }

        .banner_slide .item:hover {
            background-color:rgb(230,48,25);
        }

    .banner_slide .item_active {
        background-color:rgb(78, 106, 119);

        opacity:0.99;
        -moz-opacity: 1;
        -khtml-opacity:1;
        filter:alpha(opacity=100);

        box-shadow:0px 0px 10px white;
        -moz-box-shadow:0px 0px 10px white;
        -o-box-shadow:0px 0px 10px white;
    }

.home_product {
    margin-right:1px;
    height:190px;
    background-color:#ffffff;
    float:left;
    text-align:center;
    padding-top:20px;
}

    .home_product image {
        height:120px;
        width:auto;
    }

    .home_product p {
        color:#666666;
        font-size:12px;
        font-weight:bolder;
        margin-top:25px;
    }

    .home_product:hover p {
        color:red;
    }


.home_sub_title {
    color:#4e6a76;
    font-size:24px;
    font-weight:bolder;
    text-align:left;
}

.home_product_big {
    width:280px;
    min-height:280px;
    float:left;
}

    .home_product_big .product_name {
        font-size:14px;
        color:#4e6a76;
        font-weight:bold;
    }

    .home_product_big .product_image_bg {
        width:275px;
        height:205px;
        background-image:url('images/product_bg_back.png');
        margin-top:7px;
    }

        .home_product_big .product_image_bg .product_image {
            width:180px;
            height:180px;
            margin:10px;
        }

    .home_product_big .product_desc {
        color:#666666;
        font-size:12px;
        font-weight:bold;
        text-align:left;
        margin-top:10px;
    }

.home_link_us {
    font-size:14px;
    color:#333333;
    line-height:40px;
    text-align:left;
    margin-top:50px;
    font-weight:bold;
}

.page_foot {
    height:95px;
    background-color:#324c58;
    text-align:center;
    line-height:25px;
    padding-top:25px;
}

    .page_foot p {
        font-size:14px;
        color:#ededed;
        font-weight:bold;
    }

    .page_foot p a{
        font-size:14px;
        color:#ededed;
        font-weight:bold;
    }

.subpage_container {
    width:1225px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}


.page_url {
    font-size:12px;
    color:#4f6978;
    font-weight:bold;
    margin-top:30px;
}

    .page_url a {
        font-size:inherit;
        color:inherit;
    }


.product_sort_owner {
    width:240px;
    float:left;
    margin-left:25px;
    border-bottom:1px solid #cccccc;
}

    .product_sort_owner .item {
        background-color:#f1f1f1;
        height:65px;
        line-height:65px;
        border:1px solid #cccccc;
        border-bottom:none;
        border-left:6px solid #cccccc;
    }

        .product_sort_owner .item a {
            margin-left:15px;
            font-size:12px;
            color:#4f6978;
            font-weight:bold;
        }

    .product_sort_owner .item_active {
        border-left:6px solid #e9543e;
    }

        .product_sort_owner .item_active a {
            color:#e9543e;
        }


.product_list_owner {
    min-height:300px;
    margin-left:95px;
    width:865px;
    float:left;
}

    .product_list_owner .series {
        height:44px;
        line-height:44px;
        border-bottom:1px solid #cccccc;
    }

        .product_list_owner .series span {
            color:#e9543e;
            font-size:18px;
            font-weight:bold;
        }


    .product_list_owner .product {
        
    }

        .product_list_owner .product .title {
            font-size:16px;
            color:#4f6978;
            font-weight:bold;
            line-height:45px;
        }

        .product_list_owner .product .subtext {
            font-size:14px;
            color:#666666;
            font-weight:bold;
            line-height:25px;
        }

        .product_list_owner .product .filename {
            font-size:14px;
            color:#4e6a76;
            font-weight:bold;
            margin-left:12px;
            margin-right:12px;
        }

        .product_list_owner .product .img_owner {
            width:180px;
            height:180px;
            border: 1px solid #cccccc;
            float:right;
            margin-left:95px;
        }

            .product_list_owner .product .img_owner img {
                width:170px;
                height:170px;
                margin:5px;
            }


.case_item {
    margin-top:20px;
    margin-bottom:20px;
    display:inline-block;
}

    .case_item img {
        width:230px;
        height:170px;
        margin-right:55px;
        float:left;
    }

    .case_item .name {
        font-size:16px;
        color:#4f6978;
        font-weight:bold;
    }

    .case_item .content {
        font-size:14px;
        color:#666666;
        font-weight:bold;
        text-indent:20px;
        line-height:25px;
        margin-top:25px;
    }


.new_item {
    margin-top:20px;
    margin-bottom:20px;
    display:inline-block;
}

    .new_item img {
        width:230px;
        height:170px;
        float:left;
        margin-right:55px;
    }

    .new_item .name {
        font-size:16px;
        color:#4f6978;
        font-weight:bold;
    }

    .new_item .content {
        font-size:14px;
        color:#666666;
        font-weight:bold;
        text-indent:20px;
        line-height:25px;
        margin-top:10px;
    }


.hidden {
    display:none;
}

 .CompayContext p 
        {
            font-size: 14px;
            color: #666666;
            line-height: 25px;
        }