* {
	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 {
	padding: 20px 126px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 92px;
	box-sizing: border-box;
	position: relative;
	z-index: 999;
}

#header .logo img {
	height: 50px;
}

#header>.title {
	color: #000;
	margin-left: 20px;
}

#header>.title p:first-child {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	color: #fff;
}

#header>.title p:first-child+p {
	font-size: 12px;
	color: #fff;
}

#header .nav li {
	position: relative;
	float: left;
	line-height: 50px;
	margin-left: 45px;
}

#header .nav li>a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

#header .nav li>a>i {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.nav-active a {
	border-bottom: 2px solid #fff!important;
}

#header .nav li>a:hover {
	border-bottom: 2px solid #fff;
}

#header .nav li>a.border-none {
	border: 0px;
}

#header .nav>li .son {
	position: absolute;
	top: 65px;
	left: 0;
	margin-top: -15px;
	padding: 5px 0;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	text-align: center;
	display: none;
	left: 50%;
}

#header .nav>li .son a {
	width: 100%;
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: initial;
	box-sizing: border-box;
	white-space: nowrap;
}

#header .nav>li .son a:hover {
	background-color: #F3F3F3;
}

#header .nav>li:hover .son {
	display: block;
}

#header .search-btn {
	line-height: 50px;
	color: #fff;
	cursor: pointer;
	margin: 0 20px;
	font-weight: bold;
	margin-left: 30px;
}

#header .language {
	line-height: 50px;
}

#header .language a {
	display: inline-block;
	width: 40px;
	color: #fff;
	background-color: #222;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border-radius: 3px;
	margin-left: 10px;
}

#header .language a:hover {
	background-color: #000;
}

/* 导航响应式 */

.header-1800>.title {
	display: none;
}

.header-1520 {
	padding: 20px 10px!important;
}

.header-1520 .nav li {
	margin-left: 30px!important;
}

.language-active {
	background-color: #000!important;
}

#search {
	display: none;
	z-index: 1;
	width: 100%;
	position: absolute;
	padding: 0px 130px;
	box-sizing: border-box;
	background-color: #3d3d3b;
}

#search input {
	float: right;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	outline: none;
	color: #fff;
}

/* 首页 */

#home .about {
	padding: 170px 0;
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
}

#home .about .left {
	width: 590px;
	float: left;
	height: 360px;
	background-size: cover;
	position: relative;
	text-align: center;
	cursor: pointer;
}

#home .about .left:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000, endColorstr=#60000000);
}

#home .about .left i {
	line-height: 360px;
	font-size: 70px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

#home .about .right {
	width: 590px;
	margin-left: 20px;
	float: left;
}

#home .about .right .box {
	position: relative;
	padding: 20px;
	background-color: rgba(51, 51, 51, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85333333, endColorstr=#85333333);
}

#home .about .right .box .title-more {
	width: 150px;
}

#home .about .right .box .title-more .title {
	font-size: 29px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
}

#home .about .right .box .title-more .more {
	position: absolute;
	bottom: 20px;
	border: 1px solid #979797;
	color: #979797;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	transition: all 0.5s;
	font-size: 14px;
}

#home .about .right .box .title-more .more:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}

#home .about .right .box .content {
	width: 370px;
	height: 240px;
	margin-left: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 31px;
	text-indent: 2em;
	overflow: hidden;
}

#home .about .right .box .content p {
	color: #fff;
}

#home .about .right .link {
	margin-top: 10px;
}

#home .about .right .link a {
	float: left;
	line-height: 70px;
	width: 290px;
	background-color: rgba(51, 51, 51, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85333333, endColorstr=#85333333);
	font-size: 26px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

#home .about .right .link a:first-child {
	margin-right: 10px;
}

#home .about .right .link a i {
	float: right;
	font-size: 18px;
	margin-top: 27px;
}

#home .products {
	padding: 130px 0;
	background-image: url(../images/hot_products_bg.jpg);
	background-size: cover;
}

#home .products>.this-1200>.title {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 10px #000;
	text-align: center;
	margin-bottom: 50px;
}

#home .products>.this-1200 .list a {
	float: left;
	width: 232px;
	height: 290px;
	overflow: hidden;
	border-radius: 10px;
	border-bottom: 1px solid #000;
	background-color: #fff;
	margin-right: 10px;
	position: relative;
}

#home .products>.this-1200 .list a .img {
	line-height: 290px;
	text-align: center;
}

#home .products>.this-1200 .list a .img img {
	vertical-align: middle;
	max-height: 100%;
}

#home .products>.this-1200 .list a .title {
	position: absolute;
	bottom: -125px;
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}

#home .products>.this-1200 .list a .title>p {
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}

#home .products>.this-1200 .list a .title>.parameter {
	height: 125px;
	margin: 0 26px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
}

#home .products>.this-1200 .list a .title>.parameter p {
	color: #fff;
}

#home .news {
	padding: 85px 0;
	background-image: url(../images/news_bg.jpg);
	background-size: cover;
}

#home .news .list a {
	width: 285px;
	float: left;
	background-color: #444;
	margin-right: 20px;
	transition: all 0.5s;
}

#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 .parameter {
	margin: 0 10px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 13px;
	line-height: 25px;
	transition: all 0.5s;
	height: 100px;
	overflow: hidden;
}

#home .news .list a .img {
	width: 285px;
	line-height: 210px;
	height: 210px;
	font-size: 0;
	text-align: center;
}

#home .news .list a .img img {
	vertical-align: middle;
	max-height: 100%;
}

#home .news .list a:hover {
	background-color: #fff;
	box-shadow: 0px 0px 15px #000;
}

#home .news .list a:hover .title p, #home .news .list a:hover .parameter {
	color: #333!important;
}

#home .news .more {
	border: 1px solid #979797;
	color: #979797;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	transition: all 0.5s;
	display: block;
	margin: 0 auto;
	margin-top: 60px;
}

#home .news .more:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}

/* 其他页公共部分 */

#main {
	position: relative;
	z-index: 0;
}

#main>.series-link {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

#main>.series-link .series {
	width: 65%;
	float: left;
}

#main>.series-link .series a {
	float: left;
	font-size: 14px;
	padding: 0 20px;
	color: #333;
}

#main>.series-link .series a:hover {
	background-color: #F3F3F3;
}

#main>.series-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>.series-link .link a {
	font-size: 14px;
	color: #666;
}

#main>.series-link .link a:hover {
	color: #333;
}

/* 弹跳模块样式 */

.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 .about {
	padding: 10px 0;
}

/* 新闻中心 */

#main .news {
	background-color: #eee;
}

#main .news .this-1200>a {
	width: 285px;
	float: left;
	background-color: #fff;
	margin-right: 20px;
	transition: all 0.5s;
	box-sizing: border-box;
	margin-top: 30px;
}

#main .news .this-1200>a .title {
	margin: 20px 10px;
	margin-bottom: 0px;
}

#main .news .this-1200>a .title p:first-child {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	transition: all 0.5s;
}

#main .news .this-1200>a .title p:first-child+p {
	text-align: center;
	color: #333;
	display: inline-block;
	width: 100%;
	transition: all 0.5s;
}

#main .news .this-1200>a .parameter {
	margin: 0 10px;
	margin-bottom: 20px;
	color: #333;
	font-size: 13px;
	line-height: 25px;
	transition: all 0.5s;
	height: 100px;
	overflow: hidden;
}

#main .news .this-1200>a .img {
	width: 285px;
	line-height: 210px;
	font-size: 0;
	text-align: center;
}

#main .news .this-1200>a .img img {
	vertical-align: middle;
	max-height: 100%;
}

#main .news .this-1200>a:hover {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#main .news .this-1200>a:hover .title p, #main .news .this-1200>a:hover .parameter {
	color: #333!important;
}

/* 新闻内页 */

#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 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#main .products>.left {
	width: 250px;
	float: left;
	margin-bottom: 40px;
}

#main .products>.left>.title {
	line-height: 50px;
	background-color: #40434C;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

#main .products>.left>.list li {
	display: block;
}

#main .products>.left>.list li .parent {
	height: 47px;
	background-color: #F6F6F6;
}

#main .products>.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 .products>.left>.list li .parent a:hover {
	background-color: #ddd;
}

#main .products>.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 .products>.left>.list li .parent span:hover {
	background-color: #ddd;
}

#main .products>.left>.list li .son {
	display: none;
	width: 100%;
}

#main .products>.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 .products>.left>.list li .son a:hover {
	background-color: #ddd;
}

.left-active {
	background-color: #ddd!important;
}

#main .products>.right {
	width: 920px;
	float: left;
	margin-left: 30px;
}

#main .products>.right>a {
	float: left;
	width: 222.5px;
	height: 290px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#main .products>.right>a .img {
	line-height: 290px;
	text-align: center;
}

#main .products>.right>a .img img {
	vertical-align: middle;
	max-height: 100%;
}

#main .products>.right>a .title {
	position: absolute;
	bottom: -125px;
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}

#main .products>.right>a .title>p {
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}

#main .products>.right>a .title>.parameter {
	height: 125px;
	margin: 0 26px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
}

#main .products>.right>a .title>.parameter p {
	color: #fff;
}

/* 产品内页 */

#main .products-view {
	padding: 20px 0;
	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;
	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 #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: 25px;
	padding-bottom: 20px;
}

#main .products-view .other a {
	float: left;
	width: 222.5px;
	height: 290px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	position: relative;
	margin-right: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#main .products-view .other a .img {
	line-height: 290px;
	text-align: center;
}

#main .products-view .other a .img img {
	vertical-align: middle;
	max-height: 100%;
}

#main .products-view .other a .title {
	position: absolute;
	bottom: -125px;
	width: 100%;
	background-color: rgba(0, 0, 0, .85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}

#main .products-view .other a .title>p {
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	margin: 0;
}

#main .products-view .other a .title>.parameter {
	height: 125px;
	margin: 0 26px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	overflow: hidden;
}

#main .products-view .other a .title>.parameter p {
	color: #fff;
}

/* 底部 */

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-size: cover;
}

#footer>.this-1200 {
	padding: 35px 0;
}

#footer>.this-1200>div>.title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

#footer>.this-1200>.contact {
	width: 500px;
}

#footer>.this-1200>.contact .content {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

#footer>.this-1200>.contact .content p {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}

#footer>.this-1200>.contact .content p a {
	color: #fff;
}

#footer>.this-1200>.series {
	width: 340px;
}

#footer>.this-1200>.series a {
	float: left;
	width: 170px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

#footer>.this-1200>.qr-code {
	width: 185px;
}

#footer>.this-1200>.qr-code img {
	margin-bottom: 10px;
}

#footer .copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	background-color: #2a2a2a;
}

/* 手机端 */

#nav-m, #home .products>.this-1200 .list-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;
		background-color: #404040;
	}
	#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 #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: #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 li .more {
		display: block;
		background-image: url(../images/r_arrow.png);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: 95% center;
	}
	#nav-m .nav-m-list li .nav-list {
		border-top: 1px solid #777;
		background-color: #555;
	}
	#nav-m .nav-m-list li .nav-list {
		display: none;
	}
	#nav-m .nav-m-list li .nav-list .border-bottom-none {
		border-bottom: 0px;
	}
	#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: 33.333%;
		box-sizing: border-box;
	}
	#nav-m .nav-m-list .language a:first-child+a {
		border-right: 1px solid #777;
	}
	/* 首页 */
	#home .about {
		padding: 20px 0;
	}
	#home .about .left {
		width: 100%;
		float: none;
		height: 100px;
	}
	#home .about .left i {
		line-height: 100px;
		font-size: 45px;
	}
	#home .about .right {
		width: 100%;
		margin: 0;
		float: none;
		margin-top: 20px;
	}
	#home .about .right .box {
		padding: 10px;
	}
	#home .about .right .box .title-more {
		width: 100%;
		margin-top: 10px;
	}
	#home .about .right .box .title-more .title {
		font-size: 25px;
		width: 50%;
		float: left;
	}
	#home .about .right .box .title-more .more {
		position: static;
		width: 30%;
		float: right;
		border-radius: 5px;
	}
	#home .about .right .box .title-more:after {
		content: '';
		display: block;
		clear: both;
	}
	#home .about .right .box .content {
		display: inline-block;
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 20px;
		margin-bottom: 10px;
		height: auto;
	}
	#home .about .right .link a {
		width: 50%;
		margin: 0!important;
		line-height: 50px;
		font-size: 18px;
	}
	#home .about .right .link a i {
		font-size: 14px;
		margin-top: 18px;
	}
	#home .products {
		padding: 20px 0;
	}
	#home .products>.this-1200>.title {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#home .products>.this-1200 .list a {
		width: calc(50% - 5px);
		margin-right: 0!important;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	#home .products>.this-1200 .list a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#home .products>.this-1200 .list {
		display: none;
	}
	#home .products>.this-1200 .list-m {
		display: block;
	}
	#home .news {
		padding: 20px 0;
	}
	#home .news .list a {
		width: calc(50% - 5px);
		margin-right: 0!important;
	}
	#home .news .list a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#home .news .list a .img {
		width: 100%;
		line-height: 136px;
		height: 136px;
	}
	#home .news .more {
		border-radius: 5px;
	}
	/* 公共部分 */
	#main>.series-link {
		border-color: #f1f2f4;
	}
	#main>.series-link .series {
		width: 100%;
	}
	#main>.series-link .link {
		border-top: 1px solid #f1f2f4;
		line-height: 30px;
		width: 100%;
		padding: 0 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 .about {
		padding: 10px;
	}
	/* 新闻中心 */
	#main .news>.this-1200>a {
		width: calc(50% - 5px);
		margin-right: 0!important;
	}
	#main .news>.this-1200>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	#main .news>.this-1200>a .img {
		width: 100%;
		line-height: 136px;
		height: 136px;
	}
	/* 新闻内页 */
	#main .news-view>.title p:first-child {
		font-size: 18px;
		padding: 0 10px;
	}
	#main .news-view .detailed {
		padding: 20px 10px;
	}
	/* 产品中心 */
	#main .products>.left {
		position: absolute;
		left: -250px;
		z-index: 2;
	}
	#main .products>.right {
		width: 100%;
		margin: 0;
	}
	#main .products>.right>a {
		width: calc(50% - 5px);
		margin-right: 0!important;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	#main .products>.right>a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	/* 产品内页 */
	#main .products-view>.title {
		padding-left: 10px;
		padding-right: 10px;
	}
	#main .products-view>.title .img {
		width: 100%;
	}
	#main .products-view .other a {
		width: calc(50% - 5px);
		margin-right: 0!important;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	#main .products-view .other a:nth-of-type(2n-1) {
		margin-right: 10px!important;
	}
	/* 联系我们 */
	.my-map{
		width: 100%!important;
	}
	#main .about td{
		display: block;
		width: 100%;
	}
	/* 底部 */
	#footer>.this-1200 {
		padding: 0;
	}
	#footer>.this-1200>.contact, #footer>.this-1200>.series {
		width: 100%;
		padding: 20px 10px;
		float: none;
		box-sizing: border-box;
	}
	#footer>.this-1200>.qr-code {
		display: none;
	}
}