.top_navlx {
    width: 100%;
    height: 136px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  
  .top_navlx .top_yi {
    width: 100%;
    height: 76px;
    background-color: #fff;
  }
  
  .top_navlx .top_yi .top_logo {
    width: 248px;
    height: 48px;
    float: left;
    margin-top: 15px;
  }
  
  .top_navlx .top_yi span {
    float: right;
    line-height: 76px;
    font-size: 26px;
    color: #1a7af8;
    padding-left: 45px;
    background: url(../img/top_tel.jpg) left center no-repeat;
  }
  
  .top_navlx .top_er {
    width: 100%;
    height: 60px;
    background-color: #dbf1ff;
  }
  
  .top_navlx .top_er .wrapper {
    display: flex;
    justify-content: space-between;
  }
  
  .top_navlx .top_er .item {
    font-size: 18px;
    color: #030303;
    line-height: 60px;
  }
  
  .top_navlx .top_er .item_yc {
    position: relative;
    cursor: pointer;
  }
  
  .top_navlx .top_er .item_yc span {
    font-size: 18px;
    color: #030303;
    line-height: 60px;
  }
  
  .top_navlx .top_er .item_yc .item_list {
    position: absolute;
    top: 60px;
    display: none;
    padding-bottom: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    box-shadow: 0 0 16px 2px rgba(54, 107, 169, 0.1);
  }
  
  .top_navlx .top_er .item_yc .item_list a {
    display: block;
    font-size: 16px;
    color: #555;
    line-height: 18px;
    margin-top: 12px;
    padding-left: 20px;
  }
  
  .top_navlx .top_er .item_yc:hover .item_list {
    display: block;
  }
  
  .top_navlx .top_er .item_yc::after {
    position: absolute;
    content: '';
    border: 7px solid transparent;
    border-top-color: #1a7af8;
    top: 27px;
    right: -17px;
  }
  
  .top_navlx .top_er .yazhou .item_list {
    width: 110px;
    left: -30px;
  }

  .top_navlx .top_er .gongdu .item_list {
    width: 156px;
    left: -30px;
  }

  .top_navlx .top_er .xiaoyuzhong .item_list {
    width: 110px;
    left: -30px;
  }
  
  .top_navlx .top_er .ouzhou .item_list {
    width: 170px;
    left: -68px;
  }
  
  .top_navlx .top_er .ouzhou .item_list a {
    width: 85px;
    float: left;
    padding-left: 0;
  }

  .top_navlx .top_er .item_yc .item_list a:hover{
    color: #1a7af8;
  }
  
  .top_navlx .top_er .ouzhou .item_list a:nth-child(odd) {
    text-indent: 15px;
  }
  
  .top_navlx .top_er .qita .item_list {
    width: 126px;
    left: -15px;
  }


.wrapper{
	width: 1200px;
	margin: 0 auto;
}
.footer_top{
	height: 57px;
	padding-top: 30px;

}
.footer_top img{
	float: left;
	margin-left: 180px;
	border-right: 1px solid #fff;
}
.footer_top p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	float: left;
	margin-left: 15px;
}
.footer_top p b{
	margin-left: 35px;
}

  /*底部*/
.footer_common{
	width: 100%;
	height: 200px;
	background: #202124;
}
.footer_bottom{
	margin-top: 20px;
	border-top: 1px solid #4c4c4c;
	padding-top: 20px;
}
.footer_bottom p{
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 2px;
}

.footer_bottom p b{
	margin-right: 36px;
}
  