body{
    padding-top: 80px;
}
/*菜单选中项*/
.d_yin {display:none;}
/*头部链接悬浮色*/
.newhead_box a:hover{
    color: #F31A2A;
    text-decoration: none;
}
.newhead_box{
    background: #fff;
    min-height: 80px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #333;
    position: fixed;
    top: 0px;
    z-index: 200;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.04);
}
.newhead_box>div.menu_div{
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    padding: 0px 12px 0px 36px;
    flex: 1;
    position: relative;
    box-sizing: border-box;
}
.newhead_logo_box{
    width: 200px;
    min-width: 140px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    height: 80px;
}
.newhead_logo_box img{
    max-height: 66px;
    max-width: 100%;
}

/*.newhead_a_link{*/
/*    display: flex;*/
/*}*/

@keyframes upDown{0%{transform: translateY(5px);} 25%{transform: translateY(0px);} 50%{transform: translateY(5px);} 75%{transform: translateY(0px);} 100%{transform: translateY(5px);}}
/*搜索框*/
.newhead_search_parent{
    position: relative;
    height: 80px;
}
/* 可配置咨询 start */
.newhead_search_module{
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08);
    /*padding: 0px 20px;*/
    /*width: 460px;*/
    /*height: 154px;*/
    box-sizing: border-box;
    width: 0px;
    overflow: hidden;
    z-index: 5;
}
.newhead_search_module.show{
    width: 610px;
}
/*.newhead_search_module>div{
    margin: 0px 20px;
}*/
.newhead_search_module_tab{
    border-bottom: 1px solid #ddd;
    /*background: linear-gradient(270deg,#ff8f00,#ff6a00 95%);*/
    background: linear-gradient(90deg, #F31A2A 0%, #FF496A 100%);
    margin: 0px !important;
    padding: 0px 20px;
}
.newhead_search_module_tab>li{
    padding: 0;
    display: inline-block;
    margin-right: 24px;
    position: relative;
    font-size: 16px;
    color: #fff;
    /*opacity: 0.6;*/
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
}
.newhead_search_module_tab li.hover {
    color: #FFF700 !important;
    /*opacity: 1;*/
}
.newhead_search_module_tab li.hover select {
    color: #FFF700;
    /*opacity: 1;*/
}
/*.newhead_search_module_tab li.hover:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: #fff;
}*/
.newhead_search_module>div{
    display: none;
    align-items: center;
    /*height: 34px;*/
    border-radius: 4px;
    border: 1px solid #F31A2A;
    /*margin: 20px 20px;*/
}
/*.newhead_search_module>div{
    !*display: flex;*!

}*/
.newhead_search_module>div .pcmicrosite-guanbi {
    display: none;
    padding-left: 10px;
    padding-top: 4px;
    cursor: pointer;
}
.newhead_search_module .consult-type-content0 {
    display: flex;
}
.newhead_search_module>div input[name="keyword"]{
    display: block;
    padding-left: 8px;
    height: 40px;
    border: none;
    border-radius: 4px;
    flex: 1;
    font-size: 14px;
}
.newhead_search_module>div button{
    display: flex;
    align-items: center;
    padding: 0px 8px;
    color: #F31A2A;
    background: #fff;
}
.newhead_search_module>div button i{
    padding-right: 4px;
    font-size: 20px;
}
.newhead_search_module>div.hot_search{
    border: none;
}
.newhead_search_module .layout-dialog__form {
    font-size: 14px;
}
.newhead_search_module .layout-dialog__form-hint-msg {
    cursor: default;
}
.newhead_search_module .layout-dialog__form-button {
    font-size: 16px;
    border-radius: 3px;
    padding: 10px 100px;
    background: #F31A2A;
    color: #fff;
}

.newhead_search_module .layout-dialog__line:last-of-type .layout-dialog__form-button{
    display: inline;
}

.consult-set-style_select {
    height: 42px;
    width: 160px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    border: none;
}
.consult-set-style_select option {
    color: #000;
}
.consult-set-style_select option:first-child {
    color: #8d8d8d;
}
/*.consult-set-style_select ~ .consult-type-content {
    margin: 0px;
}*/
/* 可配置咨询 end */
.hot_search>h1{
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 10px;
}
.hot_search>div a{
    max-width: 206px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
    height: 24px;
    font-size: 12px;
    color: #181818;
    display: inline-block;
    letter-spacing: 0;
    padding: 3px 8px;
    border: 1px solid #d8d8d8;
    margin-right: 12px;
    margin-bottom: 10px;
    min-width: 64px;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
}
.hot_search>div a:hover{
    color: #F31A2A;
    border: 1px solid #F31A2A;
}
.newhead_search_box{
    border-radius: 20px;
    border: 1px solid #DDDDDD;
    position: relative;
    top: 20px;
    left: 0px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    display: flex;
    cursor: pointer;
    /*font-size: 14px;*/
}
.newhead_search_box:hover{
    background: #FAFAFA;
}

/*头部右侧*/
.newhead_right_link{
    display: flex;
    /*font-size: 14px;*/
    align-items: center;
    flex-shrink: 0;
    height: 80px;
}
.newhead_right_link>div,.newhead_right_link>a{
    /*margin-left: 16px;*/
    display: block;
    cursor: pointer;
}
.register_button,
.pcm__gobsystem--btn {
    background: #F31A2A;
    border-radius: 4px;
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    color: #fff !important;
    text-align: center;
    margin-left: 16px;
}
.newhead_right_link>a.pcm__login--btn,
.newhead_right_link>a.register_button,
.newhead_right_link>a.pcm__gobsystem--btn,
.newhead_right_link>a.pcm__loginout--btn {
    display: none;
}
.newhead_right_link>a.pcm__loginout--btn{
    color: #F31A2A;
}
.newhead_a_link a.hover{
    color: #F31A2A;
    /*font-weight: 700;*/
}

@media only screen and (min-width: 1680px){
    .newhead_search_box>div{
        width: 200px;
    }
}
@media only screen and (max-width: 1679px) and (min-width: 1440px){
    .newhead_box>div.menu_div {
        padding: 0px 12px;
    }
    /*.newhead_logo_box{
        width: 152px;
    }*/
    .newhead_a_link>div a.menulink_handle{
        padding: 0px 5px;
    }
    .newhead_search_box>div{
        width: 120px;
    }
  /*  .newhead_a_link>div i.hot_mark{
        width: 16px;
        height: 16px;
        top: 14px;
        right: 2px;
    }
    .newhead_a_link>div i.new_mark{
        width: 16px;
        height: 16px;
        top: 12px;
        right: 2px;
    }*/
}
@media only screen and (max-width: 1800px){
    .newhead_box>div.menu_div {
        padding: 0px 12px;
    }
    .newhead_logo_box{
        max-width: 140px;
    }
    .newhead_a_link>div a.menulink_handle{
        padding: 0px 5px;
    }
    .newhead_a_link>div i.hot_mark{
        width: 16px;
        height: 16px;
        top: 14px;
        right: 2px;
    }
   /* .newhead_a_link>div i.new_mark{
        width: 16px;
        height: 16px;
        top: 12px;
        right: 2px;
    }
    .newhead_search_box>div{
        width: 0px;
        font-size: 0px;
    }*/
}

/*顶部导航-平台链接*/
.header__domain-links > ul {
    /* 随主体变更颜色*/
    box-shadow: 0px 0px 16px 0px rgba(243, 26, 42, 0.16);
}
/*/顶部导航-平台链接*/
