body{
	font-family: Microsoft YaHei;
}
.container{
	padding-left:0;
	padding-right:0;	
}

.header .logo {
	width: 200px;
	font-size: 35px;
}

.logo a {
	color: #fff;
}

.page-on-scroll .header .logo a {
	color: #515769;
}

.topBannerContent {
	display: flex;
	justify-content: space-between;
	height: 75px;
	align-items: center;
}

.logo-img-top {
	height: 50px;
}

.smallTitle {
	font-size: 25px;
	line-height: 49px;
	color: #fff;
}

.topBannerContent .left {
	display: flex;
	font-size: 35px;
	align-items: center;
	height:100%;
}

.topBannerContent .servicePhone {
	display: flex;
	align-items: center;
	height:100%;
}

.servicePhone .iconfont {
	font-size: 18px;
	color: #0081cc;
	margin-right:4px;
}

.servicePhoneNo {
	font-size: 20px;
	color: #0081cc;
	font-weight: bold;
}

.servicePhoneDesc {
	font-size: 16px;
    color: rgb(106, 106, 106);
    display: flex;
    align-items: center;
}

/*
		自定义菜单开始
	*/
.header .navbar {
	height: 50px;
	/* background-color: #0081cc !important; */
	background-color: #fff !important;
}
.header .nav-item-child  {
	font-size: 16px;
    color: #333333;
    font-weight:normal;
    padding-top: 0;
	padding-bottom: 0;
	line-height: 49px;
	text-align: center;
}
.header .nav-item-child:hover{
	color: #004894;
}

.header .nav-item .nav-item-hover.active:after, .header .nav-item:hover .nav-item-hover:after{
	opacity: 0;
}

.nav-item .active {
	/* background-color: #16b4b9; */
}
 

.header .navbar-toggle {
	margin-top: 10px;
}

.header .navbar-toggle .toggle-icon {
	color: #fff;
}

.nav-list .navbar-nav>li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nav-list .dropdown-menu {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4196078431372549);
	background-color: #fff;
	border: none;
	display: block;
}

.nav-list .dropdown-menu {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4196078431372549);
	background-color: #fff;
	border: none;
}

.nav-list .dropdown-menu .nav-link {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.dropdown-menu {
	text-align: center;
	top: 111%;
	left: -21px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.dropdown-menu:after {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid;
	border-color: transparent transparent #fff;
	border-top: none;
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.welcomInfo {
	background: #fff;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
	color: #999999;
	font-size: 14px;
}

.header .navbar-toggle .toggle-icon:after, .header .navbar-toggle .toggle-icon:before{
	 background: #17bed2 !important;
}
.header .navbar-toggle .toggle-icon{
	  background: #17bed2 !important;
}

.header .nav-item:hover .nav-item-child:after{
	opacity: 1;	
}
 
.header .nav-item-child:after{
	    content: ' ';
    display: block;
    border: 1px solid #4368f5;
    width: 66px;
    height: 2px;
    left: 19px;
    border-radius: 2px;
    top: 40px;
}
.header #home.nav-item-child:after{
	   content: ' ';
    display: block;
    border: 1px solid #4368f5;
    width: 56px;
    height: 2px;
    left: 10px;
    border-radius: 2px;
    top: 40px;
}

@media ( max-width : 768px) {
	.servicePhoneNo {
		font-size: 16px;
	}
	.header .nav-container {
		height: 50px;
		overflow: hidden;
		margin-left: 15px;
		margin-right: 15px;
	}
	.header .navbar-nav {
		background: #fff;
		height: 500px;
		overflow: auto;
	}
	.dropdown-menu:after {
		display: none;
	}
	.dropdown-menu {
		top: 100%;
		left: 0;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		box-shadow: 0 0 0 0 black !important;
		border-bottom: 1px solid #dfdfdf;
		text-align: left;
		padding-left: 20px;
		border-bottom: 1px solid #dfdfdf;
	}
	.header .nav-item-child {
		text-align: left;
	}
	.welcomInfo{
		text-align:center;
	}
	.topBannerContent .servicePhone{
		display:none;
	}
	
	
	
}
@media (max-width: 991px){
	.header .navbar-collapse.collapse.in {
	    display: block !important;
	    position: absolute;
	    z-index: 1000;
	    width: 100%;
	}
	.container{
		padding-left:10px;
		padding-right:10px;
	}	
}
