@charset "utf-8";
@import "../../css/common/import/base.css"; /* 基础样式 */
@import "../../css/common/import/home_nav.css"; /* 导航样式 */
@import "../../css/common/import/footer.css"; /* 尾部样式 */

/* ===== #header-box ===== */
#header-box {
	width: 100%;
	background: #fff;
}
.ihot-img {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
}
.carcondes li {
	position: relative;
	height: 26px;
	line-height: 26px;
	padding: 14px 20px;
	font-size: 14px;
	border-bottom: 1px solid #eee;
}
.carcondes li a {
	display: block;
	width: 165px;
	overflow: hidden;
	height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
}
.carcondes li em {
	position: absolute;
	right: 17px;
	top: 14px;
	color: #888;
	font-weight: normal;
}
/* ===== /#header-box ===== */
/*logo*/
.header-logo {
	height: 80px;
	width: 100%;
}
.header-logo h1,.header-logo h2 {
	float: left;
	width: 220px;
	height: 80px;
	font-size: 0;
	margin-left: 25px;
}
.header-logo h1 a,.header-logo h2 a {
	display: block;
	width: 220px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left center;
}
.header-main-logo {
	display: block;
	float: left;
	width: 220px;
	height: 80px;
}
.header-des-logo {
	display: block;
	float: left;
	width: 360px;
	height: 80px;
	overflow: hidden;
	line-height: 80px;
	color: #0060b2;
	font-size: 18px;
	font-weight: 500;
	margin-left:90px;
}
/*logo*/
.go_top {
	width: 48px;
	height: 48px;
	position: fixed;
	right: 72px;
	bottom: 30%;
	z-index: 99;
	cursor: pointer;
	display: none;
}
.mouse-hover:hover {
	opacity: 0.7;
	transition: opacity 0.5s ease;
}
.mouse-hover {
	opacity: 1;
	cursor: pointer;
}
.border-hover:hover {
	border-color: #0060b2 !important;
	cursor: pointer;
}
.pagebox .right{
	display: flex;
    width: fit-content;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
	min-width: 200px;
}
.pagebox .right li:hover{
	color:#0060b2 !important;
}
.pagebox .right a:hover{
	color:#0060b2 !important;
}
/* 菜单 */
.product-menu-box-white {
	float: left;
}
.product-menu-box-white ul:first-child {
	margin-top: 0;
}
.product-menu-box-white ul {
	width: 276px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin-top: 20px;
}
.product-menu-box-white ul li a:hover {
	color: rgba(0, 96, 178, 1);
	background: url(../../images/home/a_right2_active.png) no-repeat 256px center rgba(247, 247, 247, 1);
}
.product-menu-box-white ul li.active a {
	color: rgba(0, 96, 178, 1);
	background: none;
}
.product-menu-box-white ul li a {
	display: block;
	cursor: pointer;
	padding-left: 10px;
	width: 276px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, 0.65);

	background: url(../../images/home/a_right2.png) no-repeat 256px center;
}
.product-menu-box-white ul li:first-child {
	width: 276px;
	height: 56px;
	line-height: 56px;
	cursor: default;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 96, 178, 1);
	background: rgba(247, 247, 247, 1);
	border: 0;
}
.product-menu-box-white ul li:first-child a{
	font-size: 16px;
	font-weight: 500;
	color: rgba(0, 96, 178, 1);
	border: 0;
	background: none;
}
.product-menu-box-white ul.quick-menu li:first-child {
	padding: 0;
	height: auto;
}
.product-menu-box-white ul.quick-menu {
	border: 0;
}
.product-menu-box-white ul.quick-menu li a:hover {
	color: rgba(0, 96, 178, 1);
	
	background: url(../../images/home/a_right2_active.png)  no-repeat 256px center
	rgba(247, 247, 247, 1);
}
.product-menu-box-white ul.quick-menu li a {
	display: block;
	color: rgba(0, 0, 0, 0.85);
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	width: 276px;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	padding-left: 10px;
	background: url(../../images/home/a_right2.png) no-repeat 256px center
		rgba(247, 247, 247, 1);
}