﻿/*Aboutus.aspx*/
div.second_left_menu {
    width: 150px;
    height: 200px;
    float: left;
    margin: 0px;
    padding: 0px;
}

div.second_menu_title {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: #333333;
}

div.second_menu_list {
    width: 140px;
    height: 45px;
    line-height: 45px;
    padding: 0px 0px 0px 5px;
    text-align: center;
    vertical-align: middle;
    background: url('Images/aboutus_menu_bg01.png') center center no-repeat;
}

    div.second_menu_list a {
        font-family: 'Microsoft YaHei';
        font-weight: bold;
        font-size: 16px;
        color: #555555;
        text-decoration: none;
    }

        div.second_menu_list a:link, a:visited {
            color: #555555;
            text-decoration: none;
        }

        div.second_menu_list a:hover, a:active {
            color: #880000;
            text-decoration: none;
        }

div.aboutus_content {
    width: 1000px;
    height: auto !important;
    float: left;
    /*background-color: aquamarine;*/
    overflow-y: auto !important;
}

div.aboutus_title {
    width: 1000px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    color: #333333;
}

div.aboutus_company_section1 {
    width: 1000px;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

div.aboutus_company_section2 {
    width: 1000px;
    text-align: center;
    vertical-align: middle;
}

div.aboutus_company_section3 {
    width: 1000px;
    height: 280px;
    margin: 10px auto;
    /*background-color: antiquewhite;*/
}

div.aboutus_company_section4 {
    width: 330px;
    height: 230px;
    float: left;
    text-align: center;
    /*background-color: aquamarine;*/
}

div.aboutus_company_section5 {
    width: 330px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    vertical-align: middle;
    /*background-color: aquamarine;*/
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333333;
}

div.aboutus_imagebox {
    width: 230px;
    height: 310px;
    line-height: 310px;
    text-align: center;
    vertical-align: middle;
    float:left;
    margin-left:15px;
}
