body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}
.logo{
	padding: 0;
}
#myCarousel{
	margin-top: 90px;
}
.carousel-inner{
	min-height: 594px;
}
.carousel-inner img{
	margin: 0 auto;
}
.tab-h2 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #0059b2;
}
.tab-p {
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
	margin: 20px 0 40px 0;
}
.tab1 {
	margin: 30px 0;
	color: #666;
}
.tab1 .col {
	padding: 20px;
}
.tab1 .text-muted {
	color: #999;
	text-decoration: line-through;
}
.tab1 .media-heading {
	margin: 5px 0 20px 0;
}
.tab2 {
	background-color: #eee;
	padding: 60px 20px;
	text-align: center;
}
.tab2 img {
	width: 40%;
	height: 40%;
}
.tab3 {
	padding: 60px 20px;
	text-align: center;
}
.tab3 img {
	width: 65%;
	height: 65%;
}
#footer {
	/*background: linear-gradient(135deg, #0B48B2 0%, #0BB39C 100%);*/
	background: url(../img/footerImg.png) 0 0 no-repeat;
	background-size: 100% 100%;
	padding: 20px 20%;
	text-align: center;
	color: #eee;
}
.ban2Box{
	display: flex;
	justify-content: space-between;
}
/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 16px;
	}
	.tab2-text {
		float: left;
	}
	.tab2-img {
		float: right;
	}
}
@media (max-width: 480px) {
	.ban2Box{
		display: unset;
	}
	.ulBox{
		margin-left: 0 !important;
	}
	#footer {
		padding: 20px 5%;
	}
	.companyProfile{
		padding: 0 5% !important;
	}
	video{
		width: 100% !important;
		height: auto !important;
	}
}
@media (min-width: 992px) {
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 17px;
	}
}
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 18px;
	}
}
.highlight .nav1{
	color: #000;
	font-weight: bold;
}
.nav2{
	color: #777;
}
.nav2:hover{
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
.highlight2 .nav2{
	color: #777;
	font-weight: bold;
}
.navbar-header a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navbar-collapseul li{
	display: inline-block;
	margin-right:5px ;
}
.navbar-right li{
	min-width: 95px;
	text-align: center;
}
.navbar-right ul li{
	padding: 5px 0;
	list-style: none;
	background-color: #e7e7e7;
}
.navbar-right ul li:hover{
	background-color: #ccc;
}
.navbar-right ul{
	padding: 0;
	margin: 0;
	min-width: 95px;
	position: absolute;
	left: -2000px;
	font-size: 13px;
}
.navbar-right>li:hover ul{
	left: auto;
}
.footerBox{
	/*display: flex;*/
	/*line-height: 30px;*/
	margin: 0 20px;
}
.footerBox span{
	/*flex: 1;*/
	/*display: inline-block;*/
	/*margin: 0 20px;*/
}
.carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 0;
	border-radius: 50%;
}
.carousel-indicators .active{
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	color: #333;
	font-weight: 700;
	border-radius: 0;
	background-color: unset;
	border-bottom: 3.5px solid;
	border-image: linear-gradient(135deg, #0B48B3, #0BB39C) 1;
}
.nav-pills>li:hover>a{
	background-color: unset;
}
.nav-pills>li>a{
	color: #C4C4C4;
	position: relative;
	bottom: -3px;
	font-size: 14px;
}
.nav-pills{
	border-bottom: 3px solid #eee;
}
.more{
	font-size: 12px;
	color: #ccc;
	position: absolute;
	top: 30px;
	right: 20px;
}
.listUl{
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.listUl .listLi{
	overflow: hidden;
	font-size: 14px;
	color: #333;
	margin: 10px 0;
}
.listUl .listLi span{
	color: #404040;
	font-size: 14px;
	font-weight: 500;
}
.listUl .listLi span:last-child{
	display: inline-block;
	font-size: 14px;
	padding: 20px 10px;
	width: calc(100% - 92px);
}
.listUl .listLi span:last-child:hover{
	background-color: #F2F2F2;
}
.industry{
	font-size: 20px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
}

.imgContent,
.imgContent2{
	width: 100%;
	/*height: 500px;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
}
.imgContent img{
	width: 100%;
	height: 208px;
	margin-bottom: 20px;
}
.imgContent2 img{
	width: 100%;
	height: 208px;
	margin-bottom: 20px;
}

.figcaption,
.contents{
	width: 100%;
	/*position: absolute;*/
	/*bottom: 130px;*/
	/*text-align: center;*/
	color: #fff;
	font-size: 16px;
	padding-left: 10%;
}

.contents{
	bottom: 70px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	margin: 10px 0;
}
.content2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 13px;
	color: #808080;
	margin: 5px 0 0 0;
}
.moreBtn{
	font-size: 13px;
	span{
		display: inline-block;
		width: 18px;
		height: 18px;
		line-height: 13px;
		border: 1px solid #fff;
		border-radius: 50%;
		text-align: center;
	}
}
.infoBox{
	width: calc(100% - 90px);
	float: left;
	padding: 6px;
}
.infoBox:hover{
	background-color: #F2F2F2;
}

#box{
	min-height: calc(100vh - 120.4px);
}



