/*通用样式*/
* {
    box-sizing: border-box;
}


a {
    text-decoration: none;
}

a:hover {
    color: #CC2B14;
}

li {
    list-style: none;
}

ul,
h1,
h2,
h3,
h4,
li,
tr,
td,
p,
span {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

li {
    list-style: none;
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #3c67a9;
    text-decoration: none;
}

p {
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.margintop20 {
    margin-top: 20px;
}

.paddingtop20 {
    padding-top: 20px;
}

/*默认样式适用大屏pc*/
/*背景*/
body {
    background: #FDEBDA;
}

.fousbg {
    background: url(../images/2026jjt_cy_fous_bg.png) repeat-x bottom;
}

.header {
    background: url(../images/2026jjt_cy_bg.png) no-repeat center top;
    height: 818px;
}

.bbg {
    background: #FFF;
}

.hbg {
    background: #E13418;
}

/*焦点图*/
.fous {
    width: 100%;
    position: relative;
    margin-top: 34px;
    padding-bottom: 40px;
}

.fous .bd {
    width: calc(100% - 200px);
    margin-left: 100px;
}

.fous .bd ul li img {
    width: 100%;
}

.fous .prev,
.fous .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.fous .prev {
    left: 25px;
}

.fous .next {
    right: 25px;
}

.fous .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);

}

.fous .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.fous .hd ul li {
    float: left;
    margin-right: 4px;
    width: 50px;
    height: 10px;
    font-size: 0px;
    line-height: 10px;
    text-align: center;
    background: #FFF;
    cursor: pointer;
    overflow: hidden;
    list-style: none;
    border-radius: 5px;
}

.fous .hd ul li.on {
    background: #F6C844;
    color: #F6C844;

}

.fous .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.fous .bd li {
    zoom: 1;
    vertical-align: middle;
    list-style: none;
}

.fous .bd li p {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    left: 0;
    bottom: 0;
    margin: 0px 0px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.fous .bd img {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
}

.cyyw_title {
    width: 80px;
    height: 80px;
    margin: 30px 0px 30px 20px;
    background: linear-gradient(135deg, #FA9951, #B42E25);
    border-radius: 10px;
    overflow: hidden;
}

.cyyw_title p {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin: 18px;
    color: #FFF;
}

.cyyw_list {
    width: calc(100% - 100px);
    float: left;
    margin: 30px 0px 30px 10px;
}

.cyyw_list li {
    float: left;
    width: calc(50% - 10px);
    margin: 10px 0px;

}

.cyyw_list li a {
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 16px;
    float: left;
}

.cyyw_list li a:hover {
    color: #CC2B14;
}

.cyyw_list li span {
    float: right;
    width: 100px;
    color: #C9C9C9;
    text-align: right;
}

.cyyw_more {
    width: 25px;
    float: right;
    height: 60px;
    background: #D8BB93;
    border-radius: 16px;
    margin: 40px 30px 0px 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
}

/*新闻盒子*/
.new_box {
    width: calc(50% - 10px);
    float: left;
    background: #FFF;
    margin: 20px 10px 0px 0px;
    height: auto;
    overflow: hidden;
    min-height: 335px;
}

.row-fluid .new_box:nth-child(2n) {
    float: right;
    margin: 20px 0px 0px 10px;
}

.new_box .new_box_title {
    border-bottom: 1px solid #D8BB93;
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 55px;
    position: relative;
}

.new_box .new_box_title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #CC2B14;
    line-height: 24px;
    position: absolute;
    bottom: -1px;
    background: url(../images/2026jjt_cy_new_title_bg.png) no-repeat right bottom #FFF;
    padding-right: 50px;
}

.new_box .new_box_title h3 span {
    color: #242424;
}

.new_box .new_box_title .more {
    float: right;
    line-height: 55px;
    color: #DBC09A;
    font-size: 12px;
}

.new_box .new_list {
    width: calc(100% - 40px);
    margin: 20px;
    height: auto;
    overflow: hidden;
}

.new_box .new_list li {
    line-height: 250%;
    font-size: 16px;
}

.new_box .new_list li a {
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.new_box .new_list li a:hover {
    color: #CC2B14;
}

.new_box .new_list li span {
    float: right;
    width: 100px;
    color: #C9C9C9;
}

/*新闻特殊*/
.tz_box {
    border: 1px solid #DA6E5F;
    box-shadow: 10px 10px 0px 0px rgba(219, 80, 77, 1);
    margin: 20px 30px 20px 20px;
    height: auto;
    overflow: hidden;
}

.tz_box a {
    display: block;
    margin: 18px 15px 18px 15px;
    height: auto;
    overflow: hidden;
}

.tz_box a:hover {
    color: #CC2B14;
}

.tz_box a span {
    background: #F0F0F0;
    border-radius: 10px;
    text-align: center;
    width: 75px;
    float: left;
    padding: 14.5px 0px;
    margin-right: 15px;
}

.tz_box a span h3 {
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.tz_box a span h4 {
    font-size: 12px;
    color: #000;
    line-height: 12px;
}

.tz_box a p {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    width: calc(100% - 190px);
    line-height: 150%;
    padding: 10px 0px 0px 0px;
    height: 58px;
    overflow: hidden;
}

.tz_box a i {
    font-size: 36px;
    float: right;
    margin: 20px 20px 0px 0px;
    height: 36px;
    line-height: 36px;
    color: #CC2B14;
    font-weight: bold;
}

.jb_box {
    margin: 20px 20px 20px 20px;
    height: auto;
    overflow: hidden;

}

.jb_box li {
    width: calc(33.33333% - 14.666666px);
    float: left;
    margin-right: 20px;
    border: 2px solid #E5E5E5;
    height: auto;
    overflow: hidden;
}

.jb_box li:last-child {
    float: right;
    margin-right: 0px;
}

.jb_box li a {
    text-align: center;
    display: block;
    margin: 25px 0px;
    font-weight: bold;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    line-height: 150%;
}

.jb_box li a:hover {
    color: #CC2B14;
}

/*banner*/
.banner {
    margin: 20px 0px;
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.banner a {
    display: block;
    float: left;
    width: calc(50% - 10px);
}

.banner a:last-child {
    float: right;
}

.banner a img {
    width: 100%;
}

/*工作机制*/
.gzjz {
    margin: 20px 0px;
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.gzjz .gzjz_title {
    font-size: 24px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 30px 0px;
    height: auto;
    overflow: hidden;
    line-height: 24px;
}

.gzjz .gzjz_box {
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.gzjz .gzjz_box .title {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 10px 0px;
}

.gzjz .gzjz_box .title.margin-top0 {
    margin-top: 0px;
}

.gzjz .gzjz_box p {
    font-size: 16px;
    text-align: left;
    line-height: 187.5%;
}

.gzjz .gzjz_box p span {
    margin-right: 12px;
}

.gzjz .gzjz_box .title i {
    color: #DA6E5F;
    margin-right: 5px;
    font-size: 22px;
}

.gzjz .gzjz_box .phone li {
    width: calc(48%);
    float: left;
    height: auto;
    overflow: hidden;
}

.gzjz .gzjz_box .phone {
    height: auto;
    overflow: hidden;
    margin: 20px 0px 0px 0px;
}

.gzjz .gzjz_box .phone li:last-child {
    width: 52%;
}

.gzjz .gzjz_box .phone li p {
    font-size: 16px;
    text-align: left;
    line-height: 187.5%;
}

/*电话传真*/
.gzjz .gzjz_box .lianxi .tianhua {
    background: #D4D4D4;
    font-size: 16px;
    border-radius: 15px;
    line-height: 25px;
    padding: 0px 10px;
    float: left;
    margin: 10px 0px 0px 38px;
    clear: both;
}

.gzjz .gzjz_box .lianxi .haoma {
    float: left;
    font-size: 16px;
    margin: 6px 0px 0px 38px;
    clear: both;
}

.gzjz .gzjz_box .lianxi {
    float: left;
    width: 65%;
}

.gzjz .gzjz_box .erweima {
    float: right;
    width: 35%;
}

.gzjz .gzjz_box .erweima img {
    float: left;
}

.gzjz .gzjz_box .erweima p {
    float: left;
    line-height: 106px;
    margin-left: 5px;
    font-weight: 400;
}

/*下面是对联广告的css代码*/
.duilian {
    top: 820px;
    position: absolute;
    /* width: 120px; */
    overflow: hidden;
    left:calc(50% + 610px);
    /* display: none; */
}

.duilian_left {
    left: 6px;
}

.duilian_right {
    right: 6px;
}

.duilian_con {
    width: 140px;
    height: auto;
    overflow: hidden;
}

.duilian_close {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #CC2B14;
    text-decoration: none;
    background: #fff;
}

@media(max-width: 1200px) {}

/*在 769 和 1024 像素之间的屏幕里，中等屏幕，分辨率低的 PC*/
@media(min-width: 768px) and (max-width:979px) {
    body {
        background-size: 100%;
    }
}

/*在 480 和 767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media(max-width: 767px) {
    .header {
        display: none;
    }
    .cyyw_title {
        width: calc(100% - 40px);
        height: auto;
        text-align: center;
    }

    .cyyw_list {
        width: calc(100% - 40px);
        margin: 0px 20px 0px 20px;
    }

    .cyyw_list li {
        width: 100%;
        float: none;
        height: 30px;
        line-height: 30px;
    }

    .cyyw_more {
        clear: both;
        width: 100px;
        margin: 20px 0px 20px 0px;
        height: 30px;
        padding-top: 0px;
        line-height: 30px;
    }

    .cyyw_more {
        margin-right: calc(50% - 60px);
    }

    .new_box {
        width: 100%;
        float: none;
        min-height: auto;
    }

    .gzjz .gzjz_box .phone li,
    .gzjz .gzjz_box .phone li:last-child {
        width: 100%;

    }


    .gzjz .gzjz_box .lianxi {
        width: 100%;
        float: none;
        height: auto;
        overflow: hidden;
    }

    .gzjz .gzjz_box .lianxi .tianhua {
        float: none;
        width: 120px;
        margin: 20px auto 20px auto;
        text-align: center;
    }

    .gzjz .gzjz_box .lianxi .haoma {
        float: none;
        margin: 0px auto 20px auto;
        width: 120px;
        text-align: center;
    }

    .gzjz .gzjz_box .erweima {
        width: 100%;
        float: none;
        text-align: center;
    }

    .gzjz .gzjz_box .erweima img {
        float: none;
    }

    .gzjz .gzjz_box .erweima p {
        float: none;
        text-align: center;
        line-height: 24px;
    }
}

/*在小于 480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 480px) {
    .gzjz {
        margin: 0px 0px 20px 0px;
    }

    .banner a {
        float: none;
        width: 100%;
    }

    .banner a:last-child {
        margin-top: 20px;
    }

    .gzjz .gzjz_box .title{
        line-height: 150%;
        font-size: 16px;
    }
    
    .gzjz .gzjz_box .phone li p {
        font-size: 14px;
    }
}

    .mlogo { position: absolute; left: 120px; top: 0;}
    .back { display: block; width: 120px; height: 35px; line-height: 35px; text-align: center; color: #fff; background:rgba(0,0,0,0.2); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000); margin: 0 auto; font-size: 14px;}

   /* footer */
    .friend-link { display: none;}
    .footer { padding: 35px 0; background: #fff; overflow: hidden;}
    .footer .footer-img { padding-top: 25px;}
    .footer .text { float: left; padding: 5px 0 0 40px;}
    .footer .text li { font-size: 14px; line-height: 30px;}
    .footer .fr li { float: left; background: #f4f4f4; padding: 10px; margin-left: 10px; font-size: 0;}
    .footer .fr li img { float: left;}
    .footer .fr li span { float: left; line-height: 20px; font-size: 14px; padding: 30px 10px 0 20px;}


    .fl { float: left;}
    .fr { float: right;}
    .clear { clear: both;}
    .w1200 { width: 1200px; margin: 0 auto;}