* {
	margin:0;
	padding:0
}
.clearfix:after,.col-extra:after,.col-sub:after,.layout:after,.main-wrap:after,.tb-module:after {
	content:'.';
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden
}
.clearfix,.col-extra,.col-sub,.layout,.main-wrap,.tb-module {
	*zoom:1
}
.col-extra,.col-main,.col-sub {
	float:left;
	min-height:1px
}
.layout {
	width:1190px;
	margin-left:auto;
	margin-right:auto
}
.grid-0,.grid-0 .col-main,.grid-1 .col-main,.grid-2 .col-main {
	width:100%
}
.grid-2 .col-main .main-wrap {
	margin-left:240px
}
.grid-2 .col-sub {
	width:240px;
	margin-left:-100%
}
.grid-3 .col-main {
	width:100%
}
.grid-3 .col-main .main-wrap {
	margin-left:950px
}
.grid-3 .col-sub {
	width:950px;
	margin-left:-100%
}
.grid-4 .col-main {
	width:100%
}
.grid-4 .col-main .main-wrap {
	margin-left:170px;
	margin-right:470px
}
.grid-4 .col-sub {
	width:170px;
	margin-left:-100%
}
.grid-4 .col-extra {
	width:470px;
	margin-left:-470px
}
.layout-grid-0 {
	width:100%
}
.site-nav .site-nav-bd {
	width:1190px!important
}


.nav-tabs > li > a:hover {
    background-color: #4c8fbd;
    color: #fff;
    border-color: #c5d0dc;
}
.tab_label{
	padding-left:10px;
}
.nav-bottom-contact {
    background-color: #efefef;
    border-top: 1px solid #e3e3e3;
    height: 174px;
    margin-top: 0;
    min-width: 1152px;
    position: relative;
}
.nav-bottom-contact-left {
    float: left;
    height: 100%;
    position: relative;
    width: 50%;
}
.nav-bottom-links {
    height: 82px;
    list-style: outside none none;
    margin-bottom: 46px;
    margin-top: 46px;
    padding: 0;
    text-align: center;
    width: 100%;
}
.nav-bottom-link-list {
    display: inline-block;
    float: right;
    height: 82px;
    line-height: 27.4px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 188px;
}
.tooltip {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    display: none;
    opacity: 1;
    outline: medium none;
    padding: 5px;
    position: absolute;
    z-index: 9900000;
}
.tooltip-content {
    font-size: 12px;
}
.tooltip-arrow-outer, .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0;
}
.tooltip-right .tooltip-arrow-outer {
    left: 0;
    margin: -6px 0 0 -13px;
    top: 50%;
}
.tooltip-right .tooltip-arrow {
    left: 0;
    margin: -6px 0 0 -12px;
    top: 50%;
}
.tooltip-left .tooltip-arrow-outer {
    margin: -6px -13px 0 0;
    right: 0;
    top: 50%;
}
.tooltip-left .tooltip-arrow {
    margin: -6px -12px 0 0;
    right: 0;
    top: 50%;
}
.tooltip-top .tooltip-arrow-outer {
    bottom: 0;
    left: 50%;
    margin: 0 0 -13px -6px;
}
.tooltip-top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin: 0 0 -12px -6px;
}
.tooltip-bottom .tooltip-arrow-outer {
    left: 50%;
    margin: -13px 0 0 -6px;
    top: 0;
}
.tooltip-bottom .tooltip-arrow {
    left: 50%;
    margin: -12px 0 0 -6px;
    top: 0;
}
.tooltip {
    background-color: #fff;
    border-color: #ddd;
    color: #444;
}
.tooltip-right .tooltip-arrow-outer {
    border-right-color: #ddd;
}
.tooltip-right .tooltip-arrow {
    border-right-color: #fff;
}
.tooltip-left .tooltip-arrow-outer {
    border-left-color: #ddd;
}
.tooltip-left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip-top .tooltip-arrow-outer {
    border-top-color: #ddd;
}
.tooltip-top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-bottom .tooltip-arrow-outer {
    border-bottom-color: #ddd;
}
.tooltip-bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.pro_text{
	padding: 20px;
}
.cursor_pointer{
	cursor: pointer;
}
.message-list-container{
	
}

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}
.mui-preview-header {
	height: 44px;
	top: 0;
}
.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}
.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}
.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/* .mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
} */
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}
.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.mui-preview-loading.mui-active {
	display: block;
}
.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}
.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
p img {
	max-width: 100%;
	height: auto;
}

.agv-slider{
	max-height:450px;
}
.agv-pro-img{
	max-height:350px;
	width:90%;
}
@media (max-width: 500px)
{
	.agv-slider{
		max-height:250px;
	}
	.agv-pro-img{
		max-height:250px;
		width:80%;
	}
}
.new_white{
	color:#f5f5f5;
}
.new_center{
	text-align:center;
}
.margin_auto{
	margin:auto;
}
.article-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: justify;
    _margin-top: 22px;
}
.article-content div.img-container {
    margin-top: 30px;
}
.bjh-strong {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
.kh_img_css{
	width:100%;
	height:100%;
}
.kh-strong {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.fa_kh_topic{
	/*background-image:url(/public/images/active/nav_header_topic.jpg);*/
	margin-top:15px;
}
.kh_h3 {
    display: block;
    font-size: 1.17em;
    /*
    margin-block-start: 1em;
    margin-block-end: 1em;
    */
    margin-inline-start: 5px;
    margin-inline-end: 5px;
    font-weight: bold;
    padding-left:20px;
}