.head
{
    position: relative;
    width: 100%;
    background: #fff;
    border-bottom: 0 solid #ddd;
    height: 80px;
    z-index: 9999;
    margin-top: 0;
}
.head .navbox
{
    width: 80%;
    margin: 0 auto;
}
.head .nav
{
    display: block;
    float: left;
    width: calc(74% - 200px);
}
.head .nav .nav_pc
{
    width: 80%;
    margin-left: 10%;
}
.head .nav ul li
{
    float: left;
    position: relative;
    border-right: 0 solid #ccc;
    box-sizing: border-box;
    z-index: 999;
}
.head .nav ul li:first-child
{
    border-left: 0 solid #ccc;
}
.head .nav ul li .f_a
{
    line-height: 80px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.head .nav ul li:hover .f_a
{
    background-color: #bf4824;
    color: #fff;
    transition: all .8s;
}
.head .nav ul li .s_navbox
{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-sizing: border-box;
}
.head .nav ul li .s_navbox .s_a a
{
    color: #333;
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 12px 0;
    border-top: 0 solid #fff;
}
.head .nav ul li .s_navbox .s_a a:hover
{
    background-color: #bf4824;
    color: #fff;
}
.m_nav
{
    display: none;
}
.headlf .m_logo
{
    display: none;
}
.headrg .m_menuimg
{
    display: none;
}
.active
{
    background-color: #cf1322;
}
.activ2
{
    background-color: #cf1322;
}
.header
{
    position: relative;
    z-index: 99;
    left: 0;
    top: 0;
    float: left;
}
.header .nav .right_navbar
{
    display: none;
}
.header .wrap
{
    position: relative;
    padding: 35px 45px 27px 35px;
    height: 49px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: auto;
    max-width: 1839px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
}
.header.header_small .wrap
{
    padding: 15px 45px 16px 35px;
}
.header .logo
{
    float: left;
    height: 100%;
    padding-right: 28px;
    border-right: 1px solid #d5d5d5;
}
.header .logo .a, .header .logo img
{
    display: block;
    height: 100%;
}
.header .share_w
{
    float: right;
    padding-top: 3px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.header .share_w .w
{
    float: left;
    width: 20px;
    height: 20px;
    border-right: 0 solid #666;
    margin-left: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}
.header .share_w .w .a
{
    display: block;
    width: 100%;
    height: 100%;
}
.header .share_w .lg .a
{
    background: url(/image/head_login.png) no-repeat center;
}
.header .share_w .wx .a
{
    background: url(/image/wx.png) no-repeat center;
}
.header .share_w .wb .a
{
    background: url(/image/wb.png) no-repeat center;
}
.header .share_w .search .a
{
    background: url(../image/search.png) no-repeat center;
    background-size: 100%;
}
.header .share_w .w:hover, .header .share_w .w.on
{
    border-color: #666;
    background: none;
}
.header .share_w .w:hover .a
{
    animation: rot .5s;
    -webkit-animation: rot .5s;
}
.header .share_w .lg:hover .a
{
    background-image: url(/image/head_loginA.png);
}
.header .share_w .wx:hover .a
{
    background-image: url(/image/wxA.png);
}
.header .share_w .wb:hover .a
{
    background-image: url(/image/wbA.png);
}
.header .share_w .search:hover .a, .header .share_w .search.on .a
{
    background-image: url(../image/search.png);
}
.header .share_w .search .search_w
{
    display: none;
}
.header .share_w .language
{
    text-align: center;
    line-height: 38px;
    font-weight: bold;
}
.header .share_w .language:hover a
{
    color: #fff;
}
.header .share_w .language a
{
    height: 100%;
    width: 100%;
    display: block;
}
.header .share_w .yycg
{
    float: right;
    font-size: 14px;
    color: #fff;
    background: #d5002b;
    width: 120px;
    height: 36px;
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    margin-left: 14px;
}
.header .share_w .yycg i
{
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(/image/icon1.png) no-repeat center;
    margin-right: 9px;
    position: relative;
    top: 3px;
}
.header .share_w .wx
{
    position: relative;
    z-index: 2;
}
.header .share_w .wx .ewm
{
    position: absolute;
    width: 167px;
    height: 173px;
    left: 50%;
    margin-left: -84px;
    top: 38px;
    background: url(/image/ewmbg.png) no-repeat center;
    display: none;
}
.header .share_w .wx .ewm img
{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    position: relative;
    top: 30px;
}
.header .share_w .wx:hover .ewm
{
    display: block;
}
.header .search_w
{
    position: absolute;
    width: 250px;
    height: 38px;
    border-radius: 20px;
    background: #fff;
    right: 0;
    top: 77px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header .search_w .button_s
{
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
    width: 64px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 20px;
    background: #bf4824;
    color: #fff;
    border: 0;
}
.header .search_w .i
{
    padding: 5px 75px 5px 20px;
}
.header .search_w .i input
{
    display: block;
    height: 28px;
    border: 0;
    outline: none;
}
.header .nav
{
    float: left;
    padding-left: 75px;
}
.header .nav li
{
    float: left;
    line-height: 63px;
    padding: 0 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    position: relative;
}
.header .nav li>a
{
    position: relative;
    display: block;
    padding: 0 15px;
    z-index: 10;
    font-size: 16px;
}
.header .nav li>a:before
{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    background: #d5002b;
}
.header.header_small .nav li>a:before
{
    bottom: 6px;
}
.header .nav li>a.on, .header .nav li>a:hover
{
    color: #d5002b;
}
.header .nav li>a.on:before, .header .nav li>a:hover:before
{
    width: 100%;
}
.sidenav
{
    position: relative;
    width: 300px;
    display: block;
    float: left;
    margin-right: 110px;
    margin-top: 1vw;
}
.sidenav img
{
    width: 100%;
}
.topr_ico
{
    display: block;
    width: auto;
    float: right;
    margin: 1.3vw 5px 5px 5px;
    position: relative;
    font-size: 15px;
    color: #377967;
    font-weight: bold;
}
.menutu
{
    width: 41px;
    float: right;
    padding-top: 0;
    margin-left: 10px;
    border: 0 solid #666;
    margin-top: 3px;
}
.menutu a
{
    color: #7b7c7d;
    font-size: 13px;
    border: 1px solid #7b7c7d;
    padding: 2px 8px;
    border-radius: 5px;
}
@media screen and (max-width: 1600px) and (min-width: 1200px)
{
    .nav ul li .f_a
    {
        font-size: 14px;
    }
    .nav ul li .s_navbox .s_a a
    {
        font-size: 12px;
    }
    .foot_top ul
    {
        margin-left: 60px;
    }
    .nav ul li .s_navbox .s_a
    {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 0)
{
    .msgNum
    {
        display: none;
    }
    .slider
    {
        margin-top: 44px;
    }
    .head
    {
        display: none;
    }
    .m_img
    {
        display: block;
        height: 44px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }
    .m_img .headlf
    {
        padding-top: 10px;
        padding-left: 5vw;
        float: left;
    }
    .m_img .headlf .m_logo
    {
        height: 25px;
        display: block;
    }
    .m_img .headrg
    {
        padding-right: 5%;
        padding-top: 14px;
        float: right;
    }
    .m_img .headrg a .m_menuimg
    {
        height: 16px;
        vertical-align: top;
        display: block;
    }
    .m_nav
    {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: 10000;
    }
    .m_nav .closecover
    {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .m_nav .closeicon
    {
        position: absolute;
        width: 20%;
        left: 15px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    .m_nav .m_navList
    {
        position: absolute;
        width: 80%;
        right: 0;
        top: 0;
        background: #252530;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul
    {
        padding-left: 5%;
        padding-right: 5%;
    }
    .m_nav .m_navList ul li
    {
        border-bottom: 1px solid #232530;
    }
    .m_nav .m_navList ul li a
    {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px;
    }
    .m_nav .m_navList ul li .m_f_a
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_f_a a
    {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i
    {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .icon
    {
        background: url(/images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .icon_on
    {
        background: url(/images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s;
    }
    .m_nav .m_navList ul li .m_s_nav
    {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a
    {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
}
.mbx
{
    border-bottom: 0 solid #dddd;
    padding: 20px 0;
    margin-bottom: 25px;
    width: 1200px;
    margin: 30px auto;
}
.mbx li
{
    float: left;
}
.mbx li a
{
    color: #666;
}
.mbx h3
{
    color: #666;
    font-weight: lighter;
    font-size: 14px;
}
.mbx h3 a
{
    font-size: 14px;
    font-weight: lighter;
    color: #666;
}
.yinying
{
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.yinying1
{
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: #fff;
}
.top
{
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}
.topr
{
    width: 840px;
    float: right;
    margin-top: 0;
}
@media(max-width: 760px)
{
    .mbx
    {
        border-bottom: 0 solid #dddd;
        padding: 20px 0;
        margin-bottom: 25px;
        width: 96%;
        margin: 0 auto;
        margin-left: 3%;
    }
    .xm
    {
        width: 100%;
        margin: 35px auto;
        overflow: hidden;
    }
    .mbx h3
    {
        color: #666;
        font-weight: lighter;
        font-size: 14px;
    }
    .mbx h3 a
    {
        font-size: 14px;
        font-weight: lighter;
        color: #666;
    }
}
.xm
{
    width: 506px;
    margin: 35px auto;
    overflow: hidden;
}
.xm ul
{
    padding: 0;
    margin: 0;
}
.xm ul li
{
    width: auto;
    margin: 0 5px;
    float: left;
}
.xm ul li a
{
    color: #333;
    background: #ddd;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
}
.xm ul li a.active
{
    background: #bf4824;
    color: #fff;
}
.fullSlide .bd li a
{
    display: none;
}
.page-wrapper-middle
{
    margin: 50px auto;
}
.page-title
{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 50px auto;
}
.control-label
{
    font-size: 18px;
    color: #bf4824;
    font-weight: bold;
    margin: 50px auto 20px auto;
}
.caption
{
    margin: 0 auto 0 auto;
}
.caption-subject
{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.col-md-6
{
    margin: 10px auto 20px auto;
}
.col-md-9
{
    margin: 10px auto 20px auto;
}
.page-wrapper-row
{
    width: 1200px;
    margin: 0 auto;
}
.label-default
{
    color: #666;
    font-size: 14px;
    padding-right: 10px;
}
.label-success
{
    color: #bf4824;
}
.portlet-body
{
    width: 1200px;
    margin: 0 auto;
}
.portlet-body ul
{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.portlet-body ul li
{
    display: block;
    overflow: hidden;
    margin: 30px 0 50px 0;
    border-bottom: 1px solid #ddd;
}
.portlet-body ul li a img
{
    float: left;
}
.search-content
{
    float: left;
    margin: 15px 0;
}
.search-content h4 a
{
    color: #bf4824;
    font-size: 14px;
}
.search-desc
{
    color: #666;
    line-height: 25px;
    margin: 0;
}
.search-post-meta
{
    padding-top: 0;
}
.search-post-meta a
{
    color: #666;
}
.input-group
{
    display: table;
    border-collapse: separate;
}
.form-control
{
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control, output
{
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}
.btn.blue:not(.btn-outline)
{
    color: #fff;
    background-color: #40aae2;
    border-color: #40aae2;
}
.btn:not(.btn-sm):not(.btn-lg)
{
    line-height: 1.44;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group
{
    z-index: 2;
    margin-left: -1px;
}
.pagination
{
    display: inline-block;
    margin-bottom: 3vw!important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li
{
    width: auto!important;
    padding: 0!important;
    margin-right: .2vw;
    display: inline!important;
}
.pagination>li>a, .pagination>li>span
{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #bf4824;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span
{
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span
{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus
{
    z-index: 2;
    color: #bf4824;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus
{
    z-index: 3;
    color: #fff;
    background-color: #bf4824;
    border-color: #bf4824;
    cursor: default;
}
.hamburger
{
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
    margin-top: 10px;
}
@media screen and (max-width: 768px)
{
    .sub-nav li:hover
    {
        background: #ccc!important;
        background-color: rgba(0,0,0,.2);
        color: #fff;
    }
    .hamburger
    {
        display: inline-block;
    }
    .navbar
    {
        align-items: center;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0,0,0,.2);
        display: inline-block;
        flex-direction: row;
        font-family: sans-serif;
        padding: 10px 2%;
        width: 96%;
        margin: 0 auto;
        position: inherit;
    }
    .topr_ico
    {
        display: none;
    }
    .push-left
    {
        float: right;
        width: auto;
    }
}
.hamburger-line
{
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
    width: 100%;
}
.hamburger:hover .hamburger-line
{
    background: #777;
}
.hamburger-line-top
{
    top: 3px;
}
.menu-active .hamburger-line-top
{
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle
{
    top: 50%;
    transform: translatey(-50%);
}
.menu-active .hamburger-line-middle
{
    left: 50%;
    opacity: 0;
    width: 0;
}
.hamburger-line-bottom
{
    bottom: 3px;
}
.menu-active .hamburger-line-bottom
{
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}
.nav-menu
{
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s ease-in;
    z-index: 99;
}
@media screen and (max-width: 768px)
{
    .nav-menu
    {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translatey(-100%);
        text-align: center;
    }
    .menu-active .nav-menu
    {
        transform: translatey(0%);
        opacity: 1;
    }
}
.nav-menu .menu-item a
{
    color: #333;
    display: block;
    line-height: 50px;
    margin: 0 26px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.nav-menu .menu-item a:hover
{
    color: #333;
    text-decoration: none;
}
@media screen and (max-width: 768px)
{
    .nav-menu .menu-item a
    {
        font-size: 20px;
        margin: 8px;
    }
}
.sub-nav
{
    border: 0 solid #ccc;
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 0 0;
    list-style: none;
    width: 170px;
}
.sub-nav li:hover
{
    background: #bf4824;
    color: #fff;
}
.sub-nav li:hover a
{
    color: #fff!important;
}
.sub-nav li a
{
    font-size: 13px!important;
}
@media screen and (max-width: 768px)
{
    .sub-nav
    {
        position: relative;
        width: 100%;
        display: none;
        background-color: rgba(0,0,0,.2);
        box-sizing: border-box;
    }
}
.nav__link:hover+.sub-nav
{
    display: block;
}
.sub-nav:hover
{
    display: block;
}
.mbx
{
    border-bottom: 0 solid #dddd;
    padding: 20px 0;
    margin-bottom: 25px;
    width: 1200px;
    margin: 30px auto;
}
.mbx li
{
    float: left;
}
.mbx li a
{
    color: #666;
}
.mbx h3
{
    color: #666;
    font-weight: lighter;
    font-size: 14px;
}
.mbx h3 a
{
    font-size: 14px;
    font-weight: lighter;
    color: #666;
}
.yinying
{
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 9999;
    background: #fff;
}
.yinying1
{
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: #fff;
}
.top
{
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}
.topr
{
    width: 840px;
    float: right;
    margin-top: 0;
}
@media(max-width: 760px)
{
    .mbx
    {
        border-bottom: 0 solid #dddd;
        padding: 20px 0;
        margin-bottom: 25px;
        width: 96%;
        margin: 0 auto;
        margin-left: 3%;
    }
    .xm
    {
        width: 100%;
        margin: 35px auto;
        overflow: hidden;
    }
    .mbx h3
    {
        color: #666;
        font-weight: lighter;
        font-size: 14px;
    }
    .mbx h3 a
    {
        font-size: 14px;
        font-weight: lighter;
        color: #666;
    }
}
