@charset "utf-8";

body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
	color: #333;
}

a:hover,
a:focus {
	color: #666;
	text-decoration: none;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.top {
	/*	background-color:#dedede;*/
	height: 40px;
	line-height: 40px;
}

.navbar {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.navbar-default {
	background-color: #1e61ba;
}

.navbar-brand {
	height: 120px;
	padding: 20px 20px;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 50px 20px;
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #d00000;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #d00000;
}

.carousel-indicators {
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #f7ac00;
}

.list-catrgory {
	margin-top: 30px;
	margin-bottom: 0;
}

.list-catrgory li {
	display: inline-block;
	margin-right: 10px;
}

.list-catrgory li h2 {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}

.list-catrgory li a {
	display: block;
	padding: 5px 15px;
	background-color: #898989;
	color: #fff;
}

.list-catrgory li a:hover {
	background-color: #0363ce;
	color: #fff;
}

.title h4 {
	font-size: 36px;
	line-height: 1.5;
	margin: 0;
	font-weight: bold;
	color: #333;
}

.title h4 span {
	display: block;
	font-weight: normal;
	font-size: 20px;
	color: #b0b0b0;
	line-height: 1.2;
}

.title2 h4 {
	color: #fff;
}

.product {
	padding: 60px 0;
	background-color: #222222;
	color: #fff;
}

.category-list .col-md-2 {
	margin-top: 20px;
}

.category-list a {
	border: 1px solid #9c9b9b;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	color: #fff;
	overflow: hidden;
}

.category-list a:hover {
	color: #d00000;
	background-color: #fff;
}

.product-item img {
	width: 100%;
	height: 200px;
}

.product-item h3 {
	margin: 0;
	line-height: 40px;
	font-size: 16px;
	background-color: #dfdfdf;
}

.product-item:hover h3 {
	background-color: #1e61ba;
	color: #fff;
	transition: all 0.5s;
}

.news {
	padding: 60px 0;
	background: url(../images/news_bg.jpg) no-repeat top center;
	background-size: cover;
}

.news-title {
	line-height: 40px;
	height: 40px;
	margin: 30px 0;
}

.news-title h4 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 0;
}

.news-title h4 a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #0363ce;
	color: #fff;
	font-size: 18px;
}

.list-news li {
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}

.list-news li:hover .pull-left {
	background-color: #1e61ba;
}

.list-news li .pull-left {
	width: 20%;
	height: 120px;
	background-color: #333;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.list-news li .pull-left b {
	display: block;
	font-size: 30px;
	font-weight: normal;
}

.list-news li .pull-left span {
	display: block;
}

.list-news li .pull-right {
	width: 80%;
	height: 120px;
	padding: 15px 20px;
	background-color: #fff;
}

.list-news li .pull-right a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #1e61ba;
}

.list-news li .pull-right p {
	color: #797979;
	line-height: 24px;
}

.slideBox {
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #d00000;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 230px;
}

.contact {
	line-height: 1.6;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 10px #ccc;
	padding: 20px 10px;
	margin-bottom: 30px;
}

.about {
	padding: 60px 0;
	background-color: #f7f7f7;
}

.about p {
	text-indent: 2em;
	line-height: 34px;
	font-size: 16px;
}

.about-adv a {
	background-color: #1e61ba;
	color: #fff;
	padding: 30px;
}

.about-adv a span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
}

.case {
	padding: 60px;
	background-color: #333;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin-right: 20px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left .bd ul li img {
	width: 270px;
	height: 200px
}

.picMarquee-left .bd ul li span {
	display: block;
	margin-top: 10px;
	color: #fff;
}

.footer {
	color: #fff;
	line-height: 30px;
	background-color: #222;
}

.footer .container {
	margin-bottom: 30px;
	position: relative;
}

.footer .container .weixin {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 120px;
	height: 120px;
}

.footer h3 {
	margin: 30px 0 10px;
	font-size: 18px;
}

.footer p,
.footer a {
	color: #acacac;
	margin: 0;
}

.footer-bottom {
	/*	border-top: 1px solid #373737;
	line-height: 50px;*/
	padding: 30px 0;
	color: #acacac;
}

.footer-menu {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	background-color: #1e61ba;
	color: #fff;
}

.footer-menu a {
	display: inline-block;
	padding: 0 40px;
	font-size: 16px;
	color: #fff;
}

.footer-menu a:hover {
	background-color: #222;
	color: #fff;
}

.link {
	padding: 10px 0;
	line-height: 1.8;
	color: #666;
}

.link a {
	margin: 0 5px;
	color: #666;
}

.sidebar-title {
	background-color: #1e61ba;
	padding: 30px 0;
	font-size: 18px;
	color: #fff;
}

.sidebar-title h4 {
	margin: 0 0 10px;
	font-size: 24px;
}

.sidebar-title span {
	text-transform: uppercase;
	color: #ddd;
}

.sidebar-list li {
	height: 50px;
	margin-top: 5px;
}

.sidebar-list li a {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #dedede;
	padding: 0 20px;
	font-size: 16px;
}

.sidebar-list li a:hover {
	background-color: #1e61ba;
	color: #fff;
}

.sidebar-list li h3 {
	margin: 0;
	padding: 0;
}

.sidebar-list li h3 a {
	background-color: #666;
	color: #fff;
}

.position {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.position h4 {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	margin: 0
}

.title02 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

.title02 h4 {
	margin: 30px 0 0;
	font-size: 20px;
	color: #1e61ba;
	font-weight: bold;
}

.content {
	line-height: 30px;
}

.content-title {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0;
}

.content-info {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.content-info span {
	margin: 0 10px;
}

.product-img {
	border: 1px solid #ccc;
	padding: 5px;
}

.product-info {
	line-height: 30px;
}

.product-tel {
	font-size: 16px;
}

.product-tel b {
	font-size: 26px;
	color: #ce032e;
}

.news-list li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: 5px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0363ce;
	border-color: #0363ce;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #0363ce;
	border-color: #0363ce;
}



@media (max-width: 1199px) {
	.navbar-brand {
		height: 120px;
		padding: 20px 10px 0 0;
	}

	.navbar-brand img {
		height: 66px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 50px 13px;
	}
}

@media (max-width: 991px) {
	.navbar-brand {
		padding: 30px 10px 0 0;
	}

	.navbar-brand img {
		height: 50px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 50px 6px;
		font-size: 14px;
	}

}

@media (max-width: 767px) {
	.navbar-brand {
		height: 50px;
		padding: 5px 15px;
	}

	.navbar-brand img {
		height: 40px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #fff;
		padding: 16px 15px;
		font-size: 16px;
	}

	.list-catrgory li {
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.about-adv .col-md-3 {
		margin-bottom: 20px;
	}

	.about {
		line-height: 30px;
	}

	.title h4 {
		font-size: 24px;
	}

	.title h4 span {
		display: block;
		margin-left: 0;
		font-size: 14px;
	}

	.title h4 span:before {
		width: 0;
		height: 0;
	}

	.footer-slogn {
		font-size: 14px;
		line-height: 40px;
	}

	.footer-slogn .col-xs-6 {
		margin-bottom: 20px;
	}

	.footer-slogn i {
		font-size: 20px;
		margin-right: 10px;
	}

	.footer .container .weixin {
		position: static;
		margin: 30px auto 0;
		width: 140px;
		height: 140px;
	}
}