a:hover{
    color: #e92415;
}
body {
    background-color: #f4f6f9;
}
.jy_view_content img{
    width: 100%;
}
.jy_footer{
    /* margin-top: 30px; */
}
.jingyun_head{
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(38 49 83 / 28%);
    background-color: #fff;
    border-bottom: 1px solid rgba(76,87,102,.1);
}

.jingyun_head_con_top{
    width: 100%;
    background: #e92415;
    color: #fff;
}
.jingyun_head_con_top .jingyun_head_con_top_wrap {
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    padding: 5px 0;
}
.jingyun_head_con_top .jingyun_head_con_top_wrap p {}
.jingyun_head_con_top .jingyun_head_con_top_wrap p a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.jingyun_head_con_top .jingyun_head_con_top_wrap p a:hover {}
.jingyun_head_con_top .jingyun_head_con_top_wrap p:first-child {}
.jingyun_head_con_top .jingyun_head_con_top_wrap p:last-child {
    display: flex;
    align-items: center;
}
.jingyun_head_con_top form{
    position: relative;
    display: none;
    height: 34px;
    width: 300px;
}
.jingyun_head_con_top_input{
    height: 34px;
    border: 1px solid #f4f6f9;
    background: #f4f6f9;
    border-radius: 5px;
    overflow: hidden;
    cursor: text;
    white-space: nowrap;
    padding-top: 1px;
    font-weight: bold;
   
}
.jingyun_head_con_top_input span{
    color: #333;
    line-height: 34px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    padding-right: 10px;
    padding-left: 5px;
    font-size: 13px;
}
.jingyun_head_con_top_input input{
    background: transparent;
    border: 0;
    cursor: text;
    outline: none;
    padding: 0;
    
}

.jingyun_head_con_top button{
        background: #e92415;
    border: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 20px;
    border-radius: 0 5px 5px 0;
}
.jingyun_head_con_top .jingyun_head_con_top_logo{
    margin-right: 50px;
    display: flex;
    align-items: center;
}
.jingyun_head_con_top .jingyun_head_con_top_logo img{
    height: auto;
    display: block;
    width: 100%;
}
.jingyun_head_con_top_qq{
        border: 1px solid #e92415;
        border-radius: 4px;
        color: #e92415;
        line-height: 32px;
        padding: 0 15px;
        margin-left: 20px;
        height: 34px;
        display: none;
}
.jingyun_head_con_top_qq:hover{
    background-color: #f6f9fc;
}
.jingyun_head_nav{
    width: 1400px;
    margin: 25px auto;
    display: flex;
    align-items: center;
}
.jingyun_head_nav .fll {
    margin-right: 40px;
}
.jingyun_head_nav .fll a {
    display: block;
    width: 165px;
}
.jingyun_head_nav .fll a img {
    display: block;
    width: 100%;
}
.jingyun_head_nav .fl {
    flex: 1;
}
.jingyun_head_nav .fl li {}
.jingyun_head_nav .fr {}
.jingyun_head_nav .fr a {
    background: #e92415;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 5px;
}
.jingyun_head_nav .fr a span {
    margin-right: 5px;
}
.jingyun_head_nav ul li{
        display: inline-block;
        padding: 0px 20px;
    line-height: 38px;
    position: relative;
}
.jingyun_head_nav ul li a{
display: block;
    font-weight: 400;
    color: #5f6368;
        padding-bottom: 5px;
    font-size: 16px;
}
.jingyun_head_nav ul li:first-child a{
    padding-left: 0;
}
.active>a{
    border-bottom: 3px solid #e92415;
    
}
.jingyun_head_2nav  li{
    display: block!important;
    
}
.jingyun_head_2nav  li:hover{
    background: #f6f9fc!important;
}
.jingyun_head_2nav {
    position: absolute;
    top: 40px;
    width: 145px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: center;
    left: -15px;
    display: none;
}
.jingyun_head_nav li:hover .jingyun_head_2nav{
    display: block;
}
.jingyun_head_con_right{
    float: right;
}
.jingyun_head_con_top_left{
    display: flex;
}
.jingyun_head_con_right a{
        text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-block;
    float: left;
    color: #333;
    text-transform: none;
    padding: 0;
    font-weight: 500;
    margin: 0;
    padding: 0 12px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    padding:  0 15px;
    color: #333;
}
.jingyun_head_con_right>a:hover{
        background-color: #f6f9fc;
}
.jingyun_head_con_right b a{
        border: 1px solid #e92415;
    border-radius: 4px;
    color: #e92415;
    line-height: 32px;
        background: #e92415;
        margin-left: 15px;
}
.jingyun_head_con_right b a{
    color: white;
    margin-right: 15px;
}
.jingyun_head_con_right b a span{
    margin-right: 8px;
}
.jingyun_head_con_right b:hover a{
    color: white!important;
}
.jy_sortnav{
    width: 1400px;
    background-color: white;
    margin: auto;
    line-height: 82px;
    border-radius: 10px;
    padding: 0 40px;
    margin-top: -44px;
}
.jy_sortnav a{
    font-size: 16px;
    color: #5a5a5a;
    padding: 0 20px;
    font-weight: bold;
}
.jy_top{
    width: 100%;
    height: 170px;
}
.jy_top_con{
    width: 1400px;
    margin: auto;
}
.jy_top_t{
        padding-top: 50px;
    color: white;
    font-size: 32px;
    font-weight: bold;
        text-shadow: -1px 2px 4px #434242;
}
.jy_sortnav_info{
    color:#e92415!important ;
}
.jy_footer{
    width: 100%;
    background: #25282a;
    font-size: 12px;
    color: #989b9f;
    padding: 20px 0;
}
.jy_footer_con{
    width: 1400px;
    margin: auto;
}
.jy_footer_con p{
    text-align: center;
}
.jy_footer_con p a{
    color: #989b9f;
}