.search_logo1_img{
    width: 30px;
    height: 30px;
    margin-top: 4px;
    margin-left: -20px;
    cursor: pointer;
}
.mrgto1{
    width: 1200px;
    margin: 0 auto;
}
.searc_div001{
    display: flex;
}
.search_logo1{
    width: 155px;
    border: 0px;
    font-size: 13px;
    height: 33px;
    line-height: 15px;
    border-bottom: 1px solid #e1dddd;
}
.search_logo1:focus{
    border: 0px;
    border-bottom: 1px solid #e1dddd;
}
input{
    outline: none;
}
.search_logo1:hover{
    border: 0px;
    border-bottom: 1px solid #e1dddd;
}
#searc_div001{
    margin-top: 20px;
}

.nav_div{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #e5e0e0;
    background-color: #00000047;
    top: 0;
    z-index: 99999;
}
.nav_main{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.nav_main .nav_title{
    width: 94%;
    height: 100%;
}
.nav_main .phone{
    width: 15%;
    height: 100%;
    display: flex;
    line-height: 70px;
    color: #c71111;
    font-size: 28px;
    cursor: pointer;
}

.nav_main .logo{
    width: 6%;
    height: 100%;
}
.nav_main .logo img{
    max-width: 200px;
    padding-top: 10px;
    height: 50px;
}

.nav_title ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.nav_title ul li{
    margin: 0;
    padding: 0 5px;
    min-width: 80px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}
.nav_title ul li a{
    color: #fcfcfc;
    height: 70px;
    display: block;
    /*text-shadow: -0.5px -0.5px 0 #FFF, 0.5px -0.5px 0 #FFF, -0.5px 0.5px 0 #FFF, 0.5px 0.5px 0 #FFF;*/
}

 #div_por_type1 a{
     color: #000;
     height: 50px;
     width: 200px;
     float: left;
     text-align: center;
    margin-left: 20px;
}

.nav_title ul li a:hover{
    color: red;
    height: 70px;
    display: block;
    font-weight: 600;

}
.nav_title ul li .pro_colse a:hover{
    color: red;
    height: 48px;
    display: block;

}
.nav_title ul li .pro_colse a{
    color: #000;
    height: 50px;
    display: block;
}

.nav_title .div_por {
    width: 11%;
    margin-left: -3%;
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 66;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    border-left: 1px solid #ebebec;
    border-right: 1px solid #ebebec;
}

.nav_title #div_por_type1 {
    width: 100%;
    margin-left: 0;
    left: 0;
    min-height: 80px;
    display: none;
    padding-bottom: 20px;
    background-color: #f8f8f8;
    position: absolute;
    z-index: 99;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    border-left: 0px solid #ebebec;
    border-right: 0px solid #ebebec;
    padding-top: 20px;
}

.nav_title .div_item{
    padding-bottom: 5px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    font-size: 12px;
    border-bottom: 1px solid #ebebec;
}

.nav_title .div_item1{
    padding-bottom: 5px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;

}
.nav_main .phone img{
    width: 30px;
    height: 25px;
    padding-top: 22px;
    padding-right: 10px;
}

.nav_title .btd{
    background: url(/resources/img/home/down.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 36%;
    margin-left: 3px;
}
.nav_title .btdp{
    background: url(/resources/img/home/up.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 36%;
    margin-left: 3px;
}