.mt-16{
	margin-top: 16px;
}
.search-btn{
	background-color: transparent;
}
.flex-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.flex-box-col {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-direction: column;
}
.blue-wrap {
	display: inline-block;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px 8px;
	text-align: center;
	background-color: #2A71B9;
}
.blue-wrap a {
	color: #fff;
}
.honor-opt a {
	font-size: 12px;
	color: #2A71B9;
	padding: 6px 8px;
	background-color: #fff;
	text-align: center;
	margin-left: 8px;
	border: 1px solid #EEEEEE;
}
.honor-opt .opt-active {
	color: #fff;
	border: none;
	background-color: #2A71B9;
}
.honor-item {
	height: 170px;
	/* margin: 0 8px; */
	margin-top: 16px;
}
.honor-item div:first-child {
	height: 128px;
}
.honor-item img{
	box-shadow: 3px 3px 12px #999;
}
.honor-item .ver-img {
	height: 128px;
	box-shadow: 3px 3px 12px #999;
}
.honor-item .hor-img {
	width: 128px;
	margin-top: 24px;
	box-shadow: 3px 3px 12px #999;
}
.honor-item .honor-name {
	font-size: 11px;
	color: #717171;
	text-align: center;
	margin-top: 14px;
}
.footer-nav {
	/*display: flex;*/
	justify-content: space-around;
	margin: 0;
	padding: 30px 0;
	background: #032b54;
}
.footer-nav li {
	display: inline-block;
	padding: 10px 0 0 10px;
}
.footer-nav li a {
	font-size: 13.5px;
	font-weight: bold;
	color: #fff;
}
.footer {
	text-align: center;
}
.lang {
	text-spacing: 2em;
	color: #FFFFFF;
	margin-top: 24px;
}
.lang a {
	color: #FFFFFF;
	margin: 0 8px;
}
.lang-active {
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
}
.footer-bar {
	height: 56px;
	padding: 16px 0;
	line-height: 24px;
}
.footer-bar img {
	width: 24px;
	height: 24px;
}
.download {
	height: 48px;
	line-height: 48px;
	background-color: #EEEEEE;
	padding: 0 12px;
	color: #2A71B9;
	margin-bottom: 16px;
}
.download span:first-child {
	font-size: 16px;
	font-weight: bold;
}
.download span:last-child {
	float: right;
}
.download img {
	width: 100px;
	height: 20px;
}
.section-title {
	font-size: 20px;
	font-weight: bold;
	color: #032B54;
}
.carousel {
	margin-top: 72px;
}
.carousel-control {
	width: 48px !important;
	height: 48px;
	top: -60px !important;
	left: initial !important;
	background-color: #EEEEEE !important;
	border-radius: 5px;
}
.carousel-control.right {
	right: 15px !important;
}
.carousel-control.left {
	right: 78px !important;
}
.carousel-control:focus,
.carousel-control:hover {
	background-color: #2A71B9 !important;
}
.prod-imgs div{
	padding: 0;
}
.prod-imgs img{
	border: 1px solid #ddd;
}
.prod-imgs-right div{
	padding: 4px 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.case {
	height: 120px;
	color: #fff;
	background-color: #2A71B9;
	padding: 18px 12px 12px 12px;
	position: relative;
}
.case p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case a{
	position: absolute;
	bottom: 12px;
}
.bt{
	font-size: 16px;
	font-weight: bold;
	color: #2A71B9;
	margin-top: 16px;
}
.mt{
	margin-top: 36px;
}
.mb{
	margin-bottom: 16px;
}
.banner{
	position: relative;
}
.banner-inner{
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
}
.news-content img{
	display: block;
	max-width: 100%;
	height: auto;
}