:root {
	--c1: #0079d6;
	--c2: #01589d;
	--c3: #df1e1f;
}

body {
	font-family: 'Mulish', sans-serif;
}

a {
	text-decoration: none;
}

/*header*/
header {
	background-image: url('../images/data/bg-head.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
}
header .logo img {
	height: 80px;
}

/*navMain*/
.navMain .nav-item .nav-link {
	color:#fff;
	padding:15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
}
.navMain .nav-item .nav-link:hover {
	background-color: var(--c3);
}
.navMain #mLeft2 li {
	position: relative;
}
.navMain #mLeft2 li:not(:last-child):after {
	content: "";
	position: absolute;
	right: 0px;
	top:20px;
	width: 2px;
	height: 15px;
	border-left: 1px solid rgba(0, 0, 0, .3);
	border-right: .5px solid rgba(200, 200, 200, .5);

}
.navMain .div-line {

}

.dm-op {
	min-width: 250px;
	border-radius: 0px;
}

/*hot-g*/
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:none;
	position: relative;
	color: var(--c1);
	background-color: transparent;
}
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
	left: 50%;
	opacity: 1;
}
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-link {
	border:none;
	font-size:1.5em;
	color:#333;
	position: relative;
}
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-link:after {
	content:"";
	position: absolute;
	width: 40px;
	height: 1px;
	bottom:0px;
	transform: translateX(-50%);
	left: 0;
	border:1px solid var(--c1);
	opacity: 0;
	transition: all .3s;
}
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	border:none;
}
.hot-g .nav-item.show .nav-link, .nav-tabs .nav-item:hover .nav-link:after {
	left:50%;
	opacity: 1;
}

/*goods*/
.goods figure .mask {
	position: relative;
	overflow: hidden;
}
.goods figure .mask img {
	transition: all 0.3s;
	height: 260px;
	object-fit: contain;
}

.goods figure .mask img:hover {
	transform: scale(1.3);
}
.goods .g-title ul {
	list-style: none;
	padding:5px;
	margin: 0px;
}
.goods .g-title ul li {
	display: inline-block;
}
.goods .g-title ul li a {
	padding:3px;
	display: inline-block;
	color: var(--bs-gray-700);
}

.goods .g-title ul li a:hover {
	color: var(--bs-gray-500);
}
.goods .g-title h2 {
	position: relative;
	font-size: 1rem;
}
.goods .g-title h2:after {
	content: "";
	position: absolute;
	right: -25px;
	top:0px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-left: 25px solid var(--c1);
	border-bottom: 25px solid transparent;
}

.f-receive {
	background-image: url('../images/data/bg-form.png');
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

/*news*/
.news figcaption {
	background-image: linear-gradient(rgba(0, 88, 154, .15), rgba(0, 88, 154, .8), rgba(0, 88, 154, 1.0));
}
.news .mask {
	position: relative;
	overflow: hidden;
}
.news .mask img {
	transition: all 0.3s;
}

.news .mask img:hover {
	transform: scale(1.3);
}






footer {
	min-height: 200px;
}
footer ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
footer ul li {
	padding:5px 0px;
}
footer ul li:before {
	content: "\00bb";
	margin-right: 10px;
}
footer ul li a {
	color: #222;
	transition: color 0.3s;
}
footer ul li a:hover {
	color: #666;
}






/*public*/
.text-c1 {
	color: var(--c1);
}
.text-c2 {
	color: var(--c2);
}
.text-c3 {
	color: var(--c3);
}
.bg-c1 {
	background-color: var(--c1);
}
.bg-c2 {
	background-color: var(--c2);
}
.bg-c3 {
	background-color: var(--c3);
}


/*go-top*/
.go-top {
	border:1px solid #ccc;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(150,150,150,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	transform: translateY(-50%);
	top: 50%;
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(120,120,120,0.55);
}


@media (min-width: 576px) {
	.navMain {
		background-image: linear-gradient(80deg, var(--c3) 20%, var(--c1) 0%);
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.navMain #mLeft:hover .dropdown-menu {
		display: block!important;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}

@media (max-width: 575px) {
	.navMain {
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}

	header .logo img {
		height: 60px;
		margin-right: 10px;
	}

	.goods .g-title h2 {
		font-size: .8em;
	}
}