﻿*{
	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.png) 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;
	border-right: 1px solid #7897bf;
	line-height: 70px;
}
.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;
}
.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;
}
