* {
	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: 20px 0;
}

#nav .logo {
	font-size: 0;
}

#nav .list {
	font-size: 0;
}

#nav .list a {
	display: inline-block;
	font-size: 16px;
	line-height: 62px;
	padding: 0 30px;
}

#nav .list a:hover {
	color: #ab1610;
}

.nav-active {
	color: #ab1610!important;
}

#nav .search {
	line-height: 62px;
	min-width: 155px;
	text-align: right;
}

#nav .search input {
	width: 150px;
	line-height: 30px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 10px;
	border-radius: 5px;
	outline: none;
	display: none;
	box-sizing: border-box;
}

#nav .search button {
	background-color: transparent;
	border: 0px;
	height: 30px;
	outline: none;
	cursor: pointer;
	margin-left: -35px;
}

#nav .search button i {
	color: #666;
}

#nav .search button:hover i {
	color: #ab1610;
}

/* 首页 */

#home .about {
	padding: 50px 0;
}

#home .about .left {
	width: 590px;
}

#home .about .left>.title {
	display: inline-block;
	font-size: 0;
}

#home .about .left>.title .line {
	display: inline-block;
	height: 5px;
	width: 545px;
	margin-left: -400px;
}

#home .about .left>.title p:first-child {
	font-size: 30px;
	color: #ab1610;
}

#home .about .left>.title p:first-child+p {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

#home .about .left>.content {
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

#home .about .left>.content p {
	font-size: 14px;
	color: #333;
	line-height: 36px;
}

#home .about .left>.more {
	display: block;
	line-height: 45px;
	width: 150px;
	text-align: center;
	background-color: #ab1610;
	color: #fff;
	font-size: 14px;
	border-radius: 30px;
}

#home .about .right {
	position: relative;
	width: 590px;
	margin-left: 20px;
}

#home .about .right span {
	position: absolute;
}

#home .about .right .top-right span:first-child {
	display: block;
	width: 75px;
	height: 1px;
	background-color: #ab1610;
	right: -10px;
	top: 20px;
}

#home .about .right .top-right span:first-child+span {
	display: block;
	height: 75px;
	width: 1px;
	background-color: #ab1610;
	right: 20px;
	top: -5px;
}

#home .about .right .bottom-left span:first-child {
	display: block;
	width: 75px;
	height: 1px;
	background-color: #ab1610;
	left: -10px;
	bottom: 20px;
}

#home .about .right .bottom-left span:first-child+span {
	display: block;
	height: 75px;
	width: 1px;
	background-color: #ab1610;
	left: 20px;
	bottom: -5px;
}

#home .about .right .img {
	padding: 30px;
	font-size: 0;
}

#home .about .right .img img {
	width: 100%;
}

#home .products {
	padding: 50px 0;
}

#home .products>.this-1200>.title {
	display: inline-block;
	font-size: 0;
}

#home .products>.this-1200>.title .line {
	display: inline-block;
	height: 5px;
	width: 545px;
	margin-left: -400px;
}

#home .products>.this-1200>.title p:first-child {
	font-size: 30px;
	color: #fff;
}

#home .products>.this-1200>.title p:first-child+p {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

#home .products .list {
	padding-top: 40px;
	display: block;
}

#home .products .list .item {
	font-size: 0;
}

#home .products .list .item:after {
	content: "";
	display: block;
	clear: both;
}

#home .products .list .item a {
	float: left;
	width: 270px;
	margin-right: 30px;
	box-sizing: border-box;
	font-size: 0;
}

#home .products .list .item a .img {
	overflow: hidden;
	border: 1px solid #fff;
}

#home .products .list .item a img {
	box-sizing: border-box;
	transition: all 0.5s;
}

#home .products .list .item a:hover img {
	transform: scale(1.08);
}

#home .products .list .item a p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 29px;
}

#home .products .list .item a:first-child {
	width: 600px;
}

#home .news {
	padding: 50px 0;
}

#home .news>.this-1200 {
	position: relative;
}

#home .news>.this-1200>.title {
	display: inline-block;
	font-size: 0;
}

#home .news>.this-1200>.title .line {
	display: inline-block;
	height: 5px;
	width: 545px;
	margin-left: -400px;
}

#home .news>.this-1200>.title p:first-child {
	font-size: 30px;
	color: #ab1610;
}

#home .news>.this-1200>.title p:first-child+p {
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

#home .news .list {
	font-size: 0;
	margin-top: 10px;
}

#home .news .list a {
	display: inline-block;
	width: 277.5px;
	margin-right: 30px;
	vertical-align: top;
}

#home .news .list a .title {
	padding: 30px 0;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	height: 104px;
	box-sizing: border-box;
	overflow: hidden;
}

#home .news .list a .addtime {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#home .news .list a .addtime p {
	float: left;
	font-size: 14px;
	color: #999;
}

#home .news .list a .addtime p:first-child+p {
	float: right;
}

#home .news .list a:hover .title {
	color: #ab1610;
}

#home .news .list a:hover .addtime {
	border-color: #ab1610;
}

#home .news .more {
	position: absolute;
	top: 0px;
	right: 0;
	line-height: 45px;
	width: 150px;
	text-align: center;
	background-color: transparent;
	color: #666;
	font-size: 14px;
	border-radius: 30px;
	border: 1px solid #ccc;
	transition: all 0.5s;
}

#home .news .more:hover {
	background-color: #ab1610;
	border-color: #ab1610;
	color: #fff;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	text-align: center;
}

#main>.banner p {
	line-height: 250px;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 60px;
	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 #ccc;
	font-size: 14px;
	color: #333;
	text-align: right;
}

#main>.link a {
	font-size: 14px;
	color: #333;
}

#main>.link a:hover {
	color: #ae2a43;
}

/* 关于我们 */

#main .about {
	padding: 10px 0;
	font-size: initial;
}

#main .about>.left {
	width: 250px;
	float: left;
}

#main .about>.right {
	width: 920px;
	float: left;
	margin-left: 30px;
	min-height: 678px;
}

#main .about>.left>.title {
	line-height: 50px;
	background-color: #E31738;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main .about>.left>.list li {
	display: block;
}

#main .about>.left>.list li a {
	display: block;
	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;
	background-color: #F6F6F6;
}

#main .about>.left>.list li a:hover {
	background-color: #ddd;
}

#main .about>.left>.list li 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 .about>.left>.list li span:hover {
	background-color: #ddd;
}

/* 新闻列表 */

#main.news {
	background-color: #eee;
}

#main.news>.list {
	font-size: 0;
	margin-top: 20px;
}

#main.news>.list>a {
	display: inline-block;
	width: 277.5px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	vertical-align: top;
}

#main.news>.list>a .title {
	margin: 20px 10px;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	height: 66px;
	box-sizing: border-box;
	overflow: hidden;
}

#main.news>.list>a img {
	width: 100%;
}

#main.news>.list>a .addtime {
	padding: 0 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

#main.news>.list>a .addtime p {
	float: left;
	font-size: 14px;
	color: #999;
}

#main.news>.list>a .addtime p:first-child+p {
	float: right;
}

#main.news>.list>a:hover .title {
	color: #ab1610;
}

#main.news>.list>a:hover .addtime {
	border-color: #ab1610;
}

#main .news-view>.title {
	text-align: center;
}

#main .news-view>.title p {
	margin: 0;
}

#main .news-view>.title p:first-child {
	font-size: 28px;
	margin: 20px 0;
	line-height: 35px;
}

#main .news-view>.title p:first-child+p {
	font-size: 14px;
	color: #333;
}

#main .news-view .detailed {
	padding: 20px 0;
}

/* 产品中心 */

#main .products>a {
	float: left;
	width: 285px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0;
	margin-top: 20px;
}

#main .products>a .img {
	overflow: hidden;
	transition: all 0.5s;
}

#main .products>a img {
	box-sizing: border-box;
	transition: all 0.5s;
}

#main .products>a:hover img {
	transform: scale(1.08);
}

#main .products>a p {
	font-size: 18px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 29px;
}

/* 产品内页 */

#main .products-view {
	margin-top: 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 #ccc;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
}

#main .products-view .title .img a img {
	width: 100%;
}

#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;
}

#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 0;
	border-top: 1px solid #ccc;
}

#main .products-view .details p {
	margin: auto;
}

#main .products-view .other>a {
	float: left;
	width: 285px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 0;
	margin-top: 20px;
}

#main .products-view .other .title {
	font-size: 25px;
	text-align: center;
	margin: 20px 0;
}

#main .products-view .other>a .img {
	overflow: hidden;
	transition: all 0.5s;
}

#main .products-view .other>a img {
	box-sizing: border-box;
	transition: all 0.5s;
}

#main .products-view .other>a:hover img {
	transform: scale(1.08);
}

#main .products-view .other>a p {
	font-size: 18px;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 29px;
}

/* 底部 */

#footer {
	background-color: #282829;
}

#footer>.this-1200>div {
	padding: 40px 60px;
	width: 300px;
	float: left;
	border-right: 1px solid #363636;
	box-sizing: border-box;
	min-height: 306px;
}

#footer .title {
	width: 120px;
	padding-bottom: 15px;
	min-height: 52px;
	box-sizing: border-box;
}

#footer .title p {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	border-bottom: 2px solid #363636;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#footer .title .line {
	height: 2px;
	width: 35px;
	margin-top: -2px;
	background-color: #ab1610;
}

#footer .contact {
	padding: 40px 10px!important;
}

#footer .contact .content {
	line-height: 36px;
	color: #ccc;
	font-size: 13px;
}

#footer .contact .content p {
	line-height: 36px;
	color: #ccc;
	font-size: 13px;
}

#footer .contact .content a {
	color: #ccc;
}

#footer .contact .content em {
	margin-right: 10px;
}

#footer .nav a {
	display: inline-block;
	width: 80px;
	line-height: 50px;
	color: #ccc;
	font-size: 13px;
}

#footer .nav a:hover {
	color: #ab1610;
}

#footer .message {
	border: 0px!important;
	padding-right: 0!important;
}

#footer .message form {
	margin-top: 10px;
}

#footer .message input {
	padding: 5px 10px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

#footer .message .submit {
	background-color: #fff;
	font-size: 12px;
	cursor: pointer;
	width: 100px;
}

#footer .message .submit:hover {
	background-color: #ab1610;
	color: #fff;
}

#footer .copyright {
	line-height: 65px;
	color: #ccc;
	font-size: 12px;
	border-top: 1px solid #363636;
}

#footer .copyright a {
	color: #ccc;
	font-size: 12px;
}

/* 移动端 */

#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;
	}
	#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 .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;
	}
	/* 首页 */
	#home .about {
		padding: 20px 10px;
	}
	#home .about .left>.title p:first-child {
		font-size: 25px;
	}
	#home .about .left {
		float: none;
		width: 100%;
	}
	#home .about .right {
		margin: 30px 0;
		float: none;
		width: 100%;
	}
	#home .products {
		padding: 20px 10px;
	}
	#home .products>.this-1200>.title p:first-child {
		font-size: 25px;
	}
	#home .products .list .item a:first-child {
		width: 100%;
	}
	#home .products .list .item a {
		width: calc(50% - 5px);
	}
	#home .products .list .item a:nth-of-type(2n) {
		margin-right: 10px;
	}
	#home .news {
		padding: 20px 10px;
	}
	#home .news>.this-1200>.title p:first-child {
		font-size: 25px;
	}
	#home .news .more {
		width: 100px;
		line-height: 35px;
		border-radius: 10px;
		top: 17px;
	}
	#home .news .list a {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#home .news .list a:nth-of-type(2n-1) {
		margin-right: 10px;
	}
	#home .news .list a .title {
		padding: 10px 0;
		font-size: 14px;
	}
	/* 其他页公共部分 */
	#main>.banner p {
		line-height: 100px;
		font-size: 40px;
	}
	#main>.link {
		width: 100%;
		padding: 0 10px;
		padding-left: 60px;
		box-sizing: border-box;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* 关于我们 */
	#main .about {
		padding:10px;
		box-sizing: border-box;
	}
	#main .about .left {
		position: absolute;
		left: -250px;
	}
	#main .about>.left>.title {
		border-radius: 0;
	}
	#main .about>.right {
		margin: 0;
		width: 100%;
		min-height: auto;
	}
	/* 新闻中心 */
	#main.news>.list>a {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#main.news>.list>a:nth-of-type(2n-1) {
		margin-right: 10px;
	}
	#main.news>.list>a .title {
		padding: 10px 0;
		font-size: 14px;
	}
	/* 新闻内页 */
	#main .news-view {
		padding: 10px;
	}
	#main .news-view>.title p:first-child {
		font-size: 20px;
	}
	/* 产品中心 */
	#main .products>a {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#main .products>a:nth-of-type(2n-1) {
		margin-right: 10px;
	}
	/* 产品内页 */
	#main .products-view {
		padding: 10px;
	}
	#main .products-view .title .img {
		width: 100%;
		box-sizing: border-box;
	}
	#main.products .list .right .other>a {
		width: calc(50% - 5px);
		margin-right: 10px!important;
	}
	#main.products .list .right .other>a:nth-of-type(2n) {
		margin-right: 0px!important;
	}
	#main .products-view .other>a {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	#main .products-view .other>a:nth-of-type(2n-1) {
		margin-right: 10px;
	}
	#main .products-view .title .img .list li{
		margin-bottom: 10px;
	}
	/* 联系我们 */
	.my-map{
		width: 100%!important;
	}
	/* 底部 */
	#footer>.this-1200 {
		padding: 10px;
	}
	#footer>.this-1200>div {
		width: 100%;
		padding: 0!important;
		min-height: auto;
	}
	#footer>.this-1200>.qr-code {
		display: none;
	}
	#footer .copyright {
		padding: 0 10px;
		line-height: 40px;
	}
	#footer .copyright .left {
		margin-right: 10px;
	}
	#footer .copyright .right {
		float: left;
	}
}