@charset "utf-8";

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #3c0000;
	text-decoration: underline;
}

h2 {
	background: url(../image/Ico-04.png) 50% bottom no-repeat;
	color: #3c0000;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-bottom: 0.30rem;
}

.content {
	width: 100%;
}
.content:before, .content:after, .txt:before, .txt:after, .tempWrap:before, .tempWrap:after {
	display: table;
	content: '';
}

.pad {
	padding-top: 30px;
	padding-top: 0.30rem;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
}

/* Header */
.header {
	width: 100%;
	padding-top: 30px;
	padding-top: 0.30rem;
	padding-bottom: 30px;
	padding-bottom: 0.30rem;
	z-index: 30;
}
.header h1 {
	line-height: 0;
	width: 55%;
}
.header .hot-line {
	display: none;
	background: url(../image/Ico-01.png) 0 bottom no-repeat;
	padding-left: 32px;
	right: 10px;
	bottom: 0;
	z-index: 1;
}
.header .hot-line span {
	display: block;
	color: #3c0000;
	font-size: 22px;
	line-height: 1;
}

/* 移动端导航 */
.mobile-nav {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	width: 34px;
	overflow: hidden;
	padding: 5px;
	margin-top: -15px;
	top: 50%;
	right: 10px;
	border-radius: 4px;
}
.mobile-nav:before, .mobile-nav:after {
	display: block;
	content: '';
	background-color: #e81120;
	height: 3px;
	width: 22px;
	position: absolute;
	left: 5px;
	transition: all 0.2s;
}
.mobile-nav:before {
	top: 5px;
}
.mobile-nav:after {
	bottom: 5px;
}
.mobile-nav span {
	display: block;
	background-color: #e81120;
	height: 3px;
	width: 100%;
	margin-top: 9px;
}
.closeBtn:before {
	top: 14px;
	transform: rotate(45deg);
}
.closeBtn:after {
	top: 14px;
	transform: rotate(-45deg);
}
.closeBtn span {
	display: none;
}

.mobile-nav-list {
	display: none;
	width: 100%;
	padding-top: 0.30rem;
	top: 100%;
	left: 0;
	z-index: 10;
}
.mobile-nav-list .content {
	background-color: #fff\9;
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
}
.mobile-nav-list ul li {
	padding: 5px;
}
.mobile-nav-list a {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
}
.mobile-nav-list a:hover {
	background-color: #3c0000;
	color: #fff;
	text-decoration: none;
}

/* Nav */
.nav {
	display: none;
	background-color: #3c0000;
	width: 100%;
	z-index: 25;
}
.nav ul li {
	float: left;
	width: 12.5%;
	position: relative;
}
.nav ul li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
.nav ul li:hover > a, .nav ul li.hover > a {
	background: url(../image/Ico-02.png) 50% 50% no-repeat;
}

/* Banner */
.banner, .page-banner {
	width: 100%;
	z-index: 20;
}
.banner img {
	display: block;
	width: 100%;
}
.page-banner {
	background-color: #f2f0f0;
}
.page-banner img, .page-main .page-about img {
	display: block;
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.page-banner .container {
	color: #3c0000;
	font-weight: bold;
	font-size: 18px;
	margin-top: -18px;
	top: 50%;
	left: 0;
	z-index: 9;
}
.page-banner .container span {
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}

/* Search */
.search {
	border-bottom: 1px solid #d9d9d9;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search .hot-words {
	display: none;
	height: 30px;
	line-height: 30px;
	margin-right: 300px;
}
.search .hot-words a {
	color: #999;
	padding: 0 5px;
}
.search .search-words {
	border: 1px solid #d9d9d9;
	width: 280px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
}
.search input {
	display: block;
	border: 0;
	font-family: '微软雅黑', "microsoft yahei";
	font-size: 12px;
	height: 22px;
	outline: none;
}
.search .search-words input[type="text"] {
	float: left;
	color: #999;
	line-height: 22px;
	width: 210px;
	margin-left: 5px;
}
.search .search-words input[type="submit"] {
	border-left: 1px solid #d9d9d9;
	background: url(../image/Ico-03.png) 50% 50% no-repeat;
	cursor: pointer;
	width: 50px;
}

/* HotProduct */
.hot-product {
	display: none;
	width: 100%;
}
.hot-product .content {
	height: 550px;
	margin-top: 30px;
}
.hot-product .scroll-content {
	width: 100%;
}
.hot-product .big-img, .hot-product .small-img {
	height: 550px;
	width: 50%;
	top: 0;
}
.hot-product .big-img {
	padding-right: 10px;
	left: 0;
	z-index: 1;
}
.hot-product .scroll {
	width: 100%;
	overflow: hidden;
}
.hot-product .scroll img {
	display: inline-block;
	height: 550px;
}
.hot-product .small-img {
	padding-left: 10px;
	right: 0;
	z-index: 2;
}
.hot-product .img-list {
	height: 550px;
}
.hot-product .img-list ul {
	margin: -10px;
}
.hot-product .img-list ul li {
	float: left;
	height: 285px;
	width: 50%;
}
.hot-product .img-list .list-content {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.hot-product .img-list .list-content p {
	background-color: #000\9;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: -34px;
	left: 10px;
	z-index: 9;
}
.hot-product .img-list .list-content img {
	display: block;
	height: 100%;
	width: 100%;
}
.hot-product .img-list .list-content:hover p {
	bottom: 10px;
}

.page-act {
	width: 100%;
	bottom: 10px;
	left: 0;
	z-index: 2;
}
.page-act ul li {
	display: inline-block;
	background-color: #ccc;
	color: #000;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.page-act ul li.on {
	background-color: #3c0000;
	color: #fff;
}


/* About */
.about {
	background: #f2f0f0;
	width: 100%;
}
.about .txt {
	text-align: center;
}
.about .item {
	margin-right: -0.20rem;
	margin-left: -0.20rem;
}
.about .item li {
	float: left;
	width: 50%;
	padding: 0.30rem 0.20rem 0;
}
.about .info {
	border: 2px solid #3c0000;
	padding: 0.45rem 0.20rem;
}
.about .info h4 {
	color: #3c0000;
	text-align: center;
}
.about .info p.more {
	height: 0.40rem;
	line-height: 0.40rem;
	position: absolute;
	right: 0.30rem;
	bottom: 0;
	left: 0.20rem;
	z-index: 3;
}
.about .info .top-corner, .about .info .bottom-corner {
	height: 0.32rem;
	width: 0.82rem;
	z-index: 2;
}
.about .info .top-corner {
	background: url(../image/Ico-05.png) 0 0 no-repeat;
	background-size: 100% 100%;
	left: 0;
	top: 0;
}
.about .info .bottom-corner {
	background: url(../image/Ico-06.png) 0 0 no-repeat;
	background-size: 100% 100%;
	right: 0;
	bottom: 0;
}

/* Product */
.product {
	width: 100%;
}
.category li {
	display: inline-block;
	margin-top: 5px;
	margin-right: 1px;
	margin-left: 1px;
}
.category li a {
	display: block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-right: 0.30rem;
	padding-left: 0.30rem;
}
.category li.on a, .category li:hover a {
	background-color: #3c0000;
	color: #fff;
}
.product .pro-list {
	margin-top: 0.20rem;
}
.product .pro-list ul {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
}
.product .pro-list ul li {
	float: left;
	width: 50%;
	padding: 0.10rem 0.15rem;
}
.product .pro-list ul li img {
	display: block;
	width: 100%;
}
.product .pro-list ul li p {
	height: 0.40rem;
	line-height: 0.40rem;
	text-align: center;
}
.product .pro-list ul li:hover p {
	background-color: #3c0000;
	color: #fff;
}

/* News */
.news {
	width: 100%;
}
.news .news-list {
	margin-top: 0.20rem;
}
.news .news-list ul {
	margin-right: -0.10rem;
	margin-left: -0.10rem;
}
.news .news-list ul li {
	float: left;
	width: 100%;
	padding: 0 0.10rem;
}
.news-item {
	border-bottom: 1px solid #ededed;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.news-item .img {
	line-height: 0;
	height: 100px;
	width: 120px;
	overflow: hidden;
}
.news-item .img img {
	display: block;
	height: 100px;
}
.news-item .txt {
	margin-left: 135px;
}
.news-item .txt h5 {
	line-height: 1;
}
.news-item .txt h5 a {
	color: #3c0000;
}
.news-item .txt p {
	color: #999;
}
.news-item .txt p.dec {
	color: #666;
	height: 48px;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 4px;
}

/* Adv */
.adv {
	width: 100%;
}

/* Footer */
.footer {
	background-color: #f2f0f0;
	width: 100%;
}
.footer a {
	color: #8e8e8e;
}
.footer dl.item {
	display: none;
	float: left;
	margin-right: 30px;
}
.footer dl.item dt {
	color: #333;
	font-size: 16px;
	margin-bottom: 3px;
}
.footer .sub-search {
	text-align: right;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
.footer .sub-search .myform {
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}
.footer .sub-search .myform input {
	display: block;
	border: 0;
	font-family: '微软雅黑', "microsoft yahei";
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	outline: none;
}
.footer .sub-search .myform input[type="text"] {
	background: none;
	width: 210px;
	margin-left: 8px;
}
.footer .sub-search .myform input[type="submit"] {
	background: #3c0000 url(../image/Ico-07.png) 50% 50% no-repeat;
	cursor: pointer;
	height: 34px;
	width: 32px;
	top: -1px;
	right: -1px;
	z-index: 2;
}

/* Copyright */
.copyright {
	background-color: #3c0000;
	color: #f3f3f3;
	width: 100%;
	padding-top: 0.10rem;
	padding-bottom: 0.10rem;
}
.copyright a {
	color: #f3f3f3;
}
.copyright i {
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
}

/* Page */
.page-main {
	width: 100%;
}
.page-main .pos {
	width: 100%;
}
.page-main .pos p {
	padding-left: 26px;
	position: relative;
}
.page-main .pos p:before {
	display: inline-block;
	content: '';
	background: url(../image/Ico-08.png) 0 0 no-repeat;
	height: 13px;
	width: 18px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
}
.page-main .column {
	background-color: #ececec;
	width: 100%;
	margin-top: 15px;
}
.page-main .column a {
	display: inline-block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	line-height: 3;
	text-decoration: none;
	padding-right: 0.30rem;
	padding-left: 0.30rem;
}
.page-main .column a:hover, .page-main .column a.hover {
	background-color: #3c0000;
	color: #fff;
}
.page-main .page-content {
	margin-top: 30px;
	margin-top: 0.30rem;
}

/* 产品列表 */
.com-pro-list {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
}
.com-pro-list li {
	float: left;
	width: 50%;
	padding: 0.10rem 0.15rem;
}
.com-pro-list li img {
	display: block;
	width: 100%;
}
.com-pro-list li p {
	height: 0.40rem;
	line-height: 0.40rem;
	text-align: center;
}
.com-pro-list li:hover p {
	background-color: #3c0000;
	color: #fff;
}

/* 新闻列表 */
.com-news-list {
	margin-top: -0.20rem;
}
.com-news-list li {
	border-bottom: 1px solid #ededed;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
}
.com-news-list li .img {
	float: left;
	height: 150px;
	overflow: hidden;
	width: 30%;
}
.com-news-list li .img img {
	display: block;
	height: 150px;
}
.com-news-list li .txt {
	margin-left: 34%;
}
.com-news-list li .txt h4 {
	line-height: 1.5;
	position: relative;
}
.com-news-list li .txt h4 a {
	display: block;
	color: #3c0000;
}
.com-news-list li .txt h4 span {
	display: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}
.com-news-list li .txt p.dec {
	color: #999;
	height: 72px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}
.com-news-list li .txt p.more a {
	display: inline-block;
	border: 1px solid #bcbcbc;
	border-radius: 14px;
	height: 28px;
	line-height: 26px;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
.com-news-list li .txt p.more a:hover {
	background-color: #3c0000;
	border: 1px solid #3c0000;
	color: #fff;
}

/* 产品展示 */
.pro-info {
	margin-top: 0.10rem;
}
.pro-info h3 {
	color: #333;
	font-size: 22px;
	margin-bottom: 0.10rem;
}
.pro-info p {
	border-bottom: 1px solid #ededed;
	padding-top: 6px;
	padding-bottom: 6px;
}

.com-title {
	background-color: #e5e5e5;
	color: #3c0000;
	width: 100%;
	margin-top: 0.30rem;
	margin-bottom: 0.20rem;
}
.com-title h4 {
	line-height: 2.8;
	padding-left: 36px;
	position: relative;
}
.com-title h4:before {
	display: inline-block;
	content: '';
	background: url(../image/Ico-09.png) 0 0 no-repeat;
	height: 12px;
	width: 14px;
	position: absolute;
	top: 17px;
	left: 12px;
	z-index: 1;
}
.com-title a {
	display: inline-block;
	color: #3c0000;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 2;
}
.page-list {
	width: 100%;
	margin-top: 0.20rem;
}
.page-list ul li {
	float: left;
	color: #3c0000;
	width: 100%;
}

/* 新闻展示 */
.arctitle {
	border-bottom: 1px solid #ededed;
	width: 100%;
	padding-bottom: 0.20rem;
	margin-bottom:  0.30rem;
}
.arctitle h3 {
	color: #3c0000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.like-news-list {
	margin-right: -0.10rem;
	margin-left: -0.10rem;
}
.like-news-list li {
	float: left;
	width: 100%;
	padding: 0 0.10rem;
}

/* 媒体 */
@media (min-width: 576px) {
	.page-banner .container {
		left: 50%;
		margin-left: -270px;
	}
	.com-news-list li .txt h4 a {
		margin-right: 80px;
	}
	.com-news-list li .txt h4 span {
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.page-banner .container {
		left: 50%;
		margin-left: -360px;
	}
	.search .hot-words {
		display: block;
	}
	.search .search-words {
		float: right;
		margin-top: -30px;
	}
	.product .pro-list ul li {
		width: 33.3333333%;
	}
	.com-pro-list li {
		width: 33.3333333%;
	}
	.news .news-list ul li {
		width: 50%;
	}
	.like-news-list li {
		width: 50%;
	}
	.copyright p.name {
		float: left;
	}
	.copyright p.icp {
		float: right;
	}
	.pro-info {
		margin-top: 0;
	}
	.page-list ul li {
		text-align: center;
		width: 50%;
	}
	.com-news-list li .img {
		width: 230px;
	}
	.com-news-list li .txt {
		margin-left: 250px;
	}
}
@media (min-width: 992px) {
	.page-banner .container {
		left: 50%;
		margin-left: -480px;
	}
	.header .hot-line {
		display: block;
	}
	.nav {
		display: block;
	}
	.mobile-nav {
		display: none;
	}
	.hot-product {
		display: block;
	}
	.hot-product .img-list {
		width: 470px;
	}
	.about {
		background: #f2f0f0 url(../image/About-bg.jpg) 50% 50% no-repeat;
		background-size: 100% auto;
	}
	.about .item li {
		width: 25%;
	}
	.product .pro-list ul li {
		width: 25%;
	}
	.com-pro-list li {
		width: 25%;
	}
	.footer dl.item {
		display: block;
	}
	.footer .sub-search {
		float: right;
		margin-top: 10px;
	}
}
@media (min-width: 1200px) {
	.page-banner .container {
		left: 50%;
		margin-left: -600px;
	}
	.hot-product .img-list {
		width: 590px;
	}
	.footer dl.item {
		margin-right: 60px;
	}
}
@media (min-width: 1300px) {
	.page-banner .container {
		left: 50%;
		margin-left: -650px;
	}
	.hot-product .img-list {
		width: 640px;
	}
}

/* */
