/*
html body table#viewtitle tbody tr td table tbody tr td 
div#dd-navigation div#nav-strip ul li#nav-item_3.nav-item.no-subnav 

a span.primary-link 栏目菜单路径
div#subnav_3.subnav. div.subnav-inner ul a 展开菜单路径

#0082c8：蓝底白字
#539EFF 蓝底（常态）
#1A66FF 蓝底（指向）
*/
.form1_26 {
    font-size: 16px; /*库存搜索框*/
}

body {
        margin-top: 80px;
        min-width: 1230px; /*950px;*/
        
        
}

#top {
    position: fixed;
    margin-top: -80px;
    width: 100%;
    text-align: center;
    
    /* 标准浏览器：仅背景半透明，内容不受影响 */
   /* background: rgba(132, 219, 229, 0.65);*/
   
    /* 兼容IE6-IE8：用渐变滤镜模拟半透明背景 */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startcolorstr=#A684dbe5,
        endcolorstr=#A6FFFFFF
    );
    
    background-image: linear-gradient(to top,  rgb(255 255 255 / 65%), rgb(132 219 229 / 65%)); /* 前色是底部色，后色是顶部色*/
}

#topb {
    height: 10px; /*导航条间隙-顶部*/
}

#logo, #cpname, #nav-strip, #tel {
    display: inline-block;
    height: 65px;
/*    border: 1px solid rgb(212 225 255); */






}

#bot_c {
    width: 100%;
    text-align: center;
    
    /* 标准浏览器：仅背景半透明，内容不受影响 */
   /* background: rgba(176, 245, 158, 0.65); 背景颜色写法的差异，谷歌内核为：#b0f59eA6；IE内核为：#A6b0f59e */
   
    /* 兼容IE6-IE8：用渐变滤镜模拟半透明背景 */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startcolorstr=#A6FFFFFF,
        endcolorstr=#A6b0f59e
    );
    

    background-image: linear-gradient(to top, rgb(176 245 158 / 65%), rgb(255 255 255 / 65%))
}



/* Nav */
/* 
#dd-navigation {
    clear: both;
    height: 40px;
}

#nav-strip ul li.nav-item,
#nav-strip ul li.nav-item.active,
#nav-strip ul li.nav-item:hover {}
 */
#nav-strip {
    clear: both;
  
/*    height: 56px;*/
    line-height: 23px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: none;
}

#nav-strip a:hover {
    text-decoration: none;
}

#nav-strip ul li.nav-item {
    display: inline;
    float: left;
    position: relative;
   width: 110px;
/*  background: url(../images/title_4.jpg) no-repeat;*/
    height: 40px;
    text-align: center;
}
/*
#nav-strip ul li.nav-item.active,
#nav-strip ul li.nav-item:hover,
#nav-strip ul li.nav-item.hover {
    background: transparent url('images/over.gif') no-repeat 50% 95%;
}
*/

#nav-strip ul li.nav-item:hover {
    background-color: rgb(240 255 255);
}

/*
#nav-strip ul li.nav-item:hover a {
    color: #F99F3E;
}
*/

#nav-strip ul li a {
/*    color: #0078d7;*/
    display: block;
    padding: 10px;
/*    font-size: 14px;*/
    outline: none;
    text-decoration: none;
    color:rgb(0,120,215);text-shadow:white 2px 2px 5px
}

#nav-strip ul li a:hover {
    color: #0078d7;
    

	/*box-shadow: darkgrey 1px 5px 10px 5px ;	*/
	
	/* IE 2019-03-05_032843 */
	position:relative;
	top:-0px;
	left:-2px;
	zoom:1;

}
/*
#nav-strip ul li a .primary-link,
#nav-strip ul li.active a .primary-link,
#nav-strip ul li.hover a .primary-link {
    padding-right: 10px;
}

#nav-strip ul li.no-subnav a .primary-link {
    background: none;
    padding-right: 0;
}
*/
/*  subNav */

#nav-strip ul li .subnav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    padding-bottom: 2px;
    
    background-color: rgb(247 249 251 / 90%);
    /* 兼容IE6-IE8：用渐变滤镜模拟半透明背景 */
    filter: progid:DXImageTransform.Microsoft.gradient(
        startcolorstr=#E6f7f9fb,
        endcolorstr=#E6f7f9fb
    );
    width: 180px;

    z-index: 16777263;
    *min-width: 160px;
    box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    -moz-box-shadow: rgba(0, 0, 0, .5) 0 2px 4px;
    transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
}

#nav-strip .subnav-inner {
    float: left;
/*    width: 160px; */ /*展开菜单框的大小。不设置，则自适应文字宽度 */
}

#nav-strip ul li .subnav ul {
    margin-bottom: 3px;
    float: left;
/*    width: 142px;*/ /*展开菜单框的大小。不设置，则自适应文字宽度 */
    margin: 0;
}

#nav-strip ul li .subnav ul li {
    display: block;
    float: left;
    height: auto;
    margin: 0;
    width: 100%; /*展开菜单框的大小。设置，则自适应文字宽度 */
}

#nav-strip ul li .subnav ul li a {
    font-weight: normal;
  /*  border-bottom: 1px solid #7592B2;*/
    border-collapse: collapse;
}

#nav-strip ul li .subnav ul li a,
#nav-strip ul li.nav-item:hover .subnav ul li a {
   /* font-size: 12px;*/
    color: #000000;
    white-space: normal;
    text-align: center;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 22px;
}

#nav-strip ul li .subnav ul li a,
#nav-strip ul li.nav-item:hover .subnav ul li a {
    white-space: nowrap;
}

#nav-strip ul li .subnav ul li.active a,
#nav-strip ul li .subnav ul li a:hover {
    background-color: #3498db;
    color: #FFFFFF !important;
    line-height: 22px;
    text-align: center;
    white-space: normal;
    padding: 3px;
}

#nav-strip ul li.nav-item. a .primary-link:hover {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #31ed51;
    transition: transform .5s;
}

.Submit_stock {
width:30px;
height: 26px;
line-height:32px;
border:0;
color:#4682B4;

font-weight:bold;
font:bold 14px arial;
padding:0;
padding-top:3px\9;
cursor:pointer;
vertical-align:middle;
background:  url(../images/go.jpg) no-repeat;
}

#main_table{
min-width:1003px;
background-color: #FFFFFF;
}
#main_left{
width:225px;
background-color: #FFFFFF;
}
#main_right{
max-width:920px;
background-color: #FFFFFF;
}

.Logo_PP{
width:125px;
height:65px;
}



