* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

/* IOS 样式兼容 */

input[type=button], input[type=submit], input[type=file], select, button, input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 导航 */

#nav {
	padding: 10px 130px;
	background-color: #0C4CA1;
}

#nav .logo img {
	height: 24px;
	margin-top: 13px;
}

#nav>.title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	margin-left: 20px;
}

#nav .list a {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 45px;
	padding-bottom: 7px
}

.nav-active {
	border-bottom: 2px solid #fff;
}

#nav .list a:hover {
	border-bottom: 2px solid #fff;
}

#nav .search-btn {
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}

#nav .language {
	line-height: 50px;
	margin-left: 40px;
}

#nav .language a {
	display: inline-block;
	width: 40px;
	color: #fff;
	background-color: #00306e;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border-radius: 3px;
	margin-left: 10px;
}

#nav .language a:hover {
	background-color: #002659;
}

.language-active {
	background-color: #002659!important;
}

#search {
	display: none;
	z-index: 3;
	width: 100%;
	position: absolute;
	padding: 0px 130px;
	box-sizing: border-box;
	background-color: #002659;
	top: 70px;
}

#search input {
	float: right;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	outline: none;
	color: #fff;
}

/* 导航响应式 */

.nav-1820 {
	padding: 10px 30px!important;
}

.nav-1620 .title {
	display: none;
}

.nav-1320 .list a {
	margin-right: 30px!important;
}

/* 首页 */

#home>div>div {
	padding: 50px 0;
}

#home>div>div>.title {
	text-align: center;
	padding-bottom: 40px;
}

#home>div>div>.title p:first-child {
	font-size: 14px;
	color: #bbb;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#home>div>div>.title p:first-child+p {
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
}

#home>.about {
	background-color: #f9f9f9;
}

#home .equipment {
	overflow: hidden;
	background-color: #f4f4f4;
	padding-bottom: 50px;
}

#home .equipment .mask {
	position: relative;
}

#home .equipment .list {
	font-size: 0;
	float: left;
}

#home .equipment .list a {
	float: left;
	font-size: 0;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
	margin-right: 10px;
}

#home .equipment .list a img {
	height: 300px;
	border: 2px solid #c0c0c0;
	box-sizing: border-box;
	max-width: initial;
}

#home .products {
	padding: 10px 130px;
}

#home .products>div {
	padding-bottom: 0px;
}

#home .products .list a {
	display: block;
	width: 22%;
	position: relative;
	float: left;
	box-sizing: border-box;
	font-size: 0;
	margin: 1.5%;
	height: 240px;
	line-height: 240px;
	background-color: #fff;
	text-align: center;
}

#home .products .list a img {
	max-height: 100%;
	vertical-align: middle;
}

#home .products .list a p {
	text-align: center;
	background-color: rgba(44, 156, 216, 0.5);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}

#home .products .list a:hover p {
	display: block;
}

#home .news>div {
	padding-bottom: 0px;
}

#home .news .list a {
	width: 25%;
	float: left;
	background-color: #333;
	transition: all 0.5s;
}

#home .news .list a .img {
	height: 380px;
	line-height: 380px;
	background-color: #fff;
	text-align: center;
}

#home .news .list a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#home .news .list a .title {
	margin: 20px 10px;
	margin-bottom: 0px;
}

#home .news .list a .title p:first-child {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
}

#home .news .list a .title p:first-child+p {
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
}

#home .news .list a .img {
	position: relative;
}

#home .news .list a .img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
	top: 0;
	left: 0;
	transition: all 0.5s;
}

#home .news .list a .img img {
	width: 100%;
}

#home .news .list a .detailed {
	margin: 0 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	transition: all 0.5s;
	height: 80px;
	overflow: hidden;
}

#home .news .list a .img img {
	vertical-align: middle;
}

#home .news .list a:hover {
	background-color: #222;
	box-shadow: 0px 0px 15px #000;
}

#home .news .list a:hover .img:after {
	background-color: rgba(0, 0, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
}

#home .partner {
	margin: 10px 130px;
	overflow: hidden;
}

#home .partner .list {
	font-size: 0;
	float: left;
}

#home .partner .mask {
	overflow: hidden;
	position: relative;
}

#home .partner .list img {
	height: 60px;
	border: 1px solid #eee;
	margin-right: 10px;
	padding: 10px;
}

#home .partner .list img:hover {
	border: 1px solid #ccc;
}

/* 弹跳模块样式 */

.bounce {
	margin-top: -11px;
}

.bounce li:after, .bounce li .this-1200:after {
	content: "";
	display: block;
	clear: both;
}

.bounce li {
	padding: 80px 0;
}

.bounce li.one {
	background-color: #eee;
}

.bounce li .left {
	width: 800px;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}

.bounce li .left .title {
	font-size: 26px;
	color: #131313;
	margin-bottom: 30px;
}

.bounce li .left .content {
	line-height: 36px;
	font-size: 14px;
	color: #5a5a5a;
}

.bounce li .left .content p {
	color: #5a5a5a;
}

.bounce li .left .more {
	float: right;
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 50px;
}

.bounce li .left .more i {
	margin-right: 10px;
}

.bounce li .left .more:hover {
	color: #000;
}

.bounce li.tow .this-1200 {
	background-color: #eee;
	box-shadow: 2px 2px 4px #ccc;
}

.bounce li.one .this-1200 {
	background-color: #fff;
	box-shadow: 2px 2px 4px #ccc;
}

.bounce li .right {
	width: 400px;
	float: right;
	font-size: 0;
	overflow: hidden;
}

.bounce li .right img {
	width: 100%;
	transition: transform 0.5s;
}

.bounce li .right img:hover {
	transform: scale(1.08);
}

.bounce li.tow .left {
	float: right;
}

.bounce li.tow .right {
	float: left;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

#main>.banner p {
	line-height: 200px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#main>.banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

#main>.link {
	line-height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#main>.link a {
	font-size: 14px;
	color: #333;
}

#main>.link a:hover {
	color: #40434C;
}

#main>.content {
	margin-top: 10px;
}

#main>.content>.left {
	width: 250px;
	float: left;
	margin-bottom: 40px;
}

#main>.content>.left>.title {
	line-height: 50px;
	background-color: #2A497A;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main>.content>.left>.list li {
	display: block;
}

#main>.content>.left>.list li .parent {
	height: 47px;
	background-color: #F6F6F6;
}

#main>.content>.left>.list li .parent a {
	float: left;
	width: 200px;
	box-sizing: border-box;
	margin: 0;
	line-height: 46px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main>.content>.left>.list li .parent a:hover {
	background-color: #ddd;
}

#main>.content>.left>.list li .parent span {
	float: right;
	width: 50px;
	text-align: center;
	line-height: 46px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	font-size: 25px;
	box-sizing: border-box;
	user-select: none;
}

#main>.content>.left>.list li .parent span:hover {
	background-color: #ddd;
}

#main>.content>.left>.list li .son {
	display: none;
	width: 100%;
}

#main>.content>.left>.list li .son a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
	background-color: #F6F6F6;
}

#main>.content>.left>.list li .son a:hover {
	background-color: #ddd;
}

.left-active {
	background-color: #ddd!important;
}

#main>.content>.right {
	width: 920px;
	float: left;
	margin-left: 30px;
}

/* 新闻列表 */

#main>.content>.right .news {
	font-size: 0;
}

#main>.content>.right .news>a {
	display: inline-block;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#main>.content>.right .news>a .title {
	padding: 10px;
}

#main>.content>.right .news>a .title p:first-child {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main>.content>.right .news>a .title p:first-child+p {
	font-size: 12px;
	color: #999;
	height: 84px;
	overflow: hidden;
}

#main>.content>.right .news>a .img {
	line-height: 237px;
	height: 237px;
}

#main>.content>.right .news>a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#main>.content>.right .news>a .addtime {
	padding: 0 10px;
}

#main>.content>.right .news>a .addtime p {
	float: left;
	font-size: 14px;
	color: #999;
}

#main>.content>.right .news>a .addtime p:first-child+p {
	float: right;
}

#main>.content>.right .news>a:hover .title p:first-child {
	color: #2A497A;
}

/* 新闻内页 */

#main>.content>.right .news-view>.title {
	text-align: center;
}

#main>.content>.right .news-view>.title p {
	margin: 0;
}

#main>.content>.right .news-view>.title p:first-child {
	font-size: 28px;
	margin: 20px 0;
	line-height: 35px;
}

#main>.content>.right .news-view>.title p:first-child+p {
	font-size: 14px;
	color: #333;
}

#main>.content>.right .news-view .detailed {
	padding: 20px 0;
}

/* 产品中心 */

#main .products>a {
	display: block;
	width: 293px;
	position: relative;
	float: left;
	box-sizing: border-box;
	font-size: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 200px;
	height: 200px;
}

#main .products>a img {
	vertical-align: middle;
	max-height: 100%;
}

#main .products>a p {
	text-align: center;
	background-color: rgba(44, 156, 216, 0.5);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
}

#main .products>a:hover p {
	display: block;
}

/* 产品内页 */

#main .products-view {
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view .title .img {
	width: 400px;
	margin: auto;
}

#main .products-view .title .img a {
	display: table-cell;
	width: 400px;
	height: 300px;
	border: 1px solid #eee;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}

#main .products-view .title .img a img {
	max-height: 100%;
}

#main .products-view .title .img .list {
	margin-top: 10px;
}

#main .products-view .title .img .list li {
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#main .products-view .title .img .list li div {
	width: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}

#main .products-view .title .img .list li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.pro-view-img-active {
	border: 1px solid #b8271e!important;
}

#main .products-view .title>p {
	text-align: center;
	font-size: 25px;
}

#main .products-view .details {
	margin-top: 20px;
	padding: 10px;
	border-top: 1px solid #eee;
	font-size: initial;
}

#main .products-view .details p {
	margin: auto;
}

#main .products-view .other .title {
	text-align: center;
	font-size: 20px;
	padding-bottom: 20px;
}

#main .products-view .other>a {
	display: inline-block;
	width: 280px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 30px;
}

#main .products-view .other>a p {
	text-align: center;
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}

#main .products-view .other>a:hover p {
	color: #b8271e;
}

/* 设备展示 */

#main .equipment>a {
	float: left;
	width: 292.5px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}

#main .equipment>a .img {
	height: 200px;
	line-height: 200px;
	border: 2px solid #eee;
}

#main .equipment>a p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	margin-top: 10px;
}

#main .equipment>a img {
	max-height: 100%;
	vertical-align: middle;
}


/* 底部 */

#footer {
	background-color: #0C4CA1;
}

#footer>.this-1200 {
	padding: 30px 0;
}

#footer>.this-1200 .left {
	width: 50%;
	color: #fff;
}

#footer>.this-1200 .left>.title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer>.this-1200 .left .contact {
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}

#footer>.this-1200 .left .contact a {
	color: #fff;
}

#footer>.this-1200 .right {
	width: 50%;
	text-align: right;
}

#footer>.this-1200 .right img {
	border: 5px solid #fff;
}

#footer .copyright {
	border-top: 1px solid#4470ab;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
}

/* 移动端 */

#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 导航 */
	#nav {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		background-color: rgba(19, 53, 108, 0.9);
	}
	#nav-m .logo {
		display: inline-block;
	}
	#nav-m .logo a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}
	#nav-m .logo a img {
		height: 15px;
		margin-left: 10px;
	}
	#nav-m>.title {
		font-size: 16px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 5px;
		color: #fff;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: calc(100% - 130px);
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #fff;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #fff;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .nav-m-list {
		background-color: #263e63;
		display: none;
	}
	#nav-m .nav-m-list li {
		line-height: 40px;
		border-bottom: 1px solid #777;
		height: 40px;
	}
	#nav-m .nav-m-list li a {
		height: 100%;
		width: 100%;
		display: block;
		padding-left: 10px;
		font-size: 14px;
		color: #f1f2f4;
	}
	#nav-m .nav-m-list .language a:first-child {
		border-right: 1px solid #777;
	}
	#nav-m .nav-m-list .language a {
		display: inline-block;
		width: 46%;
	}
	#nav-m .nav-m-list .language a:first-child {
		border-right: 1px solid #777;
	}
	/* 首页 */
	#banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 5px!important;
	}
	#home>div>div {
		padding: 20px 0;
	}
	#home>div>div>.title {
		padding-bottom: 20px;
	}
	#home>div>div>.title p:first-child {
		line-height: 25px;
		display: none;
	}
	#home>div>div>.title p:first-child+p {
		font-size: 22px;
	}
	#home .about .content {
		padding: 0 10px;
	}
	#home .about .content table, #home .about .content tr, #home .about .content tbody {
		display: block;
		width: 100%;
	}
	#home .about .content td {
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	#home .products {
		padding: 10px;
	}
	#home .products .list a {
		width: 47%;
		height: 110px;
		line-height: 110px;
	}
	#home .news .list a {
		width: 50%;
	}
	#home .news .list a .img {
		line-height: 150px;
		height: 150px;
	}
	#home .news .list a .detailed {
		height: 50px;
	}
	#home .partner {
		margin: 10px;
	}
	/* 其他页公共部分 */
	#main>.banner {
		margin-top: 0;
	}
	#main>.banner p {
		line-height: 100px;
		font-size: 30px;
	}
	#main>.link {
		width: 100%;
		padding: 0 10px;
		padding-left: 60px;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#main>.link a {
		font-size: 14px;
		color: #333;
	}
	#main>.link a:hover {
		color: #ae2a43;
	}
	#main>.content>.left {
		position: absolute;
		left: -250px;
		z-index: 1;
	}
	#main>.content>.right {
		width: 100%;
		margin-left: 0;
		padding: 10px;
		box-sizing: border-box;
	}
	/* 弹跳模块样式 */
	.bounce li {
		padding: 40px 0;
	}
	.bounce li .left {
		width: 100%;
	}
	.bounce li .right {
		width: 100%;
	}
	.bounce li {
		background-color: #eee!important;
	}
	.bounce li>.this-1200 {
		background-color: #fff!important;
	}
	/* 设备中心 */
	#main .equipment>a {
		width: calc(50% - 5px);
		box-sizing: border-box;
		margin-right: 0!important;
	}
	#main .equipment>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	/* 新闻中心 */
	#main>.content>.right .news>a {
		width: calc(50% - 5px);
		margin-right: 0!important;
	}
	#main>.content>.right .news>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#main>.content>.right .news>a .img {
		height: 140px;
		line-height: 140px;
	}
	#main>.content>.right .news>a .title p:first-child+p {
		height: 29px;
	}
	/* 新闻内页 */
	#main>.content>.right .news-view>.title p:first-child {
		font-size: 20px;
		margin: 0;
		line-height: 27px;
		margin-bottom: 20px;
	}
	/* 产品中心 */
	#main .products>a {
		height: 120px;
		line-height: 120px;
	}
	#main>.content>.right .products>a, #main .products-view .other>a {
		width: calc(50% - 5px);
		margin-right: 0!important;
		margin-bottom: 10px;
	}
	#main>.content>.right .products>a:nth-of-type(2n-1), #main .products-view .other>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	/* 产品内页 */
	#main .products-view {
		padding: 0;
	}
	#main .products-view .title .img {
		width: 100%;
	}
	/* 联系我们 */
	.my-map {
		width: 100%!important;
	}
	/* 底部 */
	#footer .left {
		width: 100%!important;
		float: none;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#footer .right {
		display: none;
	}
	#footer .copyright {
		padding: 10px;
		line-height: 25px;
	}
}