body {
    margin: 0;
    padding: 0;
    font-size: 16px;

}


.section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;


}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e92424;
}

ul,
p,
li,
input,
h1,
h2 {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}


.IN_side_menu {
    position: fixed;
    right: 20px;
    top: calc((100% - 140px)*0.5);
    z-index: 99;
}
.IN_side_tips{
display:none;
    position: absolute;
    left: -90px;
    background: #ffffffc4;
    width: 80px;
    top: -5px;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eaeaea;
}
.IN_side_li {
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    margin-top: 10px;
    cursor: pointer;
position:relative;
}

.IN_side_li:hover {
    background: rgb(223, 223, 223);
}
.IN_side_li:hover .IN_side_tips{display:block}
.IN_side_li.on {

    background: #e60315;
    border-color: #e60315;
}



.main {
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    transition: all 1s;
}

.top {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.m_top {

    background: #db3b30 url(../images/xcjr.jpg) no-repeat center;
    background-size: auto 100%;
    height: 80px;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    box-shadow: 0 5px 5px rgba(128, 0, 0, 0.05);

}

.m_top_w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.topIMG {
    overflow: hidden;
    height: 100%
}

.topIMG ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.topIMG li {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;


}

.nav {
    position: absolute;
    top: 0;

    right: 90px;
    font-size: 16px;

}

.ipv6_p {

    padding: 0 5px;
    position: absolute;
    top: 10px;
    left: 360px;
    font-size: 12px;
    color: #666;
    border-radius: 5px 5px 5px 0;
    background: #0653c5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #fff
}

.nav a {
    padding: 0 15px;
    display: block;
    float: left;
    height: 46px;
    line-height: 46px;
    margin-top: 15px;
    color: #fff;
}

.nav a.selected {
    background: #efa421;
    color: #fff;
    border-radius: 5px

}

.logo {
    background: url(/images/logo.png) no-repeat;
    position: absolute;
    background-size: 100%;
    top: 0;
    left: 20px;
    width: 350px;
    height: 70px;
}


.m_nav_btn {
    display: none;
}



.in_top_right {
    width: 60px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    z-index: 1000;
}

.in_top_right img {
    width: 24px
}

.in_search {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s;
}

.in_email {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 50px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s;
}

.in_search img,
.in_email img {
    width: 80%;
    margin: 3px 0 0 2px;
}

.in_search_box {
    background: rgb(255 255 255);
    height: 50px;
    width: 320px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1000;
    box-sizing: border-box;
    padding-left: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    border-radius: 0 0 0 5px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.in_search_box img {
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.in_search_box input {
    border: none;
    height: 30px;
    width: 250px;
    background: none;
    float: left;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;

}

.in_mid_search input {
    height: 50px;
    border: 1px solid #ddd;
    line-height: 50px;
    width: 450px;
    padding: 0 10px;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.in_tit {
    width: 400px;
    line-height: 40px;
    text-align: center;
    font-size: 48px;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all 0.6s;
    font-weight: bold;
    letter-spacing: 5px;
    height: 60px;
}

.in_mid_search button {
    height: 50px;
    border: 1px solid #023a8d;
    line-height: 50px;
    width: 80px;
    background: #023a8d;
    color: #fff;
    float: left;
    cursor: pointer;
    font-size: 16px;
}

.in_mid_imgnews {
    overflow: hidden;
    height: 380px;
    position: relative;

}

.in_mid_toutiao {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
}

.news_img {
    float: left;
    width: 50%;
    transition: all 0.5s;

}

.news_imgBox,
.news_imgBox li {
    width: 100%;
    height: 380px;
    background-size: cover !important;
}

.news_imgBox img {
    width: 100%;
    height: 380px;

}

.news_dotbox {
    overflow: hidden;
    padding-top: 20px;
}

.news_dot {
    background: #6888b7;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    border-radius: 5px;
    cursor: pointer;
}

.news_dot.on {
    background: #fff;
}

.news_info {
    float: right;
    width: 48%;
    box-sizing: border-box;
    padding-right: 0.5rem;
    color: #fff;
    height: 380px;
    position: relative;
}

.news_info h1 {
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
}

.news_info_txt {
    padding: 30px 0;
    line-height: 36px;
    color: #bfedff;
    font-size: 16px;
}

.news_info_more {
    background: #fff;
    color: #023a8d;
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

.in_block {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;


}

.banner_h {
    width: 1200px;
    margin-bottom: 20px;
    position: relative;
    height: 200px;
    box-sizing: border-box;
    overflow: hidden;
}

.banner_h li img {
    width: 100%;
    height: 100%;

}

.banner_h li {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
}

.in_news_block {


    overflow: hidden;
}

.in_news_block img {
    width: 100%;
    height: 300px;
}



.in_news_hd {
    /* background: url(/images/dot2.jpg) no-repeat center left; */
    line-height: 50px;
    font-size: 20px;

    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.in_news_hdIntro {
    font-size: 14px;
    padding: 20px;
    color: #999;
    line-height: 30px;
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

.in_news_hd ul {

    margin: 0 auto;
    display: block;


}

.in_news_hd ul::after {
    content: "";
    clear: both;
    display: block;
}

.in_news_hd li {
    float: left;
    width: 200px;
    box-sizing: border-box;
    float: left;
    padding: 10px;
}

.in_news_hd p.on {

    background: #0653c5;
    border-color: #0653c5;
    color: #fff;
    box-shadow: 0 5px 8px rgb(0 61 193 / 0.4)
}



.in_news_hd li p {
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    font-weight: bold;
    color: #333;
    background: #fff;
}

.in_news_hd a {
    float: right;
    color: #e92424;
    font-size: 16px;
    font-weight: normal;
}

.in_news_bod {

    overflow: hidden;
    float: left;
    width: 600px;
    padding-left: 20px;
    box-sizing: border-box;
}

.in_newsover {
    overflow: hidden;
    padding-top: 20px;
}

.in_news_bodimg {
    width: 600px;
    float: left;
    height: 330px;
    position: relative;

}

.in_more {
    width: 90px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #666;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.in_more span {
    float: right;
    font-family: 'simsun';
    font-weight: bold;
}

.new_img_txt {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.527);
    width: 100%;
    position: absolute;
    padding-left: 10px;
    bottom: 0;
}

.in_news_bodimg ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.in_news_bodimg li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: relative;
}

.in_news_bod li {

    line-height: 36px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.in_news_bod>ul li {

    padding-left: 20px;
}

.in_news_bod li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.in_news_tab {

    border-bottom: 1px solid #ddd;
    height: 42px;
    line-height: 42px;

    margin-bottom: 5px;
    position: relative;
}

.in_news_tabUN {
    height: 3px;
    background: #db3b30;
    width: 80px;
    position: absolute;
    bottom: -2px;
}

.in_news_tab li {
    float: left;
    width: 20%;
    font-size: 18px;
    text-align: center;
    cursor: pointer;

}

.in_news_tab li:last-child {
    background: none;
}

.in_news_tab li.selected {
    color: #db3b30;
    font-weight: bold;
    font-size: 20px;
}



.in_jtgk {
    overflow: hidden;
    padding-top: 30px;
}

.in_jtgkLeft {

    width: 770px;
    float: left;
}

.in_compny {
    line-height: 30px;
    font-size: 16px;
}

.in_compny p {
    text-indent: 32px;
}

.in_com_cont {
    overflow: hidden;
    padding-top: 45px;
}

.in_com_Li {
    float: left;
    font-size: 20px;
    width: 20%;
}

.in_com_Li span {
    font-size: 50px;
    font-weight: bold;
    color: #db3b30;
    margin-right: 10px;
}

.in_jtgkRight {
    width: 360px;
    float: right;
    height: 425px;
}

.jtgk_img {
    width: 100%;
    height: 100%;
}

.in_banner,
.in_ztzl {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}

.in_banner_btn {

    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 9;
    top: 260px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: 'simsun';
    cursor: pointer;
    font-weight: bold;
    display: none;
}

.in_banner img {
    width: 100%;
    height: 250px;
}

.in_banner li {
    padding: 10px 0;
    position: absolute;

    height: 250px;
    width: 100%;
}

.banner_dotBox {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    overflow: hidden;
    margin-top: 15px;
}

.banner_bot {
    background: #ddd;
    width: 40px;
    border-radius: 5px;
    height: 5px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
}

.banner_bot.on {
    background: #023a8d;
}

.in_ztzl {
    /* overflow: hidden; */

}


.in_ztzl_img {


    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 15px;

}

.in_ztzl_img img {
    width: 100%;
    height: 250px;
}

.in_ztzl_imTxt {


    bottom: 0;
    width: 100%;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.in_cyqy {

    position: relative;
    overflow: hidden;
    height: 260px;
    margin-top: 30px;

}

.in_section_tit {

    height: 32px;
    line-height: 32px;

    font-size: 32px;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all 0.6s;
    font-weight: bold;
    letter-spacing: 5px;
    border-left: 8px solid #db3b30;
    padding-left: 10px;

}


.in_cyqy li {
    width: 16.6%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    display: table;
    vertical-align: middle;

    overflow: hidden;
}

.in_cyqy li a {
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
text-align:center;
}

.in_cyqy li img {
    width: 80%;
    max-height:90%;
    margin: 0 auto;
}

.in_cyqy ul {

    overflow: hidden;
}

.in_fastNav {
    background: #f7f7f7;
}

.in_fastNav_w {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.in_fastnav_li {
    width: 25%;
    float: left;
    padding: 30px 0;
    box-sizing: border-box;
    padding-left: 0.5rem;
    font-size: 16px;
}

.in_fastnav_li h2 {
    font-size: 18px;
    padding-bottom: 20px;
}

.in_fastnav_li p {
    line-height: 32px;
}

.link {
    border-top: 1px solid #eee;
    margin-top: 0.15rem;
    background: #fff
}

.link_hd {


    height: 40px;
    line-height: 40px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.link_hw {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 0px;

}

.link_hw p {
    float: left;
    padding: 0 20px;
    height: 40px;
    color: #666;
    border-left: 1px solid #ddd;
}

.link_hw p:last-child {
    border-right: 1px solid #ddd;
}

.link_hw p.on {
    background: #fff;
    color: #db3b30;
    font-weight: bold;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    margin-top: -1px;

}

.link_bod {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    bottom: 40px;
    box-sizing: border-box;
    padding: 15px 20px;
}

.link_bod li {
    float: left;
    margin: 10px 30px 0 0;
}

.link_bod a {
    margin: 10px 30px 0 0;
    display: block;
    float: left
}

.bottom {
    background: #c2151b;
    color: #fff;

}

.bottom_h {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ddd
}

.bottom_h a {
    font-weight: bold;
    padding: 0 10px
}

.bottom_bod {
    padding: 30px;
    text-align: center;
    font-size: 14px;

}

.bottom_bod a {
    color: #f7f7f7;

}

.bottom_bod strong {
    font-weight: normal;
    display: block;
    padding-bottom: 10px
}

.bottom_bod strong span {
    color: #f1ff2b
}

.mnav__bg {
    display: none;
}





/* 二级 */

/* 二级 */

.ej_top {
    height: 80px;
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.logo {
    background: url(/images/logo.png) no-repeat center;
    width: 350px;
    height: 80px;
    float: left;
}

.ej_nav {
    float: right;
    line-height: 80px;
    font-size: 16px;
    margin-right: 50px;
}

.ej_nav a {

    padding: 0 10px;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
}

.ej_nav a.on {
    background: #0653c5;
    color: #fff;
}

.ej_minimg {
    margin: auto;
    height: 250px;
    margin-top: 80px;
}

.ej_mian {
    width: 1190px;
    margin: 0 auto;
    padding-top: 30px;
}

.ej_mian:after {
    content: '';
    display: block;
    clear: both;
}

.ej_subbar {
    width: 200px;
    float: left;
    background: #c2151b;
    padding: 30px 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(156, 41, 41, 0.2);
    position: relative;
    top: -50px;
    padding-bottom: 50px;
}

.ej_subbar_san {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: url(/images/san.png) no-repeat;
    width: 60px;
    height: 60px;
}

.ej_subbar li {
    line-height: 46px;
    color: #fff;
    font-size: 16px;

    margin-top: 20px;
    cursor: pointer;
    letter-spacing: 1px;
}

.ej_subbar li:hover,
.ej_subbar li a:hover {
    background: #db3b30;
    background: linear-gradient(to right, #db3b30, transparent);
    color: #c2fbff;
    border-radius: 10px px;
}

.ej_subbar li a {
    color: #fff;
    display: block;
    padding: 0 20px;
}

.ej_subbar li.on {
    color: #fff;

    background: url(/images/jr_right.svg) no-repeat right center;
    background-size: 24px;
    font-weight: bold;

    font-size: 18px;
    border-bottom: 1px solid #dddddd1f;
    border-top: 1px solid #dddddd1f;
}

.ej_subbar li.on a {
    color: rgb(255, 238, 141);
}

.ej_subbar li.on a:hover {
    background: none;
    color: #fff;
}

.ej_content {
    float: right;
    width: calc(100% - 280px);
    padding-top: 20px;
    min-height: 650px;
}

.ej_content img{
    width: auto;
    max-width: 100%;
}

.rj_bondHd {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.rj_ld {
    overflow: hidden;
    padding-top: 20px;
}

.rj_ld li {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fafafa;
    border: 1px solid #ddd;
    float: left;
    margin: 0 20px 20px 0;
    cursor: pointer;
}

.rj_ld li:hover {
    background: #f5f5f5;
}

.rj_ld li.on {
    background: #db3b30;
        border-color: #db3b30;
        color: #fff;
}
.rj_ld li.on  a{

    color: #fff;
}

.rj_info {
    padding-top: 30px;
    overflow: hidden;
}

.ld_tx {
    width: 200px;
    float: left;
}

.ld_tx img {
    width: 100%;
}

.ld_tx p span {
    font-size: 18px;
}

.ld_tx p.name {
    padding-top: 15px;
}

.ld_tx p {
    text-align: center;
    padding-top: 5px;
}

.ld_qk {
    width: calc(100%);
    /* width: calc(100% - 250px);
    float: right; */
}

.ld_qk_hd {
    background: #f8f8f8;
    line-height: 40px;
    padding: 0 10px;
    font-weight: bold;
}
.ld_qk_bod > * {
font-family: auto !important;
}

.ld_qk_bod {
    line-height: 26px;
    padding: 20px;
    font-size: 18px;

}

.ld_qk_bod li {
    overflow: hidden;
    line-height: 35px;
}

.ld_qk_bod li span {
    float: right;
    color: #999;
}

/*  */

.ej_news {
    overflow: hidden;
}

.ej_news li {
    border-bottom: 1PX solid #eaeaea;
    padding: 20px 0;
    overflow: hidden;
}

.ej_news_date {
    float: left;
    text-align: left;
    width: 100px;
    color: #999;
    padding-top: 20px;
}

.ej_news_today {
    font-size: 50px;
    color: #333;
}

.ej_news_pic {
    float: left;
    width: 180px;
    height: 120px;
    background: #f0f0f0;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ej_news_pic img {
    width: 100%;
    height: 100%;
}

.ej_news_info {
    float: left;
    width: 600px;
    padding-left: 20px;
    position: relative;
    height: 120px;
}

.ej_news_info h2 {
    font-weight: normal;
    font-size: 20px;
}

.ej_news_info P {
    color: #999;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-indent: 28px;
    bottom: 0;
    line-height: 20px;
    overflow: hidden;
    /*文本超出隐藏*/
    display: -webkit-box;
    /*盒子模型微弹性伸缩模型*/
    -webkit-box-orient: vertical;
    /*伸缩盒子的子元素垂直排列*/
    -webkit-line-clamp: 2;
}

.ej_news_info.no_picInfo {
    width: calc(100% - 150px);
}

.ej_new_gg {
    overflow: hidden;
    background: url(/images/ggg.png) no-repeat center left;
    line-height: 40px;
    background-size: 24px;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 150px);
    float: left;
}

.gg_data {
    float: right;
    color: #999;
    line-height: 40px;
}

.ej_ztzl {}

.ej_ztzl:after {
    content: '';
    display: block;
    clear: both;
}

.ej_ztzl li {
    width: 570px;
    float: left;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.ej_ztzlimg_bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;

}
.ej_ztzlimg_bg img{height:146px}

.ej_ztzl li p {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.ztzlHd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: url(/images/dot2.jpg) no-repeat center left;
    line-height: 50px;
    padding-left: 30px;
    background-size: 22px;
    font-size: 16px;
}

.ztzlHd span {
    font-size: 18px;
    font-weight: bold;
}

.ztzllist .ej_news_info {
    width: 880px;
}

.ztzl_h2 {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.ztzl_gd li {
    opacity: 0.6;
    background: #f5f5f5;
}

.ztzl_tits {
    width: 150px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.ej_gkml {
    background: #d7362b;
        border-radius: 0 0 10px 10px;
        color: rgb(234, 244, 255);
        padding: 0 15px 15px 15px;
        line-height: 40px;
}

.ej_gkml p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.151);
    background: url(/images/ml.png) no-repeat center left;
    background-size: 20px;
    padding-left: 20px;
}

.ej_gkml p a {
    color: #fff;
}

.ej_gkml p a.on {
    color: #e9ff31;
    font-weight: bold;
}

.xxgk_list {
    overflow: hidden;
}

.xxgk_list h2 {
    font-weight: normal;
    font-size: 18px;
}

.xxgk_list p {
    color: #999;
    padding-top: 15px;
}


.fy {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    bottom: 0px;
    line-height: 40px;
}

.fy a {
    float: left;
    cursor: pointer;
    background: #fff;
    min-width: 65px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px 3px;
    margin: 0px 5px;
    border-radius: 3px;
}

.fy a:hover {
    background: rgb(23, 58, 148);
    color: #fff;
    border-color: inherit;
}

.fy a.on {
    background: #0e63bb;
    color: #fff;
    border: 1px solid #0e63bb
}

.ej_name {
    display: none;
}

.bk_top {
    position: fixed;
    right: 30px;
    bottom: 150px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    cursor: pointer;
}

/* dd */

.detail {
    padding: 20px;
    width: 1100px;
    margin: 0 auto;
padding-top: 80px;
}

.detail h2 {
    font-size: 34px;
    font-weight: normal;
    padding: 15px 0;
}

.detailTime {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.detailBod {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
}

.detailBod p {
    width: 100%;
}

.detailBod img {
    width: auto;
    margin: 20px auto;
    display: block;
    max-width: 100%;
}
.detailBod table{
    border-collapse: collapse;
}
.detailBod table,table tr td { 
        border:1px solid #ccc; 
    }
.loc {
    padding: 10px 0;
}

.loc span {
    font-family: 'simSUN';
    font-weight: bold;
    padding: 0 10px;
}

    .big_imgp {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.29);
        z-index: 999;
        top: 0;
        left: 0;
    }

    .big_imglayout {
        width: 90%;
        height: 90%;
        background: #fff;
        position: absolute;
        top: 5%;
        left: 5%;
text-align: center;
    }

    .big_close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    .qy_tel{background:url(/images/qiye_phone.svg) no-repeat left center;}
    .qy_web{background:url(/images/qiye_web.svg) no-repeat left center;}
    .qy_web,.qy_tel{padding-left: 26px;background-size: 18px;margin-bottom:10px}

.qiye_jt .ej_news_pic {
    float: left;
    width: 180px;
    height: 120px;
    background: #f0f0f0;
    border-radius: 10px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}