/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/OPEN-SANS-2.woff2')
}

* {
	font-family: Poppins, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

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;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border-color: #eee;
}


.o-v {
	overflow-y: hidden;
}
/* 头部 */

#header {
	z-index: 999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

#header>.this-1200 {
	padding: 40px 0;
}

#header .title {
	padding-left: 30px;
	margin-left: 30px;
	border-left: 1px solid #372c57;
	margin-top: 5px;
}

#header .title p {
	margin: 0;
}

#header .title p:nth-of-type(1) {
	font-size: 24px;
	color: #372c57;
	font-weight: bold;
	line-height: 35px;
}

#header .title p:nth-of-type(2) {
	font-size: 16px;
	color: #372c57;
	letter-spacing: 0.4px;
	line-height: 20px;
}

#header .search {
	position: relative;
	margin-top: 20px;
}

#header .search input {
	line-height: 30px;
	height: 30px;
	padding-left: 7px;
	padding-right: 30px;
	border: 1px solid #372c57;
	border-radius: 5px;
	font-size: 14px;
	width: 200px;
	box-sizing: border-box;
}

#header .search button {
	position: absolute;
	background-color: transparent;
	border: 0px;
	right: 5px;
	top: 3px;
	cursor: pointer;
}

#header .nav {
	line-height: 45px;
	background-color: #362c57;
}

#header .nav a {
	float: left;
	width: 170px;
	color: #fff;
	text-align: center;
}

#header .nav a:hover {
	background-color: #ce000c;
}

#header .nav a.active {
	background-color: #ce000c;
}

/* 首页公共部分 */

#home .home-title {
	text-align: center;
	margin-bottom: 40px;
}

#home .home-title>p {
	font-size: 28px;
	color: #333;
	margin: 0;
	margin-bottom: 5px;
}

#home .home-title .line p {
	margin: 0 auto;
	height: 1px;
	width: 77px;
	background-color: #333;
	margin-bottom: 2px;
}

#home>div {
	padding: 60px 0;
}

/* 图片切换 */

.img-list a .img {
	border: 1px solid #999;
	box-sizing: border-box;
	width: 100%;
	padding-top: 66%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.img-list a p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 产品组件 */

.products-list::after {
	content: "";
	display: block;
	clear: both;
}

.products-list a {
	float: left;
	width: calc(25% - 22.5px);
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #ececec;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s;
	background-color: #fff;
}

.products-list a .img {
	width: 100%;
	padding-top: 68%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.products-list a:nth-of-type(4n) {
	margin-right: 0px;
}

.products-list.w-3 a {
	width: calc(33.333% - 20px);
}

.products-list.w-3 a:nth-of-type(4n) {
	margin-right: 30px;
}

.products-list.w-3 a:nth-of-type(3n) {
	margin-right: 0px;
}

.products-list a .title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 25px;
	padding: 0 10px;
}

.products-list a .more {
	line-height: 37px;
	padding: 0 30px;
	color: #fff;
	background-color: #999;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 25px;
	margin-top: 10px;
	transition: all 0.3s;
}

.products-list a:hover {
	border-color: #ce000c;
}

.products-list a:hover .more {
	background-color: #ce000c;
}

/* 首页 */

#home .about .more {
	text-align: center;
	margin: 50px 0;
}

#home .about .more a {
	display: inline-block;
	padding: 0 40px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #999;
	border-radius: 40px;
	transition: all 0.3s;
}

#home .about .more a:hover {
	background-color: #ce000c;
}

#home .about .img-list {
	width: calc(100% - 70px);
	margin-left: 35px;
}

#home .products {
	background-image: url(../images/bg_home_products.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .products>.this-1200 {
	padding: 0 35px;
	box-sizing: border-box;
}

#home .products>.this-1200>.more {
	text-align: center;
	margin-top: 50px;
}

#home .products>.this-1200>.more a {
	display: inline-block;
	padding: 0 40px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #999;
	border-radius: 40px;
	transition: all 0.3s;
}

#home .products>.this-1200>.more a:hover {
	background-color: #ce000c;
}

#home .news {
	padding: 60px;
	box-sizing: border-box;
}

#home .news>.body>.left {
	float: left;
	width: 500px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}

#home .news>.body>.left .img {
	padding-top: 66%;
	width: 100%;
	height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#home .news>.body>.left .title {
	line-height: 50px;
	padding: 0 10px;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#home .news>.body>.right {
	float: left;
	width: 550px;
	margin-left: 30px;
}

#home .news>.body>.right a {
	display: block;
	border: 1px solid #dfdfdf;
	margin-bottom: 22px;
}

#home .news>.body>.right a::after {
	content: "";
	clear: both;
	display: block;
}

#home .news>.body>.right a .time {
	width: 110px;
	text-align: center;
	color: #fff;
	line-height: 110px;
	font-size: 30px;
	background-color: #372c57;
	float: left;
}

#home .news>.body>.right a .title {
	width: calc(100% - 110px);
	margin-left: 110px;
	padding: 20px;
	padding-bottom: 0;
	padding-top: 15px;
	box-sizing: border-box;
}

#home .news>.body>.right a .title p {
	margin: 0;
}

#home .news>.body>.right a .title p:nth-of-type(1) {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#home .news>.body>.right a .title p:nth-of-type(2) {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

#home .news>.body>.right a:hover .title p:nth-of-type(1) {
	color: #CE000C;
}

#home .news .more {
	text-align: center;
	margin-top: 50px;
}

#home .news .more a {
	display: inline-block;
	padding: 0 40px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background-color: #999;
	border-radius: 40px;
	transition: all 0.3s;
}

#home .news .more a:hover {
	background-color: #ce000c;
}

/* 关于我们 */

#main .about .list li {
	padding: 50px 0;
}

#main .about .list li:nth-of-type(2n) {
	background-color: #F5F5F5;
}

#main .about .list li .title p:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}

#main .about .list li .title p:nth-of-type(2) {
	width: 50px;
	height: 2px;
	background-color: #CE000C;
	margin: 0 auto;
	margin-bottom: 20px;
}

/* 产品模块 */

#main .products {
	background-color: #f1f2f4;
	padding: 50px 0;
}

#main .products .this-1200>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 5px;
}

#main .products .this-1200>.left>.title {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#main .products .this-1200>.left>.title i {
	margin-right: 10px;
}

#main .products .this-1200>.left>.list a {
	display: block;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

#main .products .this-1200>.left>.list .more .title a {
	float: left;
	width: calc(100% - 40px);
}

#main .products .this-1200>.left>.list .more .title i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}

#main .products .this-1200>.left>.list a:hover {
	background-color: #eee;
}

#main .products .this-1200>.left>.list .more .children {
	display: none;
}

#main .products .this-1200>.left>.list .more .children a {
	padding-left: 30px;
}

#main .products .this-1200>.right {
	float: left;
	width: 870px;
	margin-left: 30px;
}

#main .products .this-1200>.right .link {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	text-align: right;
}

#main .products .this-1200>.right .link .title {
	line-height: 40px;
	font-size: 14px;
}

#main .products .this-1200>.right .link .list {
	line-height: 40px;
	font-size: 14px;
}

#main .products .this-1200>.right .link .list i {
	margin-right: 5px;
}

#main .products .this-1200>.right .link .list a:hover {
	color: #CE000C;
}

#main .products .this-1200>.right .products-list {
	padding-top: 20px;
}

/* 产品内页 */

#main .products-view {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#main .products-view>.title .img {
	width: 500px;
	margin: auto;
}

#main .products-view>.title .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .img .list li {
	width: calc(25% - 8px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
}

#main .products-view>.title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.title .img .list li.active {
	border: 1px solid #CE000C;
}

#main .products-view>.title>p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

#main .products-view .details {
	padding: 10px;
	border-top: 1px solid #eee;
}

#main .products-view .details table tr:first-child {
	background-color: #EB4000;
	color: #fff;
}

#main .products-view .details table tr:nth-of-type(2n) {
	background-color: #D4D6E4;
}

#main .products-view .other-products {
	padding: 0 10px;
	box-sizing: border-box;
}

#main .products-view .other-products .title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* 图片模块 */

#main .pic {
	background-color: #f1f2f4;
	padding: 30px 0;
}

#main .pic .link {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	text-align: right;
}

#main .pic .link .title {
	line-height: 40px;
	font-size: 14px;
}

#main .pic .link .list {
	line-height: 40px;
	font-size: 14px;
}

#main .pic .link .list i {
	margin-right: 5px;
}

#main .pic .link .list a:hover {
	color: #CE000C;
}

#main .pic .img-list {
	margin-top: 20px;
}

#main .pic .img-list::after {
	content: "";
	display: block;
	clear: both;
}

#main .pic .img-list a {
	float: left;
	margin-right: 20px;
	width: calc(25% - 15px);
}

#main .pic .img-list a:nth-of-type(4n) {
	margin-right: 0px;
}

/* 新闻模块 */

#main .news {
	background-color: #f1f2f4;
	padding: 30px 0;
}

#main .news .link {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	text-align: right;
}

#main .news .link .title {
	line-height: 40px;
	font-size: 14px;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

#main .news .link .list {
	line-height: 40px;
	font-size: 14px;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .news .link .list i {
	margin-right: 5px;
}

#main .news .link .list a:hover {
	color: #CE000C;
}

#main .news .list li {
	background-color: #fff;
	margin-top: 20px;
	border-radius: 5px;
	width: calc(33.333% - 13.333px);
	margin-right: 20px;
	padding-bottom: 10px;
	float: left;
}

#main .news .list li:nth-of-type(3n) {
	margin-right: 0;
}

#main .news .list li .img {
	display: block;
	padding-top: 65%;
	width: 100%;
	height: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .news .list li .time {
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
}

#main .news .list li .title a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 0 15px;
	height: 60px;
	font-weight: bold;
	overflow: hidden;
}

#main .news .list li .title p {
	margin: 0;
	line-height: 25px;
	font-size: 14px;
	height: 66px;
	overflow: hidden;
	padding: 10px 15px;
	color: #2f363e;
}

#main .news .list li a:hover {
	color: #CE000C;
}

/* 新闻内页 */

#main .news-view {
	margin-top: 10px;
	background-color: #fff;
}

#main .news-view .title p {
	margin: 0;
}

#main .news-view .title p:first-child {
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
}

#main .news-view .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
	margin-bottom: 10px;
}

#main .news-view .content {
	padding: 10px 20px;
}

/* 关于我们 有分类 */

#main .about-left {
	background-color: #f1f2f4;
	padding: 50px 0;
}

#main .about-left .this-1200>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 5px;
}

#main .about-left .this-1200>.left>.title {
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
}

#main .about-left .this-1200>.left>.title i {
	margin-right: 10px;
}

#main .about-left .this-1200>.left>.list a {
	display: block;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	box-sizing: border-box;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

#main .about-left .this-1200>.left>.list .more .title a {
	float: left;
	width: calc(100% - 40px);
}

#main .about-left .this-1200>.left>.list .more .title i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}

#main .about-left .this-1200>.left>.list a:hover {
	background-color: #eee;
}

#main .about-left .this-1200>.left>.list .more .children {
	display: none;
}

#main .about-left .this-1200>.left>.list .more .children a {
	padding-left: 30px;
}

#main .about-left .this-1200>.right {
	float: left;
	width: 870px;
	margin-left: 30px;
}

#main .about-left .this-1200>.right .link {
	background-color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	text-align: right;
}

#main .about-left .this-1200>.right .link .title {
	line-height: 40px;
	font-size: 14px;
}

#main .about-left .this-1200>.right .link .list {
	line-height: 40px;
	font-size: 14px;
}

#main .about-left .this-1200>.right .link .list i {
	margin-right: 5px;
}

#main .about-left .this-1200>.right .link .list a:hover {
	color: #CE000C;
}

#main .about-left .this-1200>.right .body {
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
}

/* 底部 */

#footer {
	background-color: #444;
}

#footer .this-1200 .nav {
	padding-top: 30px;
}

#footer .this-1200 .nav a {
	float: left;
	padding: 0 46px;
	line-height: 15px;
	font-size: 16px;
	color: #fff;
	border-left: 1px solid #fff;
}

#footer .this-1200 .nav a:last-child {
	border-right: 1px solid #fff;
}

#footer .this-1200 .nav a:hover {
	color: #ce000c;
}

#footer .this-1200 .contact {
	margin: 35px 0;
}

#footer .this-1200 .contact li {
	width: 350px;
	float: left;
}

#footer .this-1200 .contact li:last-child {
	width: 150px;
}

#footer .this-1200 .contact li p, #footer .this-1200 .contact li a {
	color: #fff;
}

#footer .copyright {
	border: 1px solid #595959;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 13px;
}

#footer .copyright p {
	margin: 0;
}

/* 手机版 */

#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {
	html, body {
		overflow-x: hidden;
		min-height: 100vh;
	}
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}
	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}
	#header {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
		width: 100%;
		box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.3);
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 24px;
		margin-left: 10px;
		margin-top: 13px;
	}
	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		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: #333;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
		box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.3);
	}
	#nav-m .list a {
		padding-left: 10px;
		position: relative;
	}
	#nav-m .list a {
		height: 45px;
		width: 100%;
		float: left;
		font-size: 14px;
		color: #666;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #DEDEDF;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav-m .list .title {
		border-bottom: 1px solid #DEDEDF;
	}
	#nav-m .list .title a {
		width: calc(100% - 60px);
		border-right: 1px solid #DEDEDF;
		border-bottom: 0;
	}
	#nav-m .list li i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #666;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	#nav-m .list li .children {
		background-color: #FAFAFA;
		display: none;
	}
	#nav-m .list .search {
		padding: 0 10px;
	}
	#nav-m .list .search .title {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
		border-bottom: 0px;
		color: #666;
	}
	#nav-m .list .search form {
		position: relative;
	}
	#nav-m .list .search input {
		border: 1px solid #DEDEDF;
		line-height: 35px;
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		border-radius: 3px;
		padding-right: 40px;
		-webkit-appearance: none;
	}
	#nav-m .list .search button {
		position: absolute;
		right: 5px;
		top: 5px;
		background-color: transparent;
		border: 0px;
		font-size: 15px;
		color: #999;
	}
	/* 产品组件 */
	.products-list a {
		width: calc(50% - 5px)!important;
		margin-right: 10px!important;
		margin-bottom: 10px;
	}
	.products-list a:nth-of-type(2n) {
		margin-right: 0px!important;
	}
	.products-list a .title {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.products-list a .more {
		display: none;
		margin-bottom: 10px;
	}
	/* 图片组件 */
	.img-list a {
		width: calc(50% - 5px)!important;
		margin-right: 10px!important;
	}
	.img-list a:nth-of-type(2n) {
		margin-right: 0px!important;
	}
	/* 首页公共部分 */
	#home>div {
		padding: 20px 0;
	}
	#home .home-title {
		margin-bottom: 20px;
	}
	#home .home-title>p {
		font-size: 20px;
	}
	#home .home-title .line p {
		width: 30px;
	}
	#main .menu-m {
		display: block;
		position: absolute;
		left: 10px;
		top: 7px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#main .menu-m span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #333;
	}
	#main .menu-m span:last-child {
		margin-bottom: 0;
	}
	/* 首页 */
	#home .about .content {
		padding: 0 10px;
	}
	#home .about .more a {
		padding: 0 20px;
		font-size: 12px;
		line-height: 35px;
	}
	#home .about .more {
		margin-top: 30px;
	}
	#home .products>.this-1200 {
		padding: 0 10px;
	}
	#home .products .more {
		margin-top: 20px;
	}
	#home .products .more a {
		padding: 0 20px;
		font-size: 12px;
		line-height: 35px;
	}
	#home .news {
		padding: 20px 10px;
	}
	#home .news>.body>.left, #home .news>.body>.right {
		width: 100%;
		display: block;
		float: none;
	}
	#home .news>.body>.right {
		margin-top: 20px;
		margin-left: 0;
	}
	#home .news>.body>.right a .time {
		font-size: 20px;
		width: 90px;
		line-height: 90px;
	}
	#home .news>.body>.right a .title {
		width: calc(100% - 90px);
		margin-left: 90px;
		padding: 10px;
		padding-top: 7px;
	}
	#home .news .more {
		margin-top: 20px;
	}
	#home .news .more a {
		padding: 0 20px;
		font-size: 12px;
		line-height: 35px;
	}
	/* 关于我们 */
	#main .about .list li {
		padding: 20px 0;
	}
	#main .about .list li .title p:nth-of-type(1) {
		font-size: 20px;
	}
	#main .about .list li .body {
		padding: 0 10px;
	}
	/* 产品中心 */
	#main .products {
		padding: 10px 0;
	}
	#main .products .this-1200 {
		position: relative;
	}
	#main .products .this-1200>.right .link {
		position: relative;
	}
	#main .products .this-1200>.right .link .list {
		padding-left: 65px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		box-sizing: border-box;
	}
	#main .products .this-1200>.left {
		position: absolute;
		left: -320px;
		box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.3);
		border: 1px solid #eee;
		top: 50px;
		z-index: 999;
	}
	#main .products .this-1200>.right {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	#main .products .this-1200>.right .link>.title {
		display: none;
	}
	#main .products .this-1200>.right .products-list {
		padding: 20px 10px;
	}
	/* 产品内部 */
	#main .products-view>.title {
		padding: 0 10px;
	}
	#main .products-view>.title .img {
		width: 100%;
	}
	/* 关于我们 - 有左侧 */
	#main .about-left {
		padding: 20px 0;
	}
	#main .about-left .this-1200 {
		position: relative;
	}
	#main .about-left .this-1200>.left {
		position: absolute;
		left: -320px;
		box-shadow: 0px 0px 10px rgba(175, 175, 175, 0.3);
		border: 1px solid #eee;
		top: 50px;
		z-index: 999;
	}
	#main .about-left .this-1200>.right {
		float: left;
		width: 100%;
		margin-left: 0;
	}
	#main .about-left .this-1200>.right .link>.title {
		display: none;
	}
	#main .about-left .this-1200>.right .link .list {
		padding-left: 65px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		box-sizing: border-box;
	}
	/* 图片模块 */
	#main .pic {
		padding: 20px 0;
	}
	#main .pic .link .title {
		width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}
	#main .pic .link .list {
		width: 50%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#main .pic .img-list {
		padding: 0 10px;
	}
	/* 新闻中心 */
	#main .news {
		padding: 20px 0px;
	}
	#main .news .this-1200>.list {
		padding: 0px 10px;
	}
	#main .news .this-1200>.list li {
		width: calc(50% - 5px);
		margin-right: 10px!important;
	}
	#main .news .this-1200>.list li:nth-of-type(2n) {
		margin-right: 0px!important;
	}
	#main .news .this-1200>.list li .title p {
		display: none;
	}
	#main .news .this-1200>.list li .time {
		font-size: 12px;
		color: #666;
	}
	#main .news .this-1200>.list li .title a {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}
	/* 新闻内页 */
	#main .news-view .title p:first-child {
		font-size: 20px;
		padding: 10px;
		line-height: 25px;
	}
	#main .news-view .content {
		padding: 0 10px;
	}
	/* 关于我们 */
	#main .about .list li .body table {
		width: 100%;
	}
	#main .about .list li .body table td {
		display: block;
		width: 100%;
	}
	#main .about .list li .body .my-map {
		width: 100%;
	}
	/* 底部 */
	#footer .this-1200 .nav {
		display: none;
	}
	#footer .this-1200 .contact {
		padding: 20px 10px;
		margin: 0;
	}
	#footer .this-1200 .contact li {
		width: 100%;
	}
	#footer .this-1200 .contact li:last-child {
		display: none;
	}
	#footer .copyright {
		line-height: 25px;
		padding: 10px;
	}
}