/*��������*/
.site-nav{ position: absolute; width: 71%; z-index: 10;right: 0;top: 0;}
.site-nav .body-nav{border-left: 39px solid transparent;
    
    border-bottom: 50px solid #000;}
.site-nav .nav-list{margin-left: 100px; height:49px;margin-bottom: -50px;  font-size: 16px;display: flex;justify-content: space-between;padding-right: 150px;}
.site-nav .nav-list .nav-item{ font-size: 16px; line-height: 59px; display: list-item; float: left;display: flex;justify-content: center;}
.site-nav .list-name{    width: 180px;
    text-align: left;
    float: left;
    font-size: 16px;
    line-height: 59px;
    display: list-item;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;}
.site-nav .nav-list .nav-item .link{ display: block; color: #FFFFFF;}
/* .site-nav .nav-list .nav-item:hover .link{ color: #20b977;} */
.item-children{ 
	width: 117px;   
	position: absolute;
	display: flex;
	justify-content: center;
    top: 101px; 
	display: none;
}
.vipText {
	width: 163px;
	position: absolute;
	display: flex;
	justify-content: center;
	top: 45px; 
	display: none;
	background: rgba(238, 169, 18, 1);
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	border-radius: 3px;
	
}
.vipImg {
	position: absolute;
	width: 12px;
	height: 10px;
	top: -9px;
	left: 10px;
}
.children-list {
	background: #ffffff;
	box-shadow: 0px 6px 12px rgba(153, 153, 153, 0.4);
}
.sanjiao {
	display: flex;
	justify-content: center;
}
.sanjiao img{
	height: 14px;
	width: 27px;
}
/* .children-list{ width: 1200px; margin: 0 auto;} */
.children-list li{ 
	display: list-item;
}
.children-list li .pic img{ width: 100px; height: 100px; display: block;}
.children-list li .pic p{ 
	text-align: center; 
	line-height: 52px;
	height: 52px;
    font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom: 1px #CCCCCC solid;
}
.children-list li:last-child .pic p{ 
	border-bottom: 0px #CCCCCC solid;
}
.children-list li:first-child:hover{
	background-color: rgba(20, 147, 253, 0.2);
	/* border-top-left-radius: 6px;
	border-top-right-radius: 6px; */
}
.children-list li:last-child:hover{
	background-color: rgba(20, 147, 253, 0.2);
	/* border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px; */
}
.children-list li:hover{
	background-color: rgba(20, 147, 253, 0.2);
}
.phoneHeader {
	color: #1493FD;
	font-weight: Bold;
	font-size: 30px;
}