@charset "utf-8";
.notice_a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #333;
}

.notice_a:hover,
.notice_a:visited {
    color: #333;
    text-decoration: underline;
}
/* 顶部通知 end */

.pcv1_top_nav {
    margin: 0 auto;
    width: 100%;
    height: 74px;
    font-size: 14px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 4px 12px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.08);
}

.pcv1_top_nav .nav_box_inner {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    align-content: center;
}

/* logo start */
.pcv1_logo_box {
    width: 150px;
    /*height: 35px;*/
    margin-right: 30px;
    overflow: hidden;
}

.pcv1_logo {
    max-width: 100%;
    max-height: 100%;
}
/* logo end */

/* 导航 start */
.pcv1_nav_box {
    margin: 0;
    height: 74px;
}

.pcv1_nav_a {
    line-height: 74px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.pcv1_nav_a:hover{
    color: #e45f20;
}
.pcv1_nav_a.active {
    color: #fff;
    background: #e45f20;
}
/* 导航 end */

/* 搜索 start */
/* 条件选择 start */
.condition_sel_box {
    margin: 0;
    width: 50px;
    height: 100%;
    position: relative;
}

.nav_box_inner .pcv1_search_box {
    box-sizing: border-box;
    padding: 8px 16px 8px 5px;
    width: 150px;
    height: 36px;
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    border: 1px solid #ededed;
    justify-content: space-between;
}

.condition_sel {
    box-sizing: border-box;
    padding: 0 10px 0 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    display: block;
    cursor: pointer;
    background: url("../images/drop_down_icon.png") center right no-repeat;
    background-size: 10px 6px;
}

.condition_ul_box {
    display: none;
    width: 60px;
    position: absolute;
    top: 20px;
    left: -10px;
    padding-top: 8px;
    z-index: 100;
}

.condition_ul {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.condition_item {
    padding: 0 10px;
    font-size: 13px;
    color: #000;
    line-height: 28px;
    cursor: pointer;
}

.condition_sel:hover,
.condition_item:hover,
.condition_item.active {
    color: #e45f20;
}
/* 条件选择 end */

/* 输入框 start */
.pcv1_search_input {
    box-sizing: border-box;
    padding: 0 8px;
    width: 100px;
    line-height: 20px;
    border: 0;
    font-size: 14px;
    text-align: left;
}
.pcv1_search_input::placeholder{
    color: #999999;
}
.pcv1_search_input:focus {
    border: 0;
}
/* 输入框 end */

/* 搜索icon start */
.search_icon_box,.sub-butn{
    width: 18px;
    height: 18px;
    background: url("../images/search_icon.png") center center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
	border:none;
}

.search_icon_box:hover,.sub-butn:hover{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}
/* 搜索icon end */
/* 搜索 end */

/* 用户信息模块 start */
/* 登录前，登录注册样式 start */
.pcv1_top_nav .pcv1_before_login {
    width: 134px;
    margin: 0;
    justify-content: flex-end;
}

.pcv1_before_login span {
    margin-left: 10px;
}

.pcv1_before_login .a_mouse:hover {
    color: #e45f20;
}
/* 登录前，登录注册样式 end */

/* 登录后 start */
/* 用户基本信息 start */
.pcv1_user_info_contain {
    margin: 0;
    width: 184px;
    height: 100%;
    position: relative;
}

.pcv1_user_info_box {
    width: 100%;
    height: 100%;
    cursor: pointer;
    justify-content: space-between;
}

.pcv1_user_info_box .user_name_box {
    color: #000;
    font-size: 14px;
    text-align: right;
    width: 150px;
    overflow: hidden;
}

.pcv1_user_info_box .user_pic_box {
    margin: 0;
    width: 34px;
    height: 34px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    justify-content: center;
}

.pcv1_user_info_box .user_pic {
    width: 100%;
    height: 100%;
}
/* 用户基本信息 end */

/* 用户信息下拉框 start */
.user_info_drop {
    display: none;
    width: 100%;
    padding-top: 12px;
    position: absolute;
    top: 74px;
    left: 0;
    z-index: 100;
}

.user_info_drop_ul {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
}

.user_info_drop_item>a {
    display: block;
    padding: 18px 10px;
    line-height: 20px;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #f3f5f9;
    cursor: pointer;
}

.user_info_drop_item:last-child>a {
    border-bottom: 0;
}

.user_info_drop_item>a:hover {
    color: #e45f20;
}
/* 用户信息下拉框 end */
/* 登录后 end */
/* 用户信息模块 end */





