﻿.zd_footer {
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    padding: 2% auto;
}

.foot_contact {
    width: 83%;
    margin-left: 8.5%;
    display: flex;
}

.foot_contact_company{
    width: 30%;   
}
.foot_contact_menu{
    width: 58%;
    display: flex;
    margin-left: 23%;
}
.foot_contact_menu-en{
    width: 58%;
    display: flex;
    margin-left: 10%;
}
.foot_contact_menu div,
.foot_contact_menu-en div{
    width: 23%;
    margin-left: 2%;
}
.hotline{
    width: 50%;
}
.foot_contact_icon{
    width: 50%;
    position: relative;
    right: 2%;
}
.footer_phone {
    font-size: 16px;
    font-weight: 500;
    /* line-height: 40px; */
    color: #333333;

}

.footer_phone-img {
    width: 20px;
    height: 20px;
}

.footer_social {
    float: right;
}

.foot_contact_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 2%;
    color: #333333;
    line-height: 24px;
}
.text__small18 a{
    /* text-decoration: none; */
    color: #666666
}
.foot_contact_menu .foot_contact_title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 6px;
    color: #333333;
    line-height: 24px;
}

.foot_contact_info .text__small18 {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}


/* 三级菜单-雷电保护 */
.third_div_active{
    display: none;
    position: absolute;
    z-index: 1;
    left: calc(100% - 1px);
    height: 100%;
    top: 0;
    width: 380px;
    /* overflow: hidden; */
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
.third_ul_active{
    display: flex;
    flex-wrap: wrap;
}
.third_li_active{
    width: 160px !important;
    padding-left: 20px !important;
}


/* 导航条--搜索框 */
/* 当导航条透明 */
.mc_navbar .mc_msc_submit{
	color: #fff;
}
.mc_navbar .searchInput
{
	color: #fff;
	border: #fff 1px solid;
	line-height: 35px;
	border-radius: 5px;
	width:80%;
    padding-left: 2%;
}
.mc_navbar input::placeholder {
	font-weight: 400;
	color: #fff;
}

/* 当导航条白色背景 */
.mc_fixed .mc_msc_submit{
	color: #333;
}
.mc_fixed .searchInput{
	border: rgb(142, 140, 140) 1px solid;
	line-height: 35px;
	color: #333;
	border-radius: 5px
}
.mc_fixed input::placeholder {
	/* font-weight: 400; */
	color: #333;
}

/* 搜索框--moblie */
.seach-mb .searchInput{
	border: #666 1px solid;
    line-height: 35px;
	border-radius: 5px;
}