body p.col span{
    color: #f42424;
}
.head1{
    background: #f1f1f1;
    width: 100%;
    min-width: 1200px;
}
.head1 .head1_sbox{
    width:  1200px;
    height: 30px;
    margin:  0 auto;
}
.head1_sbox .head1_left{
    line-height:  30px;
    float:  left;
    color: white;
}
.head_text{
    color: #888888;
    margin: 0 10px;
    display: block;
    float: left;
    font-size: 12px;
    position: relative;
}
.h1_title_item{
    min-width: 70px;
}
.h1_title_item.col .h1_title_name{
    color: #ff4a4c;
}
.h1_title_item .h1_sol_bk{
    background: url("../../../img/default/home/index/sol_down.png");
    background-repeat: no-repeat;
    display: block;
    width: 11px;
    height: 11px;
    float:  left;
    margin-top:  14px;
    margin-left: 8px;
}

.h1_title_item.col .h1_sol_bk{
    background: url("../../../img/default/home/index/sol_up_on.png");
    background-repeat: no-repeat;
    display: block;
    width: 11px;
    height: 11px;
}
.head_text span{
    cursor: pointer;
    display:  block;
    float:  left;
}
.head_text span:hover{
    color: black;
}
.zhimeng_home{
    margin-right: 25px;
}
.head1_sbox .head1_right{
    line-height: 30px;
    float: right;
    color: white;
}
#user_id{
    margin-right: 20px;
}
#user_id:hover .head1_my_info{
    height: 78px;
    display: block;
}
#user_id .down_img{
    opacity: 1;
    width: 10px;
    position:  absolute;
    right: -15px;
    top: 14px;
    transform: rotate(0deg);
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
#user_id:hover .down_img{
    transform: rotate(180deg);
}
#user_id .head1_my_info{
    width: 110px;
    background: white;
    position:  absolute;
    /* box-shadow: 0 2px 2px #aaaaaa; */
    z-index: 8;
    top: 29px;
    border: 1px solid #f1f1f1;
    border-top:  0;
    text-align:  center;
    height: 0;
    /*display: none;*/
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.head1_my_info .head1_my_info_sbox{
    margin: 10px 0;
}
#user_id .head1_my_info a{
    display:  block;
    line-height: 0;
    height: 0;
    transition: all 0.4s cubic-bezier(0.4, -0.15, 0, 0.99) 0s;
}
#user_id .head1_my_info a span{
    color: #666666;
    font-size:  12px;
    display:  block;
    float:  inherit;
}
#user_id .head1_my_info a span:hover{
    background: #f1f1f1;
    color:  black;
}
#user_id:hover .head1_my_info a{
    line-height: 30px;
    height: 30px;
}

.h1_dropdown_box{
    background: white;
    background-repeat: repeat;
    overflow:  hidden;
    position:  absolute;
    top: 30px;
    text-align:  center;
    width:  100%;
    left: 0;
    z-index: 50;
    height: 0px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.drop_item{
    width: 260px;
    display: inline-block;
}
.drop_item .h1_dropdown_title{
    color:  white;
    width:  58%;
    margin-top: 20px;
}
.h1_dropdown_box .h1_dropdown_ul{
    margin:  0 auto;
    overflow:  hidden;
    margin-bottom: 45px;
}
.h1_dropdown_ul .h1_dropdown_li{

    margin-top: 0px;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}
.h1_dropdown_box.on .h1_dropdown_li{
    margin-top: 35px;
}
.h1_dropdown_li .h1_dropdown_title{
    color: black;
}
.h1_dropdown_li .h1_dropdown_item{
    color: black;
    overflow:  hidden;
    line-height:  32px;
    height:  32px;
    transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
    cursor:  pointer;
    display: block;
}
.h1_dropdown_item:hover{
    padding-left: 8px;
}
.h1_dropdown_item .g_img{
    float:  left;
}
.h1_dropdown_item .h1_dropdown_text{
    margin-left: 48px;
    text-align:  left;
}


.h1{
    width: 100%;
}
.h1 .h1_sbox_{
    width: 1200px;
    margin: 0 auto;
    height: 108px;
    position: relative;
    padding: 25px 0;
}
.h1 .h1_logo_box{
    width: 250px;
    float: left;
    text-align: center;
    display: block;
    /* overflow:  hidden; */
    margin-top: 27px;
}
.h1_logo_box .h1_logo_a{
    display:  block;
    width:  134px;
    text-align:  center;
    position:  relative;
    float:  left;
}
.h1_logo_box .logo_line_bk{
    position:  absolute;
    top: 3px;
    right:  0;
    height: 82%;
    background: gray;
    display:  block;
    width:  1px;
}
.h1_logo_box .h1_nav{
    float:  left;
    line-height:  28px;
    position:  relative;
    height: 28px;
    cursor: pointer;
}
.h1_nav .h1_nav_title{
    margin-left: 8px;
    float:  left;
    font-size:  22px;
    font-weight:  500;
    color:  #333333;
}
.h1_nav .h1_nav_more{
    position:  absolute;
    width:  260px;
    background:  white;
    z-index: 10;
    top: 28px;
    display: none;
    border: 1px solid #e1e1e1;
    border-radius:  5px;
}
.h1_nav:hover .h1_nav_more{
    display: block;
}
.h1_nav_more .h1_nm_box{
    width: 92%;
    margin:  0 auto;
}
.h1_nm_box .nm_item{
    text-align:  left;
    line-height:  40px;
    border-bottom:  1px solid #e1e1e1;
    overflow:  hidden;
}
.h1_nm_box .nm_item:last-child{
    border-bottom: 0;
}
.nm_item .nm_name{
    margin-right: 20px;
    cursor:  pointer;
    color: #666666;
    display: block;
    float:  left;
    padding:  0 5px;
}
.nm_item .nm_name:hover{
    color: #f42424;
}
.nm_name .open_icom{}

.h1_nav .logo_down_img{
    float:  left;
    margin-top:  6px;
    margin-left: 10px;
    transform: rotate(0deg);
    transition: all 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
.h1_nav:hover .logo_down_img{
    transform: rotate(180deg);
}
.h1_logo_a .logo_img{
    height: 28px;
}
.h1_sbox{
    width: 630px;
    position: absolute;
    top: 22px;
    left: 50%;
    margin-left: -150px;
    overflow: hidden;
}
.h1_sbox .search_centent{
    overflow: hidden;
    padding-left: 18px;
}
.search_name{
    color: white;
    padding: 0 6px;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    line-height: 22px;
    cursor: pointer;
}
.search_box{
    width: 100%;
    border: 2px solid;
    border-radius: 25px;
    overflow: hidden;
    height: 40px;
}
.search_box .search_left{
    float: left;
    height: 36px;
    overflow: hidden;
    border-radius: 25px 0px 0px 25px;
}
.search_left .search_img{
    float: left;
    width: 16px;
    margin-left: 18px;
    margin-top: 11px;
}
.search_left .search_input{
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    width: 460px;
    border: 0;
    font-size: 13px;
}
.search_right{
    float: right;
    width: 90px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.search_right .input_submit{
    width: 100%;
    height:38px;
    line-height: 38px;
    border: 0;
    font-size: 17px;
}
.search_button{
    position:  absolute;
    right: 25px;
    top:  44px;
}
.search_button .button_submit{
    background: url("../../../img/default/zhimeng/sol_btn1.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 38px;
    line-height: 38px;
    border: 0;
    font-size: 16px;
    width:  86px;
    color:  white;
}
