/* 英文默认字体 */

@font-face {
	font-family: poppins;
	src: url('../fonts/poppins.woff2')
}

* {
	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-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 头部 */

#header {
	position: absolute;
	z-index: 9999;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
}

#header .logo img {
	width: 130px;
	margin-top: 20px;
}

#header .title {
	margin-left: 20px;
}

#header .title p:nth-of-type(1) {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
}

#header .title p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	font-family: Arial;
}

#header .right .nav a {
	float: left;
	line-height: 111px;
	padding: 0 20px;
	color: #fff;
}

#header .right .nav a:hover {
	border-bottom: 2px solid #fff;
}

#header .right .nav a.active {
	border-bottom: 2px solid #fff;
}

#header .right .search {
	line-height: 111px;
	color: #fff;
	margin-left: 20px;
}

/* 搜索 */

#search {
	position: absolute;
	display: none;
	z-index: 1;
	width: 100%;
	padding: 0px 130px;
	box-sizing: border-box;
	line-height: normal;
	background-color: rgba(144, 144, 144, 0.3);
	top: 113px;
}

#search input {
	width: 100%;
	line-height: 40px;
	text-align: center;
	background-color: transparent;
	outline: none;
	color: #fff;
}

#search input::placeholder {
	color: #fff;
}

/* 产品组件 */

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

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

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

.products-list a:nth-of-type(n+5) {
	margin-top: 20px;
}

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

.products-list a .title {
	line-height: 50px;
	background-color: #272828;
	transition: all 0.3s;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: center;
	padding: 0 10px;
}

.products-list a:hover .title {
	background-color: #f47e24;
}

/* 新闻模块 */

.news-list a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px dotted #bebebe;
}

.news-list a p:nth-of-type(1) {
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.news-list a p:nth-of-type(2) {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	height: 48px;
	line-height: 24px;
}

.news-list a:hover p:nth-of-type(1) {
	color: #f47e24;
}

/* 首页 */

#home .about {
	padding: 65px 0;
}

#home .about .left {
	padding: 40px;
	width: 680px;
	box-sizing: border-box;
}

#home .about .left .title {
	font-size: 30px;
	margin-bottom: 30px;
}

#home .about .right {
	width: 520px;
	height: 300px;
	border: 1px solid #000;
	box-sizing: border-box;
	font-size: 0;
}

#home .about .right img {
	margin-left: 20px;
	width: 100%;
	height: 300px;
	margin-top: -20px;
}

#home .plant {
	padding: 20px 50px;
	box-sizing: border-box;
	background-color: #eee;
}

#home .plant a {
	width: 100%;
	height: 0;
	display: block;
	padding-top: 66%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#home .products {
	padding: 55px 0;
}

#home .products>.title {
	text-align: center;
	margin-bottom: 30px;
}

#home .products>.title p:nth-of-type(1) {
	font-size: 30px;
	margin-bottom: 20px;
}

#home .products>.title p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#home .news {
	padding: 55px 0;
	background-color: #f8f8f8;
	background-image: url(../images/bg_news.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#home .news>.this-1200>.title {
	text-align: center;
	margin-bottom: 30px;
}

#home .news>.this-1200>.title p:nth-of-type(1) {
	font-size: 30px;
	margin-bottom: 20px;
}

#home .news>.this-1200>.title p:nth-of-type(2) {
	font-size: 14px;
	color: #999;
	margin: 0;
}

#home .news .body .left {
	width: 550px;
	float: left;
}

#home .news .body .right {
	width: 600px;
	margin-left: 50px;
	float: left;
}

/* 其他页公共部分 */

#main>.banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
}

#main>.banner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}

#main>.this-1200>.left {
	width: 300px;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
}

#main>.this-1200>.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: #5779B8;
}

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

#main>.this-1200>.left .list {
	font-size: 0;
}

#main>.this-1200>.left .list a {
	padding: 0 10px;
}

#main>.this-1200>.left .list>a {
	font-weight: bold;
}

#main>.this-1200>.left .list a, #main>.this-1200>.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>.this-1200>.left .list .more {
	display: inline-block;
	width: 100%;
}

#main>.this-1200>.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>.this-1200>.left .list .more .title a {
	width: calc(100% - 60px);
	float: left;
	border-right: 1px solid #eee;
	border-left: 0;
	font-weight: bold;
}

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

#main>.this-1200>.left .list a:hover {
	color: #00458e;
}

#main>.this-1200>.left .body {
	padding: 10px;
	border: 1px solid #eee;
	border-top: 0px;
	font-size: 14px;
	line-height: 25px;
}

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

#main>.this-1200>.right>.link {
	line-height: 35px;
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #333;
	text-align: right;
}

#main>.this-1200>.right>.link a {
	color: #333;
}

#main>.this-1200>.right>.link a:hover {
	color: #40434C;
}

/* 关于我们 */

#main .about {
	padding: 10px 0;
}

/* 产品模块 */

#main .products {
	padding: 10px 0;
}

/* 产品内页 */

#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: 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 #F47E24;
}

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

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

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

/* 新闻内页 */

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

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

/* 底部 */

#footer {
	padding: 30px 0;
	background-color: #444;
}

#footer .left {
	float: left;
	width: 350px;
	box-sizing: border-box;
}

#footer .left img {
	margin-bottom: 20px;
	margin-left: 40px;
}

#footer .left .copyright p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	line-height: 24px;
}

#footer .left .copyright a {
	color: #fff;
}

#footer .center {
	float: left;
	width: 480px;
	border-right: 1px solid #696969;
	box-sizing: border-box;
	padding: 20px 130px;
	border-left: 1px solid #696969;
}

#footer .center p, #footer .center a {
	color: #fff;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
}

#footer .right {
	float: left;
	width: 370px;
}

#footer .right .qr-code {
	float: right;
	text-align: center;
	margin-left: 30px;
	margin-top: 30px;
}

#footer .right .qr-code p {
	color: #fff;
	font-size: 14px;
}
#footer .right .qr-code img{
	width: 110px;
}

/* 手机版 */

#nav-m, #search-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#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: #000;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		background-color: #333;
		display: none;
	}
	#nav-m .list a {
		padding: 0 10px;
	}
	#nav-m .list a, #nav-m .list .more .title {
		height: 45px;
		width: 100%;
		display: block;
		font-size: 14px;
		color: #f1f2f4;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #777;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav-m .list .more {
		display: inline-block;
		width: 100%;
	}
	#nav-m .list .more i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #fff;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	#nav-m .list .more .title a {
		width: calc(100% - 60px);
		float: left;
		border-right: 1px solid #777;
	}
	#nav-m .list .more .children {
		background-color: #555;
		display: none;
	}
	/* 首页 */
	/* 搜索 */
	#search-m {
		font-size: 0;
		display: block;
	}
	#search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #f1f2f4;
	}
	#search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
	}
	#home .about {
		padding: 20px 0;
	}
	#home .about .left {
		width: 100%;
		padding: 0 10px;
		float: none;
	}
	#home .about .left .title {
		font-size: 20px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	#home .about .right {
		height: auto;
		padding: 0;
		width: calc(100% - 20px);
		margin-left: 10px;
		float: none;
		border: 0px;
		margin-top: 20px;
	}
	#home .about .right img {
		margin-left: 0;
		height: auto;
		margin-top: 0;
	}
	#home .plant {
		padding: 20px 10px;
	}
	#home .news {
		padding: 20px 10px;
	}
	#home .news>.this-1200>.title p:nth-of-type(1) {
		font-size: 20px;
		font-weight: bold;
	}
	#home .news>.this-1200>.title p:nth-of-type(2) {
		font-size: 12px;
		line-height: 25px;
		height: 50px;
		overflow: hidden;
	}
	#home .news .body .left, #home .news .body .right {
		width: 100%;
		float: none;
	}
	#home .news .body .right {
		margin-left: 0;
	}

	/* 其他页公共部分 */
	#main>.banner{
		height: 80px;
	}
	#main>.this-1200>.left{
		display: none;
	}
	#main>.this-1200>.right{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	#main>.this-1200>.right>.link{
		padding: 0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	/* 关于我们 */
	#main .about{
		padding: 10px;
	}
	#main .about td{
		display: block;
		width: 100%;
	}
	/* 新闻中心 */
	#main .news{
		padding: 10px;
	}
	/* 新闻内页 */
	#main .news-view .content{
		padding: 10px;
	}
	#main .news-view .title p:first-child{
		font-size: 20px;
		font-weight: bold;
		margin: 20px 0;
		line-height: 30px;
	}
	/* 底部 */
	#footer {
		padding: 20px 10px;
	}
	#footer .left, #footer .center {
		text-align: left;
		float: none;
		width: 100%;
	}
	#footer .left img{
		display: none;
	}
	#footer .center {
		padding: 0;
		border-left: 0px;
		margin-top: 30px;
		border-right: 0px;
		width: 60%;
		float: left;
	}
	#footer .right {
		width: calc(40% - 10px);
		text-align: right;
		margin-left: 10px;
	}
	#footer .right .qr-code {
		float: left;
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	#footer .right .qr-code:nth-of-type(1){
	display: none;
	}
	#footer .right .qr-code:nth-of-type(2){
		margin-top: 40px;
	}
	#footer .right .qr-code img{
		width: 70%;
	}
	#footer .right .qr-code  p{
		font-size: 10px;
	}
}