/* 公用类名 start */
.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0px;
}

.clearfix {
    zoom: 1;
}

.block {
    display: block;
}

.inline {
    display: inline !important;
}

.blod {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.isNone {
    display: none !important;
}

.isShow {
    display: block !important;
}

/* 公用类名 end */


/* 网页的宽度 start */
.width1500 {
    max-width: 100%;
    min-width: 1500px;
    margin: 0px auto;
}

.width1440 {
    width: 1440px;
    margin: 0px auto;
}

.width1260 {
    max-width: 100%;
    min-width: 1260px;
    margin: 0px auto;
}

.width1200 {
    width: 1200px;
    /* max-height: 600px; */
    overflow: auto;
    margin: 0px auto;
}

.mobileWidth100 {
    width: 100%;
    padding-left: 4%;
}

@media (max-width: 767px) {
    .width1500 {
        width: 100%;
        min-width: auto;
    }

    .width1440 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }

    .width1260 {
        width: 100%;
        min-width: auto;
    }

    .width1200 {
        width: 100%;
        padding-left: 4%;
        padding-right: 4%;
    }
}

/* 网页的宽度 end */


/*  鼠标hover效果 start */
.hover_style {
    transition: all 0.6s;
    cursor: pointer;
}

/* 放大效果 */
.hover_magnify:hover {
    transform: scale(1.1);
}

/* 向上移动效果 */
.hover_top:hover {
    transform: translateY(-20px);
}

/* 向左移动效果 */
.hover_left:hover {
    transform: translateX(-40px);
}

/* 鼠标hover效果 end */


/*  优化滚动条样式 start  */
.scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 90px;
}

.scrollbar::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 4px;
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 4px;
    height: 10px;
    background-color: #e5e5e5;
    border-radius: 4px;
}

/*  优化滚动条样式 end  */


/* 公用标题 start */
.public_title {
    width: 100%;
    text-align: center;
}

.public_title>h4 {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    color: #333333;
}

.public_title>span {
    display: block;
    margin-top: 12px;
    font-family: SourceHanSerifCN-Regular;
    color: #999999;
}

/* 公用标题 end */


/* 公用次级标题 start */
/* 公用次级标题 end */



/* 内页banner start */
.publicBanner {
    width: 100%;
    overflow: hidden;
}

.publicBanner img {
    width: 100%;
    height: 100%;
    display: block;
}

/* 内页banner end */


/* 分页 start */
.pages {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
}
.layui-laypage-pages a,.layui-laypage-pages span{
    margin:0 10px;
    border-radius: 8px !important;
}
.layui-laypage-pages em{
    border-radius: 8px !important;
    background-color: #004ea1 !important;
    color: #fff !important;
}
.pages a.pages_center {
    line-height: 32px;
}

.pre_red,
.next_red {
    display: none;
}

.prev_pre img,
.next_nex img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 14px;
    margin-left: -4px;
    margin-top: -7px;
}

.pages a {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-size: 18px;
    font-family: Barlow-Regular;
    border-radius: 8px;
    color: #666;
}

.pages a {
    text-decoration: none;
    position: relative;
}

/* 分页选中状态 start*/
.pages a.active,
.pages a.on,
.pages a:hover {
    background: #004ea1;
    color: #fff;
    border-color: transparent;
}

.pages a:hover .pre_red,
.pages a:hover .next_red {
    display: block;
}

.pages a:hover .pre_gray,
.pages a:hover .next_red {
    display: block;
}

/* 分页选中状态 end*/
/* 分页移动端样式 start*/
@media (max-width:768px) {
    .pages_mobile {
        width: 100%;
        margin: 20px 0px;
        overflow: hidden;
    }

    .pages_mobile>a {
        display: block;
        width: 48%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #f7f7f7;
        float: left;
        color: #333;
    }

    .pages_mobile>a+a {
        margin-left: 4%;
    }
}

/* 分页移动端样式 end*/
/* 分页 end */


/* 内页面包屑 start */
.crumbs_tabs {
    height: 70px;
    background-color: #f8f8f8;
}

/* 左侧面包屑导航 start */
.crumbs_nav {
    width: 60%;
    height: 100%;
}

.crumbs_nav li {
    width: 112px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    float: left;
    transition: 0.5s all;
}

.crumbs_nav li a {
    color: #666666;
}

.crumbs_nav li:hover {
    height: 80px;
    margin-top: -10px;
    line-height: 90px;
    background-color: #8f4739;
}

.crumbs_nav li:hover a {
    color: #ffffff;
}

.crumbs_nav .crumbs_nav_active {
    height: 80px;
    margin-top: -10px;
    line-height: 90px;
    background-color: #8f4739;
}

.crumbs_nav .crumbs_nav_active>a {
    color: #ffffff;
}

/* 左侧面包屑导航 end */

/* 右侧面包屑 start */
.crumbs {
    width: 40%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: right;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    line-height: 20px;
    color: #666;
}

.crumbs .crumbs_end {
    color: #666666;
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #8f4739;
}

.crumbs a img {
    width: 16px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

/* 右侧面包屑 end */
/* 内页面包屑 end */


/* 公用头部 start */
/* 公用头部 end */


/* 公用底部 start */
.public_footer {
    height: 360px;
    background: #333333;
}

.footer_qrCode_box {
    width: 250px;
    height: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.footer_qrCode_box img,
.footer_qrCode_box p {
    margin-top: 20px;
}

.footer_qrCode_box img:first-child {
    width: 120px;
    height: 80px;
}

.footer_qrCode_box img:nth-child(2) {
    width: 170px;
    height: 170px;
}

.footer_qrCode_box p {
    width: 182px;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #323232;
    line-height: 22px;
}

.public_bottom_nav ul li a {
    color: #fff;
}
.public_bottom {
    width: 75%;
}
.public_bottom_nav {
    width: 850px;
    height: 50px;
    line-height: 50px;
    margin-top: 45px;
    border-radius: 1px;
    border: 1px solid #434343;
}
.public_bottom_info_box{
    /* width: 220px; */
    color: #ccc;
}
.public_bottom_nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
   overflow: auto;
}
.public_bottom_info :first-child{
    height: 80px;
    margin-bottom: 40px;
    line-height: 80px;
    border-bottom: 1px solid #434343;
}
.public_bottom_info div:not(:first-child){
    /* width: 200px; */
}
.public_bottom_info{
}
.public_bottom_info p{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    color: #ccc;
}
/* 公用底部 end */