/* CSS Document */
body  
{
	background: #f8f8f8;   
	font-size: 13px;
	color: #333333;
	margin: 0px;
	font-family: Arial, "宋体";
	line-height: normal;
	background-image:images/x.gif;
	background-repeat:repeat-x
} 

td {
	font-size: 15px;
	font-family: Arial,  "宋体";
}
a {
	font-size: 15px;	
	text-decoration: none;
}
a:link {
	font-size: 15px;	
	text-decoration: none;
}
a:hover {
	font-size: 15px;
	color: #00adee;
	text-decoration: none;
}

.bottom_nav {
	font-size: 15px; 
	color: #000000;
	text-decoration: none;
}
.bottom_nav:link {
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.bottom_nav:hover {
	font-size: 15px;
	color: #00adee;
	text-decoration: none;
}



.g-header {
    height: 93px;
    line-height: 93px;
    background: #f8f8f8;
}
.g-header h1 {
    float: left;
    font-size: 26px;
    color: #1e50ae;
	line-height: 38px;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
	height:38px;
	overflow:hidden
}
.g-header h1 a {
    color: #1e50ae;
}
.g-header ul {
    float: right;
}
.g-header li {
    float: left;
    margin-left: 45px;
}
.g-header li a {
    display: block;
    position: relative;
    color: #000000;
    font-size: 23px;
    TEXT-DECORATION:none;
}
.g-header li a.active, .g-header li a:hover {
    color: #1e50ae;
}
.g-header li a.active:after, .g-header li a:hover:after {
    position: absolute;
    content:"";
    width: 90px;
    height: 3px;
    top: 15px;
    left: 0;
    background-color: #0000ff;
}

.g-header  a {
    display: block;
    position: relative;

    TEXT-DECORATION:none;
}
.g-header  a.active, .g-header  a:hover {
    color: #1e50ae;
}
.g-header  a.active:after, .g-header  a:hover:after {
    position: absolute;
    content:"";
    width: 80px;
    height: 3px;
    top: 62px;
    left: 0;
    background-color: #1e50ae;
}

.g-header .logol{width:25%; float:left; overflow:hidden;}
.g-header .logol .comname{height:93px; overflow:hidden;}
.g-header .logol .comname .zycp{clear:both; line-height:20px; color:#999; height:20px; 
                                overflow:hidden;width:100%;white-space: nowrap;text-overflow: ellipsis;}
.g-header .logor{width:70%; float:left; overflow:hidden; line-height:5px; margin-top:50px;}

 
.submenu {
    float: left;
/*    width: 280px;
    background: url(../images/submenu-line.png) no-repeat left 20px;*/
}

    .submenu .title {
        height: 58px;
        padding-top: 22px;
        color: #3478b5;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .submenu ul {
        width: 200px; /**/
        margin: 10px 0 0 0px;
        padding: 0px;        
    }

        .submenu ul li {
            min-height: 2px;
            list-style: none;
            font-size: 15px;
            margin-bottom:1px;             
        }
            .submenu ul li a {
                color: #002a53;
                display: block;
                width: 190px;
                background: url("../images/sub-menu-on.png") no-repeat right;
                background-size: cover;
                padding: 0px 0px 5px 20px;                
                font-size:15px;
                TEXT-DECORATION:none;
            }
                .submenu ul li a.on {
                    /*background: url("../images/sub-menu-on.png") no-repeat right;
                    font-weight:60;   padding: 8px 0 8px 25px;    
                    background-size: cover;*/
                    color: #002a53; 
                }
                .submenu ul li a:hover {
                    color: #00adee;
                    /*background: url("../images/sub-menu-on.png") no-repeat right;
                    background-size: cover; */
                }
.local {
  line-height: 38px;
  height: 39px;
  text-align: left;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
  padding-right: 10px;
  color: #999;
  font-size:15px;
}
.local a {
  color: #00adee;
  font-size:15px;
}

 .main_list {
    border-top: 0px solid #000000;
    margin: 0px;
    padding: 0;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 30px;
}

    .main_list li {
        line-height: 25px;
        border-bottom: 0px solid #000000;
        list-style-type:disc;        
        list-style-position:outside;
        border-left: 0px solid #000000;
 
    }
        .main_list li a {
            display: block;
            float: left;
            width: 1000px;
            padding-left: 0px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            font-weight: 200;
            TEXT-DECORATION:none;
            color:#000000;
        }
        .main_list li:hover {
            background-color: #f0f0f0;
            border-right: 0px solid #000000;            
        }
        .main_list li span {
            display: block;
            float: right;
            white-space: nowrap;
            font-size: 15px;
            font-weight: 200;
        }

        
 .product_list {
    border-top: 0px solid #000000;
    margin: 0px;
    padding: 0;
    font-size: 15px;
    border-bottom: 0px solid #000000;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 30px;
}

    .product_list li {
        line-height: 25px;
        border-bottom: 0px solid #000000;
        list-style-type:disc;        
        list-style-position:outside;
        border-left: 0px solid #000000;
 
    }
        .product_list li a {
            display: block;
            float: left;
            width: 1000px;
            padding-left: 0px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 15px;
            font-weight: 200;
            TEXT-DECORATION:none;
            color:#000000;
        }
        .product_list li:hover {
            background-color: #f0f0f0;
            border-right: 0px solid #000000;            
        }
        .product_list li span {
            display: block;
            float: right;
            white-space: nowrap;
            font-size: 15px;
            font-weight: 200;
        }
/*.product_table table
{
	border:1px solid #F00;
	width:100%;
	rules : all;
	cellspacing : 0;
	line-height: 40px;
}*/
.product_table tr
{
	line-height: 40px;
}
.product_table td
{
	width:10%;
	font-weight: 600;	
}
