@CHARSET "UTF-8";
/*header css style*/
html {
	background: #e2e4e5;
}
.bg-color {
    background: #033572 !important;
} 
.font-color {
    color: #033572 !important;
} 
.max-img {
	max-width: 100%;
	height: auto;
}
.width-img {
	width: 100%;
	height: auto;
}
#header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 74px;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
}
.header-logo {
	flex-basis: 60%;
}
.top-link {
	flex-basis: 40%;
	text-align: right;
}
.top-link a {
	display: inline-block;
	height: 74px;
	text-align: center;
	width: 40%;
	border-left: 1px solid #e0e0e0;
}
.top-link a .icon {
	line-height: 74px;
	font-size: 25px;
	color: #999999;
}
.mui-content {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #033572;
}
.swiper-button-prev, .swiper-button-next {
	background: none;
	z-index: 999;
}
.swiper-button-prev i, .swiper-button-next i {
	font-size: 40px;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: auto;
}

.mui-off-canvas-left, .mui-off-canvas-right {
	background: #fff;
}
.mui-off-canvas-wrap.mui-active .mui-off-canvas-backdrop {
	box-shadow: -2px 0 2px rgba(102,102,102,.1), 2px 0 3px rgba(102,102,102,.8);
}

.logo-img {
	justify-content: center;
    align-items: center;
    display: flex;
    min-height: 130px;
    border-bottom: 1px solid #eee;
    background: #f1f1f1;
}
#nav li {
	line-height: 44px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
}
#nav li a {
	display: block;
}

/*search css style*/
.search {
	padding: 10px 25px;
}
#formsearch {
	display: flex;
	height: 40px;
}
#formsearch #keyword {
	flex-basis: 80%;
	text-align: left;
	text-indent: 10px;
	display: inline-block;
	background: #fff;
	border: none;
}
#formsearch #s-btn {
	flex-basis: 20%;
	height: 40px;
	background:url(../images/search.png) center center no-repeat #fff;
	border-color: #fff;
	margin-left: -4px;
}

/*main body css style*/
.ht-bg20 {
	background: #f1f1f1;
	height: 20px;
}
.index-title {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	padding-top: 15px;
}
.index-more {
	position: relative;
	text-align: center;
	padding-bottom: 22px;
}
.index-more:before {
	content: "";
	position: absolute;
	z-index: 0; 
	left: 0;
	top: 12px;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #d2d2d2;
}
.index-more a {
	display: inline-block;
	border: 1px solid #d2d2d2;
	width: 158px;
	line-height: 28px;
	background: #fff;
	position: relative;
	z-index: 4;
}

.index-product-list {
	background: #f1f1f1;
	padding: 18px 1% 11px;
	display: flex;
	flex-wrap: wrap;
}
.index-product-list li {
	flex-basis: 48%;
	margin: 0 1%;
	background: #fff;
	margin-bottom: 10px;
}
.index-product-list li a.img {
	display: block;
}
.index-product-list li a.img img {
	width: 100%;
	height: auto;
}
.index-product-list li h3,
.index-product-list li p {
	padding-left: 18px;
	line-height: 30px;
}
.index-product-list li h3 {
	font-size: 15px;
	font-weight: normal;
}
.index-product-list li p {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
}
.index-about-img {
	margin: 0 6px;
	padding: 4px;
	border: 1px solid #e2e1e1;
	box-shadow: 0 0 3px #e2e1e1;
}
.index-about-content {
	font-size: 14px;
	line-height: 28px;
	padding: 15px 12px 24px;
}
.index-about-content p {
	color: #333;
}

.index-news-list {
	padding: 0 2% 15px;
}
.index-news-list li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 12px;
}
.index-news-list li .time {
	width: 25%;
	text-align: center;
	background: #f1f1f1;
	padding-bottom: 10px;
}
.index-news-list li .time b {
	font-size: 36px;
	display: block;
	line-height: 64px;
}
.index-news-list li .content {
	width: 70%;
	padding-left: 3%;
}
.index-news-list li .content a {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 34px;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	text-align: left;
}
.index-news-list li .content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 20px;
}

.index-contact {
	padding: 0 12px 20px;
	line-height: 42px;
	font-size: 16px;
}
.index-contact p {
	color: #666;
}

.distraction {
	height: 60px;
}
.foot {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 99;
}
.foot ul {
	max-width: 640px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	border-top: 1px solid #d2d2d2;
	background: #f1f1f1;
}
.foot ul li {
	width: 25%;
	text-align: center;
}
.foot ul li a {
	display: block;
	height: 48px;
	color: #666;
	font-size: 12px;
}
.foot ul li a .icon {
	font-size: 22px;
	display: block;
	color: #989898;
	line-height: 30px;
}
.foot ul li.tel a .icon {
	font-size: 20px;
}