/* 头部 */
header {
    height: 56px;
    background-color: var(--c3);
    margin-bottom: 16px;
    box-shadow: 0px 0px 5px 5px #cccccc73;
}

header .logo {
    width: 98px;
    height: 100%;
    margin: 0 90px 0 40px;
}

header .logo img {
    width: 100%;
    height: 100%;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}

header .headNav>li {
    margin-right: 40px;
    display: flex;
    position: relative;
    z-index: 5;
    height: 56px;
    line-height: 56px;
}

header .headNav li:hover .bottomSJX::after {
    transform: rotate(135deg);
    border: 1px solid var(--c1);
    border-top: var(--c3) fff;
    border-right: var(--c3) fff;
}

header .headNav li>a:hover {
    color: var(--c1);
}

header .headNav li>span:hover {
    color: var(--c1);
}



header .headNav a {
    color: #000000;
    font-size: 16px;
    transition: all .3s;
}

header .headNav span {
    color: #000000;
    font-size: 16px;
    transition: all .3s;
}

.pulldown {
    z-index: 100;
    display: none;
    position: absolute;
    width: 86px;
    top: 56px;
    left: -12px;
    text-align: center;
    line-height: 50px;
    color: #000;
}

.pulldown>li {
    background: var(--c3);
}

.pulldown li:last-child {
    border-radius: 0 0 3px 3px;
}

.pulldown>li>a {
    font-size: 14px;
}

header .headNav>li:hover .pulldown {
    display: block;
    box-shadow: 3px 3px 6px -1px #e0e0e0;
}

/* 头部 */


/* main */
/* main */


/* 底部 */
footer {
    width: 100%;
    height: auto;
    margin-top: 30px;
    min-height: 200px;
    position: relative;
}

footer::after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/images/footbanner.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

/*.ftimg {*/
/*    height: 100%;*/

/*    background: url(/images/footbanner.png) no-repeat center center;*/
/*    -webkit-background-size: cover;*/
/*    -moz-background-size: cover;*/
/*    background-size: cover;*/
/*    width: 100%;*/
/*}*/

body {
    min-height: 100%;
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
}

.ftBox {
    position: absolute;
    color: var(--c3);
    width: 1200px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.ftInnerBox {
    display: flex;
    z-index: 1;
}

.cominfo {
    margin-right: 40px;
}

.cominfo img {
    width: 188px;
}

.cominfo p {
    width: 188px;
    text-align: center;
    position: relative;
}

.cominfo p::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 12px;
    left: -2px;
    background-color: var(--c3);
}

.cominfo p::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 12px;
    right: 2px;
    background-color: var(--c3);
}

.ftNav {
    color: #DBDBDB;
    /* margin-right: 150px; */
    margin-right: 10px;
}

.ftNav a {
    color: #DBDBDB;
}

.ftNav>li:nth-child(1) {
    color: var(--c3);
}

.ftNav>li:nth-child(2) {
    margin: 10px 0 25px 0;
}

.ftNav span {
    padding-right: 40px;
    position: relative;
}

.ftNav span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 4px;
    right: 16px;
    background-color: #DBDBDB;
}

.ftNav li:nth-child(2) span:nth-child(5)::after {
    width: 0px;
}

.ftNav li:nth-child(3) span:nth-child(2)::after {
    width: 0px;
}

.ftNav img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ftLink {
    color: var(--c3);
}

.ftLink a {
    color: var(--c3);
}

/* .ftLink>li:nth-child(2) {
    margin: 10px 0 25px 0;
} */

.ftLink span {
    padding-right: 40px;
    position: relative;
}

.ftLink span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 4px;
    right: 16px;
    background-color: #DBDBDB;
}

.ftLink li:nth-child(2) span:nth-child(5)::after {
    width: 0px;
}

.contact {
    display: flex;
}

.contact>li img {
    width: 48px;
    height: 48px;
    background: var(--c3);
}

.contact>li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact li:nth-child(1) {
    width: 70px;
}

.contact li:nth-child(2) {
    width: 64px;
}

.blogroll {
    display: flex;
    flex-wrap: wrap;
}

.blogroll a {
    margin: 10px 14px 8px 2px;
}

/* 底部 */







/* 公共 */
.aboutinfo a {
    font-size: 16px;
    color: #2E3133;
}

.aboutinfo a:hover {
    color: var(--c1);
}

.aboutinfo a>span {
    width: 160px;
}

.aboutinfo img {
    width: 94px;
    height: 60px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 14px;
}

/* 公共 */

.layui-breadcrumb {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.layui-breadcrumb a {
    font-size: 16px;
}

.layui-breadcrumb a:hover {
    color: var(--c1) !important;
}

.layui-breadcrumb a cite {
    /*color: var(--c1) !important;*/
}


.xu-news-left__content__bottom{
    width: 100%;
    height: 26px;
    margin-top: 40px;
}

.xu-news-left__content__bottom >ul{
    display: flex;
    justify-content: center;
}

.xu-news-left__content__bottom >ul >li{
    padding: 8px 10px;
    background-color:#FCDEDE;
    margin-right: 10px;
}

.xu-news-left__content__bottom >ul >.active{
    color: #fff;
    background-color:#FF3333;
}

.xu-news-left__content__bottom >ul .previous{
    padding-right: 14px;
}

.xu-news-left__content__bottom >ul .next{
    padding-left: 14px;
}
/* ??????  */
.syzt{
    height: 40px;
    padding: .3em 0.4em .08em 0.4em;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    font-weight: bold;
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.biaoti {
    overflow: hidden;
}
.top20 {
    margin-top: 20px;
}
.biaoti h2 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    float: left;
}
.biaoti h2:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    background: linear-gradient(90deg, #f27408, #f27408);
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.biaoti a {
    float: right;
}
.tuwen ul {
    background: #fff;
    overflow: hidden;
    padding-left: 10px;
}
.tuwen ul span {
    width: 283px;
    background: #fff;
    box-shadow: 0 0 10px 0 #dfdfdf;
    border-radius: 4px;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tuwen ul span .img {
    height: 129px;
    position: relative;
    overflow: hidden;
}
.tuwen ul span .img img {
    width: 100%;
    height: 129px;
}
.tuwen ul span .biaoti {
    font-size: 14px;
    color: #1d1d1f;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.xxk {
    border-top: 2px solid #f27408;
    background: #fff;
}
.xxk ul {
    height: 50px;
    background: #f7f9fa;
    box-shadow: 0 2px 3px #ddd;
}
.xxk span.on {
    background: #f27408;
    color: #FFF;
}
.xxk span {
    height: 50px;
    line-height: 50px;
    margin-right: 2px;
    background: #f7f9fa;
    text-align: center;
    padding: 0 12px;
    float: left;
    cursor: pointer;
}
.itemp {
    overflow: hidden;
    background: #fff;
    padding: 0px 5px 10px 5px;
}
.itemp a {
    display: block;
    float: left;
    width: 87px;
    background: #fff;
    box-shadow: 0 0 4px 0 #dfdfdf;
    margin: 5px;
    padding: 5px;
}
.itemp a img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}
.itemp a span {
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.hide {
    display: none;
}

@media screen and (max-width: 768px){
    .xxk ul {
        display: flex;
        overflow: hidden;
        white-space: nowrap;
        overflow-x: auto;
    }
    .tuwen ul span {
        width: 47%;
    }
    .itemp a {
        width: 62px;
    }
}

@media screen and (max-width: 340px){
    .tuwen ul span {
        width: 240px;
    }
    .itemp a {
        width: 84px;
    }
}
}

.list-group-sub-title {
    padding: 10px 15px 5px 15px;
}

.bg-primary-light {
    background-color: #F1F9FF;
    margin-bottom: 5px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
}

.tyright{margin-right: 10px;}
.tyright li{display: inline-block; padding-right: 15px;}
.list{padding: 10px;font-size: 16px;}
.qiuyuan-list{margin:10px 0 0;margin-left:-20px; overflow:hidden;}
.qiuyuan-list a{background:#f9f9f9;width:90px;float:left; margin-left:20px; margin-bottom:10px; display:block; padding:10px;}
.qiuyuan-list .img-show{position:relative;overflow:hidden;display:block}
.qiuyuan-list .img-show img{width:70px;height:70px}
.qiuyuan-list .img-detail{line-height:40px;height:40px;overflow:hidden; text-align:center; font-size:16px;}
.sitemap_box {margin-bottom: 30px;background: #FFFFFF;}
.sitemap_box_hd {font-size: 20px;font-weight: 600;box-sizing: border-box;padding-left: 20px;line-height: 40px;background: #dedede;position: relative;}
.sitemap_box_bd {padding: 15px}
.sitemap_box_bd a {margin: 0 20px;color: #448cee;line-height: 34px;display: inline-block;}
.card-flat .card-header:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card{margin-top: 10px; padding-bottom: 30px; background: #fff;}
.card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    padding-left: 10px;
    padding-top: 8px;
}
.card-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    height: 18px;
    border-radius: 2px;
    border-left: 5px solid #E84B5B;
}
.card li{padding: 10px; 5px;}