



@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	box-sizing: border-box;
	outline: none;
	color: inherit;
	font-size: inherit;
	font-weight: normal
}
:after, :before {
	box-sizing: inherit
}
a {
	text-decoration: none;
	color: inherit
}
ul {
	list-style: none
}
.overflow-hide {
	overflow: hidden
}

/*******************************
	-------[=全局公用]-------
********************************/
* {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*******************************
	-------[=首页头部]-------
********************************/
/*头部*/
.hd-top{
	overflow: hidden;
}
.hd-top .logo{
	float: left;
	height: 120px;
	line-height: 120px;
}
.hd-top .logo img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.hd-top .txt{
	float: left;
	margin: 36px 0 0 15px;
	padding-left: 30px;
	border-left: 1px solid #a1a0a0;
}
.hd-top .txt p{
	line-height: 30px;
	font-size: 20px;
	color: #666;
}
.hd-top .txt p span{
	color: #133982;
	font-weight:bold;
}
.hd-top .tel{
	float: right;
	margin-top: 30px;
	padding-left: 55px;
	background: url(../images/icon13.png) left center no-repeat;
	line-height: 30px;
}
.hd-top .tel h6{
	font-weight: 400;
	font-size: 14px;
}
.hd-top .tel strong{
	line-height: 27px;
	color: #133982;
	font-size: 20px;
	font-weight:bold;
}
.css-header.fixed .hd-bottom{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9999;
}
.hd-bottom{
	zoom:1;
	background-color: #133982;
	position: relative;
}
.hd-bottom:after,.hd-bottom:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.menuBtn{
	display: none;
	position: relative;
	float: right;
	margin-top: 4px;
	width: 40px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}
.menuBtn b{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #133982;
	margin: 5px 0 7px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.menuBtn.open b{
	position: absolute;
	left: 5px;
	top: 35%;
	display: none;
	width: 30px;
}
.menuBtn.open b:first-child{
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.menuBtn.open b:last-child{
	display: block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.css-nav{
	position: relative;
}
.css-nav:after,.css-nav:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.css-nav li{
	float: left;
	width: 14%;
	position: relative;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-position: left center;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.css-nav li.on,
.css-nav li:hover{
	background-image: url(../images/icon14-on.png);
	background-position: bottom center;
}
.css-nav li > a{
	display: block;
	font-size: 18px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
}
.nav-sub{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	
}
.css-nav li:hover .nav-sub{
	display: block;
}
.nav-sub dd{
	background-color: rgba(19,57,130,0.85);
	border-bottom: 1px solid rgba(250, 253, 253, 0.35);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.nav-sub dd a{
	display: block;
	font-size: 15px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.nav-sub dd a:hover{
	padding-left: 15px;
}
.hd-bottom h2{
	display: none;
	text-align: center;
	font-size: 30px;
	color: #133982;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
}

/*******************************
	-------[=首页公用]-------
********************************/
.g-tit01{
	text-align: center;
}
.g-tit01 .tit{
	font-size: 30px;
	color: #133982;
	font-weight: 400;
	margin-bottom: 5px;
}
.g-tit01 .tit-sj{
	display: none;
}
.g-tit01 .tit-sj a{
	position: relative;
	display: inline-block;
	color: #133982;
	padding: 0 10px;
}
.g-tit01 .tit-sj a:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}
.g-tit01 .tit-sj a:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 48px;
	height: 1px;
	background-color: #ebebeb;
}
.g-tit01 p{
	font-size: 16px;
	color: #414141;
}
.g-tit01 span{
	display: block;
	font-size: 12px;
	color: #e6e6e6;
}
.g-tit01_bai .tit,
.g-tit01_bai p{
	color: #fff;
}
.g-more01{
	display: block;
	width: 300px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #133982;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.g-more01:hover{
	background-color: transparent;
	color: #133982;
	border: 1px solid #133982;
}
.g-tit02{
	font-size: 20px;
	color: #fff;
	margin: 20px 0;
	font-weight: 400;
}
.g-tit02 span{
	font-size: 14px;
}

/*banner*/
.banner .swiper-slide a{
	display: block;
	padding-top: 31%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .swiper-pagination-bullet{
	width: 30px;
	height: 10px;
	border-radius: 20px;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
	opacity: 1;
}

/*搜索*/
.row-a1{
	background-color: #133982;
}
.m-so01{
	float: right;
	position: relative;
	margin-top: 28px;
}
.m-so01 .inp{
	width: 397px;
	height: 44px;
	border: 1px solid #1849a6;
	border-radius: 20px;
	padding: 0 75px 0 22px;
	background-color: transparent;
	color: #fff;
}
.m-so01 .sub{
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	width: 69px;
	height: 44px;
	background: url(../images/so.png) center center no-repeat;
	font-size: 0;
	cursor: pointer;
	border-radius: 20px;
}

/*产品展示*/
.row-a2{
	margin: 55px 0;
	overflow: hidden;
}
.m-tab01{
	margin: 50px 0;
	text-align: center;
	font-size: 0;
}
.m-tab01 li{
	display: inline-block;
}
.m-tab01 li a{
	display: block;
	width: 167px;
	border: 1px solid #b9b9b9;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin:0 8px;
}
.m-tab01 li.active a,
.m-tab01 li a:hover{
	color: #fff;
	background-color: #133982;
	margin:0 8px;
}
.m-tab01 li a span{
	padding-left: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon15.png);
}
.m-tab01 li.active a span,
.m-tab01 li a:hover span{
	background-image: url(../images/icon15-on.png)
}
.ul-imgtxt01{
	overflow: hidden;
	margin: 0 -10px;
}
.ul-imgtxt01 li{
	float: left;
	width: 33.333%;
	margin-bottom: 28px;
}
.ul-imgtxt01 li a{
	display: block;
	border: 1px solid #e4e4e4;
	padding: 15px 15px 0 15px;
	margin: 0 15px;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-imgtxt01 li:hover a{
	border: 1px solid #133982;
}
.ul-imgtxt01 li .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 75%;
}
.ul-imgtxt01 li .pic img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: .6s;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
}
.ul-imgtxt01 li .pic img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.ul-imgtxt01 li .txt{
	overflow: hidden;
}
.ul-imgtxt01 li .txt .tit{
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color: #133982;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 42px;
	line-height: 42px;
}
.ul-imgtxt01 li .txt .more{
	display: none;
	float: right;
	margin-left: 10px;
	height: 40px;
	line-height: 40px;
	color: #133982;
	font-size: 12px;
	text-transform: uppercase;
}

/*响应式布局*/
@media (max-width: 768px) {
	.hd-top .logo, .hd-top .txt, .hd-top .tel {
		float: none;
		text-align: center;
	}
	.menuBtn {
		display: block;
		cursor: pointer;
	}
	.nav-pc {
		display: none;
	}
	.css-nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: #133982;
		z-index: 9999;
		padding: 0;
		margin: 0;
	}
	.css-nav.show {
		display: block;
	}
	.css-nav li {
		width: 100%;
		float: none;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		background-image: none !important;
	}
	.css-nav li a {
		display: block;
		padding: 15px 20px;
		font-size: 16px;
		color: #fff;
		text-align: left;
		height: auto;
		line-height: normal;
		cursor: pointer;
	}
	.css-nav li a:hover {
		background-color: rgba(255,255,255,0.1);
	}
	.css-nav .nav-sub {
		position: static;
		display: none;
		background-color: rgba(0,0,0,0.2);
	}
	.css-nav li:hover .nav-sub {
		display: block;
	}
}