ul li {
    list-style-type: none;
}
a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.justify-center {
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-end {
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.main-color {
    color: #163475;
}
.main-bgColor {
    background-color: #163475;
}
.box-bgColor {
    background:rgba(22,52,117,0.06);
}
.box-bgColor-white {
    background-color: #fff;
}
.text-color-gray {
    color: #666666;
}
.text-color-999 {
    color: #999999;
}
.text-color-purple {
    color: #BF2C8B;
}
.text-xs {
    font-size: 12px;
}
.text-sm {
    font-size: 14px;
}
.text-df {
    font-size: 16px;
}
.text-lg {
    font-size: 18px;
}
.text-xxl {
    font-size: 28px;
}
.text-bold {
    font-weight: 600;
}
.border-0 {
    border: 0;
}

/* 边距 */
.margin-0 {
	margin: 0;
}

.margin-xs {
	margin: 10px;
}

.margin-sm {
	margin: 20px;
}

.margin {
	margin: 30px;
}

.margin-lg {
	margin: 40px;
}

.margin-xl {
	margin: 50px;
}

.margin-top-xs {
	margin-top: 10px;
}

.margin-top-sm {
	margin-top: 20px;
}

.margin-top {
	margin-top: 30px;
}

.margin-top-lg {
	margin-top: 40px;
}

.margin-top-xl {
	margin-top: 50px;
}

.margin-right-xs {
	margin-right: 10px;
}

.margin-right-sm {
	margin-right: 20px;
}

.margin-right {
	margin-right: 30px;
}

.margin-right-lg {
	margin-right: 40px;
}

.margin-right-xl {
	margin-right: 50px;
}

.margin-bottom-xs {
	margin-bottom: 10px;
}

.margin-bottom-sm {
	margin-bottom: 20px;
}

.margin-bottom {
	margin-bottom: 30px;
}

.margin-bottom-lg {
	margin-bottom: 40px;
}

.margin-bottom-xl {
	margin-bottom: 50px;
}

.margin-left-xs {
	margin-left: 10px;
}

.margin-left-sm {
	margin-left: 20px;
}

.margin-left {
	margin-left: 30px;
}

.margin-left-lg {
	margin-left: 40px;
}

.margin-left-xl {
	margin-left: 50px;
}

.margin-lr-xs {
	margin-left: 10px;
	margin-right: 10px;
}

.margin-lr-sm {
	margin-left: 20px;
	margin-right: 20px;
}

.margin-lr {
	margin-left: 30px;
	margin-right: 30px;
}

.margin-lr-lg {
	margin-left: 40px;
	margin-right: 40px;
}

.margin-lr-xl {
	margin-left: 50px;
	margin-right: 50px;
}

.margin-tb-xs {
	margin-top: 10px;
	margin-bottom: 10px;
}

.margin-tb-sm {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin-tb {
	margin-top: 30px;
	margin-bottom: 30px;
}

.margin-tb-lg {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin-tb-xl {
	margin-top: 50px;
	margin-bottom: 50px;
}

.solid-bottom {
    border-bottom: 2px solid #163475;
}
.zx-btn-bg {
    background-color: #163475;
    border: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.zx-btn-list {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #999999;
    color: #fff;
    border: 0;
    text-align: center;
}
.zx-bg-circle {
    width: 170px;
    height: 170px;
    line-height: 170px;
    border-radius: 50%;
    background-color: #fff;
}
.zx-bg-imgUpload {
   
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 15px 40px;
    }
}
.container {
    width: 1200px;
}
/* 
.navbar-default .navbar-nav>.active>a {
    background-color: #163475;
    color: #ffffff;
} */
.modal-body {
    position: relative;
    padding: 30px;
}
.nav.navbar-nav li{
    position: relative;
}
.navbar-default .navbar-nav > li:hover>a {
	color: #333;
}
 .navbar-default .navbar-nav > li > a:focus {
    background-color: #FFFFFF;
	color: #333333;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #163475;
    color: #ffffff;
}
/* .navbar-default .navbar-nav > li:hover{
	background-color: #163475;
} */

.navbar-default .navbar-nav > li:hover .nav-son a {
    color: #fff;
}


.nav.navbar-nav li:hover ul.nav-son {
    display: block;
}
 
.nav-son {
    display: none;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    color: #fff;
    padding: 0;
    z-index: 10;
}

.nav-son li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(22, 52, 117, 0.4);
    /* opacity: 0.3; */
    text-align: center;
}
.nav-son li.active a{
    color: #ffffff;
    opacity: 1;
}

.nav-son li:hover a {
    color: #ffffff;
    opacity: 1;
}
.nav-son li a {
    color: #fff;
    opacity: 0.5;
}
/* .userBox {
	width: 158px;
} */
.userinfo {
	width: 100%;
	height: 50px;
}
.user-son {
	display: none;
	padding-left: 0;
}
.userBox:hover .user-son {
	z-index: 999;
	display: block;
}
.user-son li{
	/* width: 158px; */
	height: 50px;
	line-height: 50px;
	background: rgba(22, 52, 117, 0.4);
	/* opacity: 0.3; */
	text-align: center;
}
.user-son li a {
    color: #fff;
    opacity: 0.5;
}
.user-son li:hover a {
	color: #ffffff;
	opacity: 1;
}
.carousel-caption {
    height: 100px;
    /* line-height: 100px; */
    margin: auto;
    bottom: 0;
    top: 0;
    text-align: left;
    padding: 0;
}
.footer {
    padding: 40px 0 60px;
    background-color: #163475;
    color: #fff;
    overflow:hidden;
}
.footer-hd ul {
    overflow:hidden;
}
.footer-hd li{
    float: left;
    text-align: center;
}
.footer-hd li a {
    color: #fff;
}
.footer-line-left {
    height: 2px;
    background:linear-gradient(to left,#efefef,#163475);
}
.footer-line-right {
    height: 2px;
    background:linear-gradient(to right,#efefef,#163475);
}
.content-hd {
    overflow: hidden;
}
.hd-item {
    float: left;
    width: 49%;
    border: 1px solid #e6e6e6;
    
}
.hd-item-hd {
    padding: 40px;
    height: 280px;
}
.hd-item-dd {
    padding: 20px 20px;
    background-color: #163475;
    height: 120px;
}
.hd-item-dd a {
    color: #fff;
}
.dashed-line-bottom {
    width: 40%;
    border-bottom: 1px dashed #333333;
}
.content-dd {
    margin-top: 40px;
    background:rgba(22,52,117,0.06);
    padding: 40px;
}
.content-form .form-group{
    float: left;
}
.service-nav .service-nav-item{
    background:rgba(22,52,117,0.06);
    color: #163475;
}
.service-nav .service-nav-item:hover {
    background-color: #163475;
}
.service-nav .service-nav-item:hover div {
    color: #fff;
}
.modal-body .model-item {
    margin: 7px 0;
}
.login-box {
    width: 40%;
    margin-left: 15%;
    height: 600px;
    /* border: 1px solid #EEE; */
    box-shadow: 5px 9px 17px 3px rgba(0,14,43,0.12);
    border-radius: 10px;
    padding:60px 70px;
    box-sizing: border-box;
}
.register-upload {
    width: 126px;
    height: 126px;
    text-align: center;
    line-height: 126px;
    border:1px solid rgba(230,230,230,1)
}
#cityBox {
	display: none;
	overflow: visible;
}
.img-list .img-item .hangleBox{
	display: none;
}
.img-list .img-item:hover .hangleBox {
	display: block;
}