/* 头部雨导航栏的样式 */
html,
body {
	margin: 0 auto;
	background-color: #f7f7f7;
}

.iconfont {
	font-size: 0px;
}

.main_width {
	width: 1200px;
	margin: auto;
}

.relative {
	position: relative;
}

.flex {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

.flex-1 {
	-webkit-flex: 1;
	/* Chrome */
	-ms-flex: 1;
	/* IE 10 */
	flex: 1;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-flex: 1;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;
	/* OLD - Firefox 19- */
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-pack-around {
	-webkit-box-pack: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: center;
	justify-content: space-around;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

/* 头部 */
.all_top {
	background-color: #f3f3f3;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
}

.all_top i {
	top: 0;
}

.header_top_call {
	margin-left: 20px;
}

.header_right span:last-child {
	margin-left: 15px;
}

.header_right span:not(:last-child) {
	margin: auto 15px;
}

.all_top i {
	font-size: 12px;
}

.header_middle {
	margin: 30px auto;
}

.header_middle .image_logo {
	width: 220px;
	height: 36.5px;
}

.image_logo img {
	width: 100%;
	height: 100%;
}

.form_search {
	margin-left: 80px;
	width: 560px;
	margin-right: 22px;
}

/* 搜索 */
.input-group {
	width: 560px;
	height: 44px;
	position: relative;
}

.input-group i {
	font-size: 0.18rem;
	margin-right: 0.05rem;
	font-weight: bold;
	position: absolute;
	top: 6px;
	left: 10px;
}

.form-control {
	border-radius: 6px;
	border: 2px solid #115fa8;
	height: 40px;
	padding: 0;
}

.input-group-text {
	/* border-radius: 0.08rem; */
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	background-color: #115fa8;
	border: 2px solid #115fa8;
	height: 40px;
	width: 110px;
	color: #fff;
	justify-content: center;
	font-size: 18px;
	padding: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #115fa8;
	outline: 0;
	box-shadow: 0 0 0 .0rem rgba(255, 0, 54, .25)
}

.input-group i {
	font-size: 18px;
	margin-right: 5px;
	font-weight: bold;
}

.header_search_detail {
	display: flex;
	padding-right: 750px;
	font-size: 100px;
	color: #666666;
}

.header_middle_right {
	width: 74px;
	height: 74px;
}

.header_middle_right img {
	width: 100%;
	height: 100%;
}

.search_desc {
	font-size: 16px;
	color: #969696;
}

.search_desc span:first-child {
	margin-right: 12.5px;
}

.search_desc span:not(:first-child) {
	margin: auto 13px;
}

.header_ask_cart {
	width: 166px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	color: #115fa8;
	position: relative;
	/* font-weight: bold; */
}

.header_ask_cart i {
	font-size: 18px;
	margin-right: 6px;
	position: absolute;
	top: 0;
	left: 5px;
}

.header_ask_cart i {
	font-size: 18px;
	margin-right: 6px;
}

.header_cart_number {
	color: #fff;
	border-radius: 50%;
	font-size: 14px;
	background-color: #115fa8;
	padding: 1px 6px;
	margin-left: 6px;
}

.my-enquiry-cart {
	width: 90px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}

/* 导航条 */
.home_nav {
	border-bottom: 3px solid #115fa8;
}

.home_nav_container {
	height: 37px;
	line-height: 37px;
	font-size: 18px;
	color: #666;
	cursor: default;
}

.home_nav_container .active {
	color: #115fa8;
}

.all_cate_main {
	width: 233px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	padding-left: 16px;
	background-color: #1060a8;
}

/* 分类 */
.homeIndexCate {
	height: 420px;
	z-index: 999;
	position: absolute;
	top: 204px;
	width: 100%;
}

.homeIndexCate .equip-second-cate {
	height: 100%;
	width: 717px;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.95);
}

/* 设备商城 */



.equip_left_cate {
	width: 233px;
	height: 100%;
	border: 1px solid #dcdcdc;
	/* background-color: #f2f2f2; */

}

.form_search_cate {

	margin: 13px 3px 0;

	background-color: #fff;

	height: 66px;

	/* line-height: 66px; */

	font-size: 18px;

	padding: 0.0px 30px;

}

.form_search_cate input {

	width: 100%;

	height: 66px;

	line-height: 66px;

	border: 0;

	padding-left: 20px;

	box-sizing: border-box;

}

.form_search_cate i {

	position: absolute;

	right: 20px;

	color: #000;

	font-weight: bold;

	font-size: 28px;

}

.cate_title {

	background-color: #3d81a8;

	color: #fff;

	font-size: 20px;

	padding-left: 30px;

	height: 57px;

	line-height: 57px;

	/* margin-top: 30px; */

}

.all_equip_box {

	/* padding: 0 20px; */
	font-size: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #333;

}

.all_equip_box_cate_item {
	/* border-bottom: 1px solid #e2e2e2; */
	height: 42px;
	color: #fff;
}

.all_equip_box_cate_item span {
	line-height: 42px;
	font-size: 14px;
	padding-left: 20px;
}

.all_equip_box .all_equip_box_cate_item:last-child {

	border: 0;

}

.all_equip_box_cate_item i {

	font-size: 20px;

	color: #333;

}



/* 左边 */

.equip_right {

	margin-left: -1px;

	width: calc(100% - 390px - 10px);

}

.equip_nav {

	height: 35px;

	line-height: 33px;

	border-bottom: 1px solid #e9e9e9;

}

.equip_nav_left span {

	display: inline-block;

	width: 108px;

	text-align: center;

	font-size: 19px;

}

.equip_nav_left span.active {

	border-bottom: 2px solid #ff0036;

	color: #ff0036;

}

.equip_list_box {

	margin-left: -10px;

	margin-top: 15px;

}

.equip_list_box_item {

	padding-left: 10px;

	float: left;

}

.equip_list_box_item_container {

	width: 259px;

	height: 350px;

	border-radius: 8px;

	background-color: #fff;

	padding: 10px 0;

	margin: 0 3px;

	box-sizing: border-box;

	margin-bottom: 10px;



}

.equip_list_box_item_container img {

	width: 240px;

	height: 240px;

}

.equip_item_title {

	font-size: 15px;

	line-height: 35px;

	height: 35px;

	color: #333;

	padding: 0 10px;

	box-sizing: border-box;

}

.equip_item_desc {

	width: 100%;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 14px;

	color: #888;

	padding: 0 10px;

	box-sizing: border-box;

	color: #776165;

}

.equip_item_between {

	width: 100%;

	color: #333;

	font-size: 15px;

	margin-top: 10px;

	padding: 0 10px;

	box-sizing: border-box;

}

/* 右侧展开2级菜单 */

.equip-second-cate {
	background-color: #fff;
	overflow: auto;
}

.equip-second-cate .second-title {
	color: #3d81a8;
	height: 30px;
	/* margin-top: 10px; */
	font-size: 14px;
}

.equip-second-cate .third-cate {

	color: #333 !important;
	font-size: 14px;
	/* margin: 10px 10px 10px 0; */
	display: inline-block;
	margin-right: 20px;
	text-align: left;
}

.homeIndexCate {

	height: 420px;

	z-index: 500;

	position: absolute;

	top: 204px;

	left: calc(50vw - 600px - 9px);

	width: 1201px;
	/* background-color: rgba(0, 0, 0, 0.6); */

}

@media screen and (min-width:0\0) {
	.homeIndexCate {
		height: 420px;
		z-index: 999;
		position: absolute;
		top: 204px;
		left: calc(50vw - 600px - 8px);
		width: 1201px;
		/* background-color: rgba(0, 0, 0, 0.6); */
	}
}

.cursor {
	cursor: pointer;
}

.text-hover:hover {
	color: #1060a8 !important;
}

.hot:hover {
	color: #115fa8;
}

.input-group input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #535353;
}
.main_cate_active{
	background-color: #000;
}

/* 切换 */
.show{
	position: relative;
}
.show_mode {
	display: flex;
	align-items: center;
	margin: 0 9px;
}
.show_mode span{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #3a3a3a;
	margin-right: 0px!important;
}
.switch_mode{
	position: absolute;
	top: 25px;
	left: 2px;
	font-size: 12px;
	background-color: #ffffff;
	border: solid 1px #d4d4d4;
	width: 91px;
	border-radius: 2px;
	z-index: 99;
	/* height: 62px; */
}
.switch_mode dd{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 3px 0;
}
.switch_mode dd:hover{
	color: #409eff;
}
