* {
	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;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/****************** Public *****************/

#header .this-1200 {
	position: relative;
}

#header .logo {
	margin: 10px 0;
}

#header .nav {
	margin-top: 60px;
	margin-left: 20px;
}

#header .nav a {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 2em;
	padding: 5px 15px;
	transition: all 0.5s;
	border-radius: 3px;
}

#home .active, #header .active {
	background: #025faa!important;
	color: #fff!important;
}

#header .nav a:hover {
	background: #025faa;
	color: #fff;
}

#header .title {
	font-size: 19px;
	font-weight: 700;
	color: #333;
	margin: 11px 15px;
}

#header .title>p:first-child {
	letter-spacing: 4px;
}

#header .title>p:first-child+p {
	letter-spacing: 2px;
}

#header .title>p:first-child+p+p {
	letter-spacing: 0.5px;
}

#header .phone {
	font-size: 20px;
	font-weight: 600;
	color: #025faa;
	line-height: 2em;
	position: absolute;
	right: 12px;
	top: 16px;
}

#footer {
	background: #343536;
}

#footer .this-1200 {
	padding: 35px 0;
}

#footer .copyright {
	background: #222222;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 3em;
}

#footer p {
	color: #fff;
	margin: 0;
}

#footer .help p {
	color: #333;
}

#footer .this-1200 .wan {
	width: 350px;
	margin-right: 40px;
}

#footer .hu, #footer .zhe {
	width: 300px;
	margin-right: 40px;
}

#footer .code {
	font-size: 0;
	width: 123px
}

#footer .zhe .social-share a {
	font-weight: 400;
	color: #fff;
	border-color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 15px;
	margin-top: 10px;
}

/************** home ***************/

#home .products .this-1200, #home .about .this-1200, #home .news .this-1200 {
	padding: 50px 0;
}

#home>.products>.this-1200>.title>p:first-child {
	font-size: 32px;
	color: #555;
	line-height: 32px;
	margin: 0;
	text-align: center;
}

#home>.products>.this-1200>.title>p:first-child+p {
	font-size: 14px;
	color: #555;
	text-align: center;
	margin-top: 26px;
}

.products .list {
	margin: 45px 0 0;
}

.products .list a {
	display: block;
	float: left;
	margin: 0 30px 40px 0;
	width: 275px;
	box-sizing: border-box;
	;
	overflow: hidden;
	font-size: 0;
	position: relative;
	transition: all 0.5s;
}

.products .list a:hover>p {
	background: #656565;
	color: #fff;
	transition: all 0.5s;
}

.products .list a:hover>i {
	color: #fff;
	transition: all 0.5s;
}

.products .list a .img {
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}

.products .list a p {
	font-size: 13px;
	color: #666;
	background: #dedede;
	line-height: 50px;
	padding: 0 25px 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0;
}

.products .list a i {
	position: absolute;
	bottom: 18px;
	right: 10px;
	font-size: 13px;
	font-weight: 600;
}

.this-1200>a {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	background: #666;
	padding: 13px 60px;
	border-radius: 3px;
	left: 42%;
	position: relative;
	transition: all 0.5s;
}

.this-1200>a:hover {
	background: #025faa;
}

#home .about {
	background: url(../images/bg1.jpg);
	background-position: top;
	background-size: cover;
}

#home .about .introduction {
	color: #fff;
	width: 600px;
}

#home .about .introduction .title>p:first-child {
	font-size: 32px;
	margin-top: 0;
}

#home .about .introduction .title>p:first-child+p {
	font-size: 14px;
	line-height: 2em;
	margin: 15px 0;
	letter-spacing: 1px;
}

#home .about .introduction .content {
	margin: 20px 30px 35px 0;
	height: 200px;
	overflow: hidden;
}

#home .about .introduction>a {
	color: #333;
	font-size: 14px;
	background: #fff;
	padding: 13px 60px;
	border-radius: 3px;
	display: inline-block;
}

#home .about .introduction>a:hover {
	color: #fff;
	background: #025faa;
	transition: all 0.5s;
}

#home .about .img {
	font-size: 0;
}

#home .about .img img {
	max-width: 576px;
}

#home .news {
	background: url(../images/bg2.jpg);
	background-position: top;
	background-size: cover;
}

#home .fl, #home ul {
	color: #555;
}

#home .news .this-1200>.fl>span:first-child {
	font-size: 32px;
	margin-right: 30px;
}

#home .news .this-1200>.fr>a:first-child {
	background: #025faa;
}

#home .news .this-1200>.fr>a {
	background: #acacac;
	color: #fff;
	border-radius: 3px;
	padding: 10px 35px;
	margin-left: 18px;
}

#home .news .this-1200>.fr>a:hover {
	background: #025faa;
}

#home .news ul {
	margin: 35px 0 45px;
	min-height: 260px;
}

#home .news .content ul:first-child+ul {
	display: none;
}

#home .news ul>li {
	display: block;
	float: left;
	background: #f4f4f4;
	width: 590px;
	margin: 10px 20px 10px 0;
	transition: all 0.5s;
}

#home .news ul>li:hover {
	background: #fff;
	box-shadow: 0px 0px 10px #d0d0d0;
}

.news .date {
	text-align: center;
	width: 110px;
	height: 110px;
}

.news .date>p:first-child {
	font-size: 36px;
	line-height: 62px;
}

.news .date>p:first-child+p {
	font-size: 16px;
}

.news ul>li>a .title {
	color: #595959;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 42px;
	padding-right: 30px;
}

.news ul>li>a .desc {
	padding-right: 30px;
	font-size: 14px;
	height: 40px;
	overflow: hidden;
	color: #595959;
	line-height: 21px;
}

/************** main **************/

#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>.crumbs {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

#main .crumbs .subclass a {
	padding: 0 10px;
	float: left;
	color: #666;
}

#main .crumbs .crumbs a {
	color: #666;
}

#main .crumbs .crumbs a:hover {
	color: #333;
}

#main .crumbs .crumbs a i {
	color: #666;
}

#main .crumbs .subclass .news-active {
	background: #f3f3f3;
}

#main .crumbs .subclass a:hover {
	background: #f3f3f3;
}

#main .about {
	padding: 10px 0;
}

#main .news {
	background: #f1f1f1;
	padding: 25px 0;
}

#main .news .after>li {
	display: block;
	float: left;
	background: #fff;
	width: 590px;
	margin: 10px 20px 10px 0;
}

#main .news-content .title p:first-child {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin: 20px 0;
	color: #333;
}

#main .news-content .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
	color: #999;
}

#main .news-content .content {
	border-top: 1px solid #f1f2f4;
	padding: 15px 0;
}

#main .products .list {
	margin: 45px 0 0;
}

#main .products .title .img {
	width: 400px;
	margin: 15px auto;
}

#main .products .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 .title .img .list {
	margin-top: 10px;
}

#main .products .title .img .list li {
	width: 70px;
	height: 70px;
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#main .products .title .img .list li div {
	width: 70px;
	height: 70px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .products .title .img .list li div img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

#main .products .title>p {
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}

#main .products .details {
	padding: 10px;
	border-top: 1px solid #eee;
	font-size: initial;
}

.pro-view-img-active {
	border: 1px solid #025faa!important;
}

#main .products .other .title {
	text-align: center;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
}

#main .products .other .list {
	margin: 0;
}

/* 手机版 */

#nav-m, #home .news ul.m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 导航 */
	#header {
		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: 40px;
		margin-left: 10px;
	}
	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 110px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-weight: bold;
	}
	#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;
	}
	/* 产品模块 */
	.products .list {
		margin: 20px 0 0;
	}
	.products .list a {
		width: calc(50% - 5px);
		margin-right: 0;
		margin-bottom: 10px;
	}
	.products .list a:nth-of-type(2n-1) {
		margin-right: 10px;
	}
	/* 首页 */
	#banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
		bottom: 0px!important;
	}
	#home .products .this-1200, #home .about .this-1200, #home .news .this-1200 {
		padding: 10px;
	}
	#home>.products>.this-1200>.title>p:first-child {
		font-size: 20px;
		font-weight: bold;
	}
	#home>.products>.this-1200>.title>p:first-child+p {
		margin-top: 10px;
		font-size: 12px;
	}
	.this-1200>a {
		left: 50%;
		transform: translate(-50%, 0);
	}
	#home .about .introduction {
		width: 100%;
		float: none;
	}
	#home .about .img {
		float: none;
		margin-top: 10px;
	}
	#home .about .img img {
		width: 100%;
		border-radius: 5px;
	}
	#home .about .introduction .title>p:first-child {
		font-size: 20px;
		font-weight: bold;
	}
	#home .about .introduction .title>p:first-child+p {
		font-size: 12px;
		margin-top: 10px;
	}
	#home .about .introduction .content {
		margin: 0;
		margin-bottom: 10px;
	}
	#home .news .this-1200 .btn {
		display: none;
	}
	#home .news .this-1200>.fl>span {
		display: block;
		font-size: 12px;
	}
	#home .news .this-1200>.fl>span:first-child {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#home .news ul {
		display: none;
	}
	#home .news ul.m {
		display: block;
		margin: 10px 0;
	}
	#home .news ul>li {
		width: 100%;
	}
	/* 公共部分 */
	#main>.banner {
		background-size: cover;
	}
	#main>.banner p {
		line-height: 70px;
		font-size: 20px;
	}
	#main .crumbs .crumbs {
		border-top: 1px solid #f1f2f4;
		line-height: 30px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		text-align: right;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	/* 关于我们 */
	#main .about {
		overflow: hidden;
		padding: 10px;
	}
	/* 产品中心 */
	#main .products {
		padding: 0 10px;
	}
	#main .products .list {
		margin: 20px 0;
	}
	/* 产品内页 */
	#main .products .title .img {
		width: 100%;
	}
	/* 新闻中心 */
	#main .news {
		padding: 10px;
	}
	#main .news .after>li {
		width: 100%;
	}
	/* 新闻内页 */
	#main .news-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .news-content .title p:first-child {
		font-size: 20px;
		line-height: 30px;
	}
	/* 联系我们 */
	#main .about>.this-1200>.left, #main .about>.this-1200>.right {
		float: none!important;
		width: 100%!important;
	}
	.my-map {
		width: 100%!important;
	}
	/* 底部 */
	#footer .this-1200 {
		padding: 10px;
	}
	#footer .this-1200>div {
		width: 100%!important;
		margin: 0!important;
		line-height: 30px;
		margin-bottom: 10px!important;
	}
	#footer .code {
		display: none;
	}
	#footer .copyright {
		padding: 10px 0;
		line-height: 2em;
	}
}