/* 公用类名 start */

img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
    visibility: hidden;
    height: 0px;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.isNone {
    display: none !important;
}

.isShow {
    display: block !important;
}

.mgl0 {
    margin-left: 0px !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;
    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.05);
}


/* 向上移动效果 */

.hover_top:hover {
    transform: translateY(-20px);
}

.hover_top2:hover {
    transform: translateY(-10px);
}


/* 鼠标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 */

.publicTitleBox {
    text-align: center;
}

.publicTitleBox span {
    display: inline-block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-bottom: 23px;
}

.publicTitleBox span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #a08722;
    left: 50%;
    margin-left: -25px;
}

@media (max-width: 767px) {
    .publicTitleBox span {
        font-size: 16px;
        padding-bottom: 12px;
    }
}


/* 公用标题 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%;
}

.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: 50%; */
    color: #666;
}

.pages a {
    text-decoration: none;
    position: relative;
}


/* 分页选中状态 start*/

.pages a.active,
.pages a.on,
.pages a:hover {
    background: #a08722;
    ;
    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: 92%;
        margin: 20px 4%;
        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%;
    }
    .pages a {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 14px;
    }
}


/* 分页移动端样式 end*/


/* 分页 end */


/* ====== 内页面包屑 start ====== */

.crumbs_tabs {
    /* height: 60px; */
    background-color: #fafafa;
    width: 100%;
}

.crumbs {
    width: 1200px;
    margin: 0px auto;
    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: left;
}

.crumbs a,
.crumbs span {
    vertical-align: middle;
    margin-right: 2px;
    /* display: inline-block; */
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.crumbs>span {
    font-size: 22px;
}

.crumbs .crumbs_end {
    font-size: 16px;
    width: 75%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #a08722; */
}

.crumbs a:hover,
.crumbs a:hover span {
    color: #a08722;
}

.crumbs a img {
    width: 17px;
    height: 18px;
    margin-right: 5px;
    margin-top: -4px;
}

.crumbs_tab_list {
    width: 50%;
    float: right;
    text-align: right;
}

.crumbs_tab_list li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-left: 34px;
    position: relative;
    cursor: pointer;
}

.on a .header_content_left_nav_maskLayer {
    display: block;
}

.on a span {
    opacity: 1 !important;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100) !important;
}

.crumbs_tab_list li:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #006cce;
    display: block;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    display: none;
}

.crumbs_tab_list li.on:after {
    display: block;
}


/* ====== 内页面包屑 end====== */


/* 内页面包屑 end */


/* 公用头部 start */


/* header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
} */

.public_top {
    background: #fff;
}

.public_top .navBox {
    height: 100px;
}

.public_top .navBox .header_logo {
    width: 250px;
    height: 61px;
    margin-top: 19.5px;
}

.public_top .navBox .header_logo img {
    width: 100%;
    height: 100%;
}

.public_top .navBox ul {
    margin-top: 20px;
}

.public_top .navBox ul li {
    float: left;
    padding: 0px 15px;
}

.public_top .navBox ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
    padding: 0px 10px;
}

.public_top .navBox ul li:hover a,
.public_top .navBox ul li.active a {
    color: #a08722;
    position: relative;
}

.public_top .navBox ul li:hover a:before,
.public_top .navBox ul li.active a:before {
    content: "";
    display: block;
    width: 31px;
    height: 1px;
    background-color: #a08722;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -15.5px;
}

.public_top .navBox .publicSearchBox {
    margin-top: 40px;
    height: 20px;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
}

.public_top .navBox .publicSearchBox img {
    height: 20px;
    vertical-align: middle;
}


/* 移动 */

.mobilePublic_topNav {
    display: none;
}

.mobileWidth100 {
    width: 100%;
    padding-left: 4%;
}

@media(max-width:768px) {
    /* 移动端头部 */
    .mobilePublic_top {
        background: #fff;
        height: 44px;
        line-height: 44px;
        position: fixed;
        z-index: 999999;
        padding-left: 4%;
        left: 0px;
        top: 0px;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0px 10px 20px 0px rgba(164, 177, 186, 0.3);
    }
    .mobilePublic_top2 {
        background: #fff;
        height: 70px;
        line-height: 70px;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999999;
        padding: 15px 4%;
    }
    .mobilePublic_topLogo {
        display: block;
        height: 100%;
        font-size: 0px;
        line-height: 44px;
        float: left;
        width: calc(100% - 88px);
    }
    .mobilePublic_topLogo img {
        /* width: 100%; */
        height: 20px;
        display: inline-block;
    }
    .mobile_menuBtn {
        width: 44px;
        height: 44px;
        float: right;
        line-height: 44px;
        text-align: center;
        background-color: #003a7d;
    }
    .mobile_menuBtn img {
        width: 17px;
        height: 15px;
    }
    .mobilePublic_topNav {
        z-index: 999999;
        width: 100%;
        height: calc(100% - 44px);
        position: fixed;
        top: 44px;
        left: 0px;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        overflow: hidden;
        overflow-y: auto;
    }
    .mobilePublic_topNav ul li {
        width: 100%;
        display: block;
        text-align: left;
        background: #fff;
        border-top: 1px solid #d2d2d2;
        height: 44px;
        line-height: 44px;
        margin: 0px;
        padding: 0px 4%;
        font-size: 14px;
    }
    .mobilePublic_topNav ul li a {
        width: 100%;
        display: inline-block;
        color: #333;
        text-align: center;
    }
    .mobile_close_icon {
        display: none;
    }
    .mobilePublic_topNav li .header_icon_box {
        width: 100%;
        text-align: center;
        /* padding: 0px 50px; */
    }
    .mobilePublic_topNav li .header_icon_box a {
        display: inline-block;
        width: auto;
    }
    .mobilePublic_topNav li .header_icon_box a+a {
        margin-left: 20px;
    }
    .mobile_searchBox {
        line-height: 44px;
        width: 44px;
        text-align: center;
        display: inline-block;
    }
    .mobile_searchBox img {
        width: 15px;
        height: 15px;
    }
}


/* 公用头部 end */


/* 公用底部 start */

.public_footer {
    background: #003a7d;
    background-size: 100%;
}

.public_footer_group {
    position: relative;
}

.footer_nav {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_nav>span {
    color: #ffffff;
    line-height: 20px;
}

.footer_nav>ul li {
    float: left;
}

.footer_nav>ul li a {
    display: inline-block;
    line-height: 20px;
    color: #dde3ec;
    padding: 0px 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_nav>ul li:last-child a {
    border-right: none;
}

.footer_bottom {
    width: 100%;
    padding: 30px 0px;
}

.footer_contact {
    width: 900px;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 0px;
}

.footer_contact>span {
    display: block;
    font-size: 20px;
    font-weight: Bold;
    color: #ffffff;
    margin-bottom: 40px;
}

.footer_contact_item {
    overflow: hidden;
    width: 70%;
    float: left;
    font-family: Bahnschrift;
}

.footer_contact_item1>div {
    overflow: hidden;
}

.footer_contact_item>span,
.footer_contact_item>div span {
    display: block;
    float: left;
    width: 35px;
    line-height: 40px;
}

.footer_contact_item>span img,
.footer_contact_item>div span img {
    max-width: 22px;
    max-height: 22px;
}

.footer_phone_location {
    display: block;
    width: 500px;
    text-align: justify;
    float: left;
    line-height: 40px;
    color: #dde3ec;
}

.footer_contact>div+div>span {
    background: url('../images/location.png') no-repeat left center;
    background-size: 18px 20px;
}

.footer_code {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    position: relative;
}

.footer_code>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.footer_telphoneParent_item {
    width: 30%;
}

#phone,
#tel2 {
    width: 150px;
}

.footer_telphoneParent_item .footer_phone_location {
    width: 320px;
}

.public_records {
    width: 380px;
    /* height: 58px; */
    overflow: hidden;
    padding-top: 0px;
}

.public_records>div {
    display: inline-block;
    line-height: 40px;
    color: #dde3ec;
    /* opacity: 0.8;
    filter: Alpha(opacity=80); */
}

.public_records>div>a,
.public_records>div>span {
    display: inline-block;
    line-height: 40px;
    color: #dde3ec;
}

@media (max-width: 767px) {
    .footer_contact {
        width: 100%;
    }
    .footer_contact {
        padding: 0px 4%;
    }
    .footer_contact_item {
        width: calc(100% - 100px);
        float: left;
        margin-bottom: 12px;
    }
    .footer_contact_item>div+div {
        margin-top: 10px;
    }
    .footer_contact_item>span,
    .footer_contact_item>div span {
        text-align: center;
    }
    .footer_phone_location {
        width: calc(100% - 35px);
        line-height: 20px;
    }
    .footer_contact_item>span {
        text-align: center;
        line-height: 20px;
    }
    .footer_code,
    .footer_code>img {
        width: 60px;
        height: 60px;
    }
    .footer_contact_item1 {
        width: calc(100% - 70px);
        ;
        margin-bottom: 0px;
    }
    .public_records {
        height: auto;
        background: rgba(0, 0, 0, 0.1);
        padding: 10px 0px;
    }
    .footer_nav {
        padding: 20px 4%;
    }
    .footer_bottom {
        padding: 20px 0px 0px;
    }
    .public_footer_group {
        padding: 0px !important;
        position: relative;
    }
    .public_records>div>a,
    .public_records>div {
        width: 100%;
        line-height: 24px;
    }
    .footer_contact_item>span img {
        vertical-align: sub !important;
        height: auto;
        position: relative;
    }
    .footer_contact_item>span .footer_email {
        width: 16px;
        top: -2px;
    }
    .footer_contact_item>span .footer_phone {
        width: 13px;
    }
    .footer_contact_item>span .footer_telphone {
        width: 16px;
    }
    .footer_contact_item>span .footer_address {
        width: 16px;
        top: 5px;
    }
    .footer_contact_item.footer_telphoneParent {
        position: absolute;
        right: 4%;
        top: 20px;
        width: auto;
    }
    .footer_telphoneParent_item .footer_phone_location {
        width: auto;
    }
}


/* 公用底部 end */


/* 内容按钮切换 start*/

.publickBtnBox {
    text-align: center;
}

.publickBtnBox ul {
    display: inline-block;
}

.publickBtnBox ul li {
    float: left;
}

.publickBtnBox ul li a {
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #666666;
}

.publickBtnBox ul li:hover a,
.publickBtnBox ul li.active a {
    background-color: #a08722;
    color: #ffffff;
}


/* 内容按钮切换  end*/


/* 详情分页 */

.blackList {
    width: 100%;
    height: 100px;
    background-color: #f9f9f9;
    margin-top: 30px;
    margin-bottom: 50px;
}

.blackList_right {
    width: 152px;
    text-align: center;
    padding-left: 30px;
    line-height: 100px;
    background: url('../images/list_icon.png') no-repeat 30px center;
    background-size: 18px 16px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #666666;
    position: relative;
}

.blackList_right:hover {
    background: #a08722 url('../images/list_icon2.png') no-repeat 30px center;
    background-size: 18px 16px;
    color: #fff;
}

.blackList_right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 1px;
    height: 40px;
    background-color: #adadad;
    opacity: 0.4;
    top: 50%;
    margin-top: -20px;
}

.blackList_left {
    width: 687px;
    padding-top: 21px;
}

.blackList_left a {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 24pxw;
    line-height: 24px;
    color: #999999;
    padding-left: 30px;
}

.blackList_left a:hover span {
    color: #a08722;
}

.blackList_left a+a {
    margin-top: 10px;
}


/* 详情分页 end*/


/* 侧边栏 */

.publicSidebarBox {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 300px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.2);
    border-radius: 35px;
    text-align: center;
}

.publicSidebarBox img {
    width: 20px;
    height: 20px;
}


/* 侧边栏 end*/


/* 绝对定位 */

.position_r {
    position: relative;
}


/* 相对定位 */

.position_a {
    position: absolute;
}

@media (max-width: 767px) {
    body {
        padding-top: 44px;
    }
    .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 */


/* 按钮 */

@media (max-width: 767px) {
    .publickBtnBox {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        border-bottom: 1px solid #e6e6e6;
        margin-top: 10px !important;
        justify-content: center;
    }
    .publickBtnBox ul {
        display: flex;
        overflow: auto;
    }
    .publickBtnBox ul li a {
        white-space: nowrap;
        width: auto;
        height: auto;
        line-height: normal;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .publickBtnBox ul li+li {
        padding-left: 32px;
    }
    .publickBtnBox ul li.active a {
        background: transparent;
        color: #a08722;
        font-weight: bold;
        position: relative;
    }
    .publickBtnBox ul li.active a::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #a08722;
    }
    .publickBtnBox ul li:hover a {
        background: transparent;
        color: #a08722;
    }
}


/* 上下页 */

@media (max-width: 769px) {
    .blackList_left {
        width: 100%;
        padding-top: 21px;
    }
    .blackList_right {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: url(../images/list_icon.png) no-repeat 35% center;
        margin-bottom: 20px;
        margin-top: 30px;
        background-color: #f9f9f9;
    }
    .blackList_right:after {
        content: none;
    }
     ::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .publicSidebarBox {
        display: none;
        position: fixed;
        right: 4%;
        bottom: 150px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
        box-shadow: 0px 10px 20px 0px rgb(160 160 160 / 20%);
        border-radius: 20px;
        text-align: center;
        z-index: 999;
    }
    .publicSidebarBox img {
        height: 15px;
        width: 15px;
    }
    /* .mobileFooterBox{
        width: calc(100% - 100px);
    }

    .mobileFooterBox .footer_contact_item{
        width: 100%;
    } */
    .hidden-xs {
        display: none !important;
    }
}