/* 头部 */
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: 62px;
    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;
}