
/*公共样式*/
.menu_div-box{
	width: 100%;
	min-width: 1200px;
	height: 130px;
	position: absolute;
	top: 100px;
	left: 0;
	background: white;
	z-index: 99;
	display: none;
	/*background: ;*/
	border-bottom: 1px solid #C2C2C4;
}

.menu_div-box .menu_div{
	width: 1200px;
	height: 130px;
	overflow: hidden;
	display: block;
	margin: auto;
}

.menu_div_ul li{
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
}
.menu_div_ul li a{
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.tab-icon{
	width: 46px;
	height: 46px;
	position: absolute;
	top: 12px;
	left: 27px;
	display: block;
}

.menu_active{
	position: relative;
}
.menu_div_ul_span{
	width: 100px;
	height: 35px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #666;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu_div_ul_li:hover .menu_div_ul_span{
	color: #333;
	font-weight: 600;
}

/*设计方案*/

.sheji-tabs{
	width: 500px;
	height: 100px;
	margin:15px auto;
}
.sjicon1{
	background: url(../images/sjicon1.png)center no-repeat;
	background-size: 100%;
}
.sjicon2{
	background: url(../images/sjicon2.png)center no-repeat;
	background-size: 100%;
}
.sjicon3{
	background: url(../images/sjicon3.png)center no-repeat;
	background-size: 100%;
}
.sjicon4{
	background: url(../images/sjicon4.png)center no-repeat;
	background-size: 100%;
}
.sjicon5{
	background: url(../images/sjicon5.png)center no-repeat;
	background-size: 100%;
}
.sj-menu_div_ul_li:hover .sjicon1{
	background: url(../images/sjicon1_1.png)center no-repeat;
	background-size: 100%;
}
.sj-menu_div_ul_li:hover .sjicon2{
	background: url(../images/sjicon2_1.png)center no-repeat;
	background-size: 100%;
}
.sj-menu_div_ul_li:hover .sjicon3{
	background: url(../images/sjicon3_1.png)center no-repeat;
	background-size: 100%;
}
.sj-menu_div_ul_li:hover .sjicon4{
	background: url(../images/sjicon4_1.png)center no-repeat;
	background-size: 100%;
}
.sj-menu_div_ul_li:hover .sjicon5{
	background: url(../images/sjicon5_1.png)center no-repeat;
	background-size: 100%;
}
/*产品分类*/
.chanping-tabs{
	width: 600px;
	height: 100px;
	margin:15px auto;
}
.cpicon1{
	background: url(../images/icon1.png)center no-repeat;
	background-size: 100%;
}
.cpicon2{
	background: url(../images/icon2.png)center no-repeat;
	background-size: 100%;
}
.cpicon3{
	background: url(../images/icon3.png)center no-repeat;
	background-size: 100%;
}
.cpicon4{
	background: url(../images/icon4.png)center no-repeat;
	background-size: 100%;
}
.cpicon5{
	background: url(../images/icon5.png)center no-repeat;
	background-size: 100%;
}
.cpicon6{
	background: url(../images/icon6.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon1{
	background: url(../images/icon1_1.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon2{
	background: url(../images/icon2_1.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon3{
	background: url(../images/icon3_1.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon4{
	background: url(../images/icon4_1.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon5{
	background: url(../images/icon5_1.png)center no-repeat;
	background-size: 100%;
}
.cp-menu_div_ul_li:hover .cpicon6{
	background: url(../images/icon6_1.png)center no-repeat;
	background-size: 100%;
}
/*合伙人*/
.hhr-tabs{
	width: 200px;
	height: 100px;
	margin:15px auto;
}
.hhicon1{
	background: url(../images/hhicon1.png)center no-repeat;
	background-size: 100%;
}
.hhicon2{
	background: url(../images/hhicon2.png)center no-repeat;
	background-size: 100%;
}
.hh-menu_div_ul_li:hover .hhicon1{
	background: url(../images/hhicon1_1.png)center no-repeat;
	background-size: 100%;
}
.hh-menu_div_ul_li:hover .hhicon2{
	background: url(../images/hhicon2_1.png)center no-repeat;
	background-size: 100%;
}


.aside-rt .submit{
	background: #666;
}
.aside-rt .submit:hover{
	background: #5A5A5A;
}
.aside-rt .layui-form-select dl dd.layui-this{background: #333;}
