@charset "UTF-8";

.headerInfo {
	color: white;
	background: #17594A;
    display: flex;
    justify-content: space-between;
    padding: 10px 15%;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.headerRight {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.headerNav {
	display: flex;
    flex-wrap: wrap;
}

.headerInfo > a,
.headerNav > a,
.headerNav > span {
	color: white;
	margin: 0px 5px;
    font-size: 0.5vw;
    padding: 5px;
    border-radius: 20px;
    background-color: #213363;
}


.pageInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 35px;
    font-size: 20px;
    font-weight: bolder;
	
}
.headerRight > span {
    padding: 4px 0px;
    margin: 0px 5px;
}

.ulNav {
	position: relative;
	color: black;
	background: #DEE1EC;
	border: 1px solid #cecece;
	/* width:1500px; */
	padding: 15px 15%;
	margin-left:-44px;
}
.ulNav > ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 0px;
}

.ulNav > ul > li {
	height: 42px;
    line-height: 1.2;
	width: 6%;
	padding:8px 0 5px 0;
	z-index: 9999999;
}
.ulNav > ul > li:last-of-type:hover {background-color: #b6cbfb;}
.mainNav {
	height: 100%;
	font-size:16px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.subNav {background-color: #EBF1FF;display: none;flex-direction: column;line-height:18px;font-size: 15px;font-weight: normal;padding:0 5px 0 5px;width:210px;}
.subNav a{height:30px;}
.subNav a:last-of-type{height:30px;line-height:30px;margin:-8px 0 4px 0 !important;}
.subNav a:first-of-type{height:30px;line-height:30px;margin-top: 3px !important;}
.subNav > a:not(:last-child) {border-bottom: dashed 1px #b0bddc;font-size: 15px;font-weight: normal;line-height: 30px;margin:-7px 0 10px 0;padding:0 5px;display:block;}

.ulNav ul li:not(:last-child):hover {
    background-color: #b6cbfb;
}

.ulNav ul li:hover .subNav {display: flex;z-index: 999999999999;}
.totle {
		height: 100%;
    display: block;
	background: url(/images/antiviral/ico_allmenu_o.png) no-repeat center;
}

.subNav > a:hover {background-color: #fff;color:#17594a;font-weight:bold;height:30px;line-height:30px;}

.hiddenDiv{
	display: none;
}

.totelNav {
	display: flex;
    align-items: flex-start;
}

.totelNav > div {
    display: flex;
    flex-direction: column;
    align-items: center;    
    line-height: 45px;
    width: 100%;
    font-size: 0.7vw;
}

.totelNav > div > a  {
	/* background: url(/images/antiviral/nav_line.png) no-repeat right 1px; */
	width: 100%;
	font-size: 0.7vw;
	height: 45px;
	text-align: center;
}

.userInfo{
	font-size:0.7vW;
	align-items: center;
	padding: 0px 15%;
	background: #eaedee;
	display: flex;
	justify-content: space-between;
}

.sideInfo {
	padding: 15px 0px 15px 0px;
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
}


.sideInfo > div {
	padding: 10px;
}

.qaDiv {
	color: white;
    margin: 0px 5px;
    font-size: 0.5vw;
    padding: 5px;
    border-radius: 20px;
    background-color: #2C3C45;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.sid {
	    display: flex;
    align-items: center;
    flex-direction: row;
}

.navCount {
	color: white;
	background: #0078BF;
    padding: 0 10px 0 10px;
   	width: auto;
    font-size: 20px;
    border-radius: 18px;
    margin: 0px 5px 0px 5px;
    line-height: 1.3;
}


@media screen and (max-width: 1024px) {
  .ulNav {
    display: none;
  }
  
  .userInfo {
  	padding: 0px 5%;
  }
} 
