a,
a:link {
	color: #444;
}

a:hover {
	color: #C62E3B;
}

a:active {
	color: #444;
}
body {
	font-size:14px;
}

.bg-light {
    background-color: #EBEAE6!important;
}

.btn-blue {
	background-color: #C62E3B;
	border: 1px solid #C62E3B;
	padding: 10px 35px;
}

.btn-info {
	color: #fff;
	background-color: #364c3d;
	border-color: #364c3d;
}

.online dl {
	background-color: #364c3d;
}

.online dl:hover {
	background: #364c3d;
}


/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #C62E3B;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #C62E3B;
	border-color: #C62E3B;
}

.page-num-current:hover {
	color: #fff;
}

.h-25 {
	height: 25px;
} 

/*  */
.footer {
	background-color: #3b3b3b;
	color: #898989;
}

.footer a {
	color: #898989;
}

.footer a:hover {
	color: #E2E3E5;
}

.copyright {
	border-top: 1px solid #fff;
	background-color: #3b3b3b;
	font-size: 16px;
}

.code,
.code img {
	height: 120px;
}

.fnav-item {
	width: 20%;
	float: left;
}

.fnav-item dd {
	line-height: 28px;
}

/*  */
video#bgvid { 
		margin-top:0;
		z-index: 100;  
		width: 100%;
		height: 100%;
	}


/*  */

.content {
	padding-bottom: 120px;	
}

.content img {
	max-width: 80%;
}

/*  */ 


.hotnavitem {
	background-color: #eee;
}
.hotnavitem i {
	background-color: #A8A9BA;
	border-radius: 30px;
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 100px;
}
.hotnavitem span {
	line-height: 40px;
	display: block;
	float: left;
	margin-left:15px;
}
.hotnavitem:hover {
	background-color: #EAE9E5;
}
.hotnavitem:hover a {
}

.hotnavitem:hover i {
	background-color: #E6550E;
}

.hotnavitem img {
	width:24px;
	margin-top: 10px;
}
.abopic {
	width: 100%;
	overflow: hidden;
}
.abopic img {
	width: 100%;
	-webkit-transform:scale(1.0); -moz-transform:scale(1.0); -ms-transform:scale(1.0); -o-transform:scale(1.0); transform:scale(1.0); -webkit-transition:0.45s; -moz-transition:0.45s; -o-transition:0.45s; transition:0.45s;
	cursor: pointer;
}
.abopic:hover img {
	-webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); transform:scale(1.2);
}
/*  */


.fline {
	height: 2px;
	width: 60px;
	background-color: #C62E3B;
	margin: 10px auto 0 auto;
}

.title {
	color: #C62E3B;
}

.more h4 {
	border: 1px solid #eee;
	width: 140px;
	height: 40px;
	margin: 10px auto;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.more h4:hover {
	background-color: #C62E3B;
	border: 1px solid #C62E3B;
	cursor: pointer;
}

.more h4 a {
	line-height: 40px;
	font-size: 14px;
	color: #888;
}

.more h4:hover a {
	color: #fff;
}

.more h4:hover a::after {
	content: "→";
	padding-left: 3px;
}

/*  */
.indnewswrap {
		background:#eeece8 url(../images/bg7.jpg) right top no-repeat;	
}
	
.indmessage { 
	background:url(../images/mess-bg.jpg) center bottom no-repeat;
}


/* newsitem */
.newsitem {
	position: relative;
}

.newsitem .line2 {
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #C62E3B;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.newsitem:hover .line2 {
	width: 100%;
}

/*  */

.hotproduct {
	width: 100%;
	height: 294px;
	margin: 0 auto;
	position: relative;
}

.hotproduct .prev,
.hotproduct .next {
	width: 50px;
	height: 45px;
	position: absolute;
	top: 100px;
	left: -50px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/btns.png) no-repeat;
}

.hotproduct .next {
	left: auto;
	right: -50px;
	background-position: 0 -90px;
}

.hotproduct .prev:hover {
	background-position: 0 -45px;
}

.hotproduct .next:hover {
	background-position: 0 -135px;
}

.hotproduct .listitem {
	float: left;
	width: 380px;
	position: relative;
}

.pro-item {
	width: 350px;
	margin: 0 15px;
}

.card-title {
	text-indent: 1em;
	line-height: 2;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.listitem:hover .card-title {
	text-indent: 0em;
}

.pro-item {
	position: relative;
	background-color: #F8F9FA;
	border-radius: 4px;
	overflow: hidden;
}

.arrow {
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 26px;
	color: #aaa;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.pro-item:hover {
	background-color: #C62E3B;
	cursor: pointer;
}

.pro-item:hover a {
	color: #fff;
}

.pro-item:hover .arrow {
	border: 1px solid #fff;
	color: #fff;
	right: 20px;
}

/*  */
.ggbox h5 strong {
	display: inline-block;
	background-color: #A71D2A;
	color: #fff;
	padding: 2px 8px;
	margin-right: 8px;
	font-size: 14px;
	position: relative;
}

.ggbox h5 strong::after {
	content: "◤";
	position: absolute;
	right: -6px;
	top: -5px;
	color: #A71D2A;
}


.jingguan {
	position: relative;
	display: block;
	overflow: hidden;
	height: 240px;
	border: 1px solid #fff;
	background-color: #fff;
}

.jingguan img {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
	width: 100%;
	height: 240px;
	z-index: 0;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.pici1 {
	width: 25%;
	height: 240px;
}
.pici2 {
	width: 25%;
	height: 240px;
}
.pici3 {
	width: 50%;
	height: 240px;
}
.pici4 {
	width: 50%;
	height: 240px;
}
.pici5 {
	width: 25%;
	height: 240px;
}
.pici6 {
	width: 25%;
	height: 240px;
}


.jingguan:hover img {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
	cursor: pointer;
	z-index: 100;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.jingguan p {
	position: absolute;
	display: block;
	left: 0;
	bottom: -28px;
	height: 28px;
	width: 100%;
	text-align: center;
	line-height: 28px;
	transition: all 0.35s;
}

.jingguan:hover p {
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
	color: #fff;
}

/*  */
.album-item {}

.figure {
	background-color: #F8F9FA;
	box-shadow: 0 0 2px #A8A9ba;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}

.figure .pic {
	height: 240px;
	overflow: hidden;
}

.figure .pic img {
	height: 240px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.figure:hover {
	box-shadow: 0 0 10px #A8A9ba;
}

.figure:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.figure-caption {
	height: 52px;
	line-height: 32px;
	padding: 10px 0;
}
 