/* bootrasp原有框架样式修复 */
.carousel-inner{
	background: #003A8C !important;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.nav-item .nav-link{
	height: 66px;
	line-height: 66px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link{
	color: #fff !important;
}
.navbar-light .navbar-nav .active a{
	color: #1890FF !important;
	border-bottom: 2px solid #387EE8;
}

.bg-light{
	background-color: transparent;
}
.bg-light:hover{
	background-color: rgba(0,0,0,0.46);
}
.bg-light-display{
	background-color: rgba(0,0,0,0.46);
}
.bg-light .form-control:focus{
	background-color: #2A2A2A;
}
.header{
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 100;
	background: #003A8C;
}
.mr-auto, .mx-auto{
	margin-left: auto; 
}
.navbar-light .navbar-brand{
	color: #fff;
}
.navbar-light .navbar-brand img{
	height: 72px !important;
}
.navbar-nav li {
	padding: 0px  10px;
}
.roundInputDisplay{
	padding-left: 0.25rem !important;
}
/* 自定义头部样式 */
.form-group{
	position: relative;
}
.roundInput{
	background-color: #2A2A2A;
	border-radius: 50px;
	border-color: #2A2A2A;
	position: relative;
	width: 0px !important;
	display: none;
	padding: 0px;
	border: 0px;
}
.roundInputDisplay{
	background-color: #2A2A2A;
	border-radius: 50px;
	border-color: #2A2A2A;
	position: relative;
	width: auto;
	display: none;
	padding: 0px;
	border: 0px;
	color: #fff;
}
.input-group-text{
	cursor: pointer;
	border-top-left-radius: 50px ;
	border-bottom-left-radius: 50px ;
}
.icon-search{
	position: absolute;
	top: 31%;
	left: 57%;
	color: #ffff;
}
.headerBtn{
	border-radius: 50px;
	height: 32px !important;
	line-height: 32px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 14px !important;
}
.banner-phone img{
	height: 20px;
	margin-left: 10px;
}
/* 二级导航 */
.jumbotron{
	padding: 30px 0px 20px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	border-top: 1px solid #282E3B;
}
.jumbotron .items-ul ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jumbotron .items-ul li{
	position: relative;
	width: 20%;
}
.jumbotron .items-ul li:nth-of-type(1) .col:nth-of-type(2){
	margin-left: -30px;
}
.jumbotron .items-ul h6{
	font-size: 14px;
	font-weight: 400;
	padding-left: 10px;
	border-left: 3px solid #387EE8;
	margin-bottom: 36px;
}
.jumbotron .items-ul a{
	color: #dcdcdc;
} 
.jumbotron .items-ul a:hover{
	color: #387ee8;
}
.jumbotron .items-ul h6:after{
	position: absolute;
	content: "";
	top: 28px;
	width: 90%;
	height: 1px;
	background-color: #20252F;
	left: 0px;
}
.jumbotron .item-text {
	line-height: 1;
	padding-bottom: 18px;
}
.jumbotron .item-text a{
	font-size: 14px;
}
.mobile-form{
	display: none !important;
}
#searchInput{
	border-top-left-radius: 25px !important;
	border-bottom-left-radius: 25px !important;
	border: 0px !important;
}
.active_li a{
	color: #387ee8; 
	border-bottom: 2px solid #387ee8;
} 

@media screen and (max-width: 992px) and (min-width: 480px){
	.navbar-nav,.pc-form{
		display: none !important;
	}
	.mobile-form{
		display: block !important;
	}
	.mobile-form .layui-input-block{
		margin: 30px 40px;
		text-align: center;
	}
	.mobile-form .layui-input, .mobile-form .layui-select, .mobile-form .layui-textarea {
	    height: 38px;
	    line-height: 1.3;
	    line-height: 38px\9;
	    border-width: 1px;
	    border-style: solid;
	    background-color: #2a2a2a;
	    color: rgba(0,0,0,.85);
	    border-radius: 25px;
	}
	.mobile-form .sub-mobile-btn{
		background: #1890FF;
		border-radius: 25px;
		border: 0px;
		padding:0px 40px;
	}
	.navbar-toggler-icon{
		height: 1em;
		width: 1em;
	}
}
@media screen and (max-width: 480px){
	.navbar-light .navbar-brand img{
		
	}
	.navbar-nav,.pc-form{
		display: none !important;
	}
	.mobile-form{
		display: block !important;
	}
	.mobile-form .layui-input-block{
		margin: 30px 40px;
		text-align: center;
	}
	.mobile-form .layui-input, .mobile-form .layui-select, .mobile-form .layui-textarea {
	    height: 38px;
	    line-height: 1.3;
	    line-height: 38px\9;
	    border-width: 1px;
	    border-style: solid;
	    background-color: #2a2a2a;
	    color: rgba(0,0,0,.85);
	    border-radius: 25px;
	}
	.mobile-form .sub-mobile-btn{
		background: #1890FF;
		border-radius: 25px;
		border: 0px;
		padding:0px 40px;
	}
	.navbar-toggler-icon{
		height: 1em;
		width: 1em;
	}
	.bg-light:hover{
		background-color: rgba(0,0,0,.8);
	}
}
.foldpanel{
	
}
.foldpanel dt{
	padding: 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	display: block;
	font-size: 16px;
	color: #fff;
}
.foldpanel dd{
	display: none;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	font-size: 14px;

}
.foldpanel dd a{
	display: block;
	padding: 8px;
	color: #fff;
}
.foldpanel .right{
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.foldpanel .right .tel{
	color: #fff;
	margin-bottom: 10px;
}
.foldpanel .right .buttons a{
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	height: 28px;
	line-height: 28px;
	border-radius: 14px;
	padding: 0px;
}