.banner{
	width: 100%;
	height: 270px;

}
.banner img{
	width: 100%;
	height: 266px;
}
.top_header{
	width: 100%;
	padding: 0px 2%;
	height: 40px;
	background: #000000;
	box-sizing: border-box;
	font-weight: 600;
}
.login_mannager{
	width: 40%;
	height: 40px;
	float: right;
	/*font-size: 1rem;*/
	color: #fff;
	text-align: right;
}
.login_reg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: right;
}
.has_login a{
	color: #fff;
}
.has_login a:hover{
	color: #ffffff;
}
.no_login{
	display: none;
}
.no_login{
	color: #fff;
}
.telphone{
	margin: 0 10px;
}
.isrenz{
	color: #f6985a;
	display: none;
}
.norenz{
	display: none;
		color: #ffffff;
	margin: 0 10px;
}
.norenz:hover{
		color: #ffffff;
}


.fwsisrenz{
	color: #f6985a;
	display: none;
}
.fwsnorenz{
	display: none;
		color: #ffffff;
	margin: 0 10px;
}
.fwsnorenz:hover{
		color: #ffffff;
}
.grzx{
	color: #ffffff;
	margin: 0 10px;
	display: none;
}
.grzx:hover{
	color: #ffffff;
}
.zjgrzx{
	color: #ffffff;
	margin: 0 10px;
	display: none;
}
.zjgrzx:hover{
	color: #ffffff;
}
.fwsgrzx{
	color: #ffffff;
	margin: 0 10px;
	display: none;
}
.fwsgrzx:hover{
	color: #ffffff;
}
.glpt{
	color: #ffffff;
	display: none;
	margin: 0 10px;
}
.glpt:hover{
	color: #ffffff;
}
.logout{
color: #ffffff;
margin: 0 10px;
}
.logout:hover{
	color: #ffffff;
}
.mannager{
	width: 50%;
	height: 40px;
	line-height: 40px;
	background: #228229;
	float: right;
	text-align: center;
}
.mannager a{
	/*font-size: 1rem;*/
	color: #fff;

}
.mannager a:hover{
	color: #ffffff;
}
.top_logo{
	width: 100%;
    padding: 0px 1%;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    /* justify-content: space-between; */
}
.top_nav{
    width: 100%;
    /*padding: 0px 2%;*/
    height: 60px;
    background: #00914c;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.logo_img{
    width: 450px;
    height: 80px;
}
.logo_img img{
	width:100%; 
	height: 70px;
	margin-top: 5px;
	-ms-interpolation-mode:bicubic;
}
.nav_list{
    width: 80%;
    height: 60px;
    margin:0 auto;
}

.nav_list ul{
	width: 100%;
    list-style-type: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-around;

}
.nav_list ul li{
       float: left;
    /*font-size: 1rem;*/
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /* letter-spacing: 1px; */
    box-sizing: border-box;
    font-size: 16px;
} .nav_list ul li a{
	color: #fff;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}
/*.nav_list ul li:hover{
	 background: #ff9900;
}*/
.active{
    background: #ff9900;
}
.hot_point{
	width: 100%;
	background: #f8f8f8;
	padding: 0px 2%;
	box-sizing: border-box;
	height: 40px;
}

.tq_time{
	width: 30%;
	height: 40px;
	line-height: 40px;
	float: left;
	
}
.tq_time span{
	/*font-size: 1rem;*/
	color: #ffffff;
}
.hot{
	width: 64%;
	float: right;
	margin-left: 6%;
}
.news{
	width: 90%;
	height: 40px;
	float: left;
}
.more_news{

	height: 40px;
	line-height: 40px;
	text-align: center;
}	
.more_news a{

    /*font-size: 1rem;*/
	color: #333333;
}
#wrapper {
width: 100%;
line-height: 40px;
	background: #f9f9f9;
}
#wrapper h3 {
	/*font-size: 1rem;*/
	text-align: center;
}

#wrapper > div {
	
	width: 100%;
	height: 40px;
	overflow: hidden;
}
#wrapper > div.first {
	border-bottom: none;
}

#wrapper dl {
	display: block;
	margin: 0;
}
#wrapper dt, #wrapper dd {
	display: block;
	float: left;
	margin: 0 10px;
}
/* #wrapper dt {

} */
#wrapper dd {
	color: #333;
	margin-right: 50px;

}
#wrapper dd a{
	color: #333333;
    text-transform: none;
    text-decoration: none;
}
#wrapper dd a:hover {text-decoration:underline;}
code {
	font-style: italic;
}

#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width:100%;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width:90%;
}
#donate form {
	width: 10%;
}

/*滚动条的宽度*/

::-webkit-scrollbar {
	width:9px;
	height:9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

::-webkit-scrollbar-track {
	width: 6px;
	background-color:#fdf8f6;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}

/*滚动条的设置*/

::-webkit-scrollbar-thumb {
	background-color:#05ba58;
	background-clip:padding-box;
	min-height:28px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius:2em;
}
/*滚动条移上去的背景*/

::-webkit-scrollbar-thumb:hover {
	 background-color:#05ba58;
}




/*尾部*/
.footer{
	width: 100%;
	height: 90px;
	background: #333333;
	display: flex;
	justify-content: space-between;
	margin-top: 220px;
	bottom: 0px;
    position: relative;
}
.links{
	width: 50%;
	height: 100%;
}
.links ul{
	list-style-type: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.links ul li{
	width: 90px;
	height: 100%;
}
.header_link{
	font-weight: 600;
}
.link{
	width: 100%;
	height: 30px;
	display: block;
	text-align: center;
	color: #999999;
	/*line-height: 30px;*/
	font-size: 1rem;
}
.link:hover{
	color: #fff;
}
.ads{
	width: 40%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.linkdet{
	width: 100%;
	height: 100%;
}
.link_phone{
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 2rem;
	margin-top: 10px;
}
.link_add{
    width: 100%;
	display: block;
	text-align: center;
	color: #cccccc;
	/*font-size: 0.5rem;*/
	height: 25px;
	line-height: 25px;
}
.bqsy{
	width: 100%;
	height: 90px;
	background: #666666;
}
.bqsy span{
	 width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	/*font-size: 1rem;*/
	height: 30px;
	line-height: 30px;
}
.look_history{
	width: 100%;
	height: 33px;
	background: url('../images/look_history_bg.jpg');
	padding: 0 25px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;

}
.history_link{
	width: 60%;
	line-height: 33px;
	/*font-size: 1rem;*/
}
.history_link a{
	color: #000000;
}
.search{
	width: 20%;
	height: 33px;
	display: flex;
	justify-content: space-between;
}
.searchinput{
	width: 70%;
	height: 23px;
	margin-top: 5px;
	padding: 0;
	border: 1px solid #bfbfbf;
	background: #f9f9f9;
	-webkit-box-shadow:0px 3px 3px #f9f9f9 inset;
-moz-box-shadow:0px 3px 3px #f9f9f9 inset;
box-shadow:0px 3px 3px #f9f9f9 inset;

}
.searchbtn{
	width: 25%;
	height: 27px;
	margin-top: 4px;
	color:#2f6203;
	padding: 0;
	border: 1px solid #bfbfbf;
	background: #f9f9f9;
	border-radius: 10%;
	font-weight: 600;

}
/* 外面盒子样式---自己定义 */
.pager{
	margin-top: 40px;
}
        .page_div{margin: auto;color: #666;width: 100%;padding-bottom: 50px;text-align: center;}
        /* 页数按钮样式 */
        .page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
        #firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#05ba58;border:1px solid #05ba58}
        #nextPage,#prePage{width:70px}
        .page_div .current{background-color:#05ba58;border-color:#05ba58;color:#FFF}
        /* 页面数量 */
        .totalPages{margin:0 10px}
        .totalPages span,.totalSize span{color:#05ba58;margin:0 5px}
        /*button禁用*/
        .page_div button:disabled{opacity:.5;cursor:no-drop}
        .imgs{
	display: flex;
}
.nav_top{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #c8c8c8;
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.nav_top_title{
	width: 70%;
   height: 40px;
   margin-left: 15px;
}
.nav_top_title span{
	display: block;
    float: left;
    color: #333333;
    font-weight: bold;
    border-left: solid 5px #05ba58;
    font-size: 2rem;
    padding-left: 10px;
    padding-bottom: 3px;
}

.more_link{
	width: 25%;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 1.4rem;
    color: #000;
    font-weight: 600;
}
.pp_title{	
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.pp_title_span{
  width: 10%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2rem;
  color: #f9535b;
  display: block;
  border-bottom: 3px solid #f9535b;
  box-sizing: border-box;
}

.pp_title_tc{
	width: 80%;
    height: 60px;
    border-bottom: 3px solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.pp_title_span_tc{
  width: 10%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 2rem;
  color: #05b959;
  display: block;
  border-bottom: 3px solid #05b959;
  box-sizing: border-box;
}
*{margin:0;padding:0;list-style-type:none;}


/* android */
#android{width:60px;height:120px;position:fixed;top:190px;right:0px;background: #ffffff;z-index: 1000}
/* *html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));} */
#android li{width:60px;height:130px;}
#android li img{border-bottom-left-radius:5px;border-top-left-radius:5px;}
#android li a{height:49px;float:right;display:block;min-width:47px;max-width:60px;}
#android li a .shows{display:block;}
#android li a .hides{margin-right:-166px;cursor:pointer;cursor:hand;}
#android li a.youhui .hides{display:none;position:absolute;right:216px;top:2px;}
.appdowntips{
	width: 100%;
	display: inline-block;
	height: 20px;
	text-align: center;
}


/* ios */
#ios{width:100px;height:120px;position:fixed;top:350px;right:0px;background: #ffffff;z-index: 9999}
/* *html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));} */
#ios li{width:100px;height:53px;}
#ios li img{border-bottom-left-radius:5px;border-top-left-radius:5px;}
#ios li a{height:49px;float:right;display:block;min-width:47px;max-width:100px;}
#ios li a .shows{display:block;}
#ios li a .hides{margin-right:-166px;cursor:pointer;cursor:hand;}
#ios li a.youhui .hides{display:none;position:absolute;right:216px;top:2px;}
.v-line{
	width: 0px;
	height: 70px;
	background: #dddddd;
	margin: 5px 10px;
	
}
.area_search{
	width: 440px;
	height: 80px;
	display: flex;
}
.area_icon{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('../images/address.png') no-repeat center;
	background-size: 100% 100%;
	margin: 30px 10px 30px 10px;

}

.cityselect{
	width: 300px;
	height: 40px;
	border: 1px solid #14ce8f;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 5px;
	padding: 0px 10px;
	color: #333;
}
.select_box1{
	width: 60px;
	height: 38px;
	border: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	outline: 0;
	color: #333;
}
.select_box2{
	width: 80px;
	height: 38px;
	border: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	outline: 0;
	color: #333;
}
.select_box3{
	width: 90px;
	height: 38px;
	border: none;
	color: #333;
}
.select_fenge{
	color: #ccc;
	line-height: 40px;
    margin: 0px 5px;
}
.fsearchbtn{
	display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
	cursor: pointer;
	margin-left: 10px;
}
.selectsearch{
	width: 375px;
	height: 40px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	margin: 20px 10px;
	border-radius: 5px;
	padding: 0px 10px;
	color: #333;
	display: flex;
}


/*滚动数字*/

.dataNums{ display: flex;
    height: 50px;
    text-align: center;
    /* left: 0; */
    justify-content: center;}
    .dataNums .dataOne{ width:100px; height:50px; margin: 0px 3px; text-align: center; background: #eeeeee;font-family: "Arial";float: left;list-style: none;}
    .dataNums .dataBoc {position: relative; width: 100%; height: 100%; overflow: hidden;}
    .dataNums .dataBoc .tt {position: absolute; top: 0;  left: 0; width: 100%;  height: 100%;}
    .dataNums .tt span{width:100%;height:100%; font:bold 54px/75px "Arial";color:#00914c;font-size: 30px;line-height: 60px;float: left;}
    @media screen and (max-width: 1320px) {
    .dataNums {
        height:50px;
	}
	.dataNums .dataOne{
		width:30px; height:30px; 
	}
	.dataNums .tt span{
		font-size: 20px;line-height: 30px;
	}
	.dataLine{line-height: 175px;}
    }
    .dataNum1{
        position: absolute;
        top: 56%;
        width: 20%;
        float: left;
        /* padding-right: 4%; */
        color: #fff5a1;
        font-size: 36px;
        text-align: center;
        left: 17%;
    }
    .dataNum2{
        position: absolute;
        top: 56%;
        width: 20%;
        float: left;
        color: #fff5a1;
        font-size: 36px;
        text-align: center;
        left: 40%;
    }
    .dataNum3{
        position: absolute;
        top: 56%;
        width: 20%;
        float: left;
        padding-left: 5%;
        color: #fff5a1;
        font-size: 36px;
        text-align: center;
        left: 60%;
    }
    .dataIcon{
        font-size: 67px;
        float: left;
        font-style: normal;
	}





.map_list{
	height: auto;
	position: absolute;
/*	top: 180px;*/
	z-index: 100;
	line-height: 12px;
/*	display: none;*/
}
.map_list_icon{
	width: 40px;
	height: 40px;
}
#map_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: flex;
    background: #008DD7;
}
#map_list_ul li{
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#map_list_ul li:last-child{
	border: none;
}


.gx_list{
		width: 150px;
	height: auto;
	position: absolute;
	top: 180px;
	left: 23%;
	z-index: 100;
	line-height: 12px;
	display: none;
}


.gx_list_icon{
	width: 40px;
	height: 40px;
}
#gx_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #008DD7;
}
#gx_list_ul li{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#gx_list_ul li:last-child{
	border: none;
}



.fw_list{
	width: 150px;
	height: auto;
	position: absolute;
	top: 0px;
	z-index: 100;
	line-height: 12px;
	display: none;
}
.fw_list_icon{
	width: 40px;
	height: 40px;
}
#fw_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #008DD7;
}
#fw_list_ul li{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;

}
#fw_list_ul li:hover{
	background: #ff9900;
}
#fw_list_ul li:last-child{
	border: none;
}

.xq_list{
	width: 150px;
	height: auto;
	position: absolute;
	top: 40px;
	z-index: 100;
	line-height: 12px;
	display: none;
}
.xq_list_icon{
	width: 40px;
	height: 40px;
}
#xq_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #008DD7;
}
#xq_list_ul li{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#xq_list_ul li:hover{
	background: #ff9900;
}
#xq_list_ul li:last-child{
	border: none;
}


.fb_list{
	width: 150px;
	height: auto;
	position: absolute;
	top: 180px;
	left: 23%;
	z-index: 100;
	line-height: 12px;
	display: none;
}
.fb_list_icon{
	width: 40px;
	height: 40px;
}
#fb_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #008DD7;
}
#fb_list_ul li{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#fb_list_ul li:last-child{
	border: none;
}


.zj_list{
	width: 150px;
	height: auto;
	position: absolute;
	top: 180px;
	left: 53%;
	z-index: 100;
	line-height: 12px;
	display: none;
}
.zj_list_icon{
	width: 40px;
	height: 40px;
}
#zj_list_ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
    background: #008DD7;
}
#zj_list_ul li{
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
#zj_list_ul li:last-child{
	border: none;
}


.selectad{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('../images/selectad.png') no-repeat center;
	background-size: 100% 100%;
	margin-top: 28px;
}
.selectads{
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url('../images/selectad.png') no-repeat center;
	background-size: 100% 100%;
	margin-top: 28px;
}
@media screen and (max-width: 1200px) {
	.top_nav{
		    width: 100%;
    /* padding: 0px 2%; */
    height: 60px;
    background: #00914c;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
	}
	.nav_list{
		width: 100%;
	}
	.nav_list ul li{
	float: left;
    font-size: 0.6rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 4px;
    font-weight: 600;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    /* letter-spacing: 1px; */
    box-sizing: border-box;
	}
	.nav_top_title span{
		    display: block;
    float: left;
    color: #333333;
    font-weight: bold;
    border-left: solid 5px #05ba58;
    font-size: 1rem;
    padding-left: 10px;
    padding-bottom: 3px;
	}
	.more_link{
		    width: 25%;
    height: 2rem;
    display: block;
    line-height: 2rem;
    text-align: center;
    font-size: 1rem;
    color: #000;
    font-weight: 600;
	}
	.pp_title_tc{
		width: 100%;
		height: 30px;
		border-bottom: 1px solid #eeeeee;
	}
	
}
.mapdtli{
	cursor: pointer;
}

.fwdtli{
	cursor: pointer;
}
.xqdtli{
	cursor: pointer;
}
.fbdtli{
	cursor: pointer;
}


/*地区选择时修改确定按钮，通用的所以放在这个文件中*/
.sure_address{
	color: #fff !important;
    background: #f90;
    padding: 8px 42px !important;
    border-left:none !important;
}






/*修改导航栏样式*/

.info_box{
    margin: 100px auto 0 auto;
    width: 400px;
    background-color: #ffffff;
    color: #ffffff;
    padding:0 0 0 30px;
}
.info_box>li{
    padding: 15px 0;
    font-size: 14px;
    border-top: #e5e5e5 dashed 1px;
}
.info_box>li:first-child{
    list-style: none;
    font-size: 16px;
    color: #FD463E;
    border-top: none;
    font-weight: bold;
}
.info_box>li:last-child{
    list-style: none;
    font-size: 12px;
    color: #999999;
}



.hl_nav{
    background-color: #00914c;
    position: relative;
    color: #ffffff;
    height: 50px;
}
.hl_nav a{
    display: block;
    text-decoration: none;
}
.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 29999;
    background-color: #008DD7;
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 30000;
    padding: 0;
    list-style: none;
    width: 80%;
    overflow: hidden;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.hl_nav .nav_list>li{
    padding: 0 5px;
    float: left;
    margin: 0;
    text-align: center;
    height: 50px;
}
.hl_nav .nav_head{
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.hl_nav .nav_list>li>ul{
    position: absolute;
    width: auto;
    height: 40px;
    top: 50px;
    z-index: 30000;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    display: none;
}
.hl_nav .nav_list>li.active {
    background-color: #ff9900;
}
.hl_nav .nav_list>li:hover{
    background-color: #ff9900;
}
.hl_nav .nav_list>li:hover>ul{
    display: block;
}


.hl_nav .nav_list>li>ul.offset_left{
    left: 0;
}
.hl_nav .nav_list>li>ul.offset_left.offset_1{
    left: 7%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_2{
    left: 22%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_3{
    left: 30%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_4{
    left: 40%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_5{
    left: 53%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_6{
    left: 60%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_7{
    left: 70%;
}
.hl_nav .nav_list>li>ul.offset_left.offset_8{
    left: 80%;
}
.hl_nav .nav_list>li>ul.offset_right{
    right: 0;
}
.hl_nav .nav_list>li>ul.offset_right.offset_1{
    right: 10%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_2{
    right: 20%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_3{
    right: 30%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_4{
    right: 40%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_5{
    right: 50%;
}
.hl_nav .nav_list>li>ul.offset_right.offset_6{
    right: 60%;
}

.hl_nav .nav_list>li>ul>li{
    float: left;
}
.hl_nav .nav_list>li>ul>li>a{
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 0 4px;
    height: 40px;
}
.hl_nav .nav_list>li>ul>li>a:hover{
    background-color: #054567;
    color: #ffffff;
}
.hl_nav .nav_list:hover{
    height: 90px;
}

/*.hl_nav .nav_list:hover + .shade{
    display: flex;
}*/