.wrap .lan{
   display: block;
   position: fixed;
   z-index: 9999;
   right: 0;
   top:50%;
}
.wrap .lan dl{
   width: 90px;
   height: 90px;
   background: #fff;
   color:#333;
   text-align: center;
   padding: 10px 0;
   margin-bottom: 3px;
   cursor: pointer;
   position: relative;
   box-sizing: border-box;
}
.wrap .lan dl:hover{
    background: #00428e;
}
.wrap .lan dl:hover dt img{
    filter: brightness(10000%);
}
.wrap .lan dl:hover dd{
    color: #fff;
}
.wx_box{
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 10px;
    width: 150px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 999;
    border-radius: 4px;
}
.wx_box::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.lan_wx:hover .wx_box{
    display: block;
}
.wx_box img{
    width: 100% !important;
    height: auto !important;
    display: block;
    margin-bottom: 5px;
}
.wx_box p{
    font-size: 14px;
    color: #333;
    margin: 0;
}
.ph_box{
    display: none;
    position: absolute;
    right: 100%;
    top: 10px;
    margin-right: 10px;
    width: 240px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 999;
    border-radius: 4px;
}
.ph_box::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
}
.lan_ph:hover .ph_box{
    display: block;
}
.ph_num{
    font-size: 24px;
    color: #00428e;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}
.ph_time{
    font-size: 14px;
    color: #999;
    margin: 0;
}
.wrap .lan dl dt{
   padding-bottom: 5px;
}
.wrap .lan dl dt img{
   width: 40px;
   height: auto;
   display: inline-block;
}
.wrap .lan dl dd{
	font-size: 14px !important;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333;/*mark20210506新增*/
}
.wrap .lan dl dd a{
	
	color: #333;/*mark20210506新增*/
}

.lan_box{
	width: 250px;
	height: 320px;
	padding: 0 20px;
	box-shadow: 0px 0px 3px 0px rgba(215, 215, 215, 0.5), 0px -1px 0px 0px #E4E4E4;
	background: #fff;
	position: absolute;
	right: 110%;
	color:#000;
	display: none;
}
.lan_box>p{
padding: 12px 0;
}
.lan_box.lan_box_p1{/*mark20210506新增*/
	top: 0px;
}
.lan_p01{
	margin-top: 15px;
	color:#007ECE;
	font-size: 16px;
 }