* {
	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;
}

/* 头部 */

#header {
	line-height: 100px;
	background-color: #f7f7f7;
}

#header .logo img {
	height: 74px;
	vertical-align: middle;
}

#header .right .contact p {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	color: #666;
}

#header .right .contact p i {
	font-size: 22px;
	color: #0d4a86;
	vertical-align: middle;
	margin: 0 10px;
}

#header .right .language {
	padding: 0 20px;
}

#header .right .language a {
	display: inline-block;
	width: 40px;
	color: #fff;
	background-color: #ccc;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border-radius: 3px;
}

#header .right .language a:first-child {
	margin-right: 10px;
}

#header .right .language a:hover {
	background-color: #0d4a86;
}

.language-active {
	background-color: #0d4a86!important;
}
#header .right .search{
	position: relative;
}
#header .right .search input {
	line-height: 25px;
	height: 25px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#header .right .search button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none;
	position: absolute;
	right: 4px;
	top: 40px;
}

#nav {
	font-size: 0;
}

#nav a {
	display: inline-block;
	line-height: 60px;
	font-size: 16px;
	/* padding: 0 50px; */
	padding: 0 70px;
}

#nav a:hover {
	color: #0d4a86;
}

/* 首页 */

#home>div {
	padding: 100px 0;
	background-size: cover;
	background-position: center;
}

#home>div>.this-1200>.title p:first-child {
	font-size: 26px;
	margin: 0;
}

#home>div>.this-1200>.title p:first-child+p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
	color: #666;
}

#home>div>.this-1200>.title .line {
	height: 1px;
	background-color: #0d4a86;
	width: 50px;
}

#home>div>.this-1200>.more {
	float: right;
	width: 170px;
	line-height: 35px;
	background-color: #666;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	transition: all 0.3s;
}

#home>div>.this-1200>.more:hover {
	background-color: #0d4a86;
}

#home .about .content {
	margin-left: 230px;
}

#home .products .list {
	padding-top: 50px;
}

#home .products .list a {
	position: relative;
	width: 270px;
	height: 270px;
	float: left;
	background-color: #fff;
	margin-right: 40px;
	overflow: hidden;
	border-radius: 7px;
	transition: all 0.5s;
	top: 0;
}

#home .products .list a .img {
	line-height: 270px;
	height: 270px;
	text-align: center;
}

#home .products .list a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#home .products .list a p {
	position: absolute;
	bottom: 0px;
	line-height: 50px;
	margin: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
}

#home .products .list a:hover {
	top: -10px;
}

#home .news .list {
	padding-top: 50px;
}

#home .news .list a {
	position: relative;
	width: 380px;
	height: 240px;
	float: left;
	border-radius: 7px;
	margin-right: 30px;
	font-size: 0;
	overflow: hidden;
}

#home .news .list a .img {
	line-height: 240px;
	height: 240px;
	text-align: center;
}

#home .news .list a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#home .news .list a .title {
	position: absolute;
	top: 0px;
	z-index: 1;
	display: none;
	max-height: 75px;
	width: 100%;
}

#home .news .list a .title p:first-child {
	font-size: 24px;
	color: #f3d906;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	margin-top: 30px;
	text-align: center;
}

#home .news .list a .title p:first-child+p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	line-height: 25px;
}

#home .news .list a .title p:first-child+p+p {
	width: 150px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 30px;
}

#home .news .list a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 240px;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
}

#home .news .list a:hover .title {
	display: block;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	z-index: 0;
}

#main>.banner p {
	line-height: 150px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 20px;
}

#main>.banner: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;
}

#main>.class-link {
	line-height: 40px;
	background-color: #f1f2f4;
	border-bottom: 1px solid #ccc;
}

#main>.class-link .class {
	width: 65%;
	float: left;
}

#main>.class-link .class a {
	float: left;
	font-size: 14px;
	padding: 0 18px;
	color: #333;
}

#main>.class-link .class a:hover {
	background-color: #008edf;
	color: #fff;
}

#main>.class-link .link {
	line-height: 40px;
	font-size: 14px;
	color: #666;
	text-align: right;
	width: 30%;
	float: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main>.class-link .link a {
	font-size: 14px;
	color: #666;
}

#main>.class-link .link a:hover {
	color: #008edf;
}

.class-active {
	background-color: #008edf;
	color: #fff!important;
}

/* 关于我们 */

#main .about {
	padding: 10px 0;
}

/* 产品中心 */

#main .products>a {
	position: relative;
	width: 270px;
	height: 270px;
	float: left;
	background-color: #fff;
	margin-right: 40px;
	overflow: hidden;
	border-radius: 7px;
	transition: all 0.5s;
	top: 0;
	margin-top: 40px;
}

#main .products>a .img {
	line-height: 270px;
	height: 270px;
	text-align: center;
}

#main .products>a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#main .products>a p {
	position: absolute;
	bottom: 0px;
	line-height: 50px;
	margin: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
}

#main .products>a:hover {
	top: -10px;
}

/* 产品内页 */

#main .products-view {
	margin-top: 20px;
}

#main .products-view>.title .img {
	width: 400px;
	margin: auto;
}

#main .products-view>.title .img a {
	display: block;
	width: 400px;
	line-height: 400px;
	/* height: 400px; */
	border: 1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
}

#main .products-view>.title .img a img {
	max-height: 400px;
	vertical-align: middle;
}

#main .products-view>.title .img .list {
	margin-top: 10px;
}

#main .products-view>.title .img .list li {
	width: 70px;
	height: 70px;
	border: 1px solid #ccc;
	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;
	text-align: center;
}

#main .products-view>.title .img .list li img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.pro-view-img-active {
	border: 1px solid #008edf!important;
}

#main .products-view>.title>p {
	text-align: center;
	font-size: 18px;
}

#main .products-view .details {
	margin-top: 20px;
	padding: 10px 0;
	border-top: 1px solid #ccc;
}

#main .products-view .details p {
	margin: auto;
}

#main .products-view .other>.title {
	font-size: 25px;
	text-align: center;
	margin: 20px 0;
}

/* 新闻中心 */

#main .news>a {
	position: relative;
	width: 380px;
	height: 240px;
	float: left;
	border-radius: 7px;
	margin-right: 30px;
	font-size: 0;
	margin-top: 30px;
	overflow: hidden;
}

#main .news>a .img {
	line-height: 240px;
	height: 240px;
	text-align: center;
}

#main .news>a .img img {
	max-height: 100%;
	vertical-align: middle;
}

#main .news>a .title {
	position: absolute;
	top: 0px;
	z-index: 1;
	display: none;
	width: 100%;
	max-height: 75px;
}

#main .news>a .title p:first-child {
	font-size: 24px;
	color: #f3d906;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	margin-top: 30px;
	text-align: center;
}

#main .news>a .title p:first-child+p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	padding: 20px;
	line-height: 25px;
}

#main .news>a .title p:first-child+p+p {
	width: 150px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 30px;
}

#main .news>a:hover:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	height: 240px;
	background-color: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
}

#main .news>a:hover .title {
	display: block;
}

/* 新闻内页 */

#main .news-view .title p:first-child {
	font-size: 35px;
	text-align: center;
	margin-top: 20px;
}

#main .news-view .title p:first-child+p {
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}

#main .news-view .content {
	border-top: 1px solid #f1f2f4;
	padding: 10px 0;
}

/* 底部 */

#footer {
	background-color: #222;
}

#footer>.this-1200>div {
	padding-top: 40px;
	padding-bottom: 40px;
	height: 330px;
	overflow: hidden;
}

#footer>.this-1200>div>.title {
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}

#footer .contact {
	width: 270px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #505050;
}

#footer .contact p {
	font-size: 14px;
	color: #bbb;
	line-height: 40px;
	margin: 0;
}

#footer .nav {
	width: 220px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-right: 1px solid #505050;
	text-align: center;
}

#footer .nav .list a {
	color: #bbb;
	display: block;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .nav .list a:hover {
	color: #0D4A86;
}

#footer .qr-code {
	width: 400px;
	text-align: center;
	border-right: 1px solid #505050;
	box-sizing: border-box;
}

#footer .qr-code img {
	margin-top: 65px;
}

#footer .qr-code img:first-child {
	margin-right: 30px;
}

#footer .message {
	width: 300px;
	padding-right: 20px;
	padding-left: 60px;
	box-sizing: border-box;
}

#footer .message input {
	width: 100%;
	background-color: #fff;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	box-sizing: border-box;
}

#footer .message textarea {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0;
	height: 60px;
	padding: 10px;
	box-sizing: border-box;
}

#footer .message button {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #000;
	border: 0px;
	margin-top: -5px;
	cursor: pointer;
	transition: all 0.3s;
}

#footer .message button:hover {
	background-color: #0D4A86;
	color: #fff;
}

#footer .copyright {
	line-height: 60px;
	color: #999;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #505050;
}

#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	#header, #nav {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
	}
	#nav-m .logo {
		display: inline-block;
	}
	#nav-m .logo a {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
	}
	#nav-m .logo a img {
		height: 30px;
		margin-left: 10px;
	}
	#nav-m>.title {
		font-size: 16px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 110px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .nav-m-list {
		background-color: #333;
		display: none;
	}
	#nav-m .nav-m-list li {
		line-height: 40px;
		border-bottom: 1px solid #777;
	}
	#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 {
		height: 40px;
	}
	#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;
	}
	/* 首页 */
	#home>div {
		padding: 20px 0;
	}
	#home>div>.this-1200 {
		position: relative;
	}
	#home>div>.this-1200>.title {
		width: 100%;
		float: none;
		text-align: center;
	}
	#home>div>.this-1200>.title .line {
		margin: auto;
	}
	#home>div>.this-1200>.more {
		float: none;
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -85px;
	}
	#home .about .content {
		width: 100%;
		margin-left: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	#home .products .list {
		padding-bottom: 50px;
	}
	#home .products .list a {
		width: calc(50% - 5px);
		margin-right: 0px;
		height: 170px;
		margin-bottom: 10px;
	}
	#home .products .list a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#home .products .list a .img {
		height: auto;
		line-height: inherit;
	}
	#home .news .list {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	#home .news .list a {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	#home .news .list a .title {
		display: block;
	}
	#home .news .list a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 380px;
		height: 240px;
		background-color: rgba(0, 0, 0, 0.3);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
	}
	/* 公共部分 */
	#main>.banner p {
		line-height: 80px;
		font-size: 20px;
	}
	#main>.class-link .class {
		width: 100%;
	}
	#main>.class-link .link {
		border-top: 1px solid #fff;
		line-height: 30px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	/* 关于我们 */
	#main .about {
		padding: 10px;
	}
	/* 产品中心 */
	#main .products>a {
		width: calc(50% - 5px);
		margin-right: 0px;
		height: 170px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#main .products>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#main .products>a .img {
		height: auto;
		line-height: inherit;
	}
	/* 产品内页 */
	#main .products-view {
		padding: 10px;
	}
	#main .products-view .title .img {
		width: 100%;
	}
	#main .products-view>.title .img a {
		width: 100%;
	}
	/* 新闻中心 */
	#main .news>a {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#main .news>a .title {
		display: block;
	}
	#main .news>a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 380px;
		height: 240px;
		background-color: rgba(0, 0, 0, 0.3);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
	}
	/* 新闻内页 */
	#main .news-view .title p:first-child {
		font-size: 20px;
	}
	#main .news-view .content {
		padding: 10px;
	}
	/* 联系我们 */
	.my-map {
		width: 100%!important;
	}
	/* 底部 */
	#footer .contact {
		width: 70%;
	}
	#footer .nav {
		width: 30%;
	}
	#footer .qr-code {
		display: none;
	}
	#footer .message {
		width: 100%;
		height: auto!important;
		padding-left: 10px;
		border-top: 1px solid #505050;
	}
}