
#menu .underline:hover {
	text-decoration: underline; 
	text-underline-offset: 1em;
	text-decoration-color: #0399E2;
}
#menu .text1 a:hover {
    text-decoration: none;
}
#menu a:hover {
	text-decoration: underline; 
	text-underline-offset: 1em;
	text-decoration-color: #0399E2;
}
#menu .text1 a:hover {
    text-decoration: none;
}
#menu .guanyuyuanyang {
    width: 320px;
    display: table-cell;
    vertical-align: middle;
    float: left;
    margin: 30px 0% 0% 24px;
}
#menu .guanyuyuanyang img {
        float: left;
        width:132px;
        height: 132px;
        object-fit: cover;
}
#menu .text {
	word-wrap: break-word;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0398E1;
    line-height: 24px;
    position: relative;
    margin-left:142px;
    white-space: break-spaces;
    margin-top: 6px;
    line-height: 36px;
}
#menu li:hover .chanpinzhongxin-content {
    display: block;
    z-index: 1;
}
#menu .chanpinzhongxin-content {
	width: 1000px; 
	height: 188px; 
    position: absolute;
    display: none;
    min-width: 1000px;
}
#menu .chanpinzhongxin {
	width: 31rem;
	display: table-cell;
    vertical-align: middle;
	height: 14rem;	
}
#menu .chanpinzhongxin img {
	margin-left: 19%;
	margin-top: 1rem;
}
#menu .chanpinzhongxin-content .text1 {
    height: calc(100% - 1rem);
    margin-left: 335px;
    margin-top: 36px;
}
#menu .chanpinzhongxin-content .text1 ul {
	    width: 640px;
    float: left;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}
#menu .chanpinzhongxin-content .text1 ul li {
	float: left;
	height: 2rem;
	list-style: square;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	list-style: none;
	line-height: 9px;
	margin-bottom: 5px;
    width: 200px;
}
#menu .chanpinzhongxin-content .text1 ul a {
	color: #666666;
    height: auto;
    font-size: 18px;
    line-height: 30px;
}
#menu .chanpinzhongxin-content .text1 ul a:hover {
	color: #0398E1;
}

#menu .chanpinzhongxin-content .text1 ul li {
   float: left;
    list-style: square;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
	padding: 0;
	list-style: none;
}
#menu .text1 li {
    float: left;
    padding: 0 15px;
}
.fixtop.active .userinfo{
    display: flex;
}
.userinfo{

     display: none;
    /* width: 120px;
    display: none;
    justify-content: space-around;
    padding: 0.5vw;
    border-radius: 5px;
    border: 1px solid grey;
    margin-top: 0.8vw;
    position: absolute;
    right: 110px; */
}

.userinfo li a{
    color:black;
}

.userinfo .usermain{
    cursor: pointer;
    position: relative;
        margin-top: 12px;
}

.userinfo .umlist{
    display: none;
    position: absolute;
    width: 194px;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.18);
    border-radius: 4px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
        left: -50px;
    top: 50px;
}
.userinfo:hover .umlist{
    display: flex;
}

.userinfo .usermain .umlist a{
    margin: 10px 0;
    text-decoration: underline;
}

.userinfo .nouser{
    width: 156px;
    height: 52px;
    border: 1px solid #0399E2;
    border-radius: 26px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.userinfo .user{
    width: 156px;
    height: 52px;
    
    border-radius: 26px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

#menu .userinfo  li a{
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0399E2;
    text-decoration: none;
	text-underline-offset: 0.1rem;
	text-decoration-color: #0399E2;
}
#menu .userinfo .umlist a{
    height: 26px;
    line-height: 26px;
  font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #808080;
    text-decoration: none;
    text-underline-offset: 0.1rem;
    text-decoration-color: #0399E2;
}
#menu .userinfo li a:hover{
    font-size: 16px;
    color:#0399E2;
    font-weight: 400;
}
#menu .userinfo li.line{
    width: 2px;
    background: #0399E2;
    padding: 0;
    margin: 18px 0;
}

.userinfo .userarrow{
    background: url(../img/arrowdown.png) no-repeat center;
    background-size: 100% 100%;
    width: 11px;
    height: 7px;    
    display: inline-block;
    margin-left: 20px;
}

.userinfo:hover .userarrow{
    background: url(../img/arrowup.png) no-repeat center;
    background-size: 100% 100%;
}

.topli{
    position: relative;
}