/* 英文默认字体 */

@font-face {
	font-family: openSans;
	src: url('../fonts/Open Sans.ttf')
}

* {
	font-family: 微软雅黑, 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-1400 {
	margin: 0 auto;
	width: 1400px;
}

/* 表格初始化 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #eee;
	padding: 7px;
	font-size: 14px;
}

.o-v {
	overflow-y: hidden;
}

/* 头部 */
#header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

#header .logo {
	float: left;
	font-size: 0;
	line-height: 81px;
}

#header .logo img {
	height: 70px;
	vertical-align: middle;
}

#header .right {
	float: right;
	line-height: 81px;
	height: 81px;
}

#header .right .nav {
	float: left;
}

#header .right .nav li {
	position: relative;
	float: left;
}

#header .right .nav li>a {
	font-size: 20px;
	padding: 0 20px;
	color: #fff;
}

#header .right .nav li:last-child {
	margin-right: 20px;
}

#header .right .nav li.active {
	color: #ca8701;
}

#header .right .nav li>a:hover {
	color: #ca8701;
}

#header .right .nav li .son {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: rgba(255, 255, 255, .5);
	margin-top: -2px;
	display: none;
	top: 81px;
	width: 150px;
}

#header .right .nav li .son a {
	line-height: 50px;
	text-align: center;
	display: block;
	padding: 0 10px;
}

#header .right .nav li:hover .son {
	display: block;
}

#header .right .nav li .son a:hover {
	background-color: #ca8701;
	color: #fff;
}

#header .right .search {
	float: left;
	margin-right: 30px;

}

#header .right .search i {
	cursor: pointer;
	color: #fff;
}

#header .right .language {
	float: left;
	font-size: 0px;
}

#header .right .language a {
	font-size: 16px;
}

#header .right .language a:nth-of-type(1) {
	padding-right: 10px;
}

#header .right .language a:nth-of-type(2) {
	border-left: 1px solid #000;
	padding-left: 10px;
}

/* 首页 */

#home .number .item {
	margin: 50px 0;
	width: 25%;
	float: left;
	border-right: 1px solid #ededed;
	box-sizing: border-box;
}

#home .number .item p {
	text-align: center;
	margin: 0;
}

#home .number .item p:nth-of-type(1) {
	font-size: 16px;
	color: #ca8701;
}

#home .number .item p:nth-of-type(1) span {
	margin-right: 5px;
	font-size: 36px;
}

#home .number .item p:nth-of-type(2) {
	color: #333;
	margin-top: 15px;
}

#home .about {
	background-color: #fefdf8;
}

#home .about .left {
	width: 500px;
	float: left;
	margin-top: 200px;
}

#home .about .right {
	width: calc(100% - 500px);
	padding: 100px 50px;
	box-sizing: border-box;
	float: left;
}

#home .about .right .title p {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

#home .about .right .title p:nth-of-type(1) {
	color: #333;
	font-weight: bold;
}

#home .about .right .title p:nth-of-type(2) {
	color: #dcca9d;
	padding-bottom: 40px;
}


#home .about .right .body {
	padding: 0 20px;
}

#home .about .right .body, #home .about .right .body p, #home .about .right .body a {
	color: #333;
}

#home .video .title {
	padding: 40px 0;
}

#home .video .title p {
	text-align: center;
}

#home .video .title p:nth-of-type(1) {
	font-size: 36px;
	color: #ca8701;
	margin-bottom: 20px;
}

#home .video .body {
	font-size: 0px;
}

#home .video .body video {
	width: 100%;
}

#home .products {
	padding: 50px 0;
	background-color: #fff;
}


#home .products>.this-1400>.title p {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

#home .products>.this-1400>.title p:nth-of-type(1) {
	color: #333;
}

#home .products>.this-1400>.title p:nth-of-type(2) {
	color: #dcca9d;
	padding-bottom: 40px;
}

#home .products>.this-1400 .series {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 60px;
}

#home .products>.this-1400 .series .item {
	margin-right: 120px;
	display: inline-block;
	cursor: pointer;
}


#home .products>.this-1400 .series .item:last-child {
	margin-right: 0px;
}

#home .products>.this-1400 .series .item img {
	border: 1px solid #9b9b9b;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px;
	box-sizing: border-box;
}



#home .products>.this-1400 .series .item p {
	color: #333;
	margin: 0;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

#home .products>.this-1400 .series .item.active p {
	color: #ca8701;
}

#home .products>.this-1400 .series .item:hover p {
	color: #ca8701;
}

#home .products>.this-1400 .list .item a {
	border: 1px solid #dcdcdc;
	display: block;
	transition: all 0.5s;
	overflow: hidden;
}

#home .products>.this-1400 .list .item a:hover {
	box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

#home .products>.this-1400 .list .item a:nth-of-type(2) {
	margin-top: 10px;
}

#home .products>.this-1400 .list .item .img {
	padding-top: 81%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}

#home .products>.this-1400 .list .item a:hover .img {
	transform: scale(1.05);
}

#home .products>.this-1400 .list .item .title {
	background-color: #fff;
}

#home .products>.this-1400 .list .item .title p {
	margin: 0;
	text-align: center;
	line-height: 30px;
	color: #333;

}

#home .products>.this-1400 .list .item .title p:nth-of-type(1) {
	font-size: 18px;
}

#home .products>.this-1400 .list .item .title p:nth-of-type(2) {
	color: #ccc;
	padding-bottom: 10px;
}

#home .products>.this-1400 .list .item a:hover .title p:nth-of-type(1) {
	color: #ca8701;
}

#home .news {
	padding: 56px 0;
}

#home .news>.title p {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

#home .news>.title p:nth-of-type(1) {
	color: #333;
}

#home .news>.title p:nth-of-type(2) {
	color: #dcca9d;
	padding-bottom: 40px;
}

#home .news .main {
	margin-top: 60px;
}

#home .news .main .left {
	width: calc(50% - 20px);
	float: left;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#home .news .main .right {
	width: calc(50% - 20px);
	float: right;
	padding-top: 50px;
}

#home .news .main .right .time {
	font-size: 18px;
	color: #666;
}

#home .news .main .right .time i {
	margin-right: 10px;
}

#home .news .main .right .line {
	height: 2px;
	width: 60px;
	background-color: #666;
	margin-top: 25px;
}

#home .news .main .right .title {
	line-height: 36px;
	font-size: 24px;
	padding: 30px 0;
	color: #ca8701;
	display: block;
}

#home .news .main .right .introduce {
	font-size: 16px;
	color: #000;
}

#home .news .list {
	margin-top: 30px;
}

#home .news .list a {
	float: left;
	width: calc(33.33% - 13.333px);
	margin-right: 20px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#home .news .list a:nth-of-type(3n) {
	margin-right: 0px;
}

#home .news .list a .time {
	font-size: 18px;
	color: #666;
}

#home .news .list a .time i {
	margin-right: 10px;
}

#home .news .list a .line {
	height: 2px;
	width: 60px;
	background-color: #666;
	margin-top: 20px;
}

#home .news .list a .title {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #333;
	margin-top: 20px;
}

#home .news .list a:hover {
	background-color: #ca8701;
}

#home .news .list a:hover .title {
	color: #fff;
}

#home .news .list a:hover .time {
	color: #fff;
}

#home .news .list a:hover .line {
	background-color: #fff;
}

#home .icon {
	padding: 50px 0;
	background-color: #fefdf8;
}


#home .icon>.title p {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
}

#home .icon>.title p:nth-of-type(1) {
	color: #333;
}

#home .icon>.title p:nth-of-type(2) {
	color: #dcca9d;
	padding-bottom: 40px;
}

#home .icon .list {
	font-size: 0;
}

#home .icon .list img {
	width: calc(16.666% - 8.333px);
	margin-right: 10px;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	box-shadow: 0 0 10px rgba(157, 204, 255, 0);
}

#home .icon .list img:nth-of-type(6n) {
	margin-right: 0px;
}

#home .icon .list img:nth-of-type(n+7) {
	margin-top: 10px;
}

#home .icon .list img:hover {
	box-shadow: 0 0 40px rgba(158, 158, 158, 0.3);
}

/* 产品列表 */
.products-list::after {
	content: "";
	clear: both;
	display: block;
}

.products-list .item {
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
}

.products-list .item:nth-of-type(4n) {
	margin-right: 0;
}

.products-list .item:nth-of-type(n+5) {
	margin-top: 40px;
}

.products-list .item .img {
	padding-top: 81%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
	border-bottom: 0px;
}

.products-list .item p {
	margin: 0;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #333;
	transition: all 0.3s;
	color: #fff;
}

.products-list .item:hover p {
	background-color: #ca8701;
}

/* 证书列表 */
.certificate-list::after {
	content: "";
	clear: both;
	display: block;
}

.certificate-list .item {
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
}

.certificate-list .item:nth-of-type(4n) {
	margin-right: 0;
}


.certificate-list .item .img {
	padding-top: 74%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
}

.certificate-list .item p {
	margin: 0;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	color: #666;
}


/* 其他公告部分 */

#main>.banner {
	position: relative;
	font-size: 0px;
	margin-bottom: 50px;
}

#main>.banner>img {
	width: 100%;
}

#main>.banner .series-link {
	position: absolute;
	bottom: 0px;
	width: 100%;
	line-height: 55px;
	background-color: rgba(0, 0, 0, 0.5);
}

#main>.banner .series-link .series {
	float: left;
}

#main>.banner .series-link .series a {
	float: left;
	padding: 0 50px;
	color: #fff;
	font-size: 18px;
}

#main>.banner .series-link .series a.active {
	background-color: #ca8701;
	color: #fff;
}

#main>.banner .series-link .link {
	float: right;
	color: #fff;
	font-size: 14px;
}

#main>.banner .series-link .link a {
	color: #fff;
}

#main>.banner .series-link .link i {
	margin-right: 5px;
	font-size: 24px;
	vertical-align: sub;
}

#main>.search {
	text-align: center;
	line-height: 100px;
	font-size: 0px;
	margin-top: -50px;
}

#main>.search input {
	border: 1px solid #999;
	display: inline-block;
	line-height: 40px;
	width: 300px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 0 10px;
}

#main>.search button {
	line-height: 40px;
	height: 40px;
	padding: 0px 30px;
	background-color: #ca8701;
	border: 0px;
	color: #fff;
	margin-left: 10px;
	border-radius: 5px;
	cursor: pointer;
}

/* 关于我们-模版 */
#main .about-temp {
	position: relative;
	margin-bottom: 30px;
}

#main .about-temp .left {
	width: calc(50% - 10px);
	float: left;
}

#main .about-temp .right {
	width: calc(50% - 10px);
	float: right;
}

#main .about-temp .right .list {
	position: absolute;
	bottom: 10px;
	width: calc(50% - 10px);
}

#main .about-temp .right .list .item {
	float: left;
	width: 25%;
	text-align: center;
}

#main .about-temp .right .list .item .number {
	color: #ca8701;
	font-size: 14px;
}

#main .about-temp .right .list .item .number span {
	font-size: 24px;
	font-weight: bold;
}

#main .about-temp .right .list .item .title {
	margin-top: 10px;
}

#main .about-temp .right .list .item .title img {
	width: 20px;
	vertical-align: middle;
}

#main .about-temp .right .list .item .title span {
	font-size: 14px;
}

/* 新闻中心 */
#main .news .list {
	margin-top: 30px;
}

#main .news .list a {
	float: left;
	width: calc(25% - 16px);
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#main .news .list a:nth-of-type(4n) {
	margin-right: 0px;
}

#main .news .list a:nth-of-type(n+5) {
	margin-top: 20px;
}

#main .news .list a .img {
	padding-top: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#main .news .list a .body {
	padding: 20px;
}

#main .news .list a .body .time {
	font-size: 18px;
	color: #666;
}

#main .news .list a .body .time i {
	margin-right: 10px;
}

#main .news .list a .body .line {
	height: 2px;
	width: 60px;
	background-color: #666;
	margin-top: 20px;
}

#main .news .list a .body .title {
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	color: #333;
	margin-top: 20px;
}

#main .news .list a:hover .body .title {
	color: #ca8701;
}

#main .news .list a .body .more {
	color: #ca8701;
	font-size: 14px;
	margin-top: 10px;
}

/* 新闻内页 */

#main .news-view {
	padding: 20px 0;
}


#main .news-view .title p:first-child {
	font-size: 28px;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

#main .news-view .title p:first-child+p {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #999;
	margin-bottom: 20px;
}

#main .news-view .content {
	padding: 10px 0;
}

/* 图表 */
#main .icon {
	background-color: #fefdf8;
	padding: 60px 0;
}

#main .icon>.this-1400>.title {
	padding-bottom: 80px;
}

#main .icon>.this-1400>.title p {
	margin: 0;
	text-align: center;
}

#main .icon>.this-1400>.title p:nth-of-type(1) {
	font-size: 30px;
	font-weight: bold;
	color: #ca8701;
}

#main .icon>.this-1400>.title p:nth-of-type(2) {
	font-size: 18px;
	margin-top: 10px;
}

#main .icon>.this-1400>.title p:nth-of-type(3) {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#main .icon .list {
	font-size: 0;
}

#main .icon .list img {
	width: calc(16.666% - 8.333px);
	margin-right: 10px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.5s;
	box-shadow: 0 0 10px rgba(157, 204, 255, 0);
}

#main .icon .list img:nth-of-type(6n) {
	margin-right: 0px;
}

#main .icon .list img:nth-of-type(n+6) {
	margin-top: 10px;
}

#main .icon .list img:hover {
	box-shadow: 0 0 40px rgba(158, 158, 158, 0.3);
}

/* 联系我们 */
#main .map {
	margin-bottom: 40px;
}

#main .contact .left {
	width: calc(50% - 20px);
	float: left;
}

#main .contact .right {
	width: calc(50% - 20px);
	margin-left: 40px;
	float: left;
}

/* 产品中心 */
#main .products {
	background-color: #f8f8f8;
	padding: 30px 0;
}

#main .products>.this-1400>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	background-color: #fff;
	display: none;
}

#main .products>.this-1400>.left>.title {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border: 1px solid #eee;
	padding-left: 10px;
	background-color: #ca8701;
}

#main .products>.this-1400>.left>.title i {
	margin-right: 10px;
}

#main .products>.this-1400>.left .list {
	font-size: 0;
}

#main .products>.this-1400>.left .list a {
	padding: 0 10px;
}

#main .products>.this-1400>.left .list>a {
	font-weight: bold;
}

#main .products>.this-1400>.left .list a, #main .products>.this-1400>.left .list .more .title {
	height: 45px;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .products>.this-1400>.left .list .more {
	display: inline-block;
	width: 100%;
}

#main .products>.this-1400>.left .list .more i {
	width: 60px;
	height: 45px;
	line-height: 45px;
	float: right;
	font-size: 25px;
	cursor: pointer;
	text-align: center;
	color: #000;
	transition: all 0.3s;
	box-sizing: border-box;
}

#main .products>.this-1400>.left .list .more .title a {
	width: calc(100% - 60px);
	float: left;
	border-right: 1px solid #eee;
	border-left: 0;
	font-weight: bold;
}

#main .products>.this-1400>.left .list .more .children {
	display: none;
}

#main .products>.this-1400>.right {
	/* width: calc(100% - 330px); */
	width: 100%;
	float: left;
	/* margin-left: 30px; */
}

#main .products>.this-1400>.right .list {
	padding-bottom: 30px;
}

#main .products>.this-1400>.right .list a {
	width: calc(25% - 7.5px);
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.3s;
}

#main .products>.this-1400>.right .list a:hover {
	box-shadow: 0 10px 20px rgb(0 0 0 / 15%);
}

#main .products>.this-1400>.right .list a:nth-of-type(4n) {
	margin-right: 0;
}

#main .products>.this-1400>.right .list a:nth-of-type(n+5) {
	margin-top: 20px;
}

#main .products>.this-1400>.right .list a .img {
	padding-top: 97.63%;
	width: 100%;
	background-size: contain;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}



#main .products>.this-1400>.right .list a:hover .img {
	transform: scale(1.05);
}

#main .products>.this-1400>.right .list a .title p {
	margin: 0;
	text-align: center;
	line-height: 30px;
	color: #333;

}

#main .products>.this-1400>.right .list a .title p:nth-of-type(1) {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px;
}

#main .products>.this-1400>.right .list a .title p:nth-of-type(2) {
	color: #ccc;
	padding-bottom: 10px;
}

#main .products>.this-1400>.right .list a:hover .title p:nth-of-type(1) {
	color: #ca8701;
}

/* 产品内页 */
#main .products-view {
	padding: 20px 0;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

#main .products-view>.body .title {
	width: 400px;
	float: left;
}

#main .products-view>.body .title .img {
	width: 100%;
	margin: auto;
}

#main .products-view>.body .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>.body .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>.body .title .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.body .title .img .list li:nth-of-type(4n) {
	margin-right: 0;
}

#main .products-view>.body .title .img .list li.active {
	border: 1px solid #00713D;
}



#main .products-view>.body .details {
	width: calc(100% - 430px);
	margin-left: 30px;
	box-sizing: border-box;
	float: left;

	border-top: 1px solid #eee;
}

#main .products-view>.body .details>p {
	text-align: center;
	font-size: 25px;
	margin: 20px 0;
}

#main .products-view>.body .details .content {
	padding: 10px;
}


/* 底部 */
#footer {
	background-color: #222;
}

#footer .body {
	padding: 35px 0;
}

#footer .body .qr-code {
	float: left;
	width: 110px;
	font-size: 0px;
}

#footer .body .qr-code p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
}

#footer .body .right {
	width: 950px;
	float: left;
	margin-left: 100px;
}

#footer .body .right .nav .item {
	float: left;
	padding-right: 50px;
}

#footer .body .right .nav .item>a {
	color: #fff;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#footer .body .right .nav .item .son a {
	display: block;
	color: #999;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-bottom: 10px;
}

#footer .body .right .nav .item a:hover {
	color: #ca8701;
}

#footer .body .contact {
	margin-top: 25px;
	color: #fff;
}

#footer .body .contact a, footer .body .contact p {
	color: #fff;
}

#footer .copyright {
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
}

#footer .copyright a, #footer .copyright p {
	margin: 0;
	color: #fff;
}

/* 回到顶部 */
#go-top {
	position: fixed;
	bottom: 30px;
	right: 36px;
	width: 45px;
	height: 45px;
	background-color: #c1a367;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 0 6px rgb(0 0 0 / 12%);
	display: flex;
	align-items: center;
	justify-content: center;
}

#go-top i {
	margin-top: -3px;
}

/* 手机版 */
#nav-m {
	display: none;
}

@media screen and (max-width:1200px) {

	html,
	body {
		overflow-x: hidden;
		min-height: 100vh;
	}

	.this-1400 {
		width: auto;
	}

	/* 头部 */
	#header {
		display: none;
	}

	.wrap {
		transition: all 0.3s ease 0s;
		transform: translate(0, 0px);
	}

	.wrap.active {
		transform: translate(calc(-90% + 60px), 0px);
	}

	#nav-m {
		height: 50px;
		display: block;
		position: absolute;
		z-index: 999;
		font-size: 0;
		width: 100%;
	}

	#nav-m .logo {
		height: 50px;
		float: left;
	}

	#nav-m .logo img {
		height: 40px;
		margin-left: 10px;
		margin-top: 7px;
	}

	#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 #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 .list {
		position: fixed;
		left: 100%;
		width: calc(90% - 60px);
		top: 0;
		height: 100vh;
	}

	#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;
	}

	/* 首页 */
	#home .number .item {
		width: 50%;
	}

	#home .number .item:nth-of-type(1) {
		margin-bottom: 0;
	}

	#home .number .item:nth-of-type(2) {
		margin-bottom: 0;
	}

	#home .number .item p:nth-of-type(1) span {
		font-size: 23px;
	}

	#home .about .left {
		margin-top: 0px;
		width: 100%;
	}

	#home .about .right {
		width: 100%;
		padding: 20px 10px;
	}

	#home .about .right .title p {
		font-size: 20px;
	}

	#home .about .right .title p:nth-of-type(2) {
		font-size: 18px;
		padding-bottom: 20px;
	}

	#home .products {
		padding: 20px 0;
	}

	#home .products>.this-1400>.title p {
		font-size: 20px;
	}

	#home .products>.this-1400>.title p:nth-of-type(2) {
		font-size: 18px;
		padding-bottom: 0;
	}

	#home .products>.this-1400 .series .item {
		margin-right: 20px;
	}

	#home .products .list {
		padding: 0 10px;
		box-sizing: border-box;
	}

	#home .products>.this-1400 .series .item p {
		font-size: 14px;
	}

	#home .icon>.title p {
		font-size: 20px;
	}

	#home .icon>.title p:nth-of-type(2) {
		font-size: 18px;
	}

	#home .icon {
		padding: 30px 0;
	}

	#home .icon .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0 10px;
	}

	#home .icon .list img {
		width: 25%;
		margin-right: 0;
	}

	#home .icon .list img:nth-of-type(n+5) {
		margin-top: 10px;
	}

	#home .news>.title p {
		font-size: 18px;
	}

	#home .news>.title p:nth-of-type(2) {
		padding-bottom: 0;
	}

	#home .news>.title p:nth-of-type(1) {
		font-size: 20px;
	}

	#home .news .body {
		padding: 0 10px;
	}

	#home .news .main {
		margin-top: 30px;
	}

	#home .news .main .left {
		width: 100%;
		height: 200px;
	}

	#home .news .main .right {
		width: 100%;
		margin-left: 0;
		padding-top: 20px;
	}

	#home .news .main .right .title {
		font-size: 16px;
	}

	#home .news .main .right .introduce {
		font-size: 14px;
		line-height: 25px;
	}

	#home .news .list a {
		padding: 0px;
		border: 0px;
		margin-right: 10px;
	}

	#home .news .list a .time {
		font-size: 14px;
	}

	#home .news .list a .title {
		font-size: 14px;
	}

	/* 其他页公告部分 */
	#main>.banner>img {
		height: 120px;
	}

	#main>.banner .series-link {
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;

	}

	#main>.banner .series-link .series {
		display: none;
	}

	#main>.banner .series-link .link {
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		white-space: nowrap;
	}

	/* 证书组件 */
	.certificate-list .item {
		width: calc(50% - 10px);
		margin-right: 10px;
	}

	.certificate-list .item:nth-of-type(2n) {
		margin-right: 0px;
	}

	/* 关于我们 */
	#main .about {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* 关于我们-模版 */
	#main .about-temp {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .about-temp .left {
		width: 100%;
	}

	#main .about-temp .right {
		width: 100%;
	}

	#main .about-temp .right .list {
		width: 100%;
		position: inherit;
		margin-top: 20px;
	}

	#main .about-temp .right .list .item {
		width: 50%;
	}
	#main .about-temp .right .list .item:nth-of-type(n+3){
		margin-top: 30px;
	}
	/* 产品列表 */
	#main .products>.this-1400>.right .list {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .products>.this-1400>.right .list a {
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}

	#main .products>.this-1400>.right .list a:nth-of-type(2n) {
		margin-right: 0px !important;
	}

	#main .products>.this-1400>.right .list a:nth-of-type(n+3) {
		margin-top: 10px;
	}

	/* 产品内页 */
	#main .products-view {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .products-view>.body .title {
		width: 100%;
	}

	#main .products-view>.body .details {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	/* 新闻列表 */
	#main .news .list {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .news .list a {
		width: calc(50% - 5px);
		margin-right: 10px !important;
	}

	#main .news .list a:nth-of-type(2n) {
		margin-right: 0px !important;
	}

	#main .news .list a:nth-of-type(n+3) {
		margin-top: 10px;
	}

	#main .news .list a .body {
		padding: 10px;
	}

	#main .news .list a .body .time {
		font-size: 14px;
	}

	#main .news .list a .body .title {
		font-size: 14px;
	}

	/* 新闻内页 */
	#main .news-view {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .news-view .title p:first-child {
		font-size: 20px;
	}

	/* 合作中心 */
	#main .icon .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 0 10px;
	}

	#main .icon .list img {
		width: 25%;
		margin-right: 0;
	}

	#main .icon .list img:nth-of-type(n+5) {
		margin-top: 10px;
	}

	/* 联系我们 */
	#main .contact {
		padding-left: 10px;
		padding-right: 10px;
	}

	#main .contact .left {
		width: 100%;
		float: none;
	}

	#main .contact .right {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	/* 底部 */
	#footer .body {
		padding-bottom: 30px;
	}

	#footer .body .qr-code {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}

	#footer .body .qr-code>img {
		width: 90px;
		margin-bottom: 30px;
	}

	#footer .body .qr-code {
		display: flex;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: space-around;
	}

	#footer .body .qr-code .item {
		width: 40%;
		margin-top: 20px;
	}

	#footer .body .right {
		width: 100%;
		margin-left: 0px;
		padding: 0 10px;
		box-sizing: border-box;
	}

	#footer .body .right .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#footer .body .right .nav .item {
		float: none;
		padding-right: 0px;
		margin: 0 10px;
		margin-bottom: 20px;
	}

	#footer .body .right .nav .item>a {
		font-size: 14px;
	}

	#footer .body .right .nav .item .son a {
		font-size: 12px;
		margin-bottom: 0px;
		line-height: 20px;
	}

	#footer .body .contact {
		margin-top: 0px;
		font-size: 12px;
	}

	#footer .copyright {
		line-height: 40px;
		font-size: 10px;
		padding: 0 10px;
	}
}