/* =Styles for the lab
-------------------------------------------------------------- */
#wrapper {
	min-width:630px !important;
	float:left;
	margin-left:20px;
}
nav {
	color:#666;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {
    display:inline-block;
    position:relative;
}
.d_bg .fr {
    padding: 17px 0 0;
}

/* sub navigation */
nav li ul {    
      background-color: rgba(243,243,243,0.95);
    position: absolute;
    left: 0;
    top: 40px;
    width: 250px;
    border-top: 2px solid #008ed4;   z-index: 99;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:250px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style all links */
nav a {
    line-height:40px;
    margin:0 10px;
	color:#666;
}
nav a {
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#222;
}

/* style sub level links */
nav li li a {
    border-bottom:solid 1px rgb(255,255,255);
    margin:0 10px;
    padding:0;
	color:#333;
}
nav li li:last-child a {
margin-bottom: 2px !important;
padding-bottom: 2px !important;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
}

/* show arrows for dropdowns */
nav li.dropdown > a {
/*background-image:url(http://login.114my.cn/memberpic/xinyizhou7193en/uploadfile/image/20161019/20161019115213_1337385866.png);*/
    background-position:right 20px;
    background-repeat:no-repeat;
}

nav li li.dropdown > a {
    /*background-image:url(http://login.114my.cn/memberpic/xinyizhou7193en/uploadfile/image/20161019/20161019115044_1205939979.png);*/
    background-position:right 16px;
    background-repeat:no-repeat;
}

.pic_box_td a{display:none;}
.lzc_en_pro_prev{display:none;}