*{
	margin: 0;
	padding: 0;
}
li{
    list-style: none;
}
a{
	text-decoration: none;
	
}
a:hover{
	text-decoration: none;
}

.top{
    background: #2d66a5;
    line-height: 2;
	height: 28px;
}
.top a{
	color: #fff;
}
.top a:hover{
	color: #fff;
}
.top div a:after,.tab li a:after,.footer .col-md-4 a:after{
    content: "|";
    margin: 0 6px 0 12px;
	
}
.top div a:last-child:after,.tab li:last-child a:after,.footer .col-md-4 a:last-child:after{
    content: "";
}

/* logo 导航 搜索框 */
.con{
	background: url(../img/bj-2.jpg) no-repeat;
	background-size: 100% 100%;
	height: 400px;
}
.logo-nav{
	margin-top: 15px;
}
.navbar-default {
   background-color:rgba(0,0,0,0);
   border: none;
}
.navbar-brand{
    float: none;
    margin: 0 auto;
	width: auto;
	height: auto;
}
.nav li a{
	width: 100%;
	height: 60px;
	font-size: 16px !important;
	color: #333 !important;
	font-weight: bold;
	line-height: 70px;
}
.nav li{
	border-right: 1px solid #7897bf;
}
.nav li:hover a{
	color: #2d66a5 !important;
}
.nav li .a6:last-child{
	border: none;
}
.nav li .a1{
	background: url(../img/1.png) no-repeat top;
}
.nav li .a2{
	background: url(../img/2.png) no-repeat top;
}
.nav li .a3{
	background: url(../img/3.png) no-repeat top;
}
.nav li .a4{
	background: url(../img/4.png) no-repeat top;
}
.nav li .a5{
	background: url(../img/5.png) no-repeat top;
}
.nav li .a6{
	background: url(../img/6.png) no-repeat top;
}
.bgt{
	margin-top: 60px;
}
.ipt{
	width: 400px!important;
	height: 50px;
	border-radius: 0px;
	background-size: 50px 30px;
	background-position: right;
	background-color: #fff;
	
}
.btn{
	width: 100px;
	height: 50px;
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	margin-left: -10px;
	background-color: #2d66a5 !important;
	background-color: #fff;
	
}
.btn voice{
	color: #fff;
}
.btn voice:hover{
	color: #fff;
}
.bgt p{
	margin-left: 340px;
}
.navbar-nav{
    width:100%;
  }
  .navbar-collapse{
    padding:0px;
  }
  .nav li a{
  width: 100%;
  height: 60px;
  font-size: 16px !important;
  color: #333 !important;
  font-weight: bold;
  border:0px;
  line-height: 70px;
}
  .nav li{
  border-right: 1px solid #7897bf;
}
  .navbar-nav{
  width: 100%;
  margin: 0px;
}
.navbar-collapse{
  padding: 0px;
  margin-top: 10px;
}
.con-lmy {
margin-top: 0px;
margin-bottom: 40px;
}
@media (max-width: 420px) {
    .nav li{
        height: auto;
        background-color: aliceblue;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .nav li a {
        border-right: 0px;
      }
    .nav li>a{
        padding: 0px;
       line-height: 90px!important;
     }
      .sm_margin{
        margin-top:10px;
      }
      .con_bg_c{
        background: #2d66a5;
      }
      .sm_margin{
        margin-top:10px;
      }
      .logo_top{
        margin-top:30px;
      }
    }
@media (max-width: 768px) {
    .nav{
        display: block;
    }
    .nav li{
        height: auto;
        background-color: aliceblue;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .nav li a {
        border-right: 0px;
      }
}
.footer{
    background-color: #2c66a5;
    padding: 20px 0px;
	margin-top: 20px;
}
.friendlink_box{
    display: flex;
    justify-content: space-between;
    border-bottom: #89b7e9 solid 2px;
    padding-bottom: 20px;
}
.sli{
    border: 1px solid #89b7e9;
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
}
.sli span{
    color: #89b7e9;
}

.sli .select_ul{
    border: 1px solid #9a9797;
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1999;
    display: none;
    border-bottom: none;
    height: 240px;
    overflow-y: scroll;
}
.sli .select_ul li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    text-align: left;
}
.sli .select_ul li a{
    color: #000;
}
.bottom{
    padding-top: 20px;
    color: #89b7e9;
}
.bottom a{
    color: #89b7e9;
}
.red_zf{
	margin-top: -10px;
}
.ewm span{
	float: left;
    margin-left: 20px;
}
@media (max-width: 768px) {
    .nav li{
		height: auto;
		background-color: aliceblue;
		padding-top: 10px;
    	padding-bottom: 5px;
	}
	.nav li a {
		border-right: 0px;
	  }
}