a { color: #4b4b4b;}
a:hover {
	color: var(--hot-color) !important; 
}
body {
	font-weight: 400;
	color: #4b4b4b;
}
:root {
  --primary-color: #035094; /* 设置主要颜色（蓝色） */
  --hot-color:#c3211e; 
  --secondary-color: #6c757d; /* 设置次要颜色（灰色） */
  --font-family: Arial, sans-serif; /* 设置字体 */
}


.gray {
	color: rgb(102, 102, 102);
}

.top .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.language .active {
	color: #c3211e;
}

.language {
	width: 200px;
}



.wrap {
	width: 1440px;
	margin: 0 auto;
}

.top {
	background-color: #035094;
	width: 100%;
	padding: 10px 0;
	text-align: right;
}

.top a {
	color: #fff;
	padding: 0 10px;
}

.header {
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 2px #aaa;
	position: relative;
	z-index: 1000;
}

.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 160px;
}
.logo img {
	width: 100%;
}
.c {
	clear: both;
}
.head-right {
	width:70px;
	display: flex;
	justify-content: space-between;
}

/*  */
.nav {
	position: relative;
	z-index: 3;
	height: 90px;
}

.nav li {
	float: left;
	position: relative;
	z-index: 10;
	text-align: center;
}

.nav li a.navs-link {
	font-size: 16px;
	display: block;
	line-height: 90px;
	padding: 0 14px;
}
.nav li a:hover {
	color: #035094 !important;
	
}
.nav li a.navs-link:hover {
	border-bottom: 2px solid #035094;
	margin-top: -2px;
	color: #035094;
}

.nav dl {
	width: 480px;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 12;
	padding: 20px;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.nav dl .bg {
	background-color: #222;
	opacity: 0.75;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nav li:hover dl {
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav dl dd {
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #333;
	margin: 0 10px;
	float: left;
	opacity: 1;
}

.nav dl dd a {
	padding: 0;
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	opacity: 1;
}

.nav dl dd a:hover {
	opacity: 0.75;
	color: #fff !important;
}

.crumbs {
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 0;
	text-align: right;
	color: #aaa;
}

.crumbs a {
	color: #999;
}

.jj-pro {
	padding: 50px 0;
	font-size: 18px;
}

.card:hover {
	background-color: #035094;
}

.card:hover a {
	color: #fff;
}

.content p {
	font-size: 16px;
}

@media (min-width: 1200px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1440px;
	}
}

.btn-info {
	    background-color: #035094 !important;
	    border-color: #035094 !important;
}
.btn-info:hover {
	opacity: 0.9;
}
.footer {
	/* border-top:5px solid #035094; */
	padding: 80px 0;
	/* background-color: #373F47; */
	background-color: #081336;
	color: #fff;
}

.copyright {
	padding: 25px 0;
	text-align: center;
	/* background-color: #373F47; */
	background-color: #081336;
	/* border-top:1px solid #4D5862; */
	border-top:1px solid #081336;
	color: #f1f1f1;
}
.copyright a {
	color: #f1f1f1;
}
.fs-48 {
	font-size: 48px;
}