@charset "UTF-8";

.header-common {
	min-width: 1300px !important;
}

.nav-index {
	height: 80px;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin: 0 auto !important;
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.nav-index .nav-left {
	color: white;
}

.nav-index .nav-left ul li a,
.nav-index .nav-left ul li a:hover,
.nav-index .nav-left ul li a:focus {
	color: white !important;
}

header .logo {
	margin-top: 10px;
	float: left;
	margin-right: 30px;
}

.nav-left {
	font-family: Arial,Helvetica,"Noto Sans CJK SC","Noto Sans",sans-serif;
	font-weight: 700;
	float: left;
}

.nav-left ul.navul {
	float: left;
}
	
.nav-left ul.navul li {
	position: relative;
	float: left;
	margin-right: 10px;
}

.nav-left ul.navul li a {
	height: 80px;
	width: 96px;
	font-size: 1rem;
	display: inline-block;
	border-bottom: 4px solid transparent;
	position: relative;
}

.nav-left ul.navul li:hover a {
	border-color: #dd1215;
}

.nav-left ul.navul li.current a {
	border-color: #dd1215;
}

.nav-left ul.navul li a h3 {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

.nav-left ul.navul li ul.subnavul {
	width: 120px;
	font-weight: 500;
	position: absolute;
	top: 100px;
	left: -10px;
	z-index: 999;
	background: #f5f5f5;
	padding: 20px 0;
	overflow: hidden;
	visibility:hidden;
	opacity: 0;

	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.nav-left ul.navul li:hover ul.subnavul {
	visibility: visible;
	opacity: 1;
	-webkit-transform:translate(0,-20px);
	-ms-transform:translate(0,-20px);
	transform:translate(0,-20px);
}

.nav-left ul.navul li ul.subnavul li {
	position: static;
	float: none;
	margin-right: 0;
}

.nav-left ul.navul li ul.subnavul li a {
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #555 !important;
	display: block;
	border-bottom: none;
	position: static;
}

.nav-left ul.navul li ul.subnavul li a:hover {
	background: #dd1215;
	color: white !important;
}

.nav-right {
	float: right;
}

.nav-common {
	height: 80px;
	padding: 0 15px;
	z-index: 999;
}

.nav-common .nav-left ul li a {
	color: #555;
}

.nav-common .nav-left ul.navul li ul.subnavul li a:hover {
	color: white !important;
}

.toplogin {
	margin-top: 20px;
}

.toplogin a {
	margin-left: 20px;
}

.toplogin a.loginLink {
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	display: inline-block;
}

.toplogin a.loginLink:hover {
	background: #dd1215;
	border-color: #dd1215;
	color: white !important;
}

.nav-index .toplogin a {
	color: white;
}

.bannerSection {
	max-width: 1920px;
	margin: 0 auto;
}

.bannerSection .bannerBox {
	width: 100%;
	position: relative;
	padding-top: 36.4584%;
}

.bannerSection .bannerBox .banner {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}

.introBox ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.introBox ul li img {
	width: 60px;
	margin-bottom: 0.5rem;
}

.introBox ul li  p {
	font-size: 1rem;
}

a.g-btn {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: white;
	text-align: center;
	background: #dd1215 !important;
	display: block;
	border-radius: 4px;
	margin-top: 2rem;
	letter-spacing: 2px;
}

a.g-btn:hover {
	color: white !important;
}

.sectionTitle {
	text-align: left;
	margin-bottom: 2rem;
}

.sectionTitle h2 {
	color: #222;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 2px;
	font-weight: 600 !important;
}
.sectionTitle h2 span {
	font-weight: 200 !important;
	font-size: 2rem !important;
}

.sectionTitle .line {
	width: 3.8rem;
	height: 0.25rem;
	margin-top: 1rem;
	background-color: #dd1215 !important;
}

.sectionTitle p {
	margin-top: 1rem;
	margin-bottom: 0;
}

.index-aboutus {
	font-size: 16px;
	line-height: 30px;
}

.index-aboutus .aboutLinks {
	margin-top: 70px;
}

.index-aboutus .aboutLinks a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 20px;
	background: #888;
	border-radius: 2px;
	color: white;
}

.index-aboutus .aboutLinks a:hover {
	background: #dd1215;
	color: white !important;
}

.articleBox {
	background: white;
	margin-bottom: 16px;
}

.articleBox .image {
	overflow: hidden;
}

.articleBox:hover img {
	transform:scale(1.2, 1.2);
}

.articleBox img {
	transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
}

.articleBox .content {
	padding: 1.5rem 1.6rem;
	border: 1px solid #f0f0f0;
}

.articleBox h3 {
	line-height: 1.5;
	height: 3rem;
	font-size: 1rem;
	font-weight: 600 !important;
	overflow: hidden;
	margin-bottom: 1rem;
	text-align: justify;
}

.articleBox p {
	font-size: 0.9375rem;
	line-height: 1.5;
	height: 4.3rem;
	margin-bottom: 0;
	color: #999;
	text-align: justify;
}

.articleBox span {
	color: #666;
}

.articleBox a:hover h3 {
	color: #dd1215 !important;
}

.articleBox2 {
	width: 100%;
	position: relative;
	padding-top: calc(100% + 50px);
	background: white;
	margin-bottom: 16px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04);
}

.articleBox2 .image {
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	top: 0;
	left: 0;
}

.articleBox2 .title {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
}

.articleBox2:hover {
	box-shadow: 0 0 0 1px rgba(239,31,31,1);
}

.articleBox2:hover .title {
	background-color: transparent;
	-webkit-transition: all ease-in-out 180ms;
	-o-transition: all ease-in-out 180ms;
	transition: all ease-in-out 180ms;
}

.articleBox2 .title h3 {
	width: 100%;
	height: 50px;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
}

/***************
	首页品牌列表
****************/
.brandBox {
	margin-bottom: 16px;
}

.brandBox img {
	width: 100%;
	border: 1px solid #eeeeee;
}

/***************
	底部
****************/

footer {
	padding: 10px 0;
	overflow: hidden;
	color: white;
	font-size: 0.8rem;
	line-height: 1.5rem;
	background: #343a40;
}

footer a {
	color: white;
}

footer a:hover {
	color: white !important;
}

footer p {
	margin-bottom: 0.2rem;
}

/***************
	二级导航
****************/
.subNavSection {
	box-shadow: rgba(0,0,0,.2) 0 7px 8px -4px,rgba(0,0,0,.2) 0 7px 8px -4px;
	z-index: 1001;
	margin-bottom: 8px;
}

.subNavSection .title {
	float: left;
	line-height: 40px;
	margin: 20px 20px 20px 0;
	padding-right: 20px;
	border-right: 1px solid #ccc;
	font-size: 0.9375rem;
}

.subNavSection ul {

}

.subNavSection ul li {
	float: left;
}

.subNavSection ul li a {
	height: 80px;
	display: inline-block;
	border-bottom: 4px solid transparent;
}

.subNavSection ul li a h3 {
	line-height: 80px;
	padding: 0 20px;
	font-size: 0.9375rem;
	font-weight: 700;
	color: #666 !important;
}

.subNavSection ul li.current a, .breadwp ul li a:hover {
	border-color: #dd1215;
}

.subNavSection ul li.current a h3, .breadwp ul li a:hover h3 {
	color: #262626 !important;
}

.subNavSection .bread-right {
	float: right;
	margin-top: 15px;
}


.bread {
	padding: 20px 0;
}

/***************
	文章内容
****************/
.article {
	font-size: 1rem;
	line-height: 26px;
	min-height: 400px;
}

.article .title {
	margin-bottom: 3rem;
}

.article .title h1 {
	font-size: 2rem;
	line-height: 3rem;
	font-weight: 600;
}

.article .time {
	margin-top: 1rem;
	color: #555;
}

.article p {
	margin-bottom: 1rem;
}


/*************
* 商城
*************/
.productCard {
	background: white;
	box-shadow: 0 0 0 1px rgba(0,0,0,.04);
	margin-bottom: 16px;
	position: relative;
	width: 100%;
	padding-top: calc(100% + 100px);
}

.productCard:hover {
	box-shadow: 0 0 0 1px rgba(239,31,31,1);
}

.productCard .imgbox {
	position: absolute;
	width: 100%;
	height: calc(100% - 100px);
	top: 0;
	left: 0;
}

.productCard .imgbox .view {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: rgba(239,31,31,0.8);
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

.productCard .imgbox .view:hover {
	background: rgba(239,31,31,1);
}

.productCard:hover .imgbox .view {
	display: block;
}

.productCard .desc {
	height: 100px;
	padding: 16px 10px 0 10px;
	color: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}

.productCard .desc h3 {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
}

.productCard .desc .price {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	color: #ef1f1f;
	margin-top: 10px;
}

.productCard .desc .price small {
	margin-right: 2px;
}